开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext_internal.h
Age
Commit message (
Expand
)
Author
8 days
sched_ext: Add verifier-time kfunc context filter
Tejun Heo
8 days
sched_ext: Decouple kfunc unlocked-context check from kf_mask
Tejun Heo
2026-03-13
sched_ext: Add SCX_OPS_ALWAYS_ENQ_IMMED ops flag
Tejun Heo
2026-03-13
sched_ext: Implement SCX_ENQ_IMMED
Tejun Heo
2026-03-10
sched_ext: Always bounce scx_disable() through irq_work
Tejun Heo
2026-03-10
sched_ext: Add scx_dump_lock and dump_disabled
Tejun Heo
2026-03-09
sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHT
Zhao Mengmeng
2026-03-07
sched_ext: Add SCX_TASK_REENQ_REASON flags
Tejun Heo
2026-03-07
sched_ext: Add reenq_flags plumbing to scx_bpf_dsq_reenq()
Tejun Heo
2026-03-07
sched_ext: Wrap deferred_reenq_local_node into a struct
Tejun Heo
2026-03-07
sched_ext: Convert deferred_reenq_locals from llist to regular list
Tejun Heo
2026-03-07
sched_ext: Wrap global DSQs in per-node structure
Tejun Heo
2026-03-06
sched_ext: Add rhashtable lookup for sub-schedulers
Tejun Heo
2026-03-06
sched_ext: Make scx_bpf_reenqueue_local() sub-sched aware
Tejun Heo
2026-03-06
sched_ext: Add scx_sched back pointer to scx_sched_pcpu
Tejun Heo
2026-03-06
sched_ext: Make watchdog sub-sched aware
Tejun Heo
2026-03-06
sched_ext: Move scx_dsp_ctx and scx_dsp_max_batch into scx_sched
Tejun Heo
2026-03-06
sched_ext: Implement hierarchical bypass mode
Tejun Heo
2026-03-06
sched_ext: Separate bypass dispatch enabling from bypass depth tracking
Tejun Heo
2026-03-06
sched_ext: Move bypass state into scx_sched
Tejun Heo
2026-03-06
sched_ext: Move bypass_dsq into scx_sched_pcpu
Tejun Heo
2026-03-06
sched_ext: Move aborting flag to per-scheduler field
Tejun Heo
2026-03-06
sched_ext: Move default slice to per-scheduler field
Tejun Heo
2026-03-06
sched_ext: Enforce scheduling authority in dispatch and select_cpu operations
Tejun Heo
2026-03-06
sched_ext: Introduce scx_prog_sched()
Tejun Heo
2026-03-06
sched_ext: Introduce scx_task_sched[_rcu]()
Tejun Heo
2026-03-06
sched_ext: Introduce cgroup sub-sched support
Tejun Heo
2026-03-06
Merge branch 'for-7.0-fixes' into for-7.1
Tejun Heo
2026-03-05
sched_ext: Document task ownership state machine
Andrea Righi
2026-02-26
sched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flag
David Carlier
2026-02-23
sched_ext: Fix ops.dequeue() semantics
Andrea Righi
2025-11-12
sched_ext: Implement load balancer for bypass mode
Tejun Heo
2025-11-05
sched_ext: Mark racy bitfields to prevent adding fields that can't tolerate r...
Tejun Heo
2025-10-22
sched_ext: Fix SCX_KICK_WAIT to work reliably
Tejun Heo
2025-10-14
sched/ext: Implement cgroup_set_idle() callback
zhidao su
2025-09-23
sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()
Tejun Heo
2025-09-23
sched_ext: Use bitfields for boolean warning flags
Tejun Heo
2025-09-03
sched_ext: deprecation warn for scx_bpf_cpu_rq()
Christian Loehle
2025-09-03
sched_ext: Put event_stats_cpu in struct scx_sched_pcpu
Tejun Heo
2025-09-03
sched_ext: Move internal type and accessor definitions to ext_internal.h
Tejun Heo