public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-11 17:05:45 to 2026-03-17 21:23:27 UTC [more...]

[PATCH -next v1 00/16] Candidate patches for the v7.1 merge window
 2026-03-17 21:22 UTC  (14+ messages)
` [PATCH -next v1 01/16] rcutorture: Add a textbook-style trivial preemptible RCU
` [PATCH -next v1 02/16] kvm-check-branches.sh: Remove in favor of kvm-series.sh
` [PATCH -next v1 03/16] torture: Make hangs more visible in torture.sh output
` [PATCH -next v1 04/16] torture: Print informative message for test without recheck file
` [PATCH -next v1 05/16] rcutorture: Fix numeric "test" comparison in srcu_lockdep.sh
` [PATCH -next v1 06/16] refscale: Ditch ref_scale_shutdown in favor of torture_shutdown_init()
` [PATCH -next v1 07/16] rcuscale: Ditch rcu_scale_shutdown "
` [PATCH -next v1 08/16] srcu: Fix SRCU read flavor macro comments
` [PATCH -next v1 09/16] srcu: Fix s/they disables/they disable/ typo in srcu_read_unlock_fast()
` [PATCH -next v1 10/16] rcu-tasks: Document that RCU Tasks Trace grace periods now imply RCU grace periods
` [PATCH -next v1 11/16] rcutorture: Add NOCB01 config for RCU_LAZY torture testing
` [PATCH -next v1 12/16] rcutorture: Add NOCB02 config for nocb poll mode testing
` [PATCH -next v1 13/16] rcu-tasks: Remove unnecessary smp_store_release() in cblist_init_generic()

[BUG] RCU stall in unmap_page_range during exit_mmap (6.19 regression)
 2026-03-17 16:19 UTC  (3+ messages)
` [regression] "

