aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2020-04-15sched/vtime: Work around an unitialized variable warningGravatar Borislav Petkov 1-2/+2
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersGravatar Peter Xu 1-2/+19
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsGravatar Valentin Schneider 1-0/+6
2020-04-08sched/debug: Factor out printing formats into common macrosGravatar Valentin Schneider 1-14/+12
2020-04-08sched/debug: Remove redundant macro defineGravatar Valentin Schneider 1-12/+0
2020-04-08sched/core: Remove unused rq::last_load_update_tickGravatar Vincent Donnefort 2-2/+0
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Gravatar Sebastian Andrzej Siewior 1-1/+2
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationGravatar Aubrey Li 1-0/+8
2020-04-08sched/fair: Fix race between runtime distribution and assignmentGravatar Huaixin Chang 1-20/+11
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costGravatar Valentin Schneider 3-11/+8
2020-04-07mm/vma: make vma_is_accessible() available for general useGravatar Anshuman Khandual 1-1/+1
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-8/+2
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 14-460/+1011
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-18/+36
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Gravatar Sebastian Siewior 1-1/+1
2020-03-21completion: Use simple wait queuesGravatar Thomas Gleixner 1-17/+19
2020-03-21sched/swait: Prepare usage in completionsGravatar Thomas Gleixner 2-1/+17
2020-03-20sched/fair: Fix condition of avg_load calculationGravatar Tao Zhou 1-1/+2
2020-03-20sched/rt: cpupri_find: Trigger a full search as fallbackGravatar Qais Yousef 1-23/+6
2020-03-20sched/fair: Improve spreading of utilizationGravatar Vincent Guittot 1-0/+8
2020-03-20sched: Avoid scale real weight down to zeroGravatar Michael Wang 1-1/+7
2020-03-20psi: Move PF_MEMSTALL out of task->flagsGravatar Yafang Shao 2-11/+11
2020-03-20psi: Optimize switching tasks inside shared cgroupsGravatar Johannes Weiner 2-28/+68
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsGravatar Johannes Weiner 3-5/+37
2020-03-20sched/core: Distribute tasks within affinity masksGravatar Paul Turner 1-1/+6
2020-03-20sched/fair: Fix enqueue_task_fair warningGravatar Vincent Guittot 1-4/+22
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Gravatar Ingo Molnar 1-0/+11
2020-03-06sched/core: Remove rq.hrtick_csd_pendingGravatar Peter Xu 2-8/+2
2020-03-06sched/rt: Remove unnecessary push for unfit tasksGravatar Qais Yousef 1-5/+2
2020-03-06sched/rt: Allow pulling unfitting taskGravatar Qais Yousef 1-2/+1
2020-03-06sched/rt: Optimize cpupri_find() on non-heterogenous systemsGravatar Qais Yousef 3-8/+31
2020-03-06sched/rt: Re-instate old behavior in select_task_rq_rt()Gravatar Qais Yousef 1-0/+9
2020-03-06sched/rt: cpupri_find: Implement fallback mechanism for !fit caseGravatar Qais Yousef 1-56/+101
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Gravatar Vincent Guittot 1-8/+9
2020-03-06sched/fair: Fix runnable_avg for throttled cfsGravatar Vincent Guittot 1-2/+12
2020-03-06sched/deadline: Make two functions staticGravatar Yu Chen 2-4/+4
2020-03-06sched/topology: Don't enable EAS on SMT systemsGravatar Valentin Schneider 1-2/+10
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingGravatar Mel Gorman 1-0/+2
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAGravatar Valentin Schneider 1-5/+9
2020-03-06sched/fair: Enable tuning of decay periodGravatar Thara Gopinath 3-2/+33
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureGravatar Thara Gopinath 1-0/+7
2020-03-06sched/fair: Enable periodic update of average thermal pressureGravatar Thara Gopinath 2-0/+10
2020-03-06sched/pelt: Add support to track thermal pressureGravatar Thara Gopinath 3-0/+65
2020-03-06sched/vtime: Prevent unstable evaluation of WARN(vtime->state)Gravatar Chris Wilson 1-19/+22
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+2
2020-02-27sched/fair: Fix statistics for find_idlest_group()Gravatar Vincent Guittot 1-0/+2
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Gravatar Mel Gorman 1-4/+27
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeGravatar Mel Gorman 1-6/+37
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Gravatar Mel Gorman 1-18/+22
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of compari...Gravatar Mel Gorman 1-17/+102