summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix fault in reweight_entityTadeusz Struk2022-03-081-5/+6
* sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra2022-02-161-9/+3
* psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan2022-02-011-38/+41
* sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2022-02-012-4/+16
* sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers2022-02-011-4/+5
* psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-02-011-37/+29
* sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin2022-01-271-47/+32
* cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin2022-01-271-2/+2
* psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen2022-01-272-18/+32
* sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2022-01-271-5/+18
* sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort2022-01-271-1/+2
* sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort2022-01-271-0/+1
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+7
* sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef2021-12-081-1/+1
* preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney2021-12-081-2/+2
* sched/scs: Reset task stack state in bringup_cpu()Mark Rutland2021-12-011-4/+0
* sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause2021-11-255-16/+49
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-251-0/+3
* kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2021-11-181-21/+22
* sched/scs: Reset the shadow stack when idle_task_exitWoody Lin2021-10-191-0/+1
* sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman2021-10-011-1/+7
* sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný2021-10-011-1/+5
* Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-122-5/+5
|\
| * sched: Prevent balance_push() on remote runqueuesThomas Gleixner2021-09-091-3/+3
| * sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior2021-09-091-2/+2
* | Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-08-311-5/+11
|\ \
| * \ Merge back cpufreq changes for v5.15.Rafael J. Wysocki2021-08-231-5/+11
| |\ \
| | * | cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao2021-08-061-5/+11
* | | | Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-301-17/+92
|\ \ \ \
| * | | | sched/core: Provide a scheduling point for RT locksThomas Gleixner2021-08-171-1/+19
| * | | | sched/core: Rework the __schedule() preempt argumentThomas Gleixner2021-08-171-11/+23
| * | | | sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner2021-08-171-0/+33
| * | | | sched/wakeup: Split out the wakeup ->__state checkThomas Gleixner2021-08-171-6/+18
| |/ / /
* | | | Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-306-129/+631
|\ \ \ \
| * | | | sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar2021-08-261-1/+1
| * | | | sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon2021-08-201-17/+29
| * | | | sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon2021-08-202-18/+181
| * | | | sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon2021-08-201-48/+57
| * | | | sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon2021-08-201-0/+20
| * | | | sched: Reject CPU affinity changes based on task_cpu_possible_mask()Will Deacon2021-08-201-1/+8
| * | | | cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon2021-08-201-2/+1
| * | | | sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon2021-08-201-6/+3
| * | | | sched: Cgroup SCHED_IDLE supportJosh Don2021-08-204-25/+208
| * | | | sched/topology: Skip updating masks for non-online nodesValentin Schneider2021-08-201-0/+65
| * | | | sched: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-2/+2
| * | | | sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret2021-08-061-6/+13
| * | | | sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret2021-08-061-6/+19
| * | | | sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-08-061-0/+1
| * | | | sched/fair: Avoid a second scan of target in select_idle_cpuMel Gorman2021-08-041-1/+1
| * | | | sched/fair: Use prev instead of new target as recent_used_cpuMel Gorman2021-08-041-3/+1