aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2026-03-11sched/mmcid: Handle vfork()/CLONE_VM correctlyThomas Gleixner1-4/+1
2026-03-11sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner1-7/+15
2026-03-10sched_ext: Reject sub-sched attachment to a disabled parentTejun Heo1-0/+16
2026-03-10sched_ext: Fix scx_sched_lock / rq lock orderingTejun Heo1-3/+1
2026-03-10sched_ext: Always bounce scx_disable() through irq_workTejun Heo2-7/+7
2026-03-10sched_ext: Add scx_dump_lock and dump_disabledTejun Heo2-3/+23
2026-03-10sched_ext: Fix sub_detach op check to test the parent's opsTejun Heo1-1/+1
2026-03-10sched: Prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn1-1/+1
2026-03-10sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki1-1/+10
2026-03-09sched_ext: Replace system_unbound_wq with system_dfl_wq in scx_kobj_release()Tejun Heo1-1/+1
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo10-88/+333
2026-03-09sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHTZhao Mengmeng2-10/+1
2026-03-09Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo1-4/+5
2026-03-09sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointerzhidao su1-4/+5
2026-03-07Revert "sched_ext: Use READ_ONCE() for the read side of dsq->nr update"Tejun Heo1-6/+2
2026-03-07Merge tag 'sched-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+30
2026-03-07sched_ext: Fix scx_bpf_reenqueue_local() silently reenqueuing nothingCheng-Yang Chou1-1/+1
2026-03-07sched_ext: Add SCX_TASK_REENQ_REASON flagsTejun Heo2-10/+25
2026-03-07sched_ext: Simplify task state handlingTejun Heo1-10/+9
2026-03-07sched_ext: Optimize schedule_dsq_reenq() with lockless fast pathTejun Heo1-8/+36
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo2-0/+129
2026-03-07sched_ext: Factor out nldsq_cursor_next_task() and nldsq_cursor_lost_task()Tejun Heo1-55/+99
2026-03-07sched_ext: Add per-CPU data to DSQsTejun Heo1-15/+72
2026-03-07sched_ext: Add reenq_flags plumbing to scx_bpf_dsq_reenq()Tejun Heo2-5/+38
2026-03-07sched_ext: Introduce scx_bpf_dsq_reenq() for remote local DSQ reenqueueTejun Heo1-45/+73
2026-03-07sched_ext: Wrap deferred_reenq_local_node into a structTejun Heo2-10/+18
2026-03-07sched_ext: Convert deferred_reenq_locals from llist to regular listTejun Heo3-21/+41
2026-03-07sched_ext: Relocate run_deferred() and its calleesTejun Heo1-94/+92
2026-03-07sched_ext: Change find_global_dsq() to take CPU number instead of taskTejun Heo1-17/+15
2026-03-07sched_ext: Factor out pnode allocation and deallocation into helpersTejun Heo1-9/+23
2026-03-07sched_ext: Wrap global DSQs in per-node structureTejun Heo2-17/+21
2026-03-07sched_ext: Relocate scx_bpf_task_cgroup() and its BTF_ID to the end of kfunc ...Tejun Heo1-39/+39
2026-03-07sched_ext: Pass full dequeue flags to ops.quiescent()Andrea Righi1-10/+10
2026-03-07Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo1-3/+2
2026-03-07sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo1-3/+2
2026-03-06sched_ext: Add basic building blocks for nested sub-scheduler dispatchingTejun Heo2-15/+108
2026-03-06sched_ext: Add rhashtable lookup for sub-schedulersTejun Heo2-5/+47
2026-03-06sched_ext: Factor out scx_link_sched() and scx_unlink_sched()Tejun Heo1-22/+31
2026-03-06sched_ext: Make scx_bpf_reenqueue_local() sub-sched awareTejun Heo3-14/+62
2026-03-06sched_ext: Add scx_sched back pointer to scx_sched_pcpuTejun Heo2-0/+6
2026-03-06sched_ext: Implement cgroup sub-sched enabling and disablingTejun Heo1-6/+279
2026-03-06sched_ext: Support dumping multiple schedulers and add scheduler identificationTejun Heo1-11/+43
2026-03-06sched_ext: Convert scx_dump_state() spinlock to raw spinlockTejun Heo1-5/+2
2026-03-06sched_ext: Make watchdog sub-sched awareTejun Heo2-25/+56
2026-03-06sched_ext: Move scx_dsp_ctx and scx_dsp_max_batch into scx_schedTejun Heo2-40/+34
2026-03-06sched_ext: Dispatch from all scx_sched instancesTejun Heo1-4/+8
2026-03-06sched_ext: Implement hierarchical bypass modeTejun Heo2-7/+101
2026-03-06sched_ext: Separate bypass dispatch enabling from bypass depth trackingTejun Heo2-10/+69
2026-03-06sched_ext: When calling ops.dispatch() @prev must be on the same scx_schedTejun Heo1-2/+3
2026-03-06sched_ext: Factor out scx_dispatch_sched()Tejun Heo1-58/+65