summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-7/+2
|\
| * sched/core: Remove rq.hrtick_csd_pendingPeter Xu2020-03-061-7/+2
* | psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner2020-03-201-0/+2
* | sched/core: Distribute tasks within affinity masksPaul Turner2020-03-201-1/+6
* | thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Ingo Molnar2020-03-061-0/+11
* | sched/fair: Enable tuning of decay periodThara Gopinath2020-03-061-1/+1
* | sched/fair: Enable periodic update of average thermal pressureThara Gopinath2020-03-061-0/+3
* | sched/pelt: Remove unused runnable load averageVincent Guittot2020-02-241-2/+0
* | Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar2020-02-241-11/+0
|\|
| * sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman2020-02-101-11/+0
* | sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood2020-02-201-1/+0
* | x86, sched: Add support for frequency invarianceGiovanni Gherdovich2020-01-281-0/+1
|/
* 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
* timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-281-1/+3
* sched/core: Don't skip remote tick for idle CPUsScott Wood2020-01-281-8/+10
* 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/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider2019-12-251-3/+3
* sched/core: Remove unused variable from set_user_nice()Qian Cai2019-12-251-2/+1
* sched: Use fair:prio_changed() instead of ad-hoc implementationFrederic Weisbecker2019-12-171-8/+8
* 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
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-8/+10
|\ \
| * \ Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2019-11-181-2/+3
| |\ \
| * | | sched/uclamp: Fix overzealous type replacementValentin Schneider2019-11-171-3/+3
| * | | sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra2019-11-111-3/+3
| * | | sched/core: Optimize pick_next_task()Peter Zijlstra2019-11-111-3/+3
| * | | sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra2019-11-111-2/+4
* | | | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-4/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | io-wq: small threadpool implementation for io_uringJens Axboe2019-10-291-4/+12
| | |/ | |/|
* | | sched/uclamp: Fix incorrect conditionQais Yousef2019-11-151-1/+1
* | | sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-11-131-1/+2
| |/ |/|
* | sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra2019-11-081-6/+15
* | sched/core: Fix compilation error when cgroup not selectedQais Yousef2019-11-081-1/+1
|/
* sched_setattr: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-36/+7
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-281-13/+15
|\
| * sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider2019-09-251-2/+0
| * sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider2019-09-251-4/+3
| * sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-09-251-2/+2
| * sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-251-2/+2
| * tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman2019-09-251-2/+7
| * tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman2019-09-251-1/+1
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-5/+14
|\ \
| * | kernel.h: Add non_block_start/end()Daniel Vetter2019-09-071-5/+14
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-3/+3
|\ \ \ | |_|/ |/| |
| * | sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-011-3/+3
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-100/+461
|\ \
| * \ Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-161-7/+7
| |\ \