aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-17sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sched_create_group()Tejun Heo3-2/+9
2025-06-17sched_ext: Make scx_group_set_weight() always update tg->scx.weightTejun Heo1-6/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-04Merge tag 'sched_ext-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-18/+19
2025-06-03sched_ext: idle: Skip cross-node search with !CONFIG_NUMAAndrea Righi1-0/+8
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-3/+13
2025-05-31sched/numa: add statistics of numa balance taskChen Yu2-2/+11
2025-05-31sched/numa: fix task swap by skipping kernel threadsLibo Chen1-1/+2
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+9
2025-05-30sched_ext: idle: Properly handle invalid prev_cpu during idle selectionAndrea Righi1-18/+11
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-14/+1
2025-05-27Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds5-869/+1240
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-24/+12
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-158/+302
2025-05-26Merge branch 'pm-cpufreq'Rafael J. Wysocki3-24/+12
2025-05-22sched_ext: Call ops.update_idle() after updating builtin idle bitsTejun Heo1-10/+15
2025-05-21sched_ext: idle: Consolidate default idle CPU selection kfuncsAndrea Righi1-85/+71
2025-05-21sched/uclamp: Align uclamp and util_est and call before freq updateXuewen Yan1-7/+10
2025-05-21sched/util_est: Simplify condition for util_est_{en,de}queue()Xuewen Yan1-2/+2
2025-05-21sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUEXuewen Yan1-2/+11
2025-05-20sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked contextAndrea Righi1-10/+27
2025-05-20sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()Andrea Righi1-0/+10
2025-05-20sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.cAndrea Righi2-5/+5
2025-05-14sched_ext: Explain the temporary situation around scx_root dereferencesTejun Heo1-0/+8
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo2-121/+187
2025-05-14sched_ext: Cleanup [__]scx_exit/error*()Tejun Heo1-23/+25
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo2-59/+75
2025-05-14sched_ext: Clean up scx_root usagesTejun Heo2-61/+100
2025-05-14sched,livepatch: Untangle cond_resched() and live-patchingPeter Zijlstra1-42/+8
2025-05-13Merge Energy Model management code changes for 6.16Rafael J. Wysocki2-46/+8
2025-05-12sched/numa: add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinningLibo Chen1-1/+3
2025-05-12sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.memsLibo Chen1-0/+7
2025-05-12Merge tag 'sched_ext-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds2-69/+124
2025-05-09sched_ext: Remove bpf_scx_get_func_protoFeng Yang1-14/+1
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki1-20/+5
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki3-7/+10
2025-05-07Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo1-0/+6
2025-05-07sched_ext: bpf_iter_scx_dsq_new() should always initialize iteratorTejun Heo1-0/+6
2025-04-30sched_ext: Avoid NULL scx_root deref in __scx_exit()Andrea Righi1-4/+13
2025-04-30sched_ext: Add RCU protection to scx_root in DSQ iteratorAndrea Righi1-1/+1
2025-04-30sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasksJohn Stultz1-0/+6
2025-04-29sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()Tejun Heo1-6/+2
2025-04-29sched_ext: Move disable machinery into scx_schedTejun Heo1-48/+25
2025-04-29sched_ext: Move event_stats_cpu into scx_schedTejun Heo1-42/+58
2025-04-29sched_ext: Factor out scx_read_events()Tejun Heo1-19/+26
2025-04-29sched_ext: Relocate scx_event_stats definitionTejun Heo1-57/+57
2025-04-29sched_ext: Move global_dsqs into scx_schedTejun Heo1-46/+49
2025-04-29sched_ext: Move dsq_hash into scx_schedTejun Heo1-40/+82
2025-04-29sched_ext: Factor out scx_alloc_and_add_sched()Tejun Heo1-22/+36
2025-04-29sched_ext: Inline create_dsq() into scx_bpf_create_dsq()Tejun Heo1-24/+18