aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-28sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irqShrikanth Hegde1-1/+1
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+11
2023-12-10sched: fair: move unused stub functions to headerArnd Bergmann1-0/+11
2023-11-23sched/cpufreq: Rework iowait boostVincent Guittot1-60/+0
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot1-17/+7
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra1-0/+27
2023-11-15sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityPeter Zijlstra1-0/+6
2023-11-15sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra1-4/+1
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra1-10/+2
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu1-0/+1
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra1-3/+0
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song1-0/+1
2023-10-24sched: Add cpus_share_resources APIBarry Song1-0/+1
2023-10-10sched/headers: Remove comment referring to rq::cpu_load, since this has been removedColin Ian King1-4/+0
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar1-0/+2
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot1-6/+0
2023-10-09sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to 'int'Yajun Deng1-1/+1
2023-09-29sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider1-1/+0
2023-09-25sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider1-2/+0
2023-09-24sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don1-2/+0
2023-09-21sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior1-2/+0
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar1-2/+2
2023-09-18sched/headers: Remove duplicated includes in kernel/sched/sched.hGUO Zihua1-9/+0
2023-09-18sched/fair: Ratelimit update to tg->load_avgAaron Lu1-0/+1
2023-09-13sched: Simplify set_user_nice()Peter Zijlstra1-0/+5
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2023-08-28Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+50
2023-08-14sched: Simplify wake_up_if_idle()Peter Zijlstra1-0/+15
2023-08-14sched: Simplify: migrate_swap_stop()Peter Zijlstra1-0/+20
2023-08-10Merge branch 'sched/eevdf' into sched/coreIngo Molnar1-6/+9
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld1-0/+2
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld1-1/+1
2023-07-31Revert "sched/fair: Move unused stub functions to header"Peter Zijlstra1-0/+2
2023-07-19sched/fair: Propagate enqueue flags into place_entity()Peter Zijlstra1-0/+1
2023-07-19sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra1-1/+1
2023-07-19sched/fair: Commit to EEVDFPeter Zijlstra1-5/+0
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra1-1/+3
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