summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2025-05-20sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked contextAndrea Righi-10/+27
2025-05-20sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()Andrea Righi-0/+10
2025-05-20sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.cAndrea Righi-5/+5
2025-05-14sched_ext: Explain the temporary situation around scx_root dereferencesTejun Heo-0/+8
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo-121/+187
2025-05-14sched_ext: Cleanup [__]scx_exit/error*()Tejun Heo-23/+25
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo-59/+75
2025-05-14sched_ext: Clean up scx_root usagesTejun Heo-61/+100
2025-05-14sched,livepatch: Untangle cond_resched() and live-patchingPeter Zijlstra-42/+8
2025-05-13Merge Energy Model management code changes for 6.16Rafael J. Wysocki-46/+8
2025-05-12sched/numa: add tracepoint that tracks the skipping of numa balancing due to ...Libo Chen-1/+3
2025-05-12sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.memsLibo Chen-0/+7
2025-05-12Merge tag 'sched_ext-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-69/+124
2025-05-09sched_ext: Remove bpf_scx_get_func_protoFeng Yang-14/+1
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki-20/+5
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki-7/+10
2025-05-07Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-0/+6
2025-05-07sched_ext: bpf_iter_scx_dsq_new() should always initialize iteratorTejun Heo-0/+6
2025-04-30sched_ext: Avoid NULL scx_root deref in __scx_exit()Andrea Righi-4/+13
2025-04-30sched_ext: Add RCU protection to scx_root in DSQ iteratorAndrea Righi-1/+1
2025-04-30sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasksJohn Stultz-0/+6
2025-04-29sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()Tejun Heo-6/+2
2025-04-29sched_ext: Move disable machinery into scx_schedTejun Heo-48/+25
2025-04-29sched_ext: Move event_stats_cpu into scx_schedTejun Heo-42/+58
2025-04-29sched_ext: Factor out scx_read_events()Tejun Heo-19/+26
2025-04-29sched_ext: Relocate scx_event_stats definitionTejun Heo-57/+57
2025-04-29sched_ext: Move global_dsqs into scx_schedTejun Heo-46/+49
2025-04-29sched_ext: Move dsq_hash into scx_schedTejun Heo-40/+82
2025-04-29sched_ext: Factor out scx_alloc_and_add_sched()Tejun Heo-22/+36
2025-04-29sched_ext: Inline create_dsq() into scx_bpf_create_dsq()Tejun Heo-24/+18
2025-04-29sched_ext: Use dynamic allocation for scx_schedTejun Heo-66/+91
2025-04-29sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()Tejun Heo-1/+10
2025-04-29sched_ext: Introduce scx_schedTejun Heo-115/+131
2025-04-29Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-8/+2
2025-04-29sched_ext: Fix rq lock state in hotplug opsAndrea Righi-2/+2
2025-04-26Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+1
2025-04-26sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval-3/+1
2025-04-25sched_ext: Remove duplicate BTF_ID_FLAGS definitionsAndrea Righi-6/+0
2025-04-23sched_ext: Clarify CPU context for running/stopping callbacksAndrea Righi-0/+18
2025-04-22Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-63/+118
2025-04-22sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()Andrea Righi-4/+23
2025-04-22sched_ext: Track currently locked rqAndrea Righi-59/+95
2025-04-21Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-43/+7
2025-04-18sched_ext: add helper for refill task with default sliceHonglei Wang-12/+12
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang-11/+11
2025-04-17cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit()Rafael J. Wysocki-1/+4
2025-04-17cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki-4/+24
2025-04-17cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki-3/+15
2025-04-16sched/fair: Adhere to place_entity() constraintsPeter Zijlstra-1/+3
2025-04-16sched/debug: Print the local group's asym_prefer_cpuK Prateek Nayak-0/+4