summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
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-02-16sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval
2018-01-23delayacct: Account blkio completion on the correct taskJosh Snyder
2018-01-17membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers
2018-01-02cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-11-30cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar
2017-11-09Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki
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-19membarrier: Provide register expedited private commandMathieu Desnoyers
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra
2017-09-29sched/debug: Remove unused variablePeter Zijlstra
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen
2017-09-14sched/wait: Break up long wake list walkTim Chen
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra
2017-09-12sched/core: WARN() when migrating to an offline CPUPeter Zijlstra
2017-09-12sched/fair: Plug hole between hotplug and active_load_balance()Peter Zijlstra
2017-09-12sched/fair: Avoid newidle balance for !active CPUsPeter Zijlstra
2017-09-11sched/fair: Fix nuisance kernel-doc warningRandy Dunlap
2017-09-08sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso
2017-09-08sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-09-07sched/fair: Fix wake_affine_llc() balancing rulesPeter Zijlstra
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki
2017-09-04Merge branch 'pm-cpufreq'Rafael J. Wysocki
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang
2017-08-27Minor page waitqueue cleanupsLinus Torvalds
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra
2017-08-25sched/topology: Avoid pointless rebuildPeter Zijlstra
2017-08-25sched/topology: Improve commentsPeter Zijlstra
2017-08-25sched/topology: Fix memory leak in __sdt_alloc()Shu Wang
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar