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