public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-17 13:12:11 to 2026-02-18 08:41:49 UTC [more...]

[PATCH v3 0/2] cpuhp: Improve SMT switch time via lock batching and RCU expedition
 2026-02-18  8:39 UTC  (3+ messages)
` [PATCH v3 1/2] cpuhp: Optimize SMT switch operation by batching lock acquisition
` [PATCH v3 2/2] cpuhp: Expedite RCU grace periods during SMT operations

[RFC PATCH 0/7] Introduce HasField infrastructure
 2026-02-17  1:21 UTC  (11+ messages)
` [RFC PATCH 1/7] rust: types: Introduce HasField trait and derive macro
` [RFC PATCH 2/7] rust: time: hrtimer: Make `HasField` a super-trait of `HasHrTimer`
` [RFC PATCH 3/7] rust: workqueue: Add HasField support for Work
` [RFC PATCH 4/7] drivers: android: binder: Replace `impl_has_work!` with `#[derive(HasField)]`
` [RFC PATCH 5/7] rust: sync: Completion: "
` [RFC PATCH 6/7] rust: work: Remove `impl_has_work!`
` [RFC PATCH 7/7] rust: sync: rcu: Introduce RcuHead

[RFC PATCH 0/7] k[v]free_rcu() improvements
 2026-02-16 21:32 UTC  (32+ messages)
` [RFC PATCH 1/7] mm/slab: introduce k[v]free_rcu() with struct rcu_ptr
` [RFC PATCH 2/7] mm: use rcu_ptr instead of rcu_head
` [RFC PATCH 3/7] mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()
` [RFC PATCH 4/7] mm/slab: free a bit in enum objexts_flags
` [RFC PATCH 5/7] mm/slab: move kfree_rcu_cpu[_work] definitions
` [RFC PATCH 6/7] mm/slab: introduce kfree_rcu_nolock()
` [RFC PATCH 7/7] mm/slab: make kfree_rcu_nolock() work with sheaves

[PATCH v2 0/2] cpuhp: Improve SMT switch time via lock batching and RCU expedition
 2026-02-16 17:10 UTC  (9+ messages)
` [PATCH v2 1/2] cpuhp: Optimize SMT switch operation by batching lock acquisition
` [PATCH v2 2/2] cpuhp: Expedite RCU grace periods during SMT operations

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-15  6:42 UTC  (6+ messages)
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

rcu stalls during fstests runs for xfs
 2026-02-13  1:26 UTC  (13+ messages)

[GIT PULL] RCU changes for v7.0
 2026-02-10  0:50 UTC  (2+ messages)

[BUG] rcu detected stall in shmem_file_write_iter
 2026-02-09  7:34 UTC  (5+ messages)
    ` 回复: "

Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
 2026-02-06 17:13 UTC  (3+ messages)

[PATCH RFC 00/12] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
 2026-02-06 15:09 UTC  (15+ messages)
` [PATCH RFC 01/12] sched/isolation: Remove __init restriction from housekeeping cores
` [PATCH RFC 02/12] sched/isolation: Introduce reconfiguration notifier chain
` [PATCH RFC 03/12] genirq: Implement dynamic migration for Managed IRQs
` [PATCH RFC 04/12] rcu: Sync RCU housekeeping mask on notification
` [PATCH RFC 05/12] sched/core: Dynamic update housekeeping_cpumask(HK_TYPE_DOMAIN)
` [PATCH RFC 06/12] watchdog: Allow runtime toggle of hardlockup detector on CPUs
` [PATCH RFC 07/12] workqueue: Dynamic housekeeping mask update support
` [PATCH RFC 08/12] kcompactd: Add housekeeping notifier for dynamic mask update
` [PATCH RFC 09/12] sched/isolation: Separate housekeeping types and add sysfs interface
` [PATCH RFC 10/12] tick/nohz: Implement dynamic nohz_full state update
` [PATCH RFC 11/12] sched/isolation: Implement SMT sibling auto-isolation and safety check
` [PATCH RFC 12/12] sched/isolation: Bridge isolcpus and support runtime tick offload init

[PATCH] cpuhp: Expedite synchronize_rcu during CPU hotplug operations
 2026-02-03  6:31 UTC  (11+ messages)
` [PATCH] cpuhp: Expedite synchronize_rcu during SMT switch
` [RESEND] "

[PATCH] rcu: mark lockdep_assert_rcu_helper() __always_inline
 2026-02-02 15:53 UTC  (3+ messages)

[PATCH] rcu: Latch normal synchronize_rcu() path on flood
 2026-02-02 11:25 UTC  (10+ messages)

[PATCH] cpuhp: Expedite synchronize_rcu during CPU hotplug operations
 2026-02-02  8:46 UTC  (6+ messages)

[PATCH] MAINTAINERS: Update my email address to @kernel.org
 2026-01-30  4:41 UTC  (7+ messages)

[PATCH] srcu: Fix warning to permit SRCU-fast readers in NMI handlers
 2026-01-30  2:39 UTC  (2+ messages)

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-27 10:21 UTC  (11+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 15/36] srcu: Support Clang's "

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-26  5:08 UTC  (2+ messages)

[PATCH -next v3 2/3] rcu/nocb: Remove dead callback overload handling
 2026-01-25 14:46 UTC  (8+ messages)

[PATCH -next v4 0/3] rcu/nocb: Cleanup patches for next merge window
 2026-01-23 15:19 UTC  (4+ messages)
` [PATCH -next v4 1/3] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
` [PATCH -next v4 2/3] rcu/nocb: Remove dead callback overload handling
` [PATCH -next v4 3/3] rcu/nocb: Extract nocb_defer_wakeup_cancel() helper

[PATCH v2 0/2] rust: sync: Atomic pointer
 2026-01-23  5:54 UTC  (7+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMW
` [PATCH v2 2/2] rust: sync: atomic: Add Atomic<*{mut,const} T> support

[PATCH -next v3 0/3] rcu/nocb: Cleanup patches for next merge window
 2026-01-23  5:41 UTC  (18+ messages)
` [PATCH -next v3 1/3] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
` [PATCH -next v3 2/3] rcu/nocb: Remove dead callback overload handling
` [PATCH -next v3 3/3] rcu/nocb: Extract nocb_defer_wakeup_cancel() helper

[PATCH RFC 0/2] rcu box container for Rust + maple tree load_rcu
 2026-01-21 18:38 UTC  (15+ messages)

[PATCH 0/5] rust: sync: Atomic pointer and RCU
 2026-01-20 14:07 UTC  (17+ messages)
` [PATCH 4/5] rust: sync: atomic: Add Atomic<*mut T> support
` [PATCH 5/5] rust: sync: rcu: Add RCU protected pointer

[PATCH -next v2 0/4] rcu/nocb: Cleanup patches for next merge window
 2026-01-19 22:04 UTC  (7+ messages)
` [PATCH -next v2 2/4] rcu/nocb: Add warning if no rcuog wake up attempt happened during overload
` [PATCH -next v2 3/4] rcu/nocb: Add warning to detect if overload advancement is ever useful


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox