summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot-0/+2
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-53/+117
2020-02-11sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap-1/+0
2020-02-11sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik-1/+1
2020-02-11sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan-0/+3
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman-11/+27
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-24/+24
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot-1/+8
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li-7/+12
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef-1/+1
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman-12/+29
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)-11/+26
2020-01-28sched/core: Don't skip remote tick for idle CPUsScott Wood-8/+10
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-149/+298
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei-0/+6
2020-01-20sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar-0/+2
2020-01-17sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider-0/+39
2020-01-17idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang-1/+1
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot-7/+7
2020-01-17sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long-4/+6
2020-01-17sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu-22/+4
2020-01-17sched/fair: calculate delta runnable load only when it's neededPeng Wang-5/+6
2020-01-17sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi-9/+6
2020-01-17sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li-2/+9
2020-01-17sched/core: Fix size of rq::uclamp initializationLi Guanglei-1/+2
2020-01-17sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef-0/+6
2020-01-17sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar-11/+21
2020-01-17sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot-5/+9
2019-12-25sched/rt: Make RT capacity-awareQais Yousef-18/+94
2019-12-25sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider-2/+10
2019-12-25sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider-1/+15
2019-12-25sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider-5/+6
2019-12-25sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider-10/+10
2019-12-25sched/uclamp: Remove uclamp_util()Valentin Schneider-9/+0
2019-12-25sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar-22/+12
2019-12-25sched/core: Remove unused variable from set_user_nice()Qian Cai-2/+1
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar-9/+37
2019-12-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+15
2019-12-17schied/fair: Skip calculating @contrib without loadPeng Wang-3/+17
2019-12-17sched/fair: Optimize select_idle_cpuCheng Jian-3/+4
2019-12-17sched/wait: fix ___wait_var_event(exclusive)Oleg Nesterov-0/+1
2019-12-17sched: Use fair:prio_changed() instead of ad-hoc implementationFrederic Weisbecker-8/+8
2019-12-17sched: Spare resched IPI when prio changes on a single fair taskFrederic Weisbecker-0/+3
2019-12-17sched/cfs: fix spurious active migrationVincent Guittot-1/+8
2019-12-17sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot-0/+4
2019-12-17psi: Fix a division error in psi poll()Johannes Weiner-1/+1
2019-12-17sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner-1/+2
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki-5/+21
2019-12-08Merge branch 'linus' into sched/urgent, to pick up the latest before merging ...Ingo Molnar-19/+42
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1