aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2024-02-20sched/membarrier: reduce the ability to hammer on sys_membarrierGravatar Linus Torvalds 1-0/+6
2024-01-18Merge tag 'sched-urgent-2024-01-18' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+5
2024-01-16sched/fair: Fix frequency selection for non-invariant caseGravatar Vincent Guittot 1-1/+5
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-13/+11
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Gravatar Ingo Molnar 1-0/+52
2023-12-29sched/fair: Fix tg->load when offlining a CPUGravatar Vincent Guittot 1-0/+52
2023-12-27rseq: Split out rseq.h from sched.hGravatar Kent Overstreet 1-0/+1
2023-12-23sched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt...Gravatar Wang Jinchao 1-2/+0
2023-12-23sched/fair: Use all little CPUs for CPU-bound workloadsGravatar Pierre Gondois 1-1/+1
2023-12-23sched/fair: Simplify util_estGravatar Vincent Guittot 3-57/+36
2023-12-23sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)Gravatar Vincent Guittot 2-6/+3
2023-12-23cpufreq/schedutil: Use a fixed reference frequencyGravatar Vincent Guittot 1-2/+24
2023-12-10sched: fair: move unused stub functions to headerGravatar Arnd Bergmann 2-13/+11
2023-11-29sched/fair: Update min_vruntime for reweight_entity() correctlyGravatar Yiwei Lin 1-10/+10
2023-11-23sched/cpufreq: Rework iowait boostGravatar Vincent Guittot 2-75/+14
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationGravatar Vincent Guittot 4-82/+89
2023-11-23sched/pelt: Avoid underestimation of task utilizationGravatar Vincent Guittot 1-0/+13
2023-11-15sched/timers: Explain why idle task schedules out on remote timer enqueueGravatar Frederic Weisbecker 1-0/+22
2023-11-15sched/cpuidle: Comment about timers requirements VS idle handlerGravatar Frederic Weisbecker 1-0/+30
2023-11-15sched/deadline: Introduce deadline serversGravatar Peter Zijlstra 4-107/+271
2023-11-15sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityGravatar Peter Zijlstra 2-58/+78
2023-11-15sched/deadline: Collect sched_dl_entity initializationGravatar Peter Zijlstra 3-15/+17
2023-11-15sched: Unify more update_curr*()Gravatar Peter Zijlstra 1-13/+11
2023-11-15sched: Remove vruntime from trace_sched_stat_runtime()Gravatar Peter Zijlstra 1-3/+2
2023-11-15sched: Unify runtime accounting across classesGravatar Peter Zijlstra 5-60/+52
2023-11-15sched/eevdf: O(1) fastpath for task selectionGravatar Abel Wu 1-3/+11
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineGravatar Abel Wu 3-104/+76
2023-11-15sched/numa: Fix mm numa_scan_seq based unconditional scanGravatar Raghavendra K T 1-1/+3
2023-11-15sched: Use WRITE_ONCE() for p->on_rqGravatar Paul E. McKenney 1-2/+4
2023-11-14sched/fair: Fix the decision for load balanceGravatar Keisuke Nishimura 1-3/+7
2023-11-14sched/eevdf: Fix vruntime adjustment on reweightGravatar Abel Wu 1-23/+128
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-56/+16
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-26/+3
2023-10-31Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-34/+32
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 14-844/+740
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+50
2023-10-26Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-34/+32
2023-10-25sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Gravatar Kefeng Wang 1-1/+1
2023-10-25sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Gravatar Kefeng Wang 1-1/+1
2023-10-24sched/fair: Remove SIS_PROPGravatar Peter Zijlstra 4-57/+0
2023-10-24sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Gravatar Yicong Yang 1-1/+16
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathGravatar Barry Song 3-4/+49
2023-10-24sched: Add cpus_share_resources APIGravatar Barry Song 3-0/+26
2023-10-24sched/core: Fix RQCF_ACT_SKIP leakGravatar Hao Jia 1-4/+1
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesGravatar Ingo Molnar 1-14/+60
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Gravatar Yiwei Lin 1-4/+4
2023-10-20sched/nohz: Update comments about NEWILB_KICKGravatar Joel Fernandes (Google) 1-2/+13
2023-10-18treewide: mark stuff as __ro_after_initGravatar Alexey Dobriyan 1-1/+1