aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-17sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook1-4/+10
2022-10-17sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang1-9/+9
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2022-09-15sched/fair: Cleanup loop_max and loop_breakVincent Guittot1-0/+6
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying1-0/+1
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra1-1/+1
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conversion commitIngo Molnar1-6/+8
2022-08-27sched: Add update_current_exec_runtime helperShang XiaoJing1-0/+10
2022-08-23sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou1-4/+1
2022-08-23sched/fair: Maintain task se depth in set_task_rq()Chengming Zhou1-0/+1
2022-08-12sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar1-3/+3
2022-08-06Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2022-08-03sched/rt: Fix Sparse warnings due to undefined rt.c declarationsBen Dooks1-3/+4
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-0/+1
2022-08-02sched/deadline: Use sched_dl_entity's dl_density in dl_task_fits_capacity()Dietmar Eggemann1-15/+15
2022-08-02sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann1-0/+5
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+51
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker1-0/+1
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann1-1/+1
2022-06-28sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort1-0/+10
2022-06-28sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort1-1/+40
2022-06-28sched: Remove unused function group_first_cpu()Zhang Qiao1-9/+0
2022-06-13sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding1-1/+0
2022-06-13sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra1-0/+5
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-0/+7
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra1-7/+8
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia1-4/+24
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar1-6/+0
2022-05-01sched: Fix missing prototype warningsThomas Gleixner1-6/+2
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou1-2/+2
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni1-0/+1
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni1-0/+4
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni1-0/+2
2022-04-05sched/core: Fix forceidle balancingPeter Zijlstra1-6/+0
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar1-53/+61
2022-03-08sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann1-2/+1
2022-03-08sched/deadline: Move bandwidth mgmt and reclaim functions into sched class source fileDietmar Eggemann1-49/+0
2022-03-08sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann1-1/+0
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h dependenciesIngo Molnar1-103/+44
2022-02-23sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar1-9/+11
2022-02-23sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c files thereIngo Molnar1-0/+8
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c files thereIngo Molnar1-2/+55
2022-02-23sched/headers: Add header guard to kernel/sched/sched.hIngo Molnar1-0/+4
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying1-2/+4
2022-01-27sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef1-82/+99
2021-12-11sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann1-4/+40
2021-11-17sched/core: Forced idle accountingJosh Don1-2/+30
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause1-1/+2
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+13