summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
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
2020-02-20sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systemsMorten Rasmussen
2020-02-20sched/fair: Add asymmetric CPU capacity wakeup scanMorten Rasmussen
2020-02-20sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-02-11sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap
2020-02-11sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik
2020-02-11sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-28sched/rt: Optimize checking group RT scheduler constraintsKonstantin Khlebnikov
2020-01-28sched/fair: Optimize select_idle_core()Srikar Dronamraju
2020-01-28x86, sched: Add support for frequency invarianceGiovanni Gherdovich
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)
2020-01-28sched/core: Don't skip remote tick for idle CPUsScott Wood
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei
2020-01-20sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar
2020-01-17sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider
2020-01-17idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot
2020-01-17sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long
2020-01-17sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu
2020-01-17sched/fair: calculate delta runnable load only when it's neededPeng Wang
2020-01-17sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi
2020-01-17sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li
2020-01-17sched/core: Fix size of rq::uclamp initializationLi Guanglei
2020-01-17sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef
2020-01-17sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar
2020-01-17sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot
2019-12-25sched/rt: Make RT capacity-awareQais Yousef