summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2014-06-24sched: defining relaxed version of idle_cpuSumit Singh
2014-06-05Merge branch 'linux-3.10.40' into rel-21Ishan Mittal
2014-05-14sched: add event for context switch endAlex Van Brunt
2014-03-31sched/autogroup: Fix race with task_groups listGerald Schaefer
2014-03-24sched: Trying to reduce power usageSumit Singh
2014-03-23sched: Fix double normalization of vruntimeGeorge McCollister
2014-03-13Merge branch 'linux-3.10.33' into dev-kernel-3.10Deepak Nibade
2014-03-03sched: Force sleep on consecutive sched_yieldsSai Gurrappadi
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-31Merge tag 'v3.10.17' into dev-kernel-3.10Ajay Nandakumar
2013-10-25misc: tegra-profiler: kprobes is no longer usedIgor Nabirushkin
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-09-14sched,rt: disable rt_runtime borrowing by defaultMike Galbraith
2013-09-14sched: remove redundant update_runtime notifierNeil Zhang
2013-09-14sched: reinitialize rq->next_balance when a CPU is hot-addedPaul Walmsley
2013-09-14cpuquiet: Update averaging of nr_runnablesSai Charan Gurrappadi
2013-09-14cpuquiet: Runnable threads governorSai Charan Gurrappadi
2013-09-14scheduler: Re-compute time-average nr_running on readVarun Wadekar
2013-09-14scheduler: compute time-average nr_running per run-queueVarun Wadekar
2013-09-14Merge commit 'a88f9e27498afaea615ad3e93af4f26df1f84987' into after-upstream-a...Dan Willemsen
2013-08-20sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra
2013-07-01cgroup: Add generic cgroup subsystem permission checksColin Cross
2013-07-01sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg
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