summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2011-08-14sched: Add support for throttling group entitiesPaul Turner-4/+92
2011-08-14sched: Expire invalid runtimePaul Turner-10/+84
2011-08-14sched: Add a timer to handle CFS bandwidth refreshPaul Turner-24/+123
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner-3/+90
2011-08-14sched: Validate CFS quota hierarchiesPaul Turner-14/+98
2011-08-14sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner-4/+208
2011-08-14sched: Implement hierarchical task accounting for SCHED_OTHERPaul Turner-5/+14
2011-08-14sched/cpupri: Remove cpupri->pri_activeYong Zhang-4/+1
2011-08-14sched/cpupri: Fix memory barriers for vec updates to always be in orderSteven Rostedt-3/+25
2011-08-14sched/cpupri: Remove the vec->lockSteven Rostedt-26/+41
2011-08-14sched: Use pushable_tasks to determine next highest prioSteven Rostedt-43/+18
2011-08-14sched: Balance RT tasks when forked as wellSteven Rostedt-3/+6
2011-08-14sched: Remove resetting exec_start in put_prev_task_rt()Hillf Danton-1/+0
2011-08-14sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task()Hillf Danton-7/+8
2011-08-14sched: Remove noop in lowest_flag_domain()Hillf Danton-1/+1
2011-08-14sched: Remove noop in next_prio()Hillf Danton-1/+1
2011-08-14sched: fix broken SCHED_RESET_ON_FORK handlingMike Galbraith-13/+12
2011-08-14sched: Kill WAKEUP_PREEMPTYong Zhang-13/+1
2011-08-14sched: Remove rq->avg_load_per_taskJan H. Schönherr-6/+2
2011-08-14watchdog: Make the kthreads NUMA affineEric Dumazet-1/+1
2011-08-14perf: provide PMU when initing eventsMark Rutland-2/+2
2011-08-14perf: Add PM notifiers to fix CPU hotplug racesPeter Zijlstra-2/+95
2011-08-12xfs: remove subdirectoriesChristoph Hellwig-2/+2
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov-8/+14
2011-08-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+3
2011-08-11blktrace: add FLUSH/FUA supportNamhyung Kim-5/+16
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers-69/+147
2011-08-10tracing: Clean up tb_fmt to not give faulty compile warningSteven Rostedt-9/+10
2011-08-10alarmtimers: Rework RTC device selection using class interfaceJohn Stultz-38/+40
2011-08-10alarmtimers: Add try_to_cancel functionalityJohn Stultz-6/+37
2011-08-10alarmtimers: Add more refined alarm state trackingJohn Stultz-7/+14
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz-16/+14
2011-08-10alarmtimers: Remove interval cap limit hackJohn Stultz-9/+0
2011-08-10alarmtimers: Add alarm_forward functionalityJohn Stultz-1/+36
2011-08-10alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz-7/+13
2011-08-10alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz-4/+9
2011-08-10alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz-0/+9
2011-08-10alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz-0/+2
2011-08-10alarmtimers: Avoid possible null pointer traversalJohn Stultz-5/+2
2011-08-09cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder-2/+4
2011-08-09lockdep: Fix wrong assumption in match_held_lockPeter Zijlstra-1/+7
2011-08-05jump label: Reduce the cycle count by changing the link orderJason Baron-1/+2
2011-08-05Merge branch 'linus' into perf/urgentIngo Molnar-1890/+3135
2011-08-04Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-31/+60
2011-08-04lockdep: Clear whole lockdep_map on initializationTejun Heo-4/+1
2011-08-04lockdep: Fix up warningPeter Zijlstra-1/+1
2011-08-04lockdep: Fix trace_hardirqs_on_caller()Peter Zijlstra-14/+16
2011-08-03Boot up with usermodehelper disabledLinus Torvalds-1/+1
2011-08-04Merge branch 'linus' into core/urgentIngo Molnar-1906/+3247
2011-08-03taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov-1/+1