summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/sched.hIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/rt.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/psi.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/pelt.[ch]Ingo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/loadavg.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/idle.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/fair.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/debug.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/deadline.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cputime.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cpupri.hIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cpufreq_sch...Ingo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/core.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/clock.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/autogroup.[ch]Ingo Molnar
2025-06-11sched/eevdf: Correct the comment in place_entitywang wei
2025-06-11sched: Make clangd usablePeter Zijlstra
2025-06-09sched_ext: Make scx_locked_rq() inlineAndrea Righi
2025-06-09sched_ext: Make scx_rq_bypassing() inlineAndrea Righi
2025-06-09sched_ext: idle: Make local functions static in ext_idle.cAndrea Righi
2025-06-09sched_ext: idle: Remove unnecessary ifdef in scx_bpf_cpu_node()Andrea Righi
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-04Merge tag 'sched_ext-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-06-03sched_ext: idle: Skip cross-node search with !CONFIG_NUMAAndrea Righi
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31sched/numa: add statistics of numa balance taskChen Yu
2025-05-31sched/numa: fix task swap by skipping kernel threadsLibo Chen
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30sched_ext: idle: Properly handle invalid prev_cpu during idle selectionAndrea Righi
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-05-27Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-26Merge branch 'pm-cpufreq'Rafael J. Wysocki
2025-05-22sched_ext: Call ops.update_idle() after updating builtin idle bitsTejun Heo
2025-05-21sched_ext: idle: Consolidate default idle CPU selection kfuncsAndrea Righi
2025-05-21sched/uclamp: Align uclamp and util_est and call before freq updateXuewen Yan
2025-05-21sched/util_est: Simplify condition for util_est_{en,de}queue()Xuewen Yan
2025-05-21sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUEXuewen Yan
2025-05-20sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked contextAndrea Righi
2025-05-20sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()Andrea Righi
2025-05-20sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.cAndrea Righi
2025-05-14sched_ext: Explain the temporary situation around scx_root dereferencesTejun Heo
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo
2025-05-14sched_ext: Cleanup [__]scx_exit/error*()Tejun Heo
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo
2025-05-14sched_ext: Clean up scx_root usagesTejun Heo
2025-05-14sched,livepatch: Untangle cond_resched() and live-patchingPeter Zijlstra
2025-05-13Merge Energy Model management code changes for 6.16Rafael J. Wysocki
2025-05-12sched/numa: add tracepoint that tracks the skipping of numa balancing due to ...Libo Chen