aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2018-03-28sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo
2018-03-19sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2018-03-19sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney
2018-02-16sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-02-16sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder
2018-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-01-10membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes
2017-12-15sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt
2017-12-11sched/core: Fix kernel-doc warnings after code movementRandy Dunlap
2017-12-06sched/fair: Update and fix the runnable propagation ruleVincent Guittot
2017-12-06sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-11-13Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi
2017-11-09Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki
2017-11-08cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar
2017-11-08sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-04cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27sched/isolation: Add basic isolcpus flagsFrederic Weisbecker
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker
2017-10-27sched/isolation: Use its own static keyFrederic Weisbecker
2017-10-27sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo
2017-10-26sched/idle: Micro-optimize the idle loopCheng Jian
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman