aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-04sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi
2024-02-28sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()Alex Shi
2024-02-28sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()Alex Shi
2024-02-28sched/fair: Remove unused parameter from sched_asym()Alex Shi
2024-02-28sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGSAlex Shi
2024-02-28sched/fair: Simplify the update_sd_pick_busiest() logicDavid Vernet
2024-02-28sched/fair: Do strict inequality check for busiest misfit task groupDavid Vernet
2024-02-28sched/fair: Remove unnecessary goto in update_sd_lb_stats()David Vernet
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura
2024-02-28sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irqShrikanth Hegde
2024-02-28sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dlShrikanth Hegde
2024-02-26tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef
2024-02-20sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds
2024-02-16sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri
2024-02-15locking: Introduce prepare_sync_core_cmd()Andrea Parri
2024-02-15membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe
2024-01-18Merge tag 'sched-urgent-2024-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-16sched/fair: Fix frequency selection for non-invariant caseVincent Guittot
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar
2023-12-29sched/fair: Fix tg->load when offlining a CPUVincent Guittot
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet
2023-12-23sched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt...Wang Jinchao
2023-12-23sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois
2023-12-23sched/fair: Simplify util_estVincent Guittot
2023-12-23sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)Vincent Guittot
2023-12-23cpufreq/schedutil: Use a fixed reference frequencyVincent Guittot
2023-12-10sched: fair: move unused stub functions to headerArnd Bergmann
2023-11-29sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin
2023-11-23sched/cpufreq: Rework iowait boostVincent Guittot
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2023-11-23sched/pelt: Avoid underestimation of task utilizationVincent Guittot
2023-11-15sched/timers: Explain why idle task schedules out on remote timer enqueueFrederic Weisbecker
2023-11-15sched/cpuidle: Comment about timers requirements VS idle handlerFrederic Weisbecker
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra
2023-11-15sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityPeter Zijlstra