summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
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
2025-04-22Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo
2025-04-22sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()Andrea Righi
2025-04-22sched_ext: Track currently locked rqAndrea Righi
2025-04-21Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-04-18sched_ext: add helper for refill task with default sliceHonglei Wang
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang
2025-04-17cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit()Rafael J. Wysocki
2025-04-17cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki
2025-04-17cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki
2025-04-16sched/fair: Adhere to place_entity() constraintsPeter Zijlstra
2025-04-16sched/debug: Print the local group's asym_prefer_cpuK Prateek Nayak
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak
2025-04-16sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpuK Prateek Nayak
2025-04-09sched_ext: Make scx_has_op a bitmapTejun Heo
2025-04-09sched_ext: Remove scx_ops_allow_queued_wakeup static_keyTejun Heo
2025-04-09sched_ext: Remove scx_ops_cpu_preempt static_keyTejun Heo
2025-04-09sched_ext: Remove scx_ops_enq_* static_keysTejun Heo
2025-04-09sched_ext: Indentation updatesTejun Heo
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo
2025-04-08sched/isolation: Make use of more than one housekeeping cpuPhil Auld
2025-04-08sched/rt: Fix race in push_rt_taskHarshit Agarwal
2025-04-08sched: Add annotations to RT_GROUP_SCHED fieldsMichal Koutný
2025-04-08sched: Add RT_GROUP WARN checks for non-root task_groupsMichal Koutný
2025-04-08sched: Do not construct nor expose RT_GROUP_SCHED structures if disabledMichal Koutný
2025-04-08sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHEDMichal Koutný
2025-04-08sched: Skip non-root task_groups with disabled RT_GROUP_SCHEDMichal Koutný
2025-04-08sched: Add commadline option for RT_GROUP_SCHED togglingMichal Koutný
2025-04-08sched: Always initialize rt_rq's task_groupMichal Koutný
2025-04-08sched: Remove unneeed macro wrapMichal Koutný
2025-04-08sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditionsMichal Koutný
2025-04-08sched/fair: Allow decaying util_est when util_avg > CPU capaPierre Gondois
2025-04-08sched/topology: Refinement to topology_span_sane speedupSteve Wahl