summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo
2026-07-01sched_ext: Inline small ext.c helpers shared across the sub.c splitTejun Heo
2026-07-01sched_ext: Expose the ext.c internals used by the sub.c splitTejun Heo
2026-07-01sched_ext: Prefix file-local ext.c helpers exposed by the sub.c splitTejun Heo
2026-07-01sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
2026-06-30sched_ext: Parenthesize local SCX_EVENT defines to fix checkpatch errorCheng-Yang Chou
2026-06-30sched_ext: Replace open-coded event lists with SCX_EVENTS_LISTCheng-Yang Chou
2026-06-30tools/sched_ext: use btf_vlen() helper in compat.hLiang Luo
2026-06-30sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo
2026-06-29sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetimeTejun Heo
2026-06-26tools/sched_ext: fix getopt() option variable signednessLiang Luo
2026-06-25sched_ext: Convert scx_arena_grow() to use scx_arena_to_kaddr()Cheng-Yang Chou
2026-06-24sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUsCheng-Yang Chou
2026-06-24sched_ext: Fix exit_cpu accuracy for lockup pathsCheng-Yang Chou
2026-06-24sched_ext/scx_flatcg: Fix cvtime_delta race and add hweight scaling to bypass...Wanwu Li
2026-06-24sched_ext: Remove deprecated scx_bpf_cpu_rq()Christian Loehle
2026-06-24sched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()Tejun Heo
2026-06-24sched_ext: Check remote rq eligibility under task's rq lockKuba Piecuch
2026-06-24sched_ext: Reset dsq_vtime and slice when a task leaves SCXAndrea Righi
2026-06-24sched_ext: Avoid flooding the log with deprecation warningsBreno Leitao
2026-06-24Merge tag 'ntfs3_for_7.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-06-23Merge tag 'f2fs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-23Merge tag 'x86-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-23Merge tag 'timers-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-06-23Merge tag 'smp-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-23Merge tag 'perf-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-23Merge tag 'locking-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-06-23Merge tag 'core-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-23Merge tag 'irq-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-23Merge tag 'dmaengine-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-23Merge tag 'phy-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds
2026-06-23Merge tag 'soundwire-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-23Merge tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-23Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-23Merge tag 'perf-tools-for-v7.2-1-2026-06-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-23Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-06-23Merge tag 'mailbox-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds
2026-06-23Merge tag 'for-next-tpm-7.2-rc1-fixed' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-23Merge tag 'linux_kselftest-next-7.2-rc1-second' of git://git.kernel.org/pub/s...Linus Torvalds
2026-06-22Merge tag 'erofs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-22sched_ext: Move shared helpers from ext.c into internal.h and cid.hTejun Heo
2026-06-22sched_ext: Make kernel/sched/ext/ sources self-contained for clangdTejun Heo
2026-06-22genirq/msi: Correct CONFIG_PCI_MSI_ARCH_FALLBACKS macro name in commentEthan Nelson-Moore
2026-06-22f2fs: fix to round down start offset of fallocate for pin fileSunmin Jeong
2026-06-22f2fs: fix listxattr handling of corrupted xattr entriesKeshav Verma
2026-06-22f2fs: skip direct I/O iostat context when disabledWenjie Qi
2026-06-22f2fs: remove unneeded f2fs_is_compressed_page()Chao Yu
2026-06-22f2fs: avoid unnecessary fscrypt_finalize_bounce_page()Chao Yu
2026-06-22f2fs: avoid unnecessary sanity check on ckpt_valid_blocksChao Yu