aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-2/+0
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-117/+549
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-11/+2
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-10-06sched: Don't use tasklist_lock for debug printsGravatar Thomas Gleixner 1-2/+2
2011-10-06sched: Unify the ->cpus_allowed mask copyGravatar Peter Zijlstra 1-4/+3
2011-10-06sched: Wrap scheduler p->cpus_allowed accessGravatar Peter Zijlstra 1-4/+4
2011-10-06sched: Request for idle balance during nohz idle load balanceGravatar Suresh Siddha 1-3/+5
2011-10-06sched: Use resched IPI to kick off the nohz idle balanceGravatar Suresh Siddha 1-2/+19
2011-10-04sched: Fix idle_cpu()Gravatar Thomas Gleixner 1-1/+14
2011-10-04sched: Convert to struct llistGravatar Peter Zijlstra 1-38/+10
2011-10-04Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-25/+1
2011-09-30posix-cpu-timers: Cure SMP wobblesGravatar Peter Zijlstra 1-24/+0
2011-09-28nohz: Remove nohz_cpu_maskGravatar Shi, Alex 1-11/+0
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsGravatar Paul E. McKenney 1-0/+2
2011-09-27treewide: Correct spelling of successfully in commentsGravatar Joe Perches 1-1/+1
2011-09-26sched: Fix up wchan borkageGravatar Simon Kirby 1-1/+1
2011-09-20sched: Allow SD_NODES_PER_DOMAIN to be overriddenGravatar Anton Blanchard 1-2/+0
2011-09-18Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-16/+27
2011-09-07Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipGravatar Linus Torvalds 1-15/+26
2011-08-29perf events: Fix slow and broken cgroup context switch codeGravatar Stephane Eranian 1-1/+1
2011-08-29sched: Fix a memory leak in __sdt_free()Gravatar WANG Cong 1-0/+1
2011-08-29sched: Move blk_schedule_flush_plug() out of __schedule()Gravatar Thomas Gleixner 1-10/+15
2011-08-29sched: Separate the scheduler entry for preemptionGravatar Thomas Gleixner 1-5/+10
2011-08-14sched: Return unused runtime on group dequeueGravatar Paul Turner 1-1/+14
2011-08-14sched: Add exports tracking cfs bandwidth control statisticsGravatar Nikhil Rao 1-0/+21
2011-08-14sched: Migrate throttled tasks on HOTPLUGGravatar Paul Turner 1-0/+27
2011-08-14sched: Prevent interactions with throttled entitiesGravatar Paul Turner 1-1/+1
2011-08-14sched: Allow for positional tg_tree walksGravatar Paul Turner 1-13/+37
2011-08-14sched: Add support for unthrottling group entitiesGravatar Paul Turner 1-0/+3
2011-08-14sched: Add support for throttling group entitiesGravatar Paul Turner 1-0/+7
2011-08-14sched: Expire invalid runtimeGravatar Paul Turner 1-1/+3
2011-08-14sched: Add a timer to handle CFS bandwidth refreshGravatar Paul Turner 1-21/+86
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthGravatar Paul Turner 1-1/+3
2011-08-14sched: Validate CFS quota hierarchiesGravatar Paul Turner 1-14/+98
2011-08-14sched: Introduce primitives to account for CFS bandwidth trackingGravatar Paul Turner 1-4/+192
2011-08-14sched: Implement hierarchical task accounting for SCHED_OTHERGravatar Paul Turner 1-4/+2
2011-08-14sched: fix broken SCHED_RESET_ON_FORK handlingGravatar Mike Galbraith 1-13/+12
2011-08-14sched: Remove rq->avg_load_per_taskGravatar Jan H. Schönherr 1-6/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+0
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-10/+80
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-81/+36
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2011-07-21sched: Separate group-scheduling code more clearlyGravatar Jan H. Schönherr 1-24/+19
2011-07-21sched: Reorder root_domain to remove 64 bit alignment paddingGravatar Richard Kennedy 1-1/+1
2011-07-21sched: Do not attempt to destroy uninitialized rt_bandwidthGravatar Bianca Lutz 1-1/+2
2011-07-21sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Gravatar Jan Schoenherr 1-1/+1
2011-07-21sched, cgroup: Optimize load_balance_fair()Gravatar Peter Zijlstra 1-32/+0
2011-07-21Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-46/+199