summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2025-07-14sched: Start blocked_on chain processing in find_proxy_task()Peter Zijlstra
2025-07-14sched: Fix runtime accounting w/ split exec & sched contextsJohn Stultz
2025-07-14sched: Move update_curr_task logic into update_curr_seJohn Stultz
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak
2025-07-09sched/fair: Always trigger resched at the end of a protected periodVincent Guittot
2025-07-09sched/fair: Fix entity's lag with run to parityVincent Guittot
2025-07-09sched/fair: Limit run to parity to the min slice of enqueued entitiesVincent Guittot
2025-07-09sched/fair: Remove spurious shorter slice preemptionVincent Guittot
2025-07-09sched/fair: Fix NO_RUN_TO_PARITY caseVincent Guittot
2025-07-09sched/fair: Use protect_slice() instead of direct comparisonVincent Guittot
2025-07-09sched/deadline: Less agressive dl_server handlingPeter Zijlstra
2025-07-09sched/fair: Bump sd->max_newidle_lb_cost when newidle balance failsChris Mason
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file writesTejun Heo
2025-06-18sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from ...Tejun Heo
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/fair.cIngo Molnar
2025-06-11sched/eevdf: Correct the comment in place_entitywang wei
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31sched/numa: fix task swap by skipping kernel threadsLibo Chen
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-21sched/util_est: Simplify condition for util_est_{en,de}queue()Xuewen Yan
2025-05-21sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUEXuewen Yan
2025-05-12sched/numa: add tracepoint that tracks the skipping of numa balancing due to ...Libo Chen
2025-05-12sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.memsLibo Chen
2025-04-26sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval
2025-04-16sched/fair: Adhere to place_entity() constraintsPeter Zijlstra
2025-04-16sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpuK Prateek Nayak
2025-04-08sched/fair: Allow decaying util_est when util_avg > CPU capaPierre Gondois
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar
2025-03-05sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li
2025-02-18sched: Switch to use hrtimer_setup()Nam Cao
2025-02-14sched/fair: Refactor can_migrate_task() to elimate loopingI Hsin Cheng
2025-02-14sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding
2025-02-14sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou
2025-02-14sched: Cancel the slice protection of the idle entityzihan zhou
2025-02-08Merge tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-21Merge tag 'sched-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-21sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeueK Prateek Nayak
2025-01-13sched/fair: Do not compute overloaded status unnecessarily during lbK Prateek Nayak
2025-01-13sched/fair: Do not compute NUMA Balancing stats unnecessarily during lbK Prateek Nayak
2025-01-13sched/core: Prioritize migrating eligible tasks in sched_balance_rq()Hao Jia
2025-01-13sched/fair: Encapsulate set custom slice in a __setparam_fair() functionVincent Guittot
2025-01-13sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUEPeter Zijlstra
2025-01-09sched/fair: Fix EEVDF entity placement bug causing scheduling lagPeter Zijlstra