summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior
2020-03-21completion: Use simple wait queuesThomas Gleixner
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou
2020-03-20sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot
2020-03-20sched: Avoid scale real weight down to zeroMichael Wang
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao
2020-03-20psi: Optimize switching tasks inside shared cgroupsJohannes Weiner
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Ingo Molnar
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu
2020-03-06sched/rt: Remove unnecessary push for unfit tasksQais Yousef
2020-03-06sched/rt: Allow pulling unfitting taskQais Yousef
2020-03-06sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef
2020-03-06sched/rt: Re-instate old behavior in select_task_rq_rt()Qais Yousef
2020-03-06sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot
2020-03-06sched/deadline: Make two functions staticYu Chen
2020-03-06sched/topology: Don't enable EAS on SMT systemsValentin Schneider
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath
2020-03-06sched/vtime: Prevent unstable evaluation of WARN(vtime->state)Chris Wilson
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Mel Gorman
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Mel Gorman
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot
2020-02-24sched/numa: Use similar logic to the load balancer for moving between domains...Mel Gorman
2020-02-24sched/numa: Replace runnable_load_avg by load_avgVincent Guittot
2020-02-24sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman
2020-02-24sched/numa: Trace when no candidate CPU was found on the preferred nodeMel Gorman
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar
2020-02-20sched/fair: Remove wake_cap()Morten Rasmussen
2020-02-20sched/core: Remove for_each_lower_domain()Valentin Schneider