aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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 ...Libo 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/linu...Linus 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
2025-04-29sched_ext: Use dynamic allocation for scx_schedTejun Heo1-66/+91
2025-04-29sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()Tejun Heo1-1/+10
2025-04-29sched_ext: Introduce scx_schedTejun Heo2-115/+131
2025-04-29Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo1-8/+2
2025-04-29sched_ext: Fix rq lock state in hotplug opsAndrea Righi1-2/+2
2025-04-26Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2025-04-26sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval1-3/+1
2025-04-25sched_ext: Remove duplicate BTF_ID_FLAGS definitionsAndrea Righi1-6/+0
2025-04-23sched_ext: Clarify CPU context for running/stopping callbacksAndrea Righi1-0/+18
2025-04-22Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo2-63/+118
2025-04-22sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()Andrea Righi1-4/+23
2025-04-22sched_ext: Track currently locked rqAndrea Righi2-59/+95
2025-04-21Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-43/+7
2025-04-18sched_ext: add helper for refill task with default sliceHonglei Wang1-12/+12
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang1-11/+11
2025-04-17cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit()Rafael J. Wysocki1-1/+4
2025-04-17cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki1-4/+24
2025-04-17cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki1-3/+15
2025-04-16sched/fair: Adhere to place_entity() constraintsPeter Zijlstra1-1/+3
2025-04-16sched/debug: Print the local group's asym_prefer_cpuK Prateek Nayak1-0/+4