summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-112-10/+18
|\
| * sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-021-7/+14
| * sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-021-2/+2
| * sched/fair: Sync load_sum with load_avg after dequeueVincent Guittot2021-07-021-1/+2
* | Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-07-071-0/+1
|\ \
| * | cpufreq: CPPC: Add support for frequency invarianceViresh Kumar2021-07-011-0/+1
* | | Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-07-011-13/+17
|\ \ \
| * | | cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan2021-06-081-13/+17
* | | | Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-301-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal2021-06-281-3/+3
* | | | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-2/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-06-081-2/+7
| | |/ | |/|
* | | Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-281-1/+6
|\ \ \
| * | | tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra2021-05-131-1/+1
| * | | tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti2021-05-131-0/+5
* | | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-2818-514/+2174
|\ \ \ \ | | |_|/ | |/| |
| * | | sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska2021-06-241-78/+131
| * | | psi: Fix race between psi_trigger_create/destroyZhaoyang Huang2021-06-241-6/+6
| * | | sched/fair: Introduce the burstable CFS controllerHuaixin Chang2021-06-243-10/+73
| * | | sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef2021-06-221-31/+18
| * | | sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort2021-06-221-0/+2
| * | | sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort2021-06-221-5/+12
| * | | sched: Change task_struct::statePeter Zijlstra2021-06-183-34/+40
| * | | sched: Add get_current_state()Peter Zijlstra2021-06-181-3/+3
| * | | sched: Introduce task_is_running()Peter Zijlstra2021-06-182-4/+4
| * | | Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-183-41/+40
| |\ \ \
| * | | | sched/fair: Age the average idle timePeter Zijlstra2021-06-173-4/+29
| * | | | sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2021-06-172-1/+2
| * | | | sched/fair: Take thermal pressure into account while estimating energyLukasz Luba2021-06-171-3/+8
| * | | | sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann2021-06-171-1/+4
| * | | | sched/pelt: Check that *_avg are null when *_sum areVincent Guittot2021-06-171-0/+9
| * | | | sched/debug: Remove obsolete init_schedstats()Eric Dumazet2021-06-041-17/+2
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-031-9/+14
| |\ \ \ \
| * | | | | sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider2021-06-011-8/+12
| * | | | | sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-06-011-4/+4
| * | | | | sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra2021-06-011-0/+1
| * | | | | sched: Fix a stale comment in pick_next_task()Masahiro Yamada2021-05-191-1/+1
| * | | | | sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef2021-05-191-0/+7
| * | | | | sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef2021-05-191-4/+17
| * | | | | sched: Make the idle task quack like a per-CPU kthreadValentin Schneider2021-05-181-6/+15
| * | | | | sched,stats: Further simplify sched_infoPeter Zijlstra2021-05-181-9/+12
| * | | | | sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker2021-05-131-3/+1
| * | | | | sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan2021-05-122-7/+7
| * | | | | sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan2021-05-121-1/+1
| * | | | | sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan2021-05-121-2/+2
| * | | | | sched: Make nr_running() return 32-bit valueAlexey Dobriyan2021-05-121-2/+2
| * | | | | sched: Fix leftover comment typosIngo Molnar2021-05-122-5/+5
| * | | | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+1
| * | | | | sched: prctl() core-scheduling interfaceChris Hyser2021-05-121-0/+114
| * | | | | sched: Inherit task cookie on fork()Peter Zijlstra2021-05-121-0/+6