summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-2/+0
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-117/+549
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-11/+2
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-10-06sched: Don't use tasklist_lock for debug printsThomas Gleixner-2/+2
2011-10-06sched: Unify the ->cpus_allowed mask copyPeter Zijlstra-4/+3
2011-10-06sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra-4/+4
2011-10-06sched: Request for idle balance during nohz idle load balanceSuresh Siddha-3/+5
2011-10-06sched: Use resched IPI to kick off the nohz idle balanceSuresh Siddha-2/+19
2011-10-04sched: Fix idle_cpu()Thomas Gleixner-1/+14
2011-10-04sched: Convert to struct llistPeter Zijlstra-38/+10
2011-10-04Merge branch 'linus' into sched/coreIngo Molnar-25/+1
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra-24/+0
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex-11/+0
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney-0/+2
2011-09-27treewide: Correct spelling of successfully in commentsJoe Perches-1/+1
2011-09-26sched: Fix up wchan borkageSimon Kirby-1/+1
2011-09-20sched: Allow SD_NODES_PER_DOMAIN to be overriddenAnton Blanchard-2/+0
2011-09-18Merge branch 'linus' into sched/coreIngo Molnar-16/+27
2011-09-07Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds-15/+26
2011-08-29perf events: Fix slow and broken cgroup context switch codeStephane Eranian-1/+1
2011-08-29sched: Fix a memory leak in __sdt_free()WANG Cong-0/+1
2011-08-29sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner-10/+15
2011-08-29sched: Separate the scheduler entry for preemptionThomas Gleixner-5/+10
2011-08-14sched: Return unused runtime on group dequeuePaul Turner-1/+14
2011-08-14sched: Add exports tracking cfs bandwidth control statisticsNikhil Rao-0/+21
2011-08-14sched: Migrate throttled tasks on HOTPLUGPaul Turner-0/+27
2011-08-14sched: Prevent interactions with throttled entitiesPaul Turner-1/+1
2011-08-14sched: Allow for positional tg_tree walksPaul Turner-13/+37
2011-08-14sched: Add support for unthrottling group entitiesPaul Turner-0/+3
2011-08-14sched: Add support for throttling group entitiesPaul Turner-0/+7
2011-08-14sched: Expire invalid runtimePaul Turner-1/+3
2011-08-14sched: Add a timer to handle CFS bandwidth refreshPaul Turner-21/+86
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner-1/+3
2011-08-14sched: Validate CFS quota hierarchiesPaul Turner-14/+98
2011-08-14sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner-4/+192
2011-08-14sched: Implement hierarchical task accounting for SCHED_OTHERPaul Turner-4/+2
2011-08-14sched: fix broken SCHED_RESET_ON_FORK handlingMike Galbraith-13/+12
2011-08-14sched: Remove rq->avg_load_per_taskJan H. Schönherr-6/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+0
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-10/+80
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-81/+36
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2011-07-21sched: Separate group-scheduling code more clearlyJan H. Schönherr-24/+19
2011-07-21sched: Reorder root_domain to remove 64 bit alignment paddingRichard Kennedy-1/+1
2011-07-21sched: Do not attempt to destroy uninitialized rt_bandwidthBianca Lutz-1/+2
2011-07-21sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Jan Schoenherr-1/+1
2011-07-21sched, cgroup: Optimize load_balance_fair()Peter Zijlstra-32/+0
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar-46/+199