aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-26sched/s390: Fix compile error in sched/core.cChristian Borntraeger1-0/+1
2012-01-26sched: Fix rq->nr_uninterruptible update racePeter Zijlstra1-12/+6
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2012-01-10sched: Remove empty #ifdefsHiroshi Shimamoto1-7/+0
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-12/+19
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-21/+19
2011-12-23sched/tracing: Add a new tracepoint for sleeptimeArun Sharma1-0/+1
2011-12-23sched: Disable scheduler warnings during oopsesDave Jones1-0/+3
2011-12-21sched: Remove cfs bandwidth period check in tg_set_cfs_period()Kamalesh Babulal1-3/+0
2011-12-21sched: Only queue remote wakeups when crossing cache boundariesPeter Zijlstra1-1/+33
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tipMartin Schwidefsky1-0/+8119
2011-12-16sched: Add missing rcu_dereference() around ->real_parent usageKees Cook1-1/+1
2011-12-06sched: Use jump_labels for sched_featPeter Zijlstra1-7/+39
2011-12-06sched/accounting: Fix parameter passing in task_group_account_fieldGlauber Costa1-2/+2
2011-12-06sched/accounting: Fix user/system tick double accountingGlauber Costa1-10/+2
2011-12-06sched/accounting: Re-use scheduler statistics for the root cgroupGlauber Costa1-89/+76
2011-12-06sched/accounting, cgroups: Reuse cgroup's parent pointerGlauber Costa1-6/+9
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-38/+40
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha1-0/+1
2011-12-06sched, nohz: Introduce nohz_flags in 'struct rq'Suresh Siddha1-2/+3
2011-12-06sched: Fix the sched group node allocation for SD_OVERLAP domainsSuresh Siddha1-1/+1
2011-12-06sched: Set skip_clock_update in yield_task_fair()Mike Galbraith1-0/+7
2011-11-17sched: Move all scheduler bits into kernel/sched/Peter Zijlstra1-0/+8101