aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2022-04-27Merge tag 'v5.15.36' into v5.15/standard/baseBruce Ashfield
2022-04-27sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang
2022-04-20Merge tag 'v5.15.34' into v5.15/standard/baseBruce Ashfield
2022-04-13sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior
2022-04-11Merge tag 'v5.15.33' into v5.15/standard/baseBruce Ashfield
2022-04-08sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider
2022-04-08sched/cpuacct: Fix charge percpu cpuusageChengming Zhou
2022-04-08sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman
2022-04-08sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef
2022-04-08sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao
2022-03-09Merge tag 'v5.15.27' into v5.15/standard/baseBruce Ashfield
2022-03-08sched: Fix yet more sched_fork() racesPeter Zijlstra
2022-03-08sched/fair: Fix fault in reweight_entityTadeusz Struk
2022-03-06sched/isolation: really align nohz_full with rcu_nocbsPaul Gortmaker
2022-02-16sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra
2022-02-01psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan
2022-02-01sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot
2022-02-01sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers
2022-02-01psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan
2022-01-27sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin
2022-01-27cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin
2022-01-27psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen
2022-01-27sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua
2022-01-27sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort
2022-01-27sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort
2021-12-14wait: add wake_up_pollfree()Eric Biggers
2021-12-08sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-08preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney
2021-12-01sched/scs: Reset task stack state in bringup_cpu()Mark Rutland
2021-11-25sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause
2021-11-25sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-11-18kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman
2021-10-01sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný
2021-09-12Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-09-09sched: Prevent balance_push() on remote runqueuesThomas Gleixner
2021-09-09sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior
2021-08-31Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-30Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-26sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior
2021-08-26sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar
2021-08-23Merge back cpufreq changes for v5.15.Rafael J. Wysocki
2021-08-20sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon
2021-08-20sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon
2021-08-20sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon