summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix statistics for find_idlest_group()Vincent Guittot2020-02-271-0/+2
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-155-53/+117
|\
| * sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap2020-02-111-1/+0
| * sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik2020-02-111-1/+1
| * sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan2020-02-111-0/+3
| * sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman2020-02-103-11/+27
| * sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot2020-01-281-1/+8
| * sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li2020-01-281-7/+12
| * sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef2020-01-281-1/+1
| * sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman2020-01-281-12/+29
| * timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-282-11/+26
| * sched/core: Don't skip remote tick for idle CPUsScott Wood2020-01-281-8/+10
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-24/+24
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-2815-149/+298
|\|
| * sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar2020-01-201-0/+2
| * sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider2020-01-171-0/+39
| * idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang2020-01-171-1/+1
| * sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot2020-01-171-7/+7
| * sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long2020-01-171-4/+6
| * sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu2020-01-171-22/+4
| * sched/fair: calculate delta runnable load only when it's neededPeng Wang2020-01-171-5/+6
| * sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi2020-01-171-9/+6
| * sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li2020-01-171-2/+9
| * sched/core: Fix size of rq::uclamp initializationLi Guanglei2020-01-171-1/+2
| * sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef2020-01-171-0/+6
| * sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar2020-01-171-11/+21
| * sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot2020-01-171-5/+9
| * sched/rt: Make RT capacity-awareQais Yousef2019-12-253-18/+94
| * sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider2019-12-251-2/+10
| * sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider2019-12-251-1/+15
| * sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider2019-12-252-5/+6
| * sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider2019-12-252-10/+10
| * sched/uclamp: Remove uclamp_util()Valentin Schneider2019-12-251-9/+0
| * sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar2019-12-251-22/+12
| * sched/core: Remove unused variable from set_user_nice()Qian Cai2019-12-251-2/+1
| * Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-254-9/+37
| |\
| * | schied/fair: Skip calculating @contrib without loadPeng Wang2019-12-171-3/+17
| * | sched/fair: Optimize select_idle_cpuCheng Jian2019-12-171-3/+4
| * | sched/wait: fix ___wait_var_event(exclusive)Oleg Nesterov2019-12-171-0/+1
| * | sched: Use fair:prio_changed() instead of ad-hoc implementationFrederic Weisbecker2019-12-171-8/+8
| * | sched: Spare resched IPI when prio changes on a single fair taskFrederic Weisbecker2019-12-171-0/+3
| * | Merge branch 'linus' into sched/urgent, to pick up the latest before merging ...Ingo Molnar2019-12-082-19/+42
| |\ \
| * | | sched/clock: Use static_branch_likely() with sched_clock_runningZhenzhong Duan2019-11-291-3/+3
* | | | genirq, sched/isolation: Isolate from handling managed interruptsMing Lei2020-01-221-0/+6
| |_|/ |/| |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-12-212-3/+15
|\ \ \
| * | | sched/cfs: fix spurious active migrationVincent Guittot2019-12-171-1/+8
| * | | sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot2019-12-171-0/+4
| * | | psi: Fix a division error in psi poll()Johannes Weiner2019-12-171-1/+1
| * | | sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner2019-12-171-1/+2
* | | | cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-122-5/+21
|/ / /