summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra2016-08-101-6/+9
* sched/debug: Fix deadlock when enabling sched eventsJosh Poimboeuf2016-08-101-1/+1
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-101-2/+4
* sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra2016-07-271-8/+25
* cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas2016-07-271-1/+1
* sched: panic on corrupted stack endJann Horn2016-06-241-1/+2
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-06-011-4/+7
* Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar2016-05-111-14/+6
* sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang2016-05-102-0/+2
* sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki2016-05-071-1/+8
* nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra2016-04-281-13/+16
* locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker2016-03-291-0/+18
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-245-55/+72
|\
| * sched/cpuacct: Simplify the cpuacct codeZhao Lei2016-03-212-25/+7
| * sched/cpuacct: Rename parameter in cpuusage_write() for readabilityDongsheng Yang2016-03-211-2/+5
| * sched/fair: Add comments to explain select_idle_sibling()Matt Fleming2016-03-211-1/+18
| * sched/fair: Fix fairness issue on migrationPeter Zijlstra2016-03-211-6/+14
| * sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra2016-03-211-21/+14
| * Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar2016-03-2112-639/+992
| |\
| * | sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-03-052-0/+14
* | | kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+4
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-1/+3
|\ \ \
| * | | sched: Always inline context_switch()Josh Poimboeuf2016-02-291-1/+1
| * | | sched: Mark __schedule() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* | | | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-03-182-2/+2
|\ \ \ \
| * | | | cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo2016-02-232-2/+2
* | | | | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-03-181-1/+1
|\ \ \ \ \
| * | | | | sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev2016-03-021-1/+1
* | | | | | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-166-1/+119
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-03-146-1/+119
| |\ \ \ \ \
| | * | | | | cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2016-03-103-1/+86
| | * | | | | cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki2016-03-094-1/+34
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-152-16/+3
|\ \ \ \ \ \
| * | | | | | rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-011-2/+0
| * | | | | | cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner2016-03-011-4/+1
| * | | | | | cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner2016-03-011-0/+2
| * | | | | | cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner2016-03-011-10/+0
* | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-144-43/+75
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2016-03-084-43/+75
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-021-0/+5
| | * | | | | | sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-022-29/+53
| | * | | | | | sched: Account rr tasksFrederic Weisbecker2016-03-022-0/+17
| | * | | | | | atomic: Export fetch_or()Frederic Weisbecker2016-02-131-14/+0
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-1410-609/+947
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-03-081-7/+7
| * | | | | | sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni2016-03-082-23/+13
| * | | | | | sched/deadline: Remove superfluous call to switched_to_dl()Peter Zijlstra2016-02-291-2/+1
| * | | | | | sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2016-02-291-12/+2
| * | | | | | sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel2016-02-291-16/+23
| * | | | | | sched/rt: Kick RT bandwidth timer immediately on start upSteven Rostedt2016-02-291-1/+9