messages from 2026-05-29 12:29:27 to 2026-06-18 16:06:43 UTC [more...]
[PATCH v3 00/13] Dynamic Housekeeping Management (DHM) via CPUSets
2026-06-18 16:06 UTC (15+ messages)
` [PATCH v3 01/13] sched/isolation: Replace notifier chain with explicit callback interface
` [PATCH v3 02/13] sched/isolation: Add housekeeping_update_types() for kernel-noise masks
` [PATCH v3 03/13] sched/isolation: RCU-protect all housekeeping cpumask readers
` [PATCH v3 04/13] sched/isolation: Fix RCU protection for runtime-mutable cpumask callers
` [PATCH v3 05/13] cpu/hotplug: Reserve CPUHP states for nohz_full and managed IRQ down-paths
` [PATCH v3 06/13] tick/nohz, context_tracking: Prepare for runtime nohz_full updates
` [PATCH v3 07/13] rcu/nocb: Add explicit housekeeping callback for runtime NOCB toggling
` [PATCH v3 08/13] genirq: Add explicit housekeeping callback for managed IRQ migration
` [PATCH v3 09/13] watchdog/lockup_detector: Register housekeeping callback for kernel-noise
` [PATCH v3 10/13] sched: Guard sched_tick_start/stop against uninitialized tick_work_cpu
` [PATCH v3 11/13] cgroup/cpuset: Extend isolated partition to trigger kernel-noise isolation
` [PATCH v3 12/13] docs: cgroup-v2: Document kernel-noise isolation via isolated partitions
` [PATCH v3 13/13] selftests/cgroup: Add kernel-noise isolation test to cpuset selftest
[PATCH] smp: Use release stores for csd_lock_record() state
2026-06-18 15:30 UTC (7+ messages)
[PATCH] rcu: Use an intermediate irq_work to start process_srcu()
2026-06-18 15:30 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/3] Add and use abstraction for synchronize_rcu()
2026-06-18 13:06 UTC (9+ messages)
` [PATCH 1/3] rust: sync: Add "
` [PATCH 2/3] rust: revocable: Use safe synchronize_rcu() abstraction
` [PATCH 3/3] rust: sync: Use safe synchronize_rcu() abstraction in poll
[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
2026-06-18 12:46 UTC (32+ messages)
` [PATCH for-next v3 1/9] slub_kunit: fall back to SW perf events when HW PMU is not available
` [PATCH for-next v3 2/9] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
` [PATCH for-next v3 3/9] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH for-next v3 4/9] mm/slab: use call_rcu() in unknown context if irqs are enabled
` [PATCH for-next v3 5/9] mm/slab: extend deferred free mechanism to handle rcu sheaves
` [PATCH for-next v3 6/9] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH for-next v3 7/9] mm/slab: introduce kfree_rcu_nolock()
` [PATCH for-next v3 8/9] mm/slab: introduce struct kfree_rcu_head and use in kfree_rcu_nolock()
` [PATCH for-next v3 9/9] slub_kunit: extend the test for kfree_rcu_nolock()
[PATCH v2 0/6] rust / dma_buf: Add abstractions for dma_fence
2026-06-17 9:04 UTC (16+ messages)
` [PATCH v2 1/6] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v2 2/6] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v2 3/6] rust: sync: Add abstraction for synchronize_rcu()
` [PATCH v2 4/6] rust: error: Add ECANCELED error code
` [PATCH v2 5/6] rust: Add dma_fence abstractions
` [PATCH v2 6/6] MAINTAINERS: Add entry for Rust dma-buf
[PATCH RFC v1 0/5] Reader end deboost testing
2026-06-17 3:18 UTC (7+ messages)
` [PATCH RFC v1 1/5] rcutorture: Abstract reader-segment dump into rcu_torture_dump_read_segs()
` [PATCH RFC v1 2/5] rcutorture: Check for immediate deboosting at reader end
` [PATCH RFC v1 3/5] rcutorture: Test RCU readers from hardware interrupt handlers
` [PATCH RFC v1 4/5] rcutorture: tighten boost-WARN to exclude any implicit-reader context
` [PATCH RFC v1 5/5] rcutorture: give async deboost mechanisms up to 500us before WARN
[PATCH v5 0/1] cpuhp: Expedite RCU when toggling system-wide SMT mode
2026-06-16 6:09 UTC (4+ messages)
` [PATCH v5 1/1] "
[PATCH v2 0/3] rcu: Improve task-state reporting readability
2026-06-15 18:14 UTC (5+ messages)
` [PATCH v2 1/3] rcu: Use task_state_to_char() in stall-warning prints
` [PATCH v2 2/3] rcutorture: Use task_state_to_char() for task-state reporting
` [PATCH v2 3/3] hazptrtorture: "
[GIT PULL] RCU changes for v7.2
2026-06-15 7:51 UTC (2+ messages)
[PATCH v10 0/5] rust: add SRCU abstraction
2026-06-13 6:40 UTC (6+ messages)
` [PATCH v10 1/5] srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()
` [PATCH v10 2/5] rust: helpers: add SRCU helpers
` [PATCH v10 3/5] srcu: expose srcu_readers_active()
` [PATCH v10 4/5] rust: sync: add SRCU abstraction
` [PATCH v10 5/5] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH] hwspinlock: annotate slot pointer as RCU sensitive
2026-06-12 22:27 UTC
[PATCH] rcu: Use task_state_to_char() in stall-warning prints
2026-06-12 1:23 UTC (3+ messages)
[PATCH v9 0/4] rust: add SRCU abstraction
2026-06-10 19:50 UTC (10+ messages)
` [PATCH v9 1/4] rust: helpers: add SRCU helpers
` [PATCH v9 2/4] srcu: expose srcu_readers_active()
` [PATCH v9 3/4] rust: sync: add SRCU abstraction
` [PATCH v9 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH v7 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
2026-06-10 15:26 UTC (3+ messages)
` [PATCH 1/2] sched_ext: Fix exit_cpu accuracy for lockup paths
` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs
[PATCH v6 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
2026-06-09 8:06 UTC (7+ messages)
` [PATCH 1/2] sched_ext: Fix exit_cpu accuracy for lockup paths
` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs
[PATCH v4 0/1] cpuhp: Expedite RCU when toggling system-wide SMT mode
2026-06-08 9:15 UTC (2+ messages)
[PATCH 0/4] rust / dma_buf: Add abstractions for dma_fence
2026-06-05 16:02 UTC (39+ messages)
` [PATCH 1/4] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH 2/4] rust: rcu: add RcuBox type
` [PATCH 3/4] rust: Add dma_fence abstractions
` [PATCH 4/4] MAINTAINERS: Add entry for Rust dma-buf
[PATCH 0/3] rust: sync: Introduce Rcu*Box
2026-06-05 14:54 UTC (12+ messages)
` [PATCH 1/3] rust: rcu: add RcuBox type
` [PATCH 1/3] rust: rcu: Add "
` [PATCH 2/3] rust: maple_tree: add load_rcu()
` [PATCH 2/3] rust: maple_tree: Add load_rcu()
` [RFC PATCH 3/3] rust: rcu: Introduce RcuFreeBox
[PATCH v7 0/4] rust: helpers: add SRCU helpers
2026-06-04 17:50 UTC (18+ messages)
` [PATCH v7 3/4] rust: sync: add SRCU abstraction
[RFC PATCH 00/10] RCU: Enable callbacks to benefit from expedited grace periods
2026-06-03 14:39 UTC (9+ messages)
` [RFC PATCH 05/10] rcu: Enable RCU "
` [RFC PATCH 07/10] rcu: Wake NOCB rcuog kthreads on expedited grace period completion
` [RFC PATCH 08/10] rcu: Detect expedited grace period completion in rcu_pending()
[PATCH v8 0/4] rust: helpers: add SRCU helpers
2026-05-30 19:04 UTC (8+ messages)
` [PATCH v8 1/4] "
[PATCH v5 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
2026-05-29 15:51 UTC (4+ messages)
` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs
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