summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-301-4/+5
|\
| * sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers2022-01-251-4/+5
* | psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan2022-01-301-38/+41
* | Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-235-91/+114
|\|
| * sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra2022-01-181-9/+3
| * sched/fair: Fix all kernel-doc warningsRandy Dunlap2022-01-181-3/+5
| * sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao2022-01-182-3/+2
| * sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot2022-01-181-14/+22
| * sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot2022-01-181-14/+19
| * sched/pelt: Continue to relax the sync of util_sum with util_avgVincent Guittot2022-01-181-7/+18
| * sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2022-01-182-4/+16
| * psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-01-181-37/+29
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-8/+8
|\ \ | |/ |/|
| * kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-081-1/+1
| * kthread: Never put_user the set_child_tid addressEric W. Biederman2021-12-221-1/+1
| * kthread: Warn about failed allocations for the init kthreadEric W. Biederman2021-12-211-1/+1
| * kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman2021-12-131-8/+8
* | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-0/+3
|\ \
| * \ Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-133-10/+19
| |\ \
| * | | sched: Trigger warning if ->migration_disabled counter underflows.Sebastian Andrzej Siewior2021-12-041-0/+3
| | |/ | |/|
* | | Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-1111-180/+325
|\ \ \
| * | | sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann2021-12-114-69/+50
| * | | sched/fair: Cleanup task_util and capacity typeVincent Donnefort2021-12-081-2/+3
| * | | sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2021-12-071-5/+18
| * | | sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song2021-12-071-0/+5
| * | | sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort2021-12-041-1/+2
| * | | sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort2021-12-041-0/+1
| * | | sched/cpuacct: Make user/system times in cpuacct.stat more preciseAndrey Ryabinin2021-11-231-10/+15
| * | | sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin2021-11-231-47/+32
| * | | cpuacct: Convert BUG_ON() to WARN_ON_ONCE()Andrey Ryabinin2021-11-231-1/+2
| * | | cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin2021-11-231-2/+2
| * | | psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen2021-11-172-18/+32
| * | | sched/core: Forced idle accountingJosh Don2021-11-175-24/+162
| * | | psi: Add a missing SPDX license headerLiu Xinpeng2021-11-171-0/+1
| * | | psi: Remove repeated verbose commentLiu Xinpeng2021-11-171-1/+0
| |/ /
* | | Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-4/+3
|\ \ \
| * | | sched, kcsan: Enable memory barrier instrumentationMarco Elver2021-12-091-4/+3
| |/ /
* | | Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-101-1/+1
|\ \ \ | |_|/ |/| |
| * | sched: Snapshot thread flagsMark Rutland2021-12-011-1/+1
* | | wait: add wake_up_pollfree()Eric Biggers2021-12-091-0/+7
* | | sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef2021-12-041-1/+1
* | | preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney2021-12-041-2/+2
* | | sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker2021-12-021-3/+9
|/ /
* / sched/scs: Reset task stack state in bringup_cpu()Mark Rutland2021-11-241-4/+0
|/
* preempt: Restore preemption model selection configsValentin Schneider2021-11-111-3/+3
* sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause2021-11-115-16/+49
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-111-0/+3
* Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-0/+4
|\
| * uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argumentEugene Syromiatnikov2021-09-291-0/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\ \