summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-03-02sched: Account rr tasksFrederic Weisbecker
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner
2016-03-01cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner
2016-02-29sched/deadline: Remove superfluous call to switched_to_dl()Peter Zijlstra
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior
2016-02-29sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel
2016-02-29sched/rt: Kick RT bandwidth timer immediately on start upSteven Rostedt
2016-02-29sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra
2016-02-29sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang
2016-02-29sched/fair: Consolidate nohz CPU load update codeFrederic Weisbecker
2016-02-29sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2016-02-29sched/deadline: Always calculate end of period on sched_yield()Peter Zijlstra
2016-02-29sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra
2016-02-29sched: Always inline context_switch()Josh Poimboeuf
2016-02-29sched: Mark __schedule() stack frame as non-standardJosh Poimboeuf
2016-02-25wait.[ch]: Introduce the simple waitqueue (swait) implementationPeter Zijlstra (Intel)
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo
2016-02-17sched/deadline: Fix trivial typo in printk() messageSteven Rostedt
2016-02-17sched/core: Remove dead statement in __schedule()Byungchul Park
2016-02-13atomic: Export fetch_or()Frederic Weisbecker
2016-02-09sched/numa: Spread memory according to CPU and memory useRik van Riel
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman
2016-02-05sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalidPrarit Bhargava
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo
2016-01-22cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeSudeep Holla
2016-01-21Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-20Merge branch 'pm-cpuidle'Rafael J. Wysocki
2016-01-19sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki
2016-01-19sched: Fix crash in sched_init_numa()Raghavendra K T
2016-01-15vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2016-01-13Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-01-06sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du
2016-01-06sched/deadline: Fix the earliest_dl.next logicWanpeng Li
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar