messages from 2025-07-08 20:49:06 to 2025-07-23 13:35:28 UTC [more...]
[PATCH v5 00/14] SLUB percpu sheaves
2025-07-23 13:34 UTC (9+ messages)
` [PATCH v5 01/14] slab: add opt-in caching layer of "
` [PATCH v5 02/14] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v5 03/14] slab: sheaf prefilling for guaranteed allocations
` [PATCH v5 04/14] slab: determine barn status racily outside of lock
` [PATCH v5 07/14] maple_tree: use percpu sheaves for maple_node_cache
` [PATCH v5 08/14] mm, vma: use percpu sheaves for vm_area_struct cache
` [PATCH v5 10/14] mm, slab: allow NUMA restricted allocations to use percpu sheaves
` [PATCH v5 11/14] testing/radix-tree/maple: Increase readers and reduce delay for faster machines
[PATCH v3 0/4] Switch __DECLARE_TRACE() to notrace variant of SRCU-fast
2025-07-23 13:32 UTC (14+ messages)
` [PATCH v3 1/4] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
` [PATCH v3 2/4] srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
` [PATCH v3 3/4] srcu: Add guards for notrace variants of SRCU-fast readers
` [PATCH v3 4/4] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH v3 5/4] srcu: Document __srcu_read_{,un}lock_fast() implicit RCU readers
` [PATCH v3 6/4] srcu: Document srcu_flip() memory-barrier D relation to SRCU-fast
[PATCH -next] rcu: docs: Requirements.rst: Abide by conventions of kernel documentation
2025-07-23 13:01 UTC (2+ messages)
[RFC PATCH 0/2] Switch tracing from sched-RCU to preempt-RCU
2025-07-21 16:25 UTC (57+ messages)
` [RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
` [PATCH RFC 1/4] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
` [PATCH RFC 2/4] srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
` [PATCH RFC 3/4] srcu: Add guards for notrace variants of SRCU-fast readers
` [PATCH RFC 4/4] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH RFC 6/4] srcu: Add guards for SRCU-fast readers
` [PATCH v2 1/4] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
` [PATCH v2 2/4] srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
` [PATCH v2 3/4] srcu: Add guards for notrace variants of SRCU-fast readers
` [PATCH v2 4/4] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
[PATCH -next 0/6] Patches for v6.17
2025-07-21 8:27 UTC (11+ messages)
` [PATCH -next 1/6] smp: Document preemption and stop_machine() mutual exclusion
` [PATCH -next 2/6] rcu: Refactor expedited handling check in rcu_read_unlock_special()
` [PATCH -next 3/6] rcu: Document GP init vs hotplug-scan ordering requirements
` [PATCH -next 4/6] rcu: Document separation of rcu_state and rnp's gp_seq
` [PATCH -next 5/6] rcu: Document concurrent quiescent state reporting for offline CPUs
` [PATCH -next 6/6] [please squash] fixup! rcu: Fix rcu_read_unlock() deadloop due to IRQ work
[PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
2025-07-19 7:08 UTC (13+ messages)
` [PATCH 1/4] Documentation: memory-barriers: Convert to reST format
` [PATCH 2/4] Documentation: atomic_bitops: "
` [PATCH 3/4] Documentation: atomic_t: "
` [PATCH 4/4] Documentation: atomic_bitops, atomic_t, memory-barriers: Link to newly-converted docs
[PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
2025-07-18 17:47 UTC (10+ messages)
[PATCH] rcu: Fix delayed execution of hurry callbacks
2025-07-18 9:10 UTC (3+ messages)
[PATCH 0/2] RCU API documentation updates
2025-07-16 0:45 UTC (3+ messages)
` [PATCH RFC 1/2] doc: Update whatisRCU.rst for recent RCU API additions
` [PATCH RFC 2/2] doc: Add RCU guards to checklist.rst
[PATCH v2] smp: Document preemption and stop_machine() mutual exclusion
2025-07-14 17:20 UTC (6+ messages)
commit 3284e4adca9b causes hang on boot with CONFIG_PREEMPT_RT=y
2025-07-11 23:27 UTC (3+ messages)
[PATCH -rcu -next 1/7] smp: Document preemption and stop_machine() mutual exclusion
2025-07-11 18:41 UTC (16+ messages)
` [PATCH -rcu -next 2/7] rcu: Fix rcu_read_unlock() deadloop due to IRQ work
` [PATCH -rcu -next 3/7] rcu: Refactor expedited handling check in rcu_read_unlock_special()
` [PATCH -rcu -next 4/7] rcu: Remove redundant check for irq state during unlock
` [PATCH -rcu -next 5/7] rcu: Document GP init vs hotplug-scan ordering requirements
` [PATCH -rcu -next 6/7] rcu: Document separation of rcu_state and rnp's gp_seq
[PATCH rcu 00/13] Torture script changes for v6.17
2025-07-11 15:42 UTC (15+ messages)
` [PATCH rcu 01/13] torture: Suppress torture.sh "Zero time" messages for disabled tests
` [PATCH rcu 02/13] torture: Permit multiple space characters in kvm.sh --kconfig argument
` [PATCH rcu 03/13] torture: Make torture.sh KCSAN runs set CONFIG_RCU_TORTURE_TEST_CHK_RDR_STATE=y
` [PATCH rcu 04/13] torture: Default --no-rcutasksflavors on arm64
` [PATCH rcu 05/13] torture: Default --no-clocksourcewd "
` [PATCH rcu 06/13] torture: Provide EXPERT Kconfig option for arm64 KCSAN torture.sh runs
` [PATCH rcu 07/13] torture: Suppress "find" diagnostics from torture.sh --do-none run
` [PATCH rcu 08/13] torture: Extract testid.txt generation to separate script
` [PATCH rcu 09/13] torture: Add textid.txt file to --do-allmodconfig and --do-rcu-rust runs
` [PATCH rcu 10/13] torture: Make torture.sh tolerate runs having bad kvm.sh arguments
` [PATCH rcu 11/13] torture: Add "ERROR" diagnostic for testing kernel-build output
` [PATCH rcu 12/13] torture: Make torture.sh --allmodconfig testing fail on warnings
` [PATCH rcu 13/13] torture: Remove support for SRCU-lite
[PATCH v1 1/1] rculist: move list_for_each_rcu() to where it belongs
2025-07-11 14:12 UTC (3+ messages)
next-20250710: PREEMPT_RT: rcu_preempt self-detected stall on CPU rcu_preempt_deferred_qs_handler
2025-07-11 9:21 UTC (2+ messages)
[PATCH 0/8] Introduce simple hazard pointers for lockdep
2025-07-11 2:31 UTC (4+ messages)
` [PATCH 8/8] locking/lockdep: Use shazptr to protect the key hashlist
[RFC PATCH 0/8] Introduce simple hazard pointers for lockdep
2025-07-11 2:29 UTC (18+ messages)
` [RFC PATCH 1/8] Introduce simple hazard pointers
` [RFC PATCH 2/8] shazptr: Add refscale test
` [RFC PATCH 3/8] shazptr: Add refscale test for wildcard
` [RFC PATCH 4/8] shazptr: Avoid synchronize_shaptr() busy waiting
` [RFC PATCH 5/8] shazptr: Allow skip self scan in synchronize_shaptr()
` [RFC PATCH 6/8] rcuscale: Allow rcu_scale_ops::get_gp_seq to be NULL
` [RFC PATCH 7/8] rcuscale: Add tests for simple hazard pointers
` [RFC PATCH 8/8] locking/lockdep: Use shazptr to protect the key hashlist
[PATCH rcu 0/5] RCU changes for v6.17
2025-07-10 19:41 UTC (11+ messages)
` [PATCH rcu 1/5] rcu: Robustify rcu_is_cpu_rrupt_from_idle()
` [PATCH rcu 2/5] rcu: Protect ->defer_qs_iw_pending from data race
` [PATCH rcu 3/5] rcu: Enable rcu_normal_wake_from_gp on small systems
` [PATCH rcu 4/5] Documentation/kernel-parameters: Update rcu_normal_wake_from_gp doc
` [PATCH rcu 5/5] rcu: Fix rcu_read_unlock() deadloop due to IRQ work
[PATCH rcu 0/1] Refscale changes for v6.17
2025-07-09 10:47 UTC (2+ messages)
` [PATCH rcu 1/1] refscale: Check that nreaders and loops multiplication doesn't overflow
[PATCH rcu 0/2] RCU nocb changes for v6.17
2025-07-09 10:46 UTC (3+ messages)
` [PATCH rcu 1/2] rcu/nocb: Dump gp state even if rdp gp itself is not offloaded
` [PATCH rcu 2/2] rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
[PATCH rcu 0/3] SRCU changes for v6.17
2025-07-09 10:45 UTC (4+ messages)
` [PATCH rcu 1/3] srcu: Expedite SRCU-fast grace periods
` [PATCH rcu 2/3] srcu: Remove SRCU-lite implementation
` [PATCH rcu 3/3] checkpatch: Remove SRCU-lite deprecation
[PATCH rcu 00/15] RCU torture changes for v6.17
2025-07-09 10:42 UTC (16+ messages)
` [PATCH rcu 01/15] rcutorture: Print only one rtort_pipe_count splat
` [PATCH rcu 02/15] rcutorture: Start rcu_torture_writer() after rcu_torture_reader()
` [PATCH rcu 03/15] rcutorture: Make rcutorture_one_extend_check() account for hard IRQs
` [PATCH rcu 04/15] rcutorture: Add tests for SRCU up/down reader primitives
` [PATCH rcu 05/15] rcutorture: Pull rcu_torture_updown() loop body into new function
` [PATCH rcu 06/15] rcutorture: Complain if an ->up_read() is delayed more than 10 seconds
` [PATCH rcu 07/15] rcutorture: Check for ->up_read() without matching ->down_read()
` [PATCH rcu 08/15] rcutorture: Check for no up/down readers at task level
` [PATCH rcu 09/15] rcutorture: Print number of RCU up/down readers and migrations
` [PATCH rcu 10/15] rcutorture: Drop redundant "insoftirq" parameters
` [PATCH rcu 11/15] rcutorture: Make Trivial RCU ignore onoff_interval and shuffle_interval
` [PATCH rcu 12/15] rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels
` [PATCH rcu 13/15] rcutorture: Make BUSTED scenario check and log readers
` [PATCH rcu 14/15] rcutorture: Remove SRCU-lite scenarios
` [PATCH rcu 15/15] rcutorture: Remove support for SRCU-lite
[PATCH rcu 0/5] Expedited RCU changes for v6.17
2025-07-09 10:39 UTC (6+ messages)
` [PATCH rcu 1/5] rcu/exp: Protect against early QS report
` [PATCH rcu 2/5] rcu/exp: Remove confusing needless full barrier on task unblock
` [PATCH rcu 3/5] rcu/exp: Remove needless CPU up quiescent state report
` [PATCH rcu 4/5] rcu/exp: Warn on QS requested on dying CPU
` [PATCH rcu 5/5] rcu/exp: Warn on CPU lagging for too long within hotplug IPI's blindspot
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).