summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2018-09-29sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-26sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret
2018-09-26sched/core: Use smp_mb() in wake_woken_function()Andrea Parri
2018-09-15sched/deadline: Fix switching to -deadlineLuca Abeni
2018-09-05sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu
2018-08-15sched/smt: Update sched_smt_present at runtimePeter Zijlstra
2018-07-08sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton
2018-07-08sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra
2018-06-21sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre
2018-06-21sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre
2018-06-21sched/core: Introduce set_special_state()Peter Zijlstra
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-05-16sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-05-16cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki
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