Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2025-02-25 14:12:41 to 2025-03-05 16:43:24 UTC [more...]

[PATCH v3] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
 2025-03-05 16:43 UTC  (3+ messages)

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

[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
 2025-03-05 16:16 UTC  (56+ messages)
` [PATCH v2 01/34] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v2 02/34] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v2 03/34] compiler-capability-analysis: Add test stub
` [PATCH v2 04/34] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v2 05/34] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v2 06/34] cleanup: Basic compatibility with capability analysis
` [PATCH v2 07/34] lockdep: Annotate lockdep assertions for "
` [PATCH v2 08/34] locking/rwlock, spinlock: Support Clang's "
` [PATCH v2 09/34] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v2 10/34] locking/mutex: Support Clang's capability analysis
` [PATCH v2 11/34] locking/seqlock: "
` [PATCH v2 12/34] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v2 13/34] bit_spinlock: Support Clang's capability analysis
` [PATCH v2 14/34] rcu: "
` [PATCH v2 15/34] srcu: "
` [PATCH v2 16/34] kref: Add capability-analysis annotations
` [PATCH v2 17/34] locking/rwsem: Support Clang's capability analysis
` [PATCH v2 18/34] locking/local_lock: Include missing headers
` [PATCH v2 19/34] locking/local_lock: Support Clang's capability analysis
` [PATCH v2 20/34] locking/ww_mutex: "
` [PATCH v2 21/34] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v2 22/34] compiler-capability-analysis: Remove Sparse support
` [PATCH v2 23/34] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v2 24/34] compiler-capability-analysis: Introduce header suppressions
` [PATCH v2 25/34] compiler: Let data_race() imply disabled capability analysis
` [PATCH v2 26/34] kfence: Enable "
` [PATCH v2 27/34] kcov: "
` [PATCH v2 28/34] stackdepot: "
` [PATCH v2 29/34] rhashtable: "
` [PATCH v2 30/34] printk: Move locking annotation to printk.c
` [PATCH v2 31/34] drivers/tty: Enable capability analysis for core files
` [PATCH v2 32/34] security/tomoyo: Enable capability analysis
` [PATCH v2 33/34] crypto: "
` [PATCH v2 34/34] MAINTAINERS: Add entry for Capability Analysis

[PATCH v4 1/3] rcutorture: Allow a negative value for nfakewriters
 2025-03-05 15:37 UTC  (38+ messages)
` [PATCH v4 2/3] rcu: Update TREE05.boot to test normal synchronize_rcu()
` [PATCH v4 3/3] rcu: Use _full() API to debug synchronize_rcu()

[PATCH RFC] sched: Disable DL server if sysctl_sched_rt_runtime is -1
 2025-03-05  9:30 UTC  (2+ messages)

[PATCH rcu 00/10] Miscellaneous RCU changes for v6.15
 2025-03-05  3:05 UTC  (11+ messages)
` [PATCH rcu 01/10] rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for tracing
` [PATCH rcu 02/10] rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
` [PATCH rcu 03/10] rcu: Fix get_state_synchronize_rcu_full() GP-start detection
` [PATCH rcu 04/10] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
` [PATCH rcu 05/10] rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()
` [PATCH rcu 06/10] context_tracking: Make RCU watch ct_kernel_exit_state() warning
` [PATCH rcu 07/10] Flush console log from kernel_power_off()
` [PATCH rcu 08/10] rcutorture: Allow a negative value for nfakewriters
` [PATCH rcu 09/10] rcu: Update TREE05.boot to test normal synchronize_rcu()
` [PATCH rcu 10/10] rcu: Use _full() API to debug synchronize_rcu()

[PATCH rcu 00/11] Lazy Preempt changes for v6.15
 2025-03-05  2:54 UTC  (6+ messages)
` [PATCH rcu 06/11] osnoise: provide quiescent states

[PATCH RFC] sched: Disable DL server if sysctl_sched_rt_runtime is -1
 2025-03-04 20:01 UTC 

[PATCH RFC v2 00/10] SLUB percpu sheaves
 2025-03-04 19:08 UTC  (14+ messages)
` [PATCH RFC v2 03/10] locking/local_lock: Introduce localtry_lock_t

KASAN: global-out-of-bounds Read in srcu_gp_start_if_needed
 2025-03-04 15:18 UTC  (9+ messages)

[PATCH v1 1/2] kunit, slub: Add test_kfree_rcu_wq_destroy use case
 2025-03-04 14:55 UTC  (8+ messages)
` [PATCH v1 2/2] mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq

[PATCH 0/3] rcu/exp updates
 2025-03-03 20:10 UTC  (17+ messages)
` [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 v7 00/16] Device / Driver PCI / Platform Rust abstractions
 2025-02-28 10:22 UTC  (12+ messages)
` [PATCH v7 07/16] rust: add `io::{Io, IoRaw}` base types

[PATCH RFC 00/24] Compiler-Based Capability- and Locking-Analysis
 2025-02-27  7:00 UTC  (2+ messages)

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

[PATCH v3 1/3] rcutorture: Allow a negative value for nfakewriters
 2025-02-26 21:12 UTC  (14+ messages)
` [PATCH v3 3/3] rcu: Use _full() API to debug synchronize_rcu()

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

[PATCH v2 0/7] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
 2025-02-26 15:58 UTC  (22+ messages)
` [PATCH v2 6/7] mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()

Testing of shared RCU branching
 2025-02-26  0:12 UTC  (9+ messages)

[PATCH printk] Flush console log from kernel_power_off()
 2025-02-25 18:33 UTC 


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