summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2023-10-09sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar
2023-10-09sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar
2023-10-09sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar
2023-10-09sched/eevdf: Fix pick_eevdf()Benjamin Segall
2023-10-09sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef
2023-09-29sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-09-29sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef
2023-09-24sched/fair: Fix warning in bandwidth distributionJosh Don
2023-09-24sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don
2023-09-21sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar
2023-09-19sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()Ingo Molnar
2023-09-18sched/fair: Ratelimit update to tg->load_avgAaron Lu
2023-09-15sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou
2023-09-15sched/fair: Fix open-coded numa_nearest_node()Yury Norov
2023-09-13sched/fair: Fix SMT4 group_smt_balance handlingTim Chen
2023-09-02sched/fair: Optimize should_we_balance() for large SMT systemsShrikanth Hegde
2023-08-29sched/fair: Make update_entity_lag() staticHao Jia
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-28Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-17sched/eevdf: Curb wakeup-preemptionPeter Zijlstra
2023-08-10Merge branch 'sched/eevdf' into sched/coreIngo Molnar
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld
2023-07-31Revert "sched/fair: Move unused stub functions to header"Peter Zijlstra
2023-07-26sched/fair: remove util_est boostingVincent Guittot
2023-07-19sched/fair: Propagate enqueue flags into place_entity()Peter Zijlstra
2023-07-19sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra
2023-07-19sched/fair: Commit to EEVDFPeter Zijlstra
2023-07-19sched/smp: Use lag to simplify cross-runqueue placementPeter Zijlstra
2023-07-19sched/fair: Commit to lag based placementPeter Zijlstra
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra
2023-07-19sched/fair: Add lag based placementPeter Zijlstra
2023-07-19sched/fair: Remove sched_feat(START_DEBIT)Peter Zijlstra
2023-07-19sched/fair: Add cfs_rq::avg_vruntimePeter Zijlstra
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar
2023-07-17sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov
2023-07-13sched/fair: Stabilize asym cpu capacity system idle cpu selectionVincent Guittot
2023-07-13sched/fair: Consider the idle state of the whole core for load balanceRicardo Neri
2023-07-13sched/fair: Implement prefer sibling imbalance calculation between asymmetric...Tim C Chen
2023-07-13sched/fair: Determine active load balance for SMT sched groupsTim C Chen
2023-07-13sched: add throttled time stat for throttled childrenJosh Don
2023-07-13sched: don't account throttle time for empty groupsJosh Don
2023-07-10sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin
2023-06-16sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia
2023-06-16sched/fair: Rename variable cpu_util eff_utilTom Rix