Age | Commit message (Expand) | Author |
2014-06-24 | sched: defining relaxed version of idle_cpu | Sumit Singh |
2014-06-05 | Merge branch 'linux-3.10.40' into rel-21 | Ishan Mittal |
2014-05-14 | sched: add event for context switch end | Alex Van Brunt |
2014-03-31 | sched/autogroup: Fix race with task_groups list | Gerald Schaefer |
2014-03-24 | sched: Trying to reduce power usage | Sumit Singh |
2014-03-23 | sched: Fix double normalization of vruntime | George McCollister |
2014-03-13 | Merge branch 'linux-3.10.33' into dev-kernel-3.10 | Deepak Nibade |
2014-03-03 | sched: Force sleep on consecutive sched_yields | Sai Gurrappadi |
2014-01-15 | sched: Guarantee new group-entities always have weight | Paul Turner |
2014-01-15 | sched: Fix hrtimer_cancel()/rq->lock deadlock | Ben Segall |
2014-01-15 | sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining | Ben Segall |
2014-01-15 | sched: Fix race on toggling cfs_bandwidth_used | Ben Segall |
2014-01-09 | sched: fix the theoretical signal_wake_up() vs schedule() race | Oleg Nesterov |
2014-01-09 | sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities | Kirill Tkhai |
2014-01-09 | sched: numa: skip inaccessible VMAs | Mel Gorman |
2013-12-20 | sched: Avoid throttle_cfs_rq() racing with period_timer stopping | Ben Segall |
2013-10-31 | Merge tag 'v3.10.17' into dev-kernel-3.10 | Ajay Nandakumar |
2013-10-25 | misc: tegra-profiler: kprobes is no longer used | Igor Nabirushkin |
2013-10-01 | sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval... | Daisuke Nishimura |
2013-10-01 | sched/cputime: Do not scale when utime == 0 | Stanislaw Gruszka |
2013-09-14 | sched,rt: disable rt_runtime borrowing by default | Mike Galbraith |
2013-09-14 | sched: remove redundant update_runtime notifier | Neil Zhang |
2013-09-14 | sched: reinitialize rq->next_balance when a CPU is hot-added | Paul Walmsley |
2013-09-14 | cpuquiet: Update averaging of nr_runnables | Sai Charan Gurrappadi |
2013-09-14 | cpuquiet: Runnable threads governor | Sai Charan Gurrappadi |
2013-09-14 | scheduler: Re-compute time-average nr_running on read | Varun Wadekar |
2013-09-14 | scheduler: compute time-average nr_running per run-queue | Varun Wadekar |
2013-09-14 | Merge commit 'a88f9e27498afaea615ad3e93af4f26df1f84987' into after-upstream-a... | Dan Willemsen |
2013-08-20 | sched: Ensure update_cfs_shares() is called for parents of continuously-runni... | Peter Zijlstra |
2013-07-01 | cgroup: Add generic cgroup subsystem permission checks | Colin Cross |
2013-07-01 | sched: Enable might_sleep before initializing drivers. | Arve Hjønnevåg |
2013-06-20 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-06-19 | sched: Fix clear NOHZ_BALANCE_KICK | Vincent Guittot |
2013-05-31 | vtime: Use consistent clocks among nohz accounting | Frederic Weisbecker |
2013-05-05 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-05-04 | sched: Keep at least 1 tick per second for active dynticks tasks | Frederic Weisbecker |
2013-05-02 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-05-02 | Merge commit '8700c95adb03' into timers/nohz | Frederic Weisbecker |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-04-30 | workqueue: include workqueue info when printing debug dump of a worker task | Tejun Heo |
2013-04-30 | sched: Avoid prev->stime underflow | Stanislaw Gruszka |
2013-04-30 | sched: Do not account bogus utime | Stanislaw Gruszka |
2013-04-30 | sched: Avoid cputime scaling overflow | Stanislaw Gruszka |
2013-04-30 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-04-30 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-04-29 | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2013-04-29 | fix a leak in /proc/schedstats | Al Viro |
2013-04-29 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-04-26 | sched: Fix init NOHZ_IDLE flag | Vincent Guittot |
2013-04-24 | sched: Prevent to re-select dst-cpu in load_balance() | Joonsoo Kim |