summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
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 C...Mel 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...Mel Gorman1-18/+22
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman1-17/+102
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot1-1/+30
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot4-21/+126
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot5-167/+42
2020-02-24sched/numa: Use similar logic to the load balancer for moving between domains...Mel Gorman1-31/+50
2020-02-24sched/numa: Replace runnable_load_avg by load_avgVincent Guittot1-32/+70
2020-02-24sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot1-22/+20
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman1-3/+3
2020-02-24sched/numa: Trace when no candidate CPU was found on the preferred nodeMel Gorman1-1/+3
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar5-37/+61
2020-02-20sched/fair: Remove wake_cap()Morten Rasmussen1-29/+1
2020-02-20sched/core: Remove for_each_lower_domain()Valentin Schneider1-2/+0
2020-02-20sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systemsMorten Rasmussen1-12/+3
2020-02-20sched/fair: Add asymmetric CPU capacity wakeup scanMorten Rasmussen1-0/+56
2020-02-20sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood1-1/+0
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-53/+117
2020-02-11sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap1-1/+0
2020-02-11sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik1-1/+1
2020-02-11sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan1-0/+3
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman3-11/+27
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-24/+24
2020-01-28sched/rt: Optimize checking group RT scheduler constraintsKonstantin Khlebnikov1-13/+11
2020-01-28sched/fair: Optimize select_idle_core()Srikar Dronamraju1-2/+4
2020-01-28x86, sched: Add support for frequency invarianceGiovanni Gherdovich2-0/+8
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot1-1/+8
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li1-7/+12
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef1-1/+1
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman1-12/+29
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2-11/+26
2020-01-28sched/core: Don't skip remote tick for idle CPUsScott Wood1-8/+10
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-149/+298
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei1-0/+6
2020-01-20sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar1-0/+2
2020-01-17sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider1-0/+39
2020-01-17idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang1-1/+1
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot1-7/+7
2020-01-17sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long1-4/+6
2020-01-17sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu1-22/+4
2020-01-17sched/fair: calculate delta runnable load only when it's neededPeng Wang1-5/+6
2020-01-17sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi1-9/+6
2020-01-17sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li1-2/+9
2020-01-17sched/core: Fix size of rq::uclamp initializationLi Guanglei1-1/+2