summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-31Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-26Merge branch 'pm-cpufreq'Rafael J. Wysocki
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra
2023-10-24sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song
2023-10-24sched: Add cpus_share_resources APIBarry Song
2023-10-24sched/core: Fix RQCF_ACT_SKIP leakHao Jia
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin
2023-10-20sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)
2023-10-18sched/fair: Remove duplicate #includeJiapeng Chong
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra
2023-10-16sched/psi: Update poll => rtpoll in relevant commentsFan Yu
2023-10-13sched: Make PELT acronym definition searchableMathieu Desnoyers
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-10-13sched/psi: Bail out early from irq time accountingHaifeng Xu
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2023-10-11sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang
2023-10-11sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang
2023-10-10sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman
2023-10-10sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman
2023-10-10sched/numa: Move up the access pid reset logicRaghavendra K T
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar
2023-10-09sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde
2023-10-09sched/psi: Change update_triggers() to a 'void' functionYang Yang
2023-10-09sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2023-10-09sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng
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-07sched/debug: Print 'tgid' in sched_show_task()Yajun Deng
2023-10-07sched/core: Update stale comment in try_to_wake_up()Ingo Molnar
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar
2023-10-06cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois
2023-10-06cpufreq: schedutil: Merge initialization code of sg_cpu in single loopLiao Chang
2023-10-05cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan
2023-10-03sched/headers: Remove duplicate header inclusionsYu Liao
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra
2023-10-02sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis