summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2016-05-11Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar-14/+6
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang-0/+2
2016-05-07sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki-1/+8
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra-13/+16
2016-03-29locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker-0/+18
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-55/+72
2016-03-22kernel: add kcov code coverageDmitry Vyukov-0/+4
2016-03-21sched/cpuacct: Simplify the cpuacct codeZhao Lei-25/+7
2016-03-21sched/cpuacct: Rename parameter in cpuusage_write() for readabilityDongsheng Yang-2/+5
2016-03-21sched/fair: Add comments to explain select_idle_sibling()Matt Fleming-1/+18
2016-03-21sched/fair: Fix fairness issue on migrationPeter Zijlstra-6/+14
2016-03-21sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra-21/+14
2016-03-21Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar-639/+992
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+3
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-2/+2
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+119
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+3
2016-03-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-43/+75
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-609/+947
2016-03-14Merge branch 'pm-cpufreq'Rafael J. Wysocki-1/+119
2016-03-10cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki-1/+86
2016-03-09sched/kasan: remove stale KASAN poison after hotplugMark Rutland-0/+3
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki-1/+34
2016-03-08Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar-43/+75
2016-03-08sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen-7/+7
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni-23/+13
2016-03-05sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner-0/+14
2016-03-02sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker-0/+5
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker-29/+53
2016-03-02sched: Account rr tasksFrederic Weisbecker-0/+17
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev-1/+1
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner-2/+0
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner-4/+1
2016-03-01cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner-0/+2
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner-10/+0
2016-02-29sched/deadline: Remove superfluous call to switched_to_dl()Peter Zijlstra-2/+1
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior-12/+2
2016-02-29sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel-16/+23
2016-02-29sched/rt: Kick RT bandwidth timer immediately on start upSteven Rostedt-1/+9
2016-02-29sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)-0/+9
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)-178/+186
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)-133/+131
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra-50/+111
2016-02-29sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang-1/+0
2016-02-29sched/fair: Consolidate nohz CPU load update codeFrederic Weisbecker-23/+25
2016-02-29sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park-2/+10
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-30/+37
2016-02-29sched/deadline: Always calculate end of period on sched_yield()Peter Zijlstra-9/+13
2016-02-29sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra-20/+23