summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2021-10-27sched/scs: Reset the shadow stack when idle_task_exitWoody Lin
2021-10-07sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman
2021-10-07sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal KoutnĂ˝
2021-10-07cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao
2021-09-26sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior
2021-09-18sched: Prevent balance_push() on remote runqueuesThomas Gleixner
2021-09-15sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret
2021-09-15sched/numa: Fix is_core_idle()Mika Penttilä
2021-09-15sched/debug: Don't update sched_domain debug directories before sched_debug_i...Valentin Schneider
2021-09-15sched/topology: Skip updating masks for non-online nodesValentin Schneider
2021-09-15sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann
2021-09-15sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret
2021-08-26sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior
2021-08-20sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra
2021-08-04sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra
2021-07-11Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-07-07Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-07-02sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan
2021-07-02sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-07-02sched/fair: Sync load_sum with load_avg after dequeueVincent Guittot
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar
2021-06-30Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska
2021-06-24psi: Fix race between psi_trigger_create/destroyZhaoyang Huang
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang
2021-06-22sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef
2021-06-22sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort
2021-06-22sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort
2021-06-22sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel
2021-06-20Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-18sched: Add get_current_state()Peter Zijlstra
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2021-06-17sched/fair: Age the average idle timePeter Zijlstra
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba
2021-06-17sched/fair: Take thermal pressure into account while estimating energyLukasz Luba
2021-06-17sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann
2021-06-17sched/pelt: Check that *_avg are null when *_sum areVincent Guittot
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar
2021-06-08rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara
2021-06-08cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan
2021-06-04sched/debug: Remove obsolete init_schedstats()Eric Dumazet
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar