Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2024-09-26 16:41:01 to 2024-10-09 12:52:31 UTC [more...]

[PATCH v2 00/10] Make RCU Tasks scan idle tasks
 2024-10-09 12:51 UTC  (11+ messages)
` [PATCH v2 01/10] rcu: Change rdp arg to cpu number for rcu_watching_snap_stopped_since()
` [PATCH v2 02/10] rcu: Make some rcu_watching_* functions global
` [PATCH v2 03/10] rcu/tasks: Move holdout checks for idle task to a separate function
` [PATCH v2 04/10] rcu/tasks: Create rcu_idle_task_is_holdout() definition for !SMP
` [PATCH v2 05/10] rcu/tasks: Consider idle tasks not running on CPU as non-holdouts
` [PATCH v2 06/10] rcu/tasks: Check RCU watching state for holdout idle tasks
` [PATCH v2 07/10] rcu/tasks: Check RCU watching state for holdout idle injection tasks
` [PATCH v2 08/10] rcu/tasks: Make RCU-tasks pay attention to idle tasks
` [PATCH v2 09/10] context_tracking: Invoke RCU-tasks enter/exit for NMI context
` [PATCH v2 10/10] rcu: Allow short-circuiting of synchronize_rcu_tasks_rude()

[PATCH 0/3] rcu: Fix yet another wake up from offline related issue
 2024-10-09  2:24 UTC  (7+ messages)
` [PATCH 1/3] rcu/nocb: Use switch/case on NOCB timer state machine
` [PATCH 2/3] rcu/nocb: Fix rcuog wake-up from offline softirq
` [PATCH 3/3] rcu: Report callbacks enqueued on offline CPU blind spot

[RFC PATCH v3 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-08 19:51 UTC  (7+ messages)
` [RFC PATCH v3 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
` [RFC PATCH v3 2/4] Documentation: RCU: Refer to ptr_eq()
` [RFC PATCH v3 3/4] hazptr: Implement Hazard Pointers
` [RFC PATCH v3 4/4] sched+mm: Use hazard pointers to track lazy active mm existence

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

One-off rcu_nocb_rdp_deoffload bug
 2024-10-08  2:13 UTC  (11+ messages)

[RFC PATCH v2 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-07 19:08 UTC  (26+ messages)
` [RFC PATCH v2 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
` [RFC PATCH v2 2/4] Documentation: RCU: Refer to ptr_eq()
    `  "
` [RFC PATCH v2 3/4] hp: Implement Hazard Pointers
` [RFC PATCH v2 4/4] sched+mm: Use hazard pointers to track lazy active mm existence

[PATCH 0/2] Introduce ptr_eq() to preserve address dependency
 2024-10-07 14:59 UTC  (42+ messages)
` [PATCH 1/2] compiler.h: "
` [PATCH 2/2] Documentation: RCU: Refer to ptr_eq()

[RFC PATCH 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-07 14:52 UTC  (24+ messages)
` [RFC PATCH 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
` [RFC PATCH 2/4] Documentation: RCU: Refer to ptr_eq()
` [RFC PATCH 3/4] hp: Implement Hazard Pointers
` [RFC PATCH 4/4] sched+mm: Use hazard pointers to track lazy active mm existence

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-10-07 14:04 UTC  (6+ messages)
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop

[PATCH] rcu/srcutiny: don't return before reenabling preemption
 2024-10-07 10:14 UTC 

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

[PATCH rcu 0/11] Add light-weight readers for SRCU
 2024-10-03 16:09 UTC  (4+ messages)

[PATCH slab hotfixes 0/2] slub kunit tests fixes for 6.12
 2024-10-03  6:52 UTC  (6+ messages)
` [PATCH slab hotfixes 2/2] kunit: move call to kunit_run_all_tests() after rcu_end_inkernel_boot()

[PATCH slab hotfixes v2 0/2] slub kunit tests fixes for 6.12
 2024-10-02 14:44 UTC  (6+ messages)
` [PATCH slab hotfixes v2 2/2] slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in

[PATCH] rcu/kvfree: Refactor kvfree_rcu_queue_batch()
 2024-10-01 16:31 UTC  (2+ messages)

[PATCH v2 0/7] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
 2024-09-30  8:47 UTC  (11+ messages)
` [PATCH v2 7/7] kunit, slub: add test_kfree_rcu() and test_leak_destroy()

[PATCH v1 0/2] Introduce ptr_eq() to preserve address dependency
 2024-09-29 17:07 UTC  (7+ messages)
` [PATCH v1 1/2] compiler.h: "
` [PATCH v1 2/2] Documentation: RCU: Refer to ptr_eq()

[RFC PATCH 0/4] Add hazard pointers to kernel
 2024-09-28 23:12 UTC  (40+ messages)
` [RFC PATCH 1/4] hazptr: Add initial implementation of hazard pointers

[RFC PATCH 1/1] hpref: Hazard Pointers with Reference Counter
 2024-09-28 11:50 UTC  (4+ messages)

[RFC PATCH] compiler.h: Introduce ptr_eq() to preserve address dependency
 2024-09-28 11:32 UTC  (5+ messages)

[PATCH] doc: rcu: update printed dynticks counter bits
 2024-09-27  6:50 UTC  (4+ messages)

[GIT PULL] slab updates for 6.11
 2024-09-26 17:07 UTC  (7+ messages)


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