summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-04-22sched/core: Fix reset-on-fork from RT with uclampQuentin Perret
2020-04-15sched/vtime: Work around an unitialized variable warningBorislav Petkov
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider
2020-04-08sched/debug: Factor out printing formats into common macrosValentin Schneider
2020-04-08sched/debug: Remove redundant macro defineValentin Schneider
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
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