开源镜像站
帮助
下载
动态
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
Age
Commit message (
Expand
)
Author
2026-05-17
sched_ext: Fix deadlock between scx_root_disable() and concurrent forks
Tejun Heo
2026-05-13
Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-05-13
Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2026-05-13
sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolation
Andrea Righi
2026-05-12
sched_ext: Defer sub_kset base put to scx_sched_free_rcu_work
Tejun Heo
2026-05-12
sched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()
Tejun Heo
2026-05-12
sched_ext: Drop NONE early return in scx_disable_and_exit_task()
Tejun Heo
2026-05-11
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
2026-05-11
sched_ext: Avoid UAF in scx_root_enable_workfn() init failure path
Tejun Heo
2026-05-11
sched_ext: Mark !CONFIG_EXT_SUB_SCHED dummy stubs static inline
Tejun Heo
2026-05-11
cgroup/cpuset: Reserve DL bandwidth only for root-domain moves
Guopeng Zhang
2026-05-11
sched_ext: Replace tryget_task_struct() with get_task_struct()
Andrea Righi
2026-05-10
sched_ext: Clear ops->priv on scx_alloc_and_add_sched() error paths
Andrea Righi
2026-05-10
sched_ext: Fix ops->priv clobber on concurrent attach/detach
Andrea Righi
2026-05-10
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
2026-05-10
sched_ext: Add scx_task_iter_relock() and use it in scx_root_enable_workfn()
Tejun Heo
2026-05-10
sched_ext: Handle SCX_TASK_NONE in disable/switched_from paths
Tejun Heo
2026-05-10
sched_ext: Close sub-sched init race with post-init DEAD recheck
Tejun Heo
2026-05-10
sched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGIN
Tejun Heo
2026-05-10
sched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD state
Tejun Heo
2026-05-10
sched_ext: Inline scx_init_task() and move RESET_RUNNABLE_AT into scx_set_tas...
Tejun Heo
2026-05-10
sched_ext: Cleanups in preparation for the SCX_TASK_INIT_BEGIN/DEAD work
Tejun Heo
2026-05-09
sched_ext: Fix ops_cid layout assert
Tejun Heo
2026-05-08
Merge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-05-08
sched_ext: Use offsetofend on both sides of the ops_cid layout assert
Tejun Heo
2026-05-08
sched_ext: Use IRQ_WORK_INIT_HARD() to initialize sch->disable_irq_work
Zqiang
2026-05-07
sched_ext: Fix !CONFIG_EXT_SUB_SCHED build warnings
Tejun Heo
2026-05-07
sched_ext: Drop unused scx_find_sub_sched() stub
Tejun Heo
2026-05-07
sched_ext: Move scx_error() out of scx_link_sched()'s lock region
Tejun Heo
2026-05-06
sched/fair: Fix wakeup_preempt_fair() for not waking up task
Vincent Guittot
2026-05-06
sched/fair: Fix overflow in vruntime_eligible()
Zhan Xusheng
2026-05-05
Merge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-05-05
rseq: Revert to historical performance killing behaviour
Thomas Gleixner
2026-05-05
sched: Use trace_call__<tp>() to save a static branch
Gabriele Monaco
2026-05-05
sched/membarrier: Modernize membarrier_global_expedited with cleanup guards
Aniket Gattani
2026-05-05
sched/membarrier: Use per-CPU mutexes for targeted commands
Aniket Gattani
2026-05-04
sched_ext: Add __printf format attributes to scx_vexit() and bstr formatters
Tejun Heo
2026-05-04
sched_ext: idle: Recheck prev_cpu after narrowing allowed mask
David Carlier
2026-05-04
sched_ext: Normalize exit dump header to "on CPU N"
Cheng-Yang Chou
2026-05-04
sched_ext: Remove redundant rcu_read_lock/unlock() in sysrq_handle_sched_ext_...
Zqiang
2026-05-04
sched_ext: Skip past-sched_ext_dead() tasks in scx_task_iter_next_locked()
Tejun Heo
2026-05-04
cgroup, sched_ext: Include exiting tasks in cgroup iter
Tejun Heo
2026-05-03
Merge tag 'sched-urgent-2026-05-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-04-29
sched_ext: Require cid-form struct_ops for sub-sched support
Tejun Heo
2026-04-29
sched_ext: Forbid cpu-form kfuncs from cid-form schedulers
Tejun Heo
2026-04-29
sched_ext: Add bpf_sched_ext_ops_cid struct_ops type
Tejun Heo
2026-04-29
sched_ext: Add cid-form kfunc wrappers alongside cpu-form
Tejun Heo
2026-04-29
sched_ext: Add cmask, a base-windowed bitmap over cid space
Tejun Heo
2026-04-29
sched_ext: Add scx_bpf_cid_override() kfunc
Tejun Heo
2026-04-29
sched_ext: Add topological CPU IDs (cids)
Tejun Heo
[prev]
[next]