aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core_sched.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra1-1/+1
2022-08-04sched/core: Remove superfluous semicolonXin Gao1-1/+1
2022-07-21sched/core: Fix the bug that task won't enqueue into core tree when update co...Cruz Zhao1-4/+5
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don1-1/+5
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar1-3/+0
2022-01-18sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao1-1/+1
2021-11-17sched/core: Forced idle accountingJosh Don1-1/+65
2021-11-10Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2021-10-05sched: Make cookie functions staticShaokun Zhang1-4/+5
2021-09-29uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argumentEugene Syromiatnikov1-0/+4
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser1-0/+114
2021-05-12sched: Inherit task cookie on fork()Peter Zijlstra1-0/+6
2021-05-12sched: Trivial core scheduling cookie managementPeter Zijlstra1-0/+109