messages from 2026-08-03 13:53:45 to 2026-09-02 16:30:02 UTC [more...]
[PATCH] srcutiny: Enable atomic SRCU flavor tracking
2026-09-02 16:29 UTC (5+ messages)
[PATCH] srcutiny: Add atomic SRCU operation checks and state
2026-09-02 16:13 UTC (11+ messages)
[PATCH] dlm: wait for outstanding SRCU callbacks to complete in exit paths
2026-09-02 15:02 UTC (8+ messages)
[PATCH v4 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
2026-09-02 14:14 UTC (12+ messages)
` [PATCH v4 1/6] rcu: Make call_rcu() safe to call "
` [PATCH v4 2/6] rcu: Make Tiny "
` [PATCH v4 3/6] srcu: Make call_srcu() "
` [PATCH v4 4/6] srcu: Make Tiny "
` [PATCH v4 5/6] rcutorture: Exercise ->call() from NMI context
` [PATCH v4 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer
[PATCH v2] srcu: Fix WARN_ON() for rcu_segcblist_n_cbs() in cleanup_srcu_struct()
2026-09-01 17:39 UTC (2+ messages)
[PATCH AUTOSEL 6.18-6.6] rcu-tasks: Fix possible boot-time tests failed for the call_rcu_tasks()
2026-08-31 13:30 UTC
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-08-30 23:09 UTC (19+ messages)
[PATCH v2] mm/slab_common: fix shrink budget underflow in kfree_rcu_shrink_scan
2026-08-30 14:22 UTC (3+ messages)
[BUG] srcu: false-positive WARN in cleanup_srcu_struct() after 78a38cbf6f20
2026-08-29 23:08 UTC (15+ messages)
[PATCH] srcu: Fix WARN_ON() for rcu_segcblist_n_cbs() in cleanup_srcu_struct()
2026-08-29 13:19 UTC (2+ messages)
[PATCH v1] doc: RCU: Fix typo
2026-08-27 18:06 UTC (3+ messages)
[PATCH v2] rcu: fix shrink budget underflow in lazy_rcu_shrink_scan
2026-08-27 17:58 UTC (2+ messages)
[PATCH 1/1] rcu: fix shrink budget underflow in lazy_rcu_shrink_scan
2026-08-27 17:55 UTC (2+ messages)
[PATCH] rcutorture: Synchronously wait for all rcu_torture_irq() callbacks to complete
2026-08-27 17:28 UTC (2+ messages)
[PATCH v2] rcu: Use IRQ_WORK_INIT_HARD for srcu's irq_work
2026-08-27 17:27 UTC (2+ messages)
[PATCH] rcutorture: Fix divide-by-zero with fwd_progress_div=1
2026-08-27 17:02 UTC (2+ messages)
[PATCH 0/2] Fix warnings with recent smatch
2026-08-26 14:03 UTC (12+ messages)
` [PATCH 1/2] rcu: Fix casting while dereferencing rcu pointers
` [PATCH 2/2] x86/uaccess: Fix casting in put_user
[PATCH 1/1] mm/slab_common: fix shrink budget underflow in kfree_rcu_shrink_scan
2026-08-26 7:12 UTC (3+ messages)
[PATCH] srcu: Add try_synchronize_srcu() for callers which can prove readers absent
2026-08-26 4:28 UTC (10+ messages)
[GIT PULL] RCU changes for v7.3
2026-08-24 2:30 UTC (2+ messages)
[PATCH] rcu: Use IRQ_WORK_INIT_HARD for srcu's irq_work
2026-08-21 16:44 UTC (9+ messages)
[PATCH v2] srcu: Add try_synchronize_srcu() for callers which can prove readers absent
2026-08-21 12:04 UTC
[PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
2026-08-17 14:12 UTC (7+ messages)
` [PATCH v1 10/11] rcu: Advance callbacks for expedited GP completion in rcu_core()
[paulmckrcu:non-rcu/next] [hazptrtorture] 9b08a09f6d: BUG:kernel_NULL_pointer_dereference,address
2026-08-13 6:49 UTC
[PATCH RFC] rcu-tasks: Disable callback contend/collapse messages by default
2026-08-12 21:29 UTC (3+ messages)
[PATCH v2] srcu: Fix WARN_ON() for timer_delete_sync() in cleanup_srcu_struct()
2026-08-12 21:26 UTC (5+ messages)
[PATCH v9 0/5] rust / dma_buf: Add abstractions for dma_fence
2026-08-11 9:46 UTC (15+ messages)
` [PATCH v9 1/5] rust: error: add remaining error codes
` [PATCH v9 2/5] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v9 3/5] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v9 4/5] rust: Add dma_fence abstractions
` [PATCH v9 5/5] MAINTAINERS: Add entry for Rust dma-buf
[PATCH] srcu: Keep a spare node array so srcu_gp_end() need not block in reclaim
2026-08-11 8:42 UTC
[PATCH v2] srcu: Fix WARN_ON() for timer_delete_sync() in cleanup_srcu_struct()
2026-08-10 23:31 UTC (3+ messages)
[PATCH v3 3/7] KVM: pfncache: Use RCU for readers instead of a rwlock
2026-08-10 20:00 UTC (12+ messages)
[linux-next:master] [srcu] 05c3e88488: RIP:cleanup_srcu_struct
2026-08-10 1:03 UTC (3+ messages)
[PATCH v3 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
2026-08-06 14:08 UTC (10+ messages)
` [PATCH v3 1/6] rcu: Make call_rcu() safe to call "
` [PATCH v3 2/6] rcu: Make Tiny "
` [PATCH v3 3/6] srcu: Make call_srcu() "
` [PATCH v3 4/6] srcu: Make Tiny "
` [PATCH v3 5/6] rcutorture: Exercise ->call() from NMI context
` [PATCH v3 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer
[PATCH v6 0/6] rust / dma_buf: Add abstractions for dma_fence
2026-08-05 8:53 UTC (4+ messages)
` [PATCH v6 4/6] rust: xarray: Add support for index reservations
[PATCH v8 0/5] rust / dma_buf: Add abstractions for dma_fence
2026-08-05 8:08 UTC (4+ messages)
` [PATCH v8 4/5] rust: Add dma_fence abstractions
[PATCH] srcu: Queue sdp->work when the delay timer is successfully deleted
2026-08-04 21:58 UTC (9+ messages)
[PATCH] hazptrtorture: Fix inverted sleep condition in do_pending kthread
2026-08-04 3:46 UTC (2+ messages)
[PATCH] mm/slab: stop exporting kvfree_rcu_barrier[_on_cache]()
2026-08-03 15:37 UTC (5+ messages)
[PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
2026-08-03 15:30 UTC (4+ messages)
[PATCH v2 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
2026-08-03 13:53 UTC (7+ messages)
` [PATCH v2 1/6] rcu: Make call_rcu() safe to call "
` [PATCH v2 2/6] rcu: Make Tiny "
` [PATCH v2 3/6] srcu: Make call_srcu() "
` [PATCH v2 4/6] srcu: Make Tiny "
` [PATCH v2 5/6] rcutorture: Exercise ->call() from NMI context
` [PATCH v2 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer
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