aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-04sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra1-55/+35
2021-07-11Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+18
2021-07-07Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2021-07-02sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan1-7/+14
2021-07-02sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2
2021-07-02sched/fair: Sync load_sum with load_avg after dequeueVincent Guittot1-1/+2
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-13/+17
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar1-0/+1
2021-06-30Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+7
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-514/+2174
2021-06-28sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal1-3/+3
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska1-78/+131
2021-06-24psi: Fix race between psi_trigger_create/destroyZhaoyang Huang1-6/+6
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang3-10/+73
2021-06-22sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
2021-06-22sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort1-0/+2
2021-06-22sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort1-5/+12
2021-06-22sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel1-0/+28
2021-06-20Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+25
2021-06-18sched: Change task_struct::statePeter Zijlstra3-34/+40
2021-06-18sched: Add get_current_state()Peter Zijlstra1-3/+3
2021-06-18sched: Introduce task_is_running()Peter Zijlstra2-4/+4
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar3-41/+40
2021-06-17sched/fair: Age the average idle timePeter Zijlstra3-4/+29
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2-1/+2
2021-06-17sched/fair: Take thermal pressure into account while estimating energyLukasz Luba1-3/+8
2021-06-17sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann1-1/+4
2021-06-17sched/pelt: Check that *_avg are null when *_sum areVincent Guittot1-0/+9
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal1-19/+25
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar1-1/+0
2021-06-08rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+7
2021-06-08cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan1-13/+17
2021-06-04sched/debug: Remove obsolete init_schedstats()Eric Dumazet1-17/+2
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-9/+14
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann3-13/+6
2021-06-03sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot1-2/+8
2021-06-01sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider1-8/+12
2021-06-01sched/fair: Fix ascii art by relpacing tabsOdin Ugedal1-4/+4
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra1-0/+1
2021-05-31sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-05-31sched/fair: Keep load_avg and load_sum syncedVincent Guittot1-6/+5
2021-05-19sched: Fix a stale comment in pick_next_task()Masahiro Yamada1-1/+1
2021-05-19sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef1-0/+7
2021-05-19sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef1-4/+17
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider1-6/+15
2021-05-18sched,stats: Further simplify sched_infoPeter Zijlstra1-9/+12
2021-05-13tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra1-1/+1
2021-05-13tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti1-0/+5