Next-level bug in SRCU implementation of RCU Tasks Trace + PREEMPT_RT
 2026-03-17 13:34 UTC 

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-17  4:44 UTC  (10+ 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

Possible addition to the v7.0 post-merge-window pile
 2026-03-16  0:05 UTC 

[RFC PATCH 0/3] srcu: KVM: Add, export and use call_srcu_expedited()
 2026-03-13 23:12 UTC  (6+ messages)
` [RFC PATCH 1/3] srcu: Declare exported symbols before including srcu{tiny,tree}.h
` [RFC PATCH 2/3] srcu: Add and export call_srcu_expedited() to avoid transferring grace periods
` [RFC PATCH 3/3] KVM: Expedite SRCU callbacks when freeing objects during I/O bus registration

[PATCH] rcu: Add BOOTPARAM_RCU_STALL_PANIC Kconfig option
 2026-03-13 17:43 UTC  (3+ messages)

[PATCH v3] rcu: Latch normal synchronize_rcu() path on flood
 2026-03-11 18:58 UTC 

[PATCH RFC v1 0/4] rcu/nocb: Clean ups and rcutorture test configs
 2026-03-11 13:03 UTC  (12+ messages)
` [PATCH RFC v1 1/4] rcu/nocb: Consolidate rcu_nocb_cpu_offload/deoffload functions
` [PATCH RFC v1 2/4] rcu/nocb: Extract nocb_bypass_needs_flush() to reduce duplication
` [PATCH RFC v1 3/4] rcutorture: Add NOCB01 config for RCU_LAZY torture testing
` [PATCH RFC v1 4/4] rcutorture: Add NOCB02 config for nocb poll mode testing

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-11 10:47 UTC  (7+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()
` [PATCH v2 2/2] tree-wide: rename do_exit() to task_exit()

[PATCH v2] rcu: Latch normal synchronize_rcu() path on flood
 2026-03-11  8:45 UTC  (9+ messages)

Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
 2026-03-10 15:51 UTC  (43+ messages)

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-03-10 10:56 UTC  (2+ messages)

[GIT PULL] RCU fixes for v7.0
 2026-03-07 20:00 UTC  (2+ messages)

[PATCH v3 0/2] cpuhp: Improve SMT switch time via lock batching and RCU expedition
 2026-03-06 15:12 UTC  (7+ 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

[PATCH 0/4] rcu: Fix lazy-preemption regression in torture-test suites
 2026-03-05 23:24 UTC  (16+ messages)
` [PATCH 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
  ` [PATCH v2 "
    ` [PATCH v3 "
` [PATCH 2/4] rcuscale: "
` [PATCH 3/4] refscale: "
` [PATCH 4/4] scftorture: "

[PATCH 6.6.y] rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
 2026-03-04  2:57 UTC 

[PATCH 6.1.y] rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
 2026-03-04  2:49 UTC 

[PATCH 0/11] rcu: Miscellaneous patches for v7.1
 2026-03-03 23:50 UTC  (12+ messages)
` [PATCH 01/11] rcutorture: Add a textbook-style trivial preemptible RCU
` [PATCH 02/11] kvm-check-branches.sh: Remove in favor of kvm-series.sh
` [PATCH 03/11] torture: Make hangs more visible in torture.sh output
` [PATCH 04/11] rcutorture: Adjust scenarios for default lazy preemption
` [PATCH 05/11] torture: Print informative message for test without recheck file
` [PATCH 06/11] rcutorture: Fix numeric "test" comparison in srcu_lockdep.sh
` [PATCH 07/11] refscale: Ditch ref_scale_shutdown in favor of torture_shutdown_init()
` [PATCH 08/11] rcuscale: Ditch rcu_scale_shutdown "
` [PATCH 09/11] srcu: Fix SRCU read flavor macro comments
` [PATCH 10/11] srcu: Fix s/they disables/they disable/ typo in srcu_read_unlock_fast()
` [PATCH 11/11] rcu-tasks: Document that RCU Tasks Trace grace periods now imply RCU grace periods

[PATCHv2 nf-next 0/5] IPVS changes, part 3 of 4 - per-net tables
 2026-03-03 21:04 UTC  (6+ messages)
` [PATCHv2 nf-next 1/5] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCHv2 nf-next 2/5] ipvs: add resizable hash tables
` [PATCHv2 nf-next 3/5] ipvs: use resizable hash table for services
` [PATCHv2 nf-next 4/5] ipvs: switch to per-net connection table
` [PATCHv2 nf-next 5/5] ipvs: use more keys for connection hashing

[PATCH nf-next 0/5] IPVS changes, part 3 of 4 - per-net tables
 2026-03-03 20:27 UTC  (11+ messages)
` [PATCH nf-next 1/5] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCH nf-next 2/5] ipvs: add resizable hash tables
` [PATCH nf-next 3/5] ipvs: use resizable hash table for services
` [PATCH nf-next 4/5] ipvs: switch to per-net connection table
` [PATCH nf-next 5/5] ipvs: use more keys for connection hashing

[BUG] RCU stall / hung rcu_gp: process_srcu blocked in synchronize_rcu_normal triggered by perf trace teardown on 7.0.0-rc1
 2026-03-02 17:37 UTC  (4+ messages)

[PATCH RFC] rcutorture: Fully test lazy RCU
 2026-03-01 10:11 UTC  (4+ messages)

[RFC PATCH 0/7] Introduce HasField infrastructure
 2026-02-27 15:00 UTC  (3+ messages)

[PATCH v2] rcu-tasks: Remove unnecessary smp_store_release() in cblist_init_generic()
 2026-02-25 16:00 UTC  (2+ messages)

[RFC PATCH 0/7] k[v]free_rcu() improvements
 2026-02-25  5:55 UTC  (18+ messages)
` [RFC PATCH 1/7] mm/slab: introduce k[v]free_rcu() with struct rcu_ptr
` [RFC PATCH 6/7] mm/slab: introduce kfree_rcu_nolock()
` [RFC PATCH 7/7] mm/slab: make kfree_rcu_nolock() work with sheaves

[RFC PATCH v5 0/2] Hazard Pointers
 2026-02-23 20:44 UTC  (3+ messages)
` [RFC PATCH v5 1/2] hazptr: Implement "
` [RFC PATCH v5 2/2] hazptr: Add refscale test

[RFC PATCH v4 0/4] Hazard Pointers
 2026-02-23 19:40 UTC  (6+ messages)
` [RFC PATCH v4 4/4] hazptr: Migrate per-CPU slots to backup slot on context switch

[PATCH RFC 00/12] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
 2026-02-20 19:07 UTC  (2+ messages)

rcu stalls during fstests runs for xfs
 2026-02-20 19:01 UTC  (9+ messages)

[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


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