aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner
2014-01-15sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall
2014-01-15sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall
2014-01-09sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2014-01-09sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai
2014-01-09sched: numa: skip inaccessible VMAsMel Gorman
2013-12-20sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-10-01sched/cputime: Do not scale when utime == 0Stanislaw Gruszka
2013-08-20sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot
2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker
2013-05-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo
2013-04-30sched: Avoid prev->stime underflowStanislaw Gruszka
2013-04-30sched: Do not account bogus utimeStanislaw Gruszka
2013-04-30sched: Avoid cputime scaling overflowStanislaw Gruszka
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-04-29fix a leak in /proc/schedstatsAl Viro
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot
2013-04-24sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim
2013-04-24sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim
2013-04-24sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim
2013-04-24sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim
2013-04-24sched: Change position of resched_cpu() in load_balance()Joonsoo Kim
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker
2013-04-22sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-10sched/cpuacct/UML: Fix header file dependency bug on the UML buildIngo Molnar
2013-04-10sched/cpuacct: No need to check subsys active stateLi Zefan
2013-04-10sched/cpuacct: Initialize cpuacct subsystem earlierLi Zefan
2013-04-10sched/cpuacct: Initialize root cpuacct earlierLi Zefan
2013-04-10sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct staticallyLi Zefan
2013-04-10sched/cpuacct: Clean up cpuacct.hLi Zefan
2013-04-10sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()Li Zefan