summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2016-04-13sched/cpuacct: Check for NULL when using task_pt_regs()Anton Blanchard-4/+3
2016-04-13sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano-41/+1
2016-04-13sched/clock: Remove pointless test in cpu_clock/local_clockDaniel Lezcano-8/+2
2016-04-13sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent-1/+2
2016-04-08cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki-0/+2
2016-04-02cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki-0/+537
2016-04-02cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki-11/+37
2016-03-31sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du-2/+57
2016-03-31sched/fair: Update comments after a variable renameYuyang Du-2/+2
2016-03-31sched/core: Add preempt checks in preempt_schedule() codeSteven Rostedt-9/+59
2016-03-31sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernelsTim Chen-0/+2
2016-03-31sched/fair: Reset nr_balance_failed after active balancingSrikar Dronamraju-6/+6
2016-03-31sched/cpuacct: Split usage accounting into user_usage and sys_usageDongsheng Yang-27/+113
2016-03-31sched/cpuacct: Show all possible CPUs in cpuacct outputZhao Lei-5/+5
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