summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-15sched/fair: Fix the decision for load balanceKeisuke Nishimura1-3/+7
2023-11-15sched/eevdf: Fix vruntime adjustment on reweightAbel Wu1-23/+128
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+6
2023-10-26sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang1-1/+1
2023-10-26sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang1-1/+1
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra1-48/+0
2023-10-24sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang1-1/+16
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song1-4/+36
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar1-14/+60
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin1-4/+4
2023-10-20sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)1-2/+13
2023-10-18sched/fair: Remove duplicate #includeJiapeng Chong1-2/+0
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra1-1/+2
2023-10-17sched/numa, mm: make numa migrate functions to take a folioKefeng Wang1-6/+6
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra1-1/+3
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra1-1/+1
2023-10-11sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman1-3/+52
2023-10-11sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman1-3/+15
2023-10-10sched/numa: Move up the access pid reset logicRaghavendra K T1-10/+7
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman1-4/+13
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman1-6/+6
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot1-10/+8
2023-10-09sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar1-3/+2
2023-10-09sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar1-5/+5
2023-10-09sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar1-14/+16
2023-10-09sched/eevdf: Fix pick_eevdf()Benjamin Segall1-14/+58
2023-10-09sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra1-0/+1
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar1-5/+38
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra1-1/+9
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra1-2/+4
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef1-1/+6
2023-09-29sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef1-17/+1
2023-09-29sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef1-6/+5
2023-09-24sched/fair: Fix warning in bandwidth distributionJosh Don1-11/+25
2023-09-24sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don1-4/+0
2023-09-21sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior1-13/+0
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar1-5/+5
2023-09-19sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()Ingo Molnar1-2/+2
2023-09-18sched/fair: Ratelimit update to tg->load_avgAaron Lu1-1/+12
2023-09-15sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou1-1/+1
2023-09-15sched/fair: Fix open-coded numa_nearest_node()Yury Norov1-13/+1
2023-09-13sched/fair: Fix SMT4 group_smt_balance handlingTim Chen1-1/+11
2023-09-02sched/fair: Optimize should_we_balance() for large SMT systemsShrikanth Hegde1-1/+14
2023-08-29sched/fair: Make update_entity_lag() staticHao Jia1-1/+1
2023-08-29Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2023-08-29Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-615/+724
2023-08-17sched/eevdf: Curb wakeup-preemptionPeter Zijlstra1-0/+12
2023-08-10Merge branch 'sched/eevdf' into sched/coreIngo Molnar1-597/+494
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld1-1/+51
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld1-3/+4