summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2011-08-14sched: Add exports tracking cfs bandwidth control statisticsNikhil Rao
2011-08-14sched: Throttle entities exceeding their allowed bandwidthPaul Turner
2011-08-14sched: Migrate throttled tasks on HOTPLUGPaul Turner
2011-08-14sched: Prevent buddy interactions with throttled entitiesPaul Turner
2011-08-14sched: Prevent interactions with throttled entitiesPaul Turner
2011-08-14sched: Allow for positional tg_tree walksPaul Turner
2011-08-14sched: Add support for unthrottling group entitiesPaul Turner
2011-08-14sched: Add support for throttling group entitiesPaul Turner
2011-08-14sched: Expire invalid runtimePaul Turner
2011-08-14sched: Add a timer to handle CFS bandwidth refreshPaul Turner
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner
2011-08-14sched: Validate CFS quota hierarchiesPaul Turner
2011-08-14sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner
2011-08-14sched: Implement hierarchical task accounting for SCHED_OTHERPaul Turner
2011-08-14sched/cpupri: Remove cpupri->pri_activeYong Zhang
2011-08-14sched/cpupri: Fix memory barriers for vec updates to always be in orderSteven Rostedt
2011-08-14sched/cpupri: Remove the vec->lockSteven Rostedt
2011-08-14sched: Use pushable_tasks to determine next highest prioSteven Rostedt
2011-08-14sched: Balance RT tasks when forked as wellSteven Rostedt
2011-08-14sched: Remove resetting exec_start in put_prev_task_rt()Hillf Danton
2011-08-14sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task()Hillf Danton
2011-08-14sched: Remove noop in lowest_flag_domain()Hillf Danton
2011-08-14sched: Remove noop in next_prio()Hillf Danton
2011-08-14sched: fix broken SCHED_RESET_ON_FORK handlingMike Galbraith
2011-08-14sched: Kill WAKEUP_PREEMPTYong Zhang
2011-08-14sched: Remove rq->avg_load_per_taskJan H. Schönherr
2011-08-14watchdog: Make the kthreads NUMA affineEric Dumazet
2011-08-14perf: provide PMU when initing eventsMark Rutland
2011-08-14perf: Add PM notifiers to fix CPU hotplug racesPeter Zijlstra
2011-08-12xfs: remove subdirectoriesChristoph Hellwig
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov
2011-08-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-08-11blktrace: add FLUSH/FUA supportNamhyung Kim
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers
2011-08-10tracing: Clean up tb_fmt to not give faulty compile warningSteven Rostedt
2011-08-10alarmtimers: Rework RTC device selection using class interfaceJohn Stultz
2011-08-10alarmtimers: Add try_to_cancel functionalityJohn Stultz
2011-08-10alarmtimers: Add more refined alarm state trackingJohn Stultz
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz
2011-08-10alarmtimers: Remove interval cap limit hackJohn Stultz
2011-08-10alarmtimers: Add alarm_forward functionalityJohn Stultz
2011-08-10alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz
2011-08-10alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz
2011-08-10alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz
2011-08-10alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz
2011-08-10alarmtimers: Avoid possible null pointer traversalJohn Stultz
2011-08-09cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder
2011-08-09lockdep: Fix wrong assumption in match_held_lockPeter Zijlstra
2011-08-05jump label: Reduce the cycle count by changing the link orderJason Baron
2011-08-05Merge branch 'linus' into perf/urgentIngo Molnar