public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-15 16:11:14 to 2024-11-11 17:51:45 UTC [more...]

[PATCH v3 rcu 0/13] SRCU-lite changes for v6.13
 2024-11-11 17:51 UTC  (13+ messages)
` [PATCH rcu 08/15] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH rcu 11/15] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH rcu 12/15] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH rcu 14/15] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
  ` [PATCH rcu v4 "
` [PATCH rcu 15/15] srcu: Improve srcu_read_lock_lite() kernel-doc comment

[PATCH 0/6] RCU torture for v6.13
 2024-11-11 17:35 UTC  (11+ messages)
` [PATCH 1/6] torture: Add --no-affinity parameter to kvm.sh
` [PATCH 2/6] refscale: Correct affinity check
` [PATCH 3/6] rcuscale: Add guest_os_delay module parameter
` [PATCH 4/6] rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failure
` [PATCH 5/6] rcuscale: Do a proper cleanup if kfree_scale_init() fails
` [PATCH 6/6] rcuscale: Remove redundant WARN_ON_ONCE() splat

[PATCH 0/2] RCU NOCB for v6.13
 2024-11-11 17:33 UTC  (5+ messages)
` [PATCH 1/2] rcu: Remove unused declaration rcu_segcblist_offload()
` [PATCH 2/2] rcu/nocb: Fix missed RCU barrier on deoffloading

[PATCH 0/8] RCU fixes for v6.13
 2024-11-11 17:32 UTC  (10+ messages)
` [PATCH 1/8] doc: Add rcuog kthreads to kernel-per-CPU-kthreads.rst
` [PATCH 2/8] rcu: Allow short-circuiting of synchronize_rcu_tasks_rude()
` [PATCH 3/8] rcu: Permit start_poll_synchronize_rcu*() with interrupts disabled
` [PATCH 4/8] rcutorture: Test start-poll primitives "
` [PATCH 5/8] doc: Remove kernel-parameters.txt entry for rcutorture.read_exit
` [PATCH 6/8] rcu-tasks: Remove open-coded one-byte cmpxchg() emulation
` [PATCH 7/8] rcu/srcutiny: don't return before reenabling preemption
` [PATCH 8/8] rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu

[PATCH rcu 0/12] SRCU-lite changes for v6.13
 2024-11-11 16:51 UTC  (5+ messages)
` [PATCH rcu 06/12] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()

[PATCH v2] rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
 2024-11-10 14:47 UTC 

[Regression] wifi problems since tg3 started throwing rcu stall warnings
 2024-11-08 15:14 UTC  (11+ messages)

[PATCH] rcu: Use READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
 2024-11-07 14:15 UTC  (4+ messages)

[PATCH 1/2] Rename .data.unlikely to .data..unlikely
 2024-11-06 16:14 UTC 

PATCH v3 0/3] softirq: Use a dedicated thread for timer wakeups with forced-threading
 2024-11-06 14:51 UTC  (4+ messages)
