messages from 2026-04-02 08:57:58 to 2026-04-18 00:52:58 UTC [more...]
[PATCH for-7.1-fixes 1/2] rhashtable: add no_sync_grow option
2026-04-18 0:52 UTC (11+ messages)
` [PATCH for-7.1-fixes 2/2] sched_ext: mark scx_sched_hash and dsq_hash no_sync_grow
[PATCH 0/2] cgroup/cpuset: fix DL rollback accounting and add a selftest
2026-04-17 19:03 UTC (6+ messages)
` [PATCH 1/2] cgroup/cpuset: record DL BW alloc CPU for attach rollback
` [PATCH 2/2] selftests/sched_ext: add cpuset DL rollback test
[PATCH sched_ext/for-7.1-fixes 0/2] sched_ext: Deny SCX kfuncs to non-SCX struct_ops programs
2026-04-17 18:53 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/sched_ext: Add non_scx_kfunc_deny test
[PATCH v3 0/2] sched_ext: Cgroup sub-scheduler minor fixes
2026-04-17 18:38 UTC (4+ messages)
` [PATCH v3 1/2] tools/sched_ext: Add missing -c option in scx_qmap help
` [PATCH v3 2/2] sched_ext: Print sub-scheduler disabled log and reason
[PATCH] tools/sched_ext: Handle pinned tasks in scx_central
2026-04-17 18:38 UTC (10+ messages)
[RFC PATCH] sched: add CONFIG_SCHED_EXT_RT_EXPERIMENTAL to move SCHED_EXT above SCHED_RR/SCHED_FIFO
2026-04-17 6:30 UTC (5+ messages)
[PATCH] sched_ext: Prevent RB-tree corruption in scx_bpf_task_set_dsq_vtime()
2026-04-16 18:09 UTC (6+ messages)
[PATCHSET v2 sched_ext/for-7.2] sched_ext: scx_qmap: Convert to BPF arena
2026-04-16 17:48 UTC (6+ messages)
` [PATCH 1/4] sched_ext: scx_qmap: rename tctx to taskc
` [PATCH 2/4] sched_ext: scx_qmap: move globals and cpu_ctx into a BPF arena map
` [PATCH 3/4] sched_ext: scx_qmap: move task_ctx into a BPF arena slab
` [PATCH 4/4] sched_ext: scx_qmap: replace FIFO queue maps with arena-backed lists
[PATCH v2 0/2] sched_ext: Cgroup sub-scheduler minor fixes
2026-04-16 16:15 UTC (4+ messages)
` [PATCH v2 1/2] tools/sched_ext: Add missing -c option in scx_qmap help
` [PATCH v2 2/2] sched_ext: Print sub-scheduler disabled log and reason
[PATCHSET sched_ext/for-7.2] sched_ext: scx_qmap: Convert to BPF arena
2026-04-16 15:45 UTC (11+ messages)
` [PATCH 1/4] sched_ext: scx_qmap: rename tctx to taskc
` [PATCH 2/4] sched_ext: scx_qmap: move globals and cpu_ctx into a BPF arena map
` [PATCH 3/4] sched_ext: scx_qmap: move task_ctx into a BPF arena slab
` [PATCH 4/4] sched_ext: scx_qmap: replace FIFO queue maps with arena-backed lists
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-04-16 12:30 UTC (6+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "
[GIT PULL] sched_ext changes for v7.1
2026-04-15 18:11 UTC (2+ messages)
[PATCH 0/2] sched_ext: Cgroup sub-scheduler minor fixes
2026-04-15 10:48 UTC (5+ messages)
` [PATCH 1/2] tools/sched_ext: Add missing -c option in scx_qmap help
` [PATCH 2/2] sched_ext: Print sub-scheduler disabled log and reason
[PATCHSET sched_ext/for-7.1] sched_ext: Add verifier-time kfunc context filter
2026-04-14 17:25 UTC (31+ messages)
` [PATCH 01/10] sched_ext: Drop TRACING access to select_cpu kfuncs
` [PATCH 02/10] sched_ext: Add select_cpu kfuncs to scx_kfunc_ids_unlocked
` [PATCH v2 "
` [PATCH 03/10] sched_ext: Track @p's rq lock across set_cpus_allowed_scx -> ops.set_cpumask
` [PATCH v2 "
` [PATCH 04/10] sched_ext: Fix ops.cgroup_move() invocation kf_mask and rq tracking
` [PATCH v2 "
` [PATCH 05/10] sched_ext: Decouple kfunc unlocked-context check from kf_mask
` [PATCH v2 "
` [PATCH 06/10] sched_ext: Drop redundant rq-locked check from scx_bpf_task_cgroup()
` [PATCH 07/10] sched_ext: Add verifier-time kfunc context filter
` [PATCH 08/10] sched_ext: Remove runtime kfunc mask enforcement
` [PATCH 09/10] sched_ext: Rename scx_kf_allowed_on_arg_tasks() to scx_kf_arg_task_ok()
` [PATCH 10/10] sched_ext: Warn on task-based SCX op recursion
[PATCH sched_ext/for-7.1] tools/sched_ext: Add explicit cast from void* in RESIZE_ARRAY()
2026-04-13 16:21 UTC (2+ messages)
[PATCH sched_ext/for-7.1] sched_ext: Make string params of __ENUM_set() const
2026-04-13 16:21 UTC (2+ messages)
[PATCH sched_ext/for-7.1] tools/sched_ext: Kick idle CPU for pinned tasks in scx_qmap
2026-04-13 16:21 UTC (8+ messages)
` [PATCH sched_ext/for-7.1] tools/sched_ext: Kick home CPU for stranded "
[mainline]selftests/sched_ext: select_cpu_dfl_nodispatch test is failing
2026-04-13 16:00 UTC (2+ messages)
[PATCH] man7, man2: document SCHED_EXT policy
2026-04-12 18:16 UTC
[PATCH 0/2] sched_ext: Improve watchdog stall diagnostics
2026-04-11 14:37 UTC (9+ messages)
` [PATCH 1/2] sched_ext: Extract scx_dump_cpu() from scx_dump_state()
` [PATCH 2/2] sched_ext: Dump the stall CPU first in watchdog exit
[PATCH sched_ext/for-7.1] sched_ext: Drop spurious warning on kick during scheduler disable
2026-04-11 2:41 UTC (3+ messages)
[PATCH 0/3] sched_ext: Fix kick_cpus_irq_workfn() NULL pointer warning during exit
2026-04-10 22:58 UTC (6+ messages)
` [PATCH 1/3] sched_ext: Prevent CPU kicks from exiting schedulers
` [PATCH 2/3] scx_central: Cancel BPF timer during ops.exit
` [PATCH 3/3] sched_ext: Use WARN_ON_ONCE to check whether scx_kick_syncs is NULL
[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
2026-04-10 15:18 UTC (2+ messages)
[PATCH] selftests/sched_ext: Fix wrong DSQ ID in peek_dsq error message
2026-04-10 9:12 UTC (2+ messages)
[PATCH v2 sched_ext/for-7.1] sched_ext: Documentation: improve accuracy of task lifecycle pseudo-code
2026-04-10 8:54 UTC (3+ messages)
[PATCH sched_ext/for-7.1] sched_ext: Documentation: Add ops.dequeue() to task lifecycle
2026-04-09 14:12 UTC (18+ messages)
` [PATCH sched_ext/for-7.1] sched_ext: Documentation: Add missing calls to quiescent(), runnable()
[PATCH sched_ext/for-7.1] selftests/sched_ext: Improve runner error reporting for invalid arguments
2026-04-09 1:35 UTC (4+ messages)
` [PATCH v2 "
[PATCH] sched/ext: fix cpumask leak in scx_init() error path
2026-04-09 1:14 UTC (4+ messages)
[PATCH] sched_ext: Remove dead code in scx_set_task_state default case
2026-04-08 4:47 UTC (2+ messages)
[PATCH] sched/ext: Remove redundant else after return in scx_bpf_dsq_move_to_local
2026-04-07 9:49 UTC
[PATCH] tools/sched_ext: Fix off-by-one in scx_sdt payload zeroing
2026-04-06 18:09 UTC (4+ messages)
[RFC PATCHSET v4 sched_ext/for-7.1 0/2] sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
2026-04-06 15:52 UTC (4+ messages)
` [PATCH v4 1/2] sched_ext: Add verifier-time kfunc context filter
` [PATCH v4 2/2] sched_ext: Remove runtime kfunc mask enforcement
[GIT PULL] sched_ext: Another fix for v7.0-rc6
2026-04-03 19:52 UTC (2+ messages)
[PATCH v3] sched_ext: Fix stale direct dispatch state in ddsp_dsq_id
2026-04-03 17:50 UTC (2+ messages)
[PATCH] tools/sched_ext: Add scx_lib_init() to probe BPF prolog migrate_disable() behavior
2026-04-03 4:14 UTC (3+ messages)
` [PATCH] sched_ext: Fix print_scx_info() build error on !CONFIG_EXT_SUB_SCHED kernels
[PATCH v2] sched_ext: Fix stale direct dispatch state in ddsp_dsq_id
2026-04-02 21:04 UTC (3+ messages)
[PATCH] sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCU
2026-04-02 19:28 UTC (4+ messages)
[PATCH BUGFIX] sched_ext: Fix missing warning in scx_set_task_state() default case
2026-04-02 19:23 UTC (2+ messages)
[PATCH BUGFIX 1/1] sched_ext: Fix missing warning in scx_set_task_state() default case
2026-04-02 13:07 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox