Age | Commit message (Expand) | Author |
2024-01-18 | Merge tag 'sched-urgent-2024-01-18' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-01-16 | sched/fair: Fix frequency selection for non-invariant case | Vincent Guittot |
2024-01-10 | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds |
2024-01-09 | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2024-01-08 | Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo... | Ingo Molnar |
2023-12-29 | sched/fair: Fix tg->load when offlining a CPU | Vincent Guittot |
2023-12-27 | rseq: Split out rseq.h from sched.h | Kent Overstreet |
2023-12-23 | sched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt... | Wang Jinchao |
2023-12-23 | sched/fair: Use all little CPUs for CPU-bound workloads | Pierre Gondois |
2023-12-23 | sched/fair: Simplify util_est | Vincent Guittot |
2023-12-23 | sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true) | Vincent Guittot |
2023-12-23 | cpufreq/schedutil: Use a fixed reference frequency | Vincent Guittot |
2023-12-10 | sched: fair: move unused stub functions to header | Arnd Bergmann |
2023-11-29 | sched/fair: Update min_vruntime for reweight_entity() correctly | Yiwei Lin |
2023-11-23 | sched/cpufreq: Rework iowait boost | Vincent Guittot |
2023-11-23 | sched/cpufreq: Rework schedutil governor performance estimation | Vincent Guittot |
2023-11-23 | sched/pelt: Avoid underestimation of task utilization | Vincent Guittot |
2023-11-15 | sched/timers: Explain why idle task schedules out on remote timer enqueue | Frederic Weisbecker |
2023-11-15 | sched/cpuidle: Comment about timers requirements VS idle handler | Frederic Weisbecker |
2023-11-15 | sched/deadline: Introduce deadline servers | Peter Zijlstra |
2023-11-15 | sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entity | Peter Zijlstra |
2023-11-15 | sched/deadline: Collect sched_dl_entity initialization | Peter Zijlstra |
2023-11-15 | sched: Unify more update_curr*() | Peter Zijlstra |
2023-11-15 | sched: Remove vruntime from trace_sched_stat_runtime() | Peter Zijlstra |
2023-11-15 | sched: Unify runtime accounting across classes | Peter Zijlstra |
2023-11-15 | sched/eevdf: O(1) fastpath for task selection | Abel Wu |
2023-11-15 | sched/eevdf: Sort the rbtree by virtual deadline | Abel Wu |
2023-11-15 | sched/numa: Fix mm numa_scan_seq based unconditional scan | Raghavendra K T |
2023-11-15 | sched: Use WRITE_ONCE() for p->on_rq | Paul E. McKenney |
2023-11-14 | sched/fair: Fix the decision for load balance | Keisuke Nishimura |
2023-11-14 | sched/eevdf: Fix vruntime adjustment on reweight | Abel Wu |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-11-01 | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-10-31 | Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2023-10-30 | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-10-30 | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-10-26 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2023-10-25 | sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory() | Kefeng Wang |
2023-10-25 | sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency() | Kefeng Wang |
2023-10-24 | sched/fair: Remove SIS_PROP | Peter Zijlstra |
2023-10-24 | sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster... | Yicong Yang |
2023-10-24 | sched/fair: Scan cluster before scanning LLC in wake-up path | Barry Song |
2023-10-24 | sched: Add cpus_share_resources API | Barry Song |
2023-10-24 | sched/core: Fix RQCF_ACT_SKIP leak | Hao Jia |
2023-10-23 | Merge tag 'v6.6-rc7' into sched/core, to pick up fixes | Ingo Molnar |
2023-10-20 | sched/fair: Remove unused 'curr' argument from pick_next_entity() | Yiwei Lin |
2023-10-20 | sched/nohz: Update comments about NEWILB_KICK | Joel Fernandes (Google) |
2023-10-18 | treewide: mark stuff as __ro_after_init | Alexey Dobriyan |
2023-10-18 | sched: remove wait bookmarks | Matthew Wilcox (Oracle) |