aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-19sched/fair: Add cfs_rq::avg_vruntimePeter Zijlstra1-0/+5
2023-07-17sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov1-5/+8
2023-07-13sched/topology: Record number of cores in sched groupTim C Chen1-0/+1
2023-07-13sched: add throttled time stat for throttled childrenJosh Don1-0/+2
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2023-06-16sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia1-0/+22
2023-06-16sched/deadline: Fix bandwidth reclaim equation in GRUBVineeth Pillai1-0/+6
2023-06-05sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann1-0/+1
2023-06-05sched/fair: Refactor CPU utilization functionsDietmar Eggemann1-46/+1
2023-05-30sched/deadline: remove unused dl_bandwidthMiaohe Lin1-7/+0
2023-05-30sched/fair: Move unused stub functions to headerArnd Bergmann1-2/+0
2023-05-30sched: Make task_vruntime_update() prototype visibleArnd Bergmann1-0/+1
2023-05-30sched: Add schedule_user() declarationArnd Bergmann1-0/+1
2023-05-08sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann1-1/+1
2023-05-08sched/topology: Check SDF_SHARED_CHILD in highest_flag_domain()Ricardo Neri1-3/+19
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers1-31/+208
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched enableHao Jia1-0/+4
2023-02-11sched/fair: Remove capacity inversion detectionVincent Guittot1-19/+0
2022-12-27sched: Make const-safeMatthew Wilcox (Oracle)1-12/+10
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers1-0/+58
2022-12-27sched: Async unthrottling for cfs bandwidthJosh Don1-0/+8
2022-10-27sched: Enforce user requested affinityWaiman Long1-0/+3
2022-10-27sched: Always preserve the user requested cpumaskWaiman Long1-0/+8
2022-10-27sched: Introduce affinity_contextWaiman Long1-4/+7
2022-10-27sched/fair: Detect capacity inversionQais Yousef1-0/+19
2022-10-27sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef1-3/+39
2022-10-27sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef1-0/+9
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