Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2025-02-05 01:28:47 to 2025-02-20 23:51:53 UTC [more...]

[PATCH rcu 0/9] Miscellaneous fixes for v6.11
 2025-02-20 23:51 UTC  (5+ messages)
` [PATCH rcu 1/9] rcu: Add lockdep_assert_in_rcu_read_lock() and friends

[PATCH RFC 00/24] Compiler-Based Capability- and Locking-Analysis
 2025-02-20 22:36 UTC  (43+ messages)
` [PATCH RFC 01/24] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH RFC 02/24] compiler-capability-analysis: Rename __cond_lock() to __cond_acquire()
` [PATCH RFC 03/24] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH RFC 04/24] compiler-capability-analysis: Add test stub
` [PATCH RFC 05/24] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH RFC 06/24] checkpatch: Warn about capability_unsafe() without comment
` [PATCH RFC 07/24] cleanup: Basic compatibility with capability analysis
` [PATCH RFC 08/24] lockdep: Annotate lockdep assertions for "
` [PATCH RFC 09/24] locking/rwlock, spinlock: Support Clang's "
` [PATCH RFC 10/24] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH RFC 11/24] locking/mutex: Support Clang's capability analysis
` [PATCH RFC 12/24] locking/seqlock: "
` [PATCH RFC 13/24] bit_spinlock: Include missing <asm/processor.h>
` [PATCH RFC 14/24] bit_spinlock: Support Clang's capability analysis
` [PATCH RFC 15/24] rcu: "
` [PATCH RFC 16/24] srcu: "
` [PATCH RFC 17/24] kref: Add capability-analysis annotations
` [PATCH RFC 18/24] locking/rwsem: Support Clang's capability analysis
` [PATCH RFC 19/24] locking/local_lock: "
` [PATCH RFC 20/24] debugfs: Make debugfs_cancellation a capability struct
` [PATCH RFC 21/24] kfence: Enable capability analysis
` [PATCH RFC 22/24] kcov: "
` [PATCH RFC 23/24] stackdepot: "
` [PATCH RFC 24/24] rhashtable: "

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-20 17:38 UTC  (29+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v2 -rcu] srcu: Use rcu_seq_done_exact() for polling API
 2025-02-20  0:32 UTC  (6+ messages)

The rdp->gpwrap behavior
 2025-02-19 17:02 UTC  (10+ messages)

[linux-next:master] [rcu] c9b55f9da0: WARNING:at_kernel/rcu/rcutorture.c:#rcutorture_one_extend_check[rcutorture]
 2025-02-19 16:51 UTC  (2+ messages)

[Patch v2] doc/RCU/listRCU: refine example code for eliminating stale data
 2025-02-19 16:40 UTC  (3+ messages)

[PATCH 0/3] rcu/exp updates
 2025-02-19 15:55 UTC  (11+ messages)
` [PATCH 1/3] rcu/exp: Protect against early QS report
` [PATCH 2/3] rcu/exp: Remove confusing needless full barrier on task unblock
` [PATCH 3/3] rcu/exp: Remove needless CPU up quiescent state report

[PATCH rcu 00/11] RCU torture changes for v6.15
 2025-02-19 15:39 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()

[PATCH] MAINTAINERS: Update Joel's email address
 2025-02-19 15:29 UTC  (4+ messages)

[syzbot] [rcu?] WARNING in srcu_invoke_callbacks (2)
 2025-02-19 15:09 UTC  (4+ messages)

[PATCH RFC v2 00/10] SLUB percpu sheaves
 2025-02-18 18:41 UTC  (16+ messages)
` [PATCH RFC v2 01/10] slab: add opt-in caching layer of "
` [PATCH RFC v2 02/10] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH RFC v2 03/10] locking/local_lock: Introduce localtry_lock_t
` [PATCH RFC v2 04/10] locking/local_lock: add localtry_trylock()
` [PATCH RFC v2 05/10] slab: switch percpu sheaves locking to localtry_lock
` [PATCH RFC v2 06/10] slab: sheaf prefilling for guaranteed allocations
` [PATCH RFC v2 07/10] slab: determine barn status racily outside of lock
` [PATCH RFC v2 08/10] tools: Add testing support for changes to rcu and slab for sheaves
` [PATCH RFC v2 09/10] tools: Add sheafs support to testing infrastructure
` [PATCH RFC v2 10/10] maple_tree: use percpu sheaves for maple_node_cache

[PATCH rcu 0/7] RCU documentation changes for v6.15
 2025-02-18  5:45 UTC  (8+ messages)
` [PATCH rcu 1/7] doc: Add broken-timing possibility to stallwarn.rst
` [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 4/7] srcu: Point call_srcu() to call_rcu() for detailed memory ordering
` [PATCH rcu 5/7] rcu: Add CONFIG_RCU_LAZY delays to call_rcu() kernel-doc header
` [PATCH rcu 6/7] rcu: Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help text
` [PATCH rcu 7/7] rcu: Remove references to old grace-period-wait primitives

[PATCH] doc/RCU/listRCU: fix an example code snippets
 2025-02-18  0:25 UTC  (9+ messages)

Spłata raty
 2025-02-17  9:10 UTC 

[PATCH v3] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
 2025-02-17  2:29 UTC  (2+ messages)

[PATCH v2] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
 2025-02-15  5:43 UTC  (2+ messages)

[PATCH RFC v2 rcu] Fix get_state_synchronize_rcu_full() GP-start detection
 2025-02-12 10:42 UTC  (16+ messages)

[linus:master] [treewide] b04e317b52: INFO:task_blocked_for_more_than#seconds
 2025-02-12  4:57 UTC 

[PATCH v2] rcu: Merge rcu_seq_done_exact() logic into rcu_seq_done()
 2025-02-11 22:38 UTC 

next-20250210: WARNING: at include/linux/rwsem.h:85 madvise_unlock
 2025-02-11 18:35 UTC  (4+ messages)

The business loan-
 2025-02-08 22:05 UTC 

[PATCH bpf-next 0/3] bpf: Overwrite the htab element atomically
 2025-02-08 10:16 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf: Overwrite the element in hash map atomically
  ` [RESEND] "

The business loan-
 2025-02-08  4:42 UTC 

[PATCH 0/4] ucount: Simplify refcounting with rcuref_t
 2025-02-07 20:48 UTC  (2+ messages)

[PATCH rcu 0/5] Miscellaneous fixes
 2025-02-06 17:38 UTC  (25+ messages)
  ` [PATCH rcu v2] 4/5] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
  ` [PATCH rcu 6/5] Make RCU watch ct_kernel_exit_state() warning

[PATCH] rcu: Merge rcu_seq_done_exact() logic into rcu_seq_done()
 2025-02-05 15:59 UTC  (12+ messages)

[syzbot] [rcu?] [bcachefs?] BUG: unable to handle kernel NULL pointer dereference in rcu_core (3)
 2025-02-05 14:56 UTC  (2+ messages)

[PATCH 0/4] slab, rcu: move and consolidate TINY_RCU kvfree_rcu() to SLAB
 2025-02-05  9:54 UTC  (8+ messages)
` [PATCH 2/4] rcu: remove trace_rcu_kvfree_callback
` [PATCH 3/4] rcu, slab: use a regular callback function for kvfree_rcu
` [PATCH 4/4] slab: don't batch kvfree_rcu() with SLUB_TINY

[PATCH v3 net 11/16] ipv6: input: convert to dev_net_rcu()
 2025-02-05  8:05 UTC  (6+ messages)


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