` [PATCH v3 1/3] hrtimer: Use __raise_softirq_irqoff() to raise the softirq
` [PATCH v3 2/3] timers: "
` [PATCH v3 3/3] softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT

[syzbot] [mm?] WARNING: locking bug in __rmqueue_pcplist
 2024-11-04 12:16 UTC  (3+ messages)

[RFC v2 00/13] LKMM *generic* atomics in Rust
 2024-11-02  7:35 UTC  (19+ messages)
` [RFC v2 01/13] rust: Introduce atomic API helpers
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 03/13] rust: sync: atomic: Add ordering annotation types
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics
` [RFC v2 05/13] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [RFC v2 06/13] rust: sync: atomic: Add the framework of arithmetic operations
` [RFC v2 07/13] rust: sync: atomic: Add Atomic<u{32,64}>
` [RFC v2 08/13] rust: sync: atomic: Add Atomic<{usize,isize}>
` [RFC v2 09/13] rust: sync: atomic: Add Atomic<*mut T>
` [RFC v2 10/13] rust: sync: atomic: Add arithmetic ops for "
` [RFC v2 11/13] rust: sync: Add memory barriers
  ` [RFC v2.1 "
` [RFC v2 12/13] rust: add rcu abstraction
` [RFC v2 13/13] rust: sync: rcu: Add RCU protected pointer

[PATCH rcu 0/3] RCU CPU stall-warning changes for v6.13
 2024-11-01 13:59 UTC  (25+ messages)
` [PATCH rcu 2/3] rcu: Stop stall warning from dumping stacks if grace period ends
` [PATCH v2 rcu 0/3] RCU CPU stall-warning changes for v6.13
  ` [PATCH v2 rcu 1/3] rcu: Delete unused rcu_gp_might_be_stalled() function
  ` [PATCH v2 rcu 2/3] rcu: Stop stall warning from dumping stacks if grace period ends
  ` [PATCH v2 rcu 3/3] rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks()
    ` [PATCH v3 "

next-20241031: kernel/time/clockevents.c:455 clockevents_register_device
 2024-10-31 10:42 UTC  (5+ messages)

[PATCH v2 0/3] softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT
 2024-10-30 10:02 UTC  (10+ messages)
` [PATCH v2 1/3] hrtimer: Use __raise_softirq_irqoff() to raise the softirq
` [PATCH v2 2/3] timers: "
` [PATCH v2 3/3] softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT

[PATCH rcu] configs/debug: make sure PROVE_RCU_LIST=y takes effect
 2024-10-28 20:00 UTC  (9+ messages)

[PATCH 11/20] sched: Handle CPU isolation on last resort fallback rq selection
 2024-10-28 16:56 UTC  (7+ messages)
          ` [PATCH 1/2] arm64: Keep first mismatched 32bits el0 capable CPU online through its callbacks
          ` [PATCH 2/2] sched,arm64: Handle CPU isolation on last resort fallback rq selection

[PATCH 1/2] rcuscale: Do a proper cleanup if kfree_scale_init() fails
 2024-10-28 16:07 UTC  (5+ messages)
` [PATCH 2/2] rcuscale: Remove redundant WARN_ON_ONCE() splat

[bug report] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
 2024-10-28  7:53 UTC  (5+ messages)

[PATCH next] rcu: Unlock correctly in rcu_dump_cpu_stacks()
 2024-10-25 22:55 UTC  (2+ messages)

stable-rc linux-6.6.y: Queues: tinyconfig: undefined reference to `irq_work_queue'
 2024-10-25  6:51 UTC  (3+ messages)

[PATCH 0/1] softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT
 2024-10-24 14:02 UTC  (10+ messages)
` [PATCH 1/1] "

[PATCH rcu] srcu: Guarantee non-negative return value from srcu_read_lock()
 2024-10-23 16:59 UTC  (22+ messages)

[PATCH] rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
 2024-10-23 15:56 UTC  (2+ messages)

defer_rcu() usage
 2024-10-22 22:40 UTC  (2+ messages)

[PATCH] rcu/nocb: Fix rcuog wake-up from offline softirq
 2024-10-22 17:23 UTC  (2+ messages)

[bug report] rcuscale: Add laziness and kfree tests
 2024-10-22 16:32 UTC  (2+ messages)

[PATCH v2] rcu/nocb: Fix the WARN_ON_ONCE() in rcu_nocb_rdp_deoffload()
 2024-10-22 14:02 UTC  (2+ messages)

[syzbot] [bpf?] KCSAN: data-race in __mod_timer / kvfree_call_rcu
 2024-10-21 16:01 UTC  (4+ messages)

[PATCH] rcu/nocb: Fix the WARN_ON_ONCE() in rcu_nocb_rdp_deoffload()
 2024-10-21 12:33 UTC  (6+ messages)

[PATCH] rcu/srcutiny: don't return before reenabling preemption
 2024-10-18 21:10 UTC  (3+ messages)

[peterz-queue:sched/lazy] [sched, x86] 74d850cd4c: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_stats_print[rcutorture]
 2024-10-17  6:26 UTC  (3+ messages)


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