summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2026-07-13sched_ext: Generalize local-DSQ handling to rq-owned DSQsTejun Heo1-12/+22
2026-07-13sched_ext: Add sub_ecaps_updated() effective-cap change notifierTejun Heo4-15/+154
2026-07-13sched_ext: Maintain per-cpu effective cap copies for single-read checksTejun Heo5-3/+180
2026-07-13sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulersTejun Heo4-9/+254
2026-07-13sched_ext: Add per-shard cap delegation for sub-schedulersTejun Heo4-15/+462
2026-07-13sched_ext: Stop resolving a disabled scheduler's programsTejun Heo3-4/+32
2026-07-13sched_ext: Add scx_skip_subtree_pre()Tejun Heo2-9/+30
2026-07-13sched_ext: RCU-protect the sub-sched tree's children/sibling listsTejun Heo3-9/+24
2026-07-13sched_ext: Build the set_cmask scratch from trusted geometryTejun Heo3-4/+81
2026-07-13sched_ext: Add scx_cmask_ref for validated arena cmask accessTejun Heo3-1/+178
2026-07-13sched_ext: Add per-shard scx_sched storage scaffoldingTejun Heo4-0/+84
2026-07-13sched_ext: Defer scx_sched kobj sysfs add into the enable workfnsTejun Heo3-29/+53
2026-07-13sched_ext: Add shard boundaries to scx_bpf_cid_override()Tejun Heo1-17/+137
2026-07-13sched_ext: Add CID shardingTejun Heo5-12/+176
2026-07-13sched_ext: Add ops.init_cids() to finalize the cid layout before initTejun Heo4-29/+55
2026-07-13sched_ext: Make the kick machinery per-schedTejun Heo3-35/+106
2026-07-13sched_ext: Assert per-task ops run on the task's ownerTejun Heo2-8/+22
2026-07-13Merge tag 'sched_ext-for-7.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-59/+141
2026-07-10sched_ext: Skip ops.set_weight() for disabled tasksKuba Piecuch1-0/+11
2026-07-10sched_ext: Add tracepoint for scheduler exitPat Somaru2-0/+8
2026-07-09sched_ext: Keep rq tracking accurate in the consume pathAndrea Righi1-13/+13
2026-07-09sched_ext: Make scx_bpf_kick_cid() return voidTejun Heo1-6/+5
2026-07-09sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulersTejun Heo1-12/+32
2026-07-09sched_ext: Rename extra_enq_flags to remote_activate_enq_flagsTejun Heo2-6/+7
2026-07-09sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatchTejun Heo2-14/+23
2026-07-09sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variantsTejun Heo2-47/+10
2026-07-09Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo2-34/+73
2026-07-09sched_ext: Fix premature ops->priv publication in scx_alloc_and_add_sched()Tejun Heo1-6/+12
2026-07-09sched_ext: Record an error on errno-only sub-enable failureTejun Heo1-0/+6
2026-07-09sched_ext: Fix typo in scx_bpf_dsq_insert() commentLiang Luo1-1/+1
2026-07-08sched_ext: Enable tick for finite slices on nohz_fullAndrea Righi1-12/+35
2026-07-08sched_ext: Preserve rq tracking across local DSQ dispatchAndrea Righi1-16/+20
2026-07-07hrtimer: Move hrtimer_callback_running() to hrtimer_bases.hThomas Weißschuh (Schneider Electric)1-0/+2
2026-07-02sched/eevdf: Delayed dequeue task can't preemptVincent Guittot1-4/+9
2026-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo5-810/+860
2026-07-01sched_ext: Inline small ext.c helpers shared across the sub.c splitTejun Heo2-57/+57
2026-07-01sched_ext: Expose the ext.c internals used by the sub.c splitTejun Heo2-77/+119
2026-07-01sched_ext: Prefix file-local ext.c helpers exposed by the sub.c splitTejun Heo2-97/+97
2026-07-01sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-3/+17
2026-06-30sched_ext: Parenthesize local SCX_EVENT defines to fix checkpatch errorCheng-Yang Chou1-2/+2
2026-06-30sched_ext: Replace open-coded event lists with SCX_EVENTS_LISTCheng-Yang Chou2-51/+25
2026-06-30sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo1-1/+6
2026-06-30sched/fair: Fix stale comments referring to removed CFS conceptsZhan Xusheng1-2/+5
2026-06-30sched/debug: Remove unused schedstatsShrikanth Hegde1-3/+0
2026-06-30sched/psi: skip irqtime accounting when no new irq time has elapsedUsama Arif1-1/+1
2026-06-30sched/fair: Reflow sched_balance_rq()Peter Zijlstra2-68/+77
2026-06-30sched/fair: Simplify balance_interval reset logic in sched_balance_rq()Xin Zhao1-4/+2
2026-06-30sched/fair: Don't trigger active lb if src_rq->curr is not on_rqXin Zhao1-5/+14
2026-06-30sched/eevdf: Speedup short slice task schedulingVincent Guittot1-2/+69
2026-06-30sched/eevdf: Always update slice protectionVincent Guittot1-5/+6