summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-051-1/+1
|\ \ \ | |_|/ |/| |
| * | cpufreq: Initialize the governors in core_initcallAmit Kucheria2019-11-071-1/+1
* | | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-10/+27
|\ \ \
| * | | Add wake_up_interruptible_sync_poll_locked()David Howells2019-10-311-0/+23
| * | | Remove the nr_exclusive argument from __wake_up_sync_key()David Howells2019-10-231-10/+4
* | | | Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-11-261-9/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-11-261-9/+15
| |\ \ \
| | * | | cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano2019-11-201-1/+7
| | * | | cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano2019-11-201-7/+7
| | * | | cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki2019-11-111-1/+1
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\ \ \ \ \
| * | | | | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
| | |_|/ / | |/| | |