public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-22 20:26:05 to 2026-04-21 08:55:24 UTC [more...]

[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
 2026-04-21  8:55 UTC  (27+ messages)
` [PATCH 01/23] sched/isolation: Add HK_TYPE_KERNEL_NOISE_BOOT & HK_TYPE_MANAGED_IRQ_BOOT
` [PATCH 02/23] sched/isolation: Enhance housekeeping_update() to support updating more than one HK cpumask
` [PATCH 03/23] tick/nohz: Make nohz_full parameter optional
` [PATCH 04/23] tick/nohz: Allow runtime changes in full dynticks CPUs
` [PATCH 05/23] tick: Pass timer tick job to an online HK CPU in tick_cpu_dying()
` [PATCH 06/23] rcu/nocbs: Allow runtime changes in RCU NOCBS cpumask
` [PATCH 07/23] watchdog: Sync up with runtime change of isolated CPUs
` [PATCH 08/23] arm64: topology: Use RCU to protect access to HK_TYPE_TICK cpumask
` [PATCH 09/23] workqueue: Use RCU to protect access of HK_TYPE_TIMER cpumask
` [PATCH 10/23] cpu: "
` [PATCH 11/23] hrtimer: "
` [PATCH 12/23] net: Use boot time housekeeping cpumask settings for now
` [PATCH 13/23] sched/core: Use RCU to protect access of HK_TYPE_KERNEL_NOISE cpumask
` [PATCH 14/23] hwmon/coretemp: Use RCU to protect access of HK_TYPE_MISC cpumask
` [PATCH 15/23] Drivers: hv: Use RCU to protect access of HK_TYPE_MANAGED_IRQ cpumask
` [PATCH 16/23] genirq/cpuhotplug: "
` [PATCH 17/23] sched/isolation: Extend housekeeping_dereference_check() to cover changes in nohz_full or manged_irqs cpumasks
` [PATCH 18/23] cpu/hotplug: Add a new cpuhp_offline_cb() API
` [PATCH 19/23] cgroup/cpuset: Improve check for calling housekeeping_update()
` [PATCH 20/23] cgroup/cpuset: Enable runtime update of HK_TYPE_{KERNEL_NOISE,MANAGED_IRQ} cpumasks
` [PATCH 21/23] cgroup/cpuset: Limit the side effect of using CPU hotplug on isolated partition
` [PATCH 22/23] cgroup/cpuset: Prevent offline_disabled CPUs from being used in "
` [PATCH 23/23] cgroup/cpuset: Documentation and kselftest updates

[PATCH v2] KVM: irqfd: fix deadlock by moving synchronize_srcu out of resampler_lock
 2026-04-21  5:12 UTC  (5+ messages)

[PATCH AUTOSEL 6.18] srcu: Use irq_work to start GP in tiny SRCU
 2026-04-20 13:16 UTC 

[PATCH] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-19 11:43 UTC  (4+ messages)

[RFC PATCH 00/10] RCU: Enable callbacks to benefit from expedited grace periods
 2026-04-17 23:11 UTC  (11+ messages)
` [RFC PATCH 01/10] rcu/segcblist: Add SRCU and Tasks RCU wrapper functions
` [RFC PATCH 02/10] rcu/segcblist: Factor out rcu_segcblist_advance_compact() helper
` [RFC PATCH 03/10] rcu/segcblist: Change gp_seq to struct rcu_gp_oldstate gp_seq_full
` [RFC PATCH 04/10] rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPs
` [RFC PATCH 05/10] rcu: Enable RCU callbacks to benefit from expedited grace periods
` [RFC PATCH 06/10] rcu: Update comments for gp_seq_full and expedited GP tracking
` [RFC PATCH 07/10] rcu: Wake NOCB rcuog kthreads on expedited grace period completion
` [RFC PATCH 08/10] rcu: Detect expedited grace period completion in rcu_pending()
` [RFC PATCH 09/10] rcu: Advance callbacks for expedited GP completion in rcu_core()
` [RFC PATCH 10/10] rcuscale: Add concurrent expedited GP threads for callback scaling tests

[PATCH] rcu: use NMI to dump backtrace of blkd-task running on other cpu
 2026-04-17  1:38 UTC 

[RFC PATCH v2 0/8] kvfree_rcu() improvements
 2026-04-16  9:10 UTC  (9+ messages)
` [PATCH 1/8] mm/slab: introduce k[v]free_rcu() with struct rcu_ptr
` [PATCH 2/8] fs/dcache: use rcu_ptr instead of rcu_head for external names
` [PATCH 3/8] mm/slab: move kfree_rcu_cpu[_work] definitions
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()
` [PATCH 5/8] mm/slab: make kfree_rcu_nolock() work with sheaves
` [PATCH 6/8] mm/slab: wrap rcu sheaf handling with ifdef
` [PATCH 7/8] mm/slab: introduce deferred submission of rcu sheaves
` [PATCH 8/8] lib/tests/slub_kunit: add a test case for kfree_rcu_nolock()

[PATCH nf,v2 1/3] rculist: add list_splice_rcu() for private lists
 2026-04-15 20:25 UTC  (3+ messages)

[PATCH v2 00/12] Dynamic Housekeeping Management (DHM) via CPUSets
 2026-04-15 10:50 UTC  (22+ messages)
` [PATCH v2 01/12] sched/isolation: Separate housekeeping types in enum hk_type
` [PATCH v2 02/12] sched/isolation: Introduce housekeeping notifier infrastructure
` [PATCH v2 03/12] rcu: Support runtime NOCB initialization and dynamic offloading
` [PATCH v2 04/12] tick/nohz: Transition to dynamic full dynticks state management
` [PATCH v2 05/12] genirq: Support dynamic migration for managed interrupts
` [PATCH v2 06/12] watchdog: Allow runtime toggle of lockup detector affinity
` [PATCH v2 07/12] sched/core: Dynamically update scheduler domain housekeeping mask
` [PATCH v2 08/12] workqueue, mm: Support dynamic housekeeping mask updates
` [PATCH v2 09/12] cgroup/cpuset: Introduce CPUSet-driven dynamic housekeeping (DHM)
` [PATCH v2 10/12] cgroup/cpuset: Implement SMT-aware grouping and safety guards
` [PATCH v2 11/12] Documentation: cgroup-v2: Document dynamic housekeeping (DHM)
` [PATCH v2 12/12] selftests: cgroup: Add functional tests for dynamic housekeeping

BUG: workqueue lockup - SRCU schedules work on not-online CPUs during size transition
 2026-04-14 19:24 UTC  (18+ messages)

[GIT PULL] RCU changes for v7.1
 2026-04-13 20:57 UTC  (7+ messages)

[PATCH v2] KVM: irqfd: fix deadlock by moving synchronize_srcu out of resampler_lock
 2026-04-06 23:09 UTC  (4+ messages)

[Userspace RCU] Introducing a new data structure: Fractal Trie
 2026-04-01 17:35 UTC 

[PATCH 00/15] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
 2026-03-31 14:38 UTC  (40+ messages)
` [PATCH 01/15] sched/isolation: Support dynamic allocation for housekeeping masks
` [PATCH 02/15] sched/isolation: Introduce housekeeping notifier infrastructure
` [PATCH 03/15] sched/isolation: Separate housekeeping types in enum hk_type
` [PATCH 04/15] genirq: Support dynamic migration for managed interrupts
` [PATCH 05/15] rcu: Support runtime NOCB initialization and dynamic offloading
` [PATCH 06/15] sched/core: Dynamically update scheduler domain housekeeping mask
` [PATCH 07/15] watchdog: Allow runtime toggle of lockup detector affinity
` [PATCH 08/15] workqueue: Support dynamic housekeeping mask updates
` [PATCH 09/15] mm/compaction: Support dynamic housekeeping mask updates for kcompactd
` [PATCH 10/15] tick/nohz: Transition to dynamic full dynticks state management
` [PATCH 11/15] sched/isolation: Implement SMT-aware isolation and safety guards
` [PATCH 12/15] sched/isolation: Bridge boot-time parameters with dynamic isolation
` [PATCH 13/15] sched/isolation: Implement sysfs interface for dynamic housekeeping
` [PATCH 14/15] Documentation: isolation: Document DHEI sysfs interfaces
` [PATCH 15/15] selftests: dhei: Add functional tests for dynamic housekeeping

[PATCH AUTOSEL 6.19-5.10] srcu: Use irq_work to start GP in tiny SRCU
 2026-03-30 12:38 UTC 

Semantics for hazptr_acquire()?
 2026-03-29  8:29 UTC  (3+ messages)

[BUG] cgroups/cpusets: Spurious CPU-hotplug failures
 2026-03-28 21:18 UTC  (6+ messages)

[BUG] RCU stall in unmap_page_range during exit_mmap (6.19 regression)
 2026-03-27 15:00 UTC  (3+ messages)

[PATCH 00/13] drm/tyr: add debugfs support
 2026-03-27  6:18 UTC  (2+ messages)

Fwd: [BUG] rcu_tasks detected stalls in kcompactd during proactive compaction
 2026-03-27  2:47 UTC 

[PATCH] rcu: Use an intermediate irq_work to start process_srcu()
 2026-03-26 19:12 UTC  (12+ messages)
` [PATCH v2] "

[GIT PULL] RCU fixes for v7.0 (part 2)
 2026-03-26 19:12 UTC  (3+ messages)

[PATCH] srcu: Optimize SRCU-fast per-CPU counter increments on arm64
 2026-03-26 11:17 UTC  (3+ messages)

[PATCH v3 0/2] cpuhp: Improve SMT switch time via lock batching and RCU expedition
 2026-03-26 10:06 UTC  (6+ messages)
` [PATCH v3 1/2] cpuhp: Optimize SMT switch operation by batching lock acquisition
` [PATCH v3 2/2] cpuhp: Expedite RCU grace periods during SMT operations

[PATCH] slab,rcu: disable KVFREE_RCU_BATCHED for strict grace period
 2026-03-25  8:41 UTC  (8+ messages)

[PATCH] srcu: Use irq_work to start GP in tiny SRCU
 2026-03-24 20:18 UTC  (2+ messages)

Next-level bug in SRCU implementation of RCU Tasks Trace + PREEMPT_RT
 2026-03-23 22:13 UTC  (6+ messages)
` [RFC PATCH] rcu-tasks: Avoid using mod_timer() in call_rcu_tasks_generic()

[PATCH] rcu: Use an intermediate irq_work to start process_srcu()
 2026-03-23  7:50 UTC  (12+ messages)

[rcu:rcu/dev] [rcu] 02bf38db37: kernel_BUG_at_kernel/irq_work.c
 2026-03-23  6:34 UTC 


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