aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-12/+8
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-289/+307
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra1-27/+26
2012-03-12sched: Update yield() docsPeter Zijlstra1-2/+18
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra2-2/+8
2012-03-12sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam1-0/+1
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra1-1/+1
2012-03-12sched: Fix load-balance wreckagePeter Zijlstra1-71/+39
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar2-1/+2
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto1-6/+6
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra3-109/+80
2012-03-01sched: Rename load-balancing fieldsPeter Zijlstra1-58/+60
2012-03-01sched: Move load-balancing arguments into helper structPeter Zijlstra1-84/+93
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner1-1/+1
2012-03-01sched/rt: Prevent idle task boostingThomas Gleixner1-2/+19
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner1-2/+2
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner1-3/+3
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner1-0/+12
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra1-2/+18
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra1-5/+8
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar2-1/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar3-20/+20
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2-6/+2
2012-02-22sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania1-4/+0
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2-1/+2
2012-02-14security: trim security.hAl Viro1-0/+1
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-12/+8
2012-01-31sched: Move SMP-only variable into the SMP sectionHiroshi Shimamoto1-2/+2
2012-01-27sched: Remove sched_switchRakib Mullick3-4/+2
2012-01-27sched: Ensure cpu_power periodic updateVincent Guittot1-8/+16
2012-01-27sched, block: Unify cache detectionPeter Zijlstra1-3/+3
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min1-0/+5
2012-01-26sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha1-5/+29
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-23kernel-doc: fix kernel-doc warnings in schedRandy Dunlap1-2/+1
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 Torvalds2-10/+7
2012-01-11sched: Fix lockup by limiting load-balance retries on lock-breakPeter Zijlstra1-3/+7
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 Sharma2-2/+1
2011-12-23sched: Disable scheduler warnings during oopsesDave Jones1-0/+3
2011-12-21sched: Fix cgroup movement of waking processDaisuke Nishimura1-1/+3
2011-12-21sched: Fix cgroup movement of newly created processDaisuke Nishimura1-0/+13
2011-12-21sched: Fix cgroup movement of forking processDaisuke Nishimura1-2/+5
2011-12-21sched: Remove cfs bandwidth period check in tg_set_cfs_period()Kamalesh Babulal1-3/+0