Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2025-01-16 20:21:06 to 2025-01-29 02:21:24 UTC [more...]

[PATCH] rcu: Merge rcu_seq_done_exact() logic into rcu_seq_done()
 2025-01-29  2:21 UTC  (9+ messages)

[PATCH 1/4] rcutorture: Allow a negative value for nfakewriters
 2025-01-28 21:19 UTC  (32+ messages)
` [PATCH 2/4] torture: Remove CONFIG_NR_CPUS configuration
` [PATCH 3/4] rcu: Update TREE05.boot to test normal synchronize_rcu()
` [PATCH 4/4] rcu: Use _full() API to debug synchronize_rcu()

"WARNING in rcu_sr_normal_complete" in Linux Kernel v6.12-rc4
 2025-01-28  9:32 UTC  (3+ messages)

[PATCH RFC rcu] Fix get_state_synchronize_rcu_full() GP-start detection
 2025-01-27 18:45 UTC  (22+ messages)
` [PATCH RFC v2 "

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-27 15:51 UTC  (36+ messages)
` [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option
` [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys as allowed in .noinstr
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

Kernel Oops on alpha with kernel version >=6.9.x
 2025-01-27 11:56 UTC  (45+ messages)

[linus:master] ec9d6356bf: WARNING:at_kernel/rcu/rcutorture.c:#rcutorture_one_extend_check[rcutorture]
 2025-01-26 18:53 UTC  (2+ messages)

[PATCH RFC 0/4] slab, rcu: move and consolidate TINY_RCU kvfree_rcu() to SLAB
 2025-01-24 14:25 UTC  (13+ messages)
` [PATCH RFC 1/4] slab, rcu: move TINY_RCU variant of "
` [PATCH RFC 2/4] rcu: remove trace_rcu_kvfree_callback
` [PATCH RFC 3/4] rcu, slab: use a regular callback function for kvfree_rcu
` [PATCH RFC 4/4] slab: don't batch kvfree_rcu() with SLUB_TINY

[PATCH RFC 1/5] rcutorture: kvm: Simplify invocation of mkinitrd.sh
 2025-01-24  1:58 UTC  (5+ messages)
` [PATCH RFC 2/5] rcutorture: Add a stress-ng build script
` [PATCH RFC 3/5] rcutorture: mkinitrd: Allow to run optional commands passed to it
` [PATCH RFC 4/5] rcutorture: mkinitrd: Use previous init.c to check if rebuild needed
` [PATCH RFC 5/5] rcutorture: kvm: Invoke stress-ng building it if necessary

[PATCH] doc/RCU/listRCU: fix an example code snippets
 2025-01-23  1:48 UTC  (2+ messages)

[PATCH v2 0/5] Move kvfree_rcu() into SLAB (v2)
 2025-01-22 17:42 UTC  (17+ messages)

[GIT PULL] RCU changes for v6.14
 2025-01-22 11:28 UTC  (4+ messages)

[GIT PULL] kthread updates for v6.14
 2025-01-22  2:05 UTC  (2+ messages)

[GIT PULL] slab updates for 6.14
 2025-01-22  0:24 UTC  (6+ messages)

[PATCH v4] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
 2025-01-21 17:08 UTC  (2+ messages)

[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
 2025-01-20 12:54 UTC  (4+ messages)
` [PATCH v7 07/16] rust: add `io::{Io, IoRaw}` base types

[PATCH 0/3 v3] hrtimer: Fix timers queued locally from offline CPUs
 2025-01-17 15:20 UTC  (5+ messages)
` [PATCH 1/3 v3] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING

[PATCH v3] memcg: fix soft lockup in the OOM process
 2025-01-17  6:59 UTC  (8+ messages)

[PATCH rcu 0/17] SRCU updates, including SRCU-fast
 2025-01-17  0:07 UTC  (26+ messages)
` [PATCH rcu 01/17] srcu: Make Tiny SRCU able to operate in preemptible kernels
` [PATCH rcu 02/17] srcu: Define SRCU_READ_FLAVOR_ALL in terms of symbols
` [PATCH rcu 03/17] srcu: Use ->srcu_gp_seq for rcutorture reader batch
` [PATCH rcu 04/17] srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure
` [PATCH rcu 05/17] srcu: Make SRCU readers use ->srcu_ctrs for counter selection
` [PATCH rcu 06/17] srcu: Make Tree SRCU updates independent of ->srcu_idx
` [PATCH rcu 07/17] srcu: Force synchronization for srcu_get_delay()
` [PATCH rcu 08/17] srcu: Rename srcu_check_read_flavor_lite() to srcu_check_read_flavor_force()
` [PATCH rcu 09/17] srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()
` [PATCH rcu 10/17] srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()
` [PATCH rcu 11/17] srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()
` [PATCH rcu 12/17] srcu: Move SRCU Tree/Tiny definitions from srcu.h
` [PATCH rcu 13/17] srcu: Add SRCU-fast readers
` [PATCH rcu 14/17] rcutorture: Add ability to test srcu_read_{,un}lock_fast()
` [PATCH rcu 15/17] refscale: Add srcu_read_lock_fast() support using "srcu-fast"
` [PATCH rcu 16/17] rcutorture: Make scenario SRCU-P use srcu_read_lock_fast()
` [PATCH rcu 17/17] srcu: Fix srcu_read_unlock_{lite,nmisafe}() kernel-doc

[PATCH rcu 0/7] Documentation upates
 2025-01-16 22:57 UTC  (6+ messages)
` [PATCH rcu 2/7] docs: Improve discussion of this_cpu_ptr(), add raw_cpu_ptr()
` [PATCH rcu 3/7] rcu: Document self-propagating callbacks

[PATCH rcu 0/11] Torture-test updates
 2025-01-16 20:24 UTC  (12+ messages)
` [PATCH rcu 01/11] torture: Add get_torture_init_jiffies() for test-start time
` [PATCH rcu 02/11] rcutorture: Add a test_boost_holdoff module parameter
` [PATCH rcu 03/11] rcutorture: Include grace-period sequence numbers in failure/close-call
` [PATCH rcu 04/11] rcutorture: Expand failure/close-call grace-period output
` [PATCH rcu 05/11] rcu: Trace expedited grace-period numbers in hexadecimal
` [PATCH rcu 06/11] rcutorture: Add ftrace-compatible timestamp to GP# failure/close-call output
` [PATCH rcu 07/11] rcutorture: Make cur_ops->format_gp_seqs take buffer length
` [PATCH rcu 08/11] rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to bool
` [PATCH rcu 09/11] rcutorture: Complain when invalid SRCU reader_flavor is specified
` [PATCH rcu 10/11] srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing
` [PATCH rcu 11/11] torture: Make SRCU lockdep testing use srcu_read_lock_nmisafe()


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