aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-15sched/vtime: Work around an unitialized variable warningBorislav Petkov1-2/+2
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu1-2/+19
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider1-0/+6
2020-04-08sched/debug: Factor out printing formats into common macrosValentin Schneider1-14/+12
2020-04-08sched/debug: Remove redundant macro defineValentin Schneider1-12/+0
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort2-2/+0
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior1-1/+2
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li1-0/+8
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang1-20/+11
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider3-11/+8
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+2
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-460/+1011
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-18/+36
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior1-1/+1
2020-03-21completion: Use simple wait queuesThomas Gleixner1-17/+19
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner2-1/+17
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou1-1/+2
2020-03-20sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef1-23/+6
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot1-0/+8
2020-03-20sched: Avoid scale real weight down to zeroMichael Wang1-1/+7
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao2-11/+11
2020-03-20psi: Optimize switching tasks inside shared cgroupsJohannes Weiner2-28/+68
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner3-5/+37
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner1-1/+6
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot1-4/+22
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to generic scheduler codeIngo Molnar1-0/+11
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu2-8/+2
2020-03-06sched/rt: Remove unnecessary push for unfit tasksQais Yousef1-5/+2
2020-03-06sched/rt: Allow pulling unfitting taskQais Yousef1-2/+1
2020-03-06sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef3-8/+31
2020-03-06sched/rt: Re-instate old behavior in select_task_rq_rt()Qais Yousef1-0/+9
2020-03-06sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef1-56/+101
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot1-8/+9
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot1-2/+12
2020-03-06sched/deadline: Make two functions staticYu Chen2-4/+4
2020-03-06sched/topology: Don't enable EAS on SMT systemsValentin Schneider1-2/+10
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman1-0/+2
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider1-5/+9
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath3-2/+33
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath1-0/+7
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath2-0/+10
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath3-0/+65
2020-03-06sched/vtime: Prevent unstable evaluation of WARN(vtime->state)Chris Wilson1-19/+22
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+2
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot1-0/+2
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle CPU is foundMel Gorman1-4/+27
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman1-6/+37
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA balanceMel Gorman1-18/+22
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of comparing tasksMel Gorman1-17/+102