public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-24 16:46:02 to 2024-11-19 15:38:59 UTC [more...]

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-19 15:34 UTC  (12+ messages)
` [RFC PATCH v3 01/15] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [RFC PATCH v3 02/15] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v3 03/15] sched/clock: Make sched_clock_running __ro_after_init
` [RFC PATCH v3 04/15] rcu: Add a small-width RCU watching counter debug option
` [RFC PATCH v3 05/15] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [RFC PATCH v3 06/15] jump_label: Add forceful jump label type
` [RFC PATCH v3 07/15] x86/speculation/mds: Make mds_idle_clear forceful
` [RFC PATCH v3 08/15] sched/clock, x86: Make __sched_clock_stable forceful
` [RFC PATCH v3 09/15] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v3 10/15] x86/alternatives: Record text_poke's of JUMP_TYPE_FORCEFUL labels
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure

[Regression] wifi problems since tg3 started throwing rcu stall warnings
 2024-11-19 10:43 UTC  (13+ messages)

[PATCH RFC 0/6] SLUB percpu sheaves
 2024-11-19  8:27 UTC  (13+ messages)
` [PATCH RFC 1/6] mm/slub: add opt-in caching layer of "
` [PATCH RFC 2/6] mm/slub: add sheaf support for batching kfree_rcu() operations
` [PATCH RFC 3/6] maple_tree: use percpu sheaves for maple_node_cache
` [PATCH RFC 4/6] mm, vma: use sheaves for vm_area_struct cache
` [PATCH RFC 5/6] mm, slub: cheaper locking for percpu sheaves
` [PATCH RFC 6/6] mm, slub: sheaf prefilling for guaranteed allocations

[PATCH -next] srcu: Remove redundant GP sequence checks in srcu_funnel_gp_start
 2024-11-19  7:29 UTC 

[GIT PULL] RCU changes for v6.13
 2024-11-18  9:50 UTC 

[PATCH v2 1/2] rcuscale: Do a proper cleanup if kfree_scale_init() fails
 2024-11-13 17:00 UTC  (4+ messages)
` [PATCH v2 2/2] rcuscale: Remove redundant WARN_ON_ONCE() splat

[syzbot] [mm?] WARNING: locking bug in __rmqueue_pcplist
 2024-11-13 14:18 UTC  (4+ messages)

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

[PATCH rcu 0/12] SRCU-lite changes for v6.13
 2024-11-13  3:20 UTC  (30+ messages)
` [PATCH rcu 06/12] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
          ` [PATCH rcu 1/3] srcu: Remove smp_mb() from srcu_read_unlock_lite()
          ` [PATCH rcu 2/3] srcu: Check for srcu_read_lock_lite() across all CPUs
          ` [PATCH rcu 3/3] srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavor
` [PATCH v2 rcu 0/13] SRCU-lite changes for v6.13
  ` [PATCH v3 "
    ` [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 14/15] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
      ` [PATCH rcu v4 "

[PATCH 00/16] SRCU for v6.13
 2024-11-12 14:51 UTC  (17+ messages)
` [PATCH 01/16] srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible
` [PATCH 02/16] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
` [PATCH 03/16] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH 04/16] srcu: Renaming in preparation for additional reader flavor
` [PATCH 05/16] srcu: Bit manipulation changes "
` [PATCH 06/16] srcu: Standardize srcu_data pointers to "sdp" and similar
` [PATCH 07/16] srcu: Improve srcu_read_lock{,_nmisafe}() comments
` [PATCH 08/16] srcu: Create CPP macros for normal and NMI-safe SRCU readers
` [PATCH 09/16] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH 10/16] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
` [PATCH 11/16] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH 12/16] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH 13/16] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH 14/16] rcutorture: Add light-weight SRCU scenario
` [PATCH 15/16] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
` [PATCH 16/16] srcu: Improve srcu_read_lock_lite() kernel-doc comment

[PATCH 0/3] RCU stall for v6.13
 2024-11-12 14:37 UTC  (4+ messages)
` [PATCH 1/3] rcu: Delete unused rcu_gp_might_be_stalled() function
` [PATCH 2/3] rcu: Stop stall warning from dumping stacks if grace period ends
` [PATCH 3/3] rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks()

[PATCH 12/21] sched,arm64: Handle CPU isolation on last resort fallback rq selection
 2024-11-12 14:22 UTC  (8+ messages)
` [PATCH 13/21] kthread: Make sure kthread hasn't started while binding it
` [PATCH 14/21] kthread: Default affine kthread to its preferred NUMA node
` [PATCH 17/21] kthread: Implement preferred affinity
` [PATCH 18/21] rcu: Use kthread preferred affinity for RCU boost
` [PATCH 19/21] kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() automatic format
` [PATCH 20/21] treewide: Introduce kthread_run_worker[_on_cpu]()
` [PATCH 21/21] rcu: Use kthread preferred affinity for RCU exp kworkers

[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/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 v2] rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
 2024-11-10 14:47 UTC 

[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

[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 v2 rcu 0/3] RCU CPU stall-warning changes for v6.13
 2024-11-01 13:59 UTC  (16+ messages)
` [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  (5+ 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)


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