summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-22sched/core: Fix reset-on-fork from RT with uclampQuentin Perret1-7/+2
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort1-1/+0
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior1-1/+2
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider1-6/+0
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+2
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner1-0/+2
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner1-1/+6
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Ingo Molnar1-0/+11
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu1-7/+2
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath1-1/+1
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath1-0/+3
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot1-2/+0
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar1-11/+0
2020-02-20sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood1-1/+0
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman1-11/+0
2020-01-28x86, sched: Add support for frequency invarianceGiovanni Gherdovich1-0/+1
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot1-1/+8
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li1-7/+12
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef1-1/+1
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)1-1/+3
2020-01-28sched/core: Don't skip remote tick for idle CPUsScott Wood1-8/+10
2020-01-17sched/core: Fix size of rq::uclamp initializationLi Guanglei1-1/+2
2020-01-17sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef1-0/+6
2019-12-25sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider1-3/+3
2019-12-25sched/core: Remove unused variable from set_user_nice()Qian Cai1-2/+1
2019-12-17sched: Use fair:prio_changed() instead of ad-hoc implementationFrederic Weisbecker1-8/+8
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+10
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+12
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar1-2/+3
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider1-3/+3
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef1-1/+1
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra1-3/+3
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra1-3/+3
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra1-2/+4
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-6/+15
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef1-1/+1
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe1-4/+12
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-10-01sched_setattr: switch to copy_struct_from_user()Aleksa Sarai1-36/+7
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-13/+15
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider1-2/+0
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider1-4/+3
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers1-2/+2
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman1-2/+7
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman1-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-5/+14
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3