aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
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
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak1-0/+58
2025-04-16sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpuK Prateek Nayak1-2/+3
2025-04-09sched_ext: Make scx_has_op a bitmapTejun Heo1-12/+10
2025-04-09sched_ext: Remove scx_ops_allow_queued_wakeup static_keyTejun Heo2-12/+8
2025-04-09sched_ext: Remove scx_ops_cpu_preempt static_keyTejun Heo1-5/+8
2025-04-09sched_ext: Remove scx_ops_enq_* static_keysTejun Heo1-17/+5
2025-04-09sched_ext: Indentation updatesTejun Heo1-10/+10
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo1-42/+7
2025-04-08sched/isolation: Make use of more than one housekeeping cpuPhil Auld2-2/+2
2025-04-08sched/rt: Fix race in push_rt_taskHarshit Agarwal1-28/+26
2025-04-08sched: Add annotations to RT_GROUP_SCHED fieldsMichal Koutný1-4/+4
2025-04-08sched: Add RT_GROUP WARN checks for non-root task_groupsMichal Koutný1-2/+12
2025-04-08sched: Do not construct nor expose RT_GROUP_SCHED structures if disabledMichal Koutný2-12/+33
2025-04-08sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHEDMichal Koutný3-3/+8
2025-04-08sched: Skip non-root task_groups with disabled RT_GROUP_SCHEDMichal Koutný3-4/+14
2025-04-08sched: Add commadline option for RT_GROUP_SCHED togglingMichal Koutný2-0/+42
2025-04-08sched: Always initialize rt_rq's task_groupMichal Koutný2-5/+4
2025-04-08sched: Remove unneeed macro wrapMichal Koutný1-2/+0
2025-04-08sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditionsMichal Koutný2-7/+5