RCU Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-24 17:02:11 to 2025-04-21 16:27:38 UTC [more...]

[RFC v2 00/13] LKMM *generic* atomics in Rust
 2025-04-21 16:27 UTC  (3+ messages)

[PATCH] rcuscale: using kmalloc_array() to relpace kmalloc()
 2025-04-21 13:49 UTC  (2+ messages)

[PATCH v3 1/2] rcutorture: Perform more frequent testing of ->gpwrap
 2025-04-20 18:04 UTC  (18+ messages)
        ` [v3,1/2] "
            ` [v3,1/2] rcutorture: Perform more frequent testing of ->gpwrap
` [PATCH v3 2/2] rcutorture: Fix issue with re-using old images on ARM64

[PATCH 00/14] RCU torture changes for v6.16
 2025-04-20  0:17 UTC  (38+ messages)
` [PATCH 01/14] rcutorture: Make srcu_lockdep.sh check kernel Kconfig
` [PATCH 02/14] rcutorture: Make srcu_lockdep.sh check reader-conflict handling
` [PATCH 03/14] rcutorture: Split out beginning and end from rcu_torture_one_read()
` [PATCH 04/14] rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RT
` [PATCH 05/14] rcutorture: Add tests for SRCU up/down reader primitives
` [PATCH 06/14] rcutorture: Pull rcu_torture_updown() loop body into new function
` [PATCH 07/14] rcutorture: Comment invocations of tick_dep_set_task()
` [PATCH 08/14] rcutorture: Complain if an ->up_read() is delayed more than 10 seconds
` [PATCH 09/14] rcutorture: Check for ->up_read() without matching ->down_read()
` [PATCH 10/14] checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH 11/14] torture: Add --do-{,no-}normal to torture.sh
` [PATCH 12/14] torture: Add testing of RCU's Rust bindings "
          ` [12/14] "
` [PATCH 13/14] rcutorture: Perform more frequent testing of ->gpwrap
` [PATCH 14/14] rcutorture: Fix issue with re-using old images on ARM64
` [PATCH 01/12] rcutorture: Make srcu_lockdep.sh check kernel Kconfig
` [PATCH 02/12] rcutorture: Make srcu_lockdep.sh check reader-conflict handling
` [PATCH 03/12] rcutorture: Split out beginning and end from rcu_torture_one_read()
` [PATCH 04/12] rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RT
` [PATCH 05/12] rcutorture: Add tests for SRCU up/down reader primitives
` [PATCH 06/12] rcutorture: Pull rcu_torture_updown() loop body into new function
` [PATCH 07/12] rcutorture: Comment invocations of tick_dep_set_task()
` [PATCH 08/12] rcutorture: Complain if an ->up_read() is delayed more than 10 seconds
` [PATCH 09/12] rcutorture: Check for ->up_read() without matching ->down_read()
` [PATCH 10/12] checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH 11/12] torture: Add --do-{,no-}normal to torture.sh
` [PATCH 12/12] torture: Add testing of RCU's Rust bindings "

[PATCH 0/4] Sequence counter related RCU changes for v6.16
 2025-04-18 16:20 UTC  (5+ messages)
` [PATCH 1/4] rcu: Replace magic number with meaningful constant in rcu_seq_done_exact()
` [PATCH 2/4] rcu: Add warning to ensure rcu_seq_done_exact() is working
` [PATCH 3/4] rcu: Comment on the extraneous delta test on rcu_seq_done_exact()
` [PATCH 4/4] srcu: Use rcu_seq_done_exact() for polling API

[PATCH 0/7] Miscellaneous RCU changes for v6.16
 2025-04-18 16:15 UTC  (8+ messages)
` [PATCH 1/7] MAINTAINERS: Update Joel's email address
` [PATCH 2/7] rcu: Remove swake_up_one_online() bandaid
` [PATCH 3/7] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
` [PATCH 4/7] rust: sync: rcu: Mark Guard methods as inline
` [PATCH 5/7] Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"
` [PATCH 6/7] doc: Update LWN RCU API links in whatisRCU.rst
` [PATCH 7/7] doc/RCU/listRCU: refine example code for eliminating stale data

[RFC PATCH 0/8] Introduce simple hazard pointers for lockdep
 2025-04-17  8:22 UTC  (13+ messages)
` [RFC PATCH 1/8] Introduce simple hazard pointers
` [RFC PATCH 2/8] shazptr: Add refscale test
` [RFC PATCH 3/8] shazptr: Add refscale test for wildcard
` [RFC PATCH 4/8] shazptr: Avoid synchronize_shaptr() busy waiting
` [RFC PATCH 5/8] shazptr: Allow skip self scan in synchronize_shaptr()
` [RFC PATCH 6/8] rcuscale: Allow rcu_scale_ops::get_gp_seq to be NULL
` [RFC PATCH 7/8] rcuscale: Add tests for simple hazard pointers
` [RFC PATCH 8/8] locking/lockdep: Use shazptr to protect the key hashlist

[PATCH 1/2] mm: move mmap/vma locking logic into specific files
 2025-04-16  7:31 UTC  (2+ messages)

[PATCH v2 0/12]
 2025-04-16  3:55 UTC  (34+ messages)
` [PATCH v2 01/12] rcutorture: Make srcu_lockdep.sh check kernel Kconfig
` [PATCH v2 02/12] rcutorture: Make srcu_lockdep.sh check reader-conflict handling
` [PATCH v2 03/12] rcutorture: Split out beginning and end from rcu_torture_one_read()
` [PATCH v2 04/12] rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RT
  ` [PATCH v3 4/12] "
    ` [v3,4/12] "
` [PATCH v2 05/12] rcutorture: Add tests for SRCU up/down reader primitives
  ` [v2,05/12] "
` [PATCH v2 06/12] rcutorture: Pull rcu_torture_updown() loop body into new function
` [PATCH v2 07/12] rcutorture: Comment invocations of tick_dep_set_task()
` [PATCH v2 08/12] rcutorture: Complain if an ->up_read() is delayed more than 10 seconds
` [PATCH v2 09/12] rcutorture: Check for ->up_read() without matching ->down_read()
` [PATCH v2 10/12] checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH v2 11/12] torture: Add --do-{,no-}normal to torture.sh
` [PATCH v2 12/12] torture: Add testing of RCU's Rust bindings "

[PATCH v4 1/2] rcutorture: Perform more frequent testing of ->gpwrap
 2025-04-15 13:46 UTC  (3+ messages)
` [PATCH v4 2/2] rcutorture: Fix issue with re-using old images on ARM64

[PATCH RFC v3 0/8] SLUB percpu sheaves
 2025-04-10 20:47 UTC  (11+ messages)
` [PATCH RFC v3 2/8] slab: add opt-in caching layer of "
` [PATCH RFC v3 3/8] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH RFC v3 4/8] slab: sheaf prefilling for guaranteed allocations

Possible scriping bug in rcutorture/kvm.sh
 2025-04-10 14:46 UTC  (3+ messages)

[PATCH v2] rcutorture: Perform more frequent testing of ->gpwrap
 2025-04-10 14:13 UTC  (2+ messages)

[PATCH] rcutorture: Perform more frequent testing of ->gpwrap
 2025-04-10 13:48 UTC  (8+ messages)
  `  "

[PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
 2025-04-10 10:05 UTC  (3+ messages)

[v2,04/12] rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RT
 2025-04-05 17:56 UTC  (5+ messages)

[1/3] rcu: Replace magic number with meaningful constant in rcu_seq_done_exact() - Patchwork
 2025-04-05 11:23 UTC  (3+ messages)

[GIT PULL] RCU fixes for v6.15
 2025-04-02 17:48 UTC  (2+ messages)

[PATCH v4] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
 2025-04-02 12:15 UTC  (7+ messages)

[PATCH 1/3] rcu: Replace magic number with meaningful constant in rcu_seq_done_exact()
 2025-04-02  4:24 UTC  (18+ messages)
` [PATCH 2/3] rcu: Add warning to ensure rcu_seq_done_exact() is working
` [PATCH 3/3] rcu: Comment on the extraneous delta test on rcu_seq_done_exact()

[PATCH AUTOSEL 6.13 01/16] srcu: Force synchronization for srcu_get_delay()
 2025-03-31 14:34 UTC 

[PATCH AUTOSEL 6.14 01/18] srcu: Force synchronization for srcu_get_delay()
 2025-03-31 14:33 UTC 

[PATCH 0/9] RCU torture-test changes for v6.16
 2025-03-27 17:18 UTC  (8+ messages)
` [PATCH 5/9] rcutorture: Add tests for SRCU up/down reader primitives

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-03-26  8:56 UTC  (18+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH rcu 00/11] RCU torture changes for v6.15
 2025-03-26  5:42 UTC  (9+ messages)
` [PATCH rcu 10/11] srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing

[GIT PULL] RCU changes for v6.15
 2025-03-25  3:53 UTC  (2+ messages)

[GIT PULL] slab updates for 6.15
 2025-03-25  0:45 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).