summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
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
2025-05-12sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.memsLibo Chen
2025-05-12Merge tag 'sched_ext-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-05-09sched_ext: Remove bpf_scx_get_func_protoFeng Yang
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki
2025-05-07Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo
2025-05-07sched_ext: bpf_iter_scx_dsq_new() should always initialize iteratorTejun Heo
2025-04-30sched_ext: Avoid NULL scx_root deref in __scx_exit()Andrea Righi
2025-04-30sched_ext: Add RCU protection to scx_root in DSQ iteratorAndrea Righi
2025-04-30sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasksJohn Stultz
2025-04-29sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()Tejun Heo
2025-04-29sched_ext: Move disable machinery into scx_schedTejun Heo
2025-04-29sched_ext: Move event_stats_cpu into scx_schedTejun Heo
2025-04-29sched_ext: Factor out scx_read_events()Tejun Heo
2025-04-29sched_ext: Relocate scx_event_stats definitionTejun Heo
2025-04-29sched_ext: Move global_dsqs into scx_schedTejun Heo
2025-04-29sched_ext: Move dsq_hash into scx_schedTejun Heo
2025-04-29sched_ext: Factor out scx_alloc_and_add_sched()Tejun Heo
2025-04-29sched_ext: Inline create_dsq() into scx_bpf_create_dsq()Tejun Heo
2025-04-29sched_ext: Use dynamic allocation for scx_schedTejun Heo
2025-04-29sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()Tejun Heo
2025-04-29sched_ext: Introduce scx_schedTejun Heo
2025-04-29Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo
2025-04-29sched_ext: Fix rq lock state in hotplug opsAndrea Righi
2025-04-26Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-26sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval
2025-04-25sched_ext: Remove duplicate BTF_ID_FLAGS definitionsAndrea Righi
2025-04-23sched_ext: Clarify CPU context for running/stopping callbacksAndrea Righi