summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2023-11-15sched: Unify more update_curr*()Peter Zijlstra-13/+11
2023-11-15sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra-3/+2
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra-60/+52
2023-11-15sched/eevdf: O(1) fastpath for task selectionAbel Wu-3/+11
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu-104/+76
2023-11-15sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T-1/+3
2023-11-15sched: Use WRITE_ONCE() for p->on_rqPaul E. McKenney-2/+4
2023-11-14sched/fair: Fix the decision for load balanceKeisuke Nishimura-3/+7
2023-11-14sched/eevdf: Fix vruntime adjustment on reweightAbel Wu-23/+128
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-56/+16
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-26/+3
2023-10-31Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-34/+32
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-844/+740
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+50
2023-10-26Merge branch 'pm-cpufreq'Rafael J. Wysocki-34/+32
2023-10-25sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang-1/+1
2023-10-25sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang-1/+1
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra-57/+0
2023-10-24sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang-1/+16
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song-4/+49
2023-10-24sched: Add cpus_share_resources APIBarry Song-0/+26
2023-10-24sched/core: Fix RQCF_ACT_SKIP leakHao Jia-4/+1
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar-14/+60
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin-4/+4
2023-10-20sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)-2/+13
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan-1/+1
2023-10-18sched: remove wait bookmarksMatthew Wilcox (Oracle)-50/+10
2023-10-18sched/fair: Remove duplicate #includeJiapeng Chong-2/+0
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra-1/+2
2023-10-16sched/numa, mm: make numa migrate functions to take a folioKefeng Wang-6/+6
2023-10-16sched/psi: Update poll => rtpoll in relevant commentsFan Yu-16/+16
2023-10-13sched: Make PELT acronym definition searchableMathieu Desnoyers-1/+1
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra-3/+17
2023-10-13sched/psi: Bail out early from irq time accountingHaifeng Xu-0/+3
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra-5/+5
2023-10-11sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang-14/+3
2023-10-11sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang-3/+4
2023-10-10sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King-4/+0
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman-3/+52
2023-10-10sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman-3/+15
2023-10-10sched/numa: Move up the access pid reset logicRaghavendra K T-10/+7
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman-4/+13
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman-6/+6
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar-5/+18
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar-1/+2
2023-10-09sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde-38/+74
2023-10-09sched/psi: Change update_triggers() to a 'void' functionYang Yang-4/+3
2023-10-09sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois-36/+3
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot-23/+18