messages from 2024-09-30 09:28:05 to 2024-10-15 13:35:28 UTC [more...]
[RFC PATCH v3 0/4] sched+mm: Track lazy active mm existence with hazard pointers
2024-10-15 13:33 UTC (9+ 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 rcu 0/12] SRCU-lite changes for v6.13
2024-10-15 5:10 UTC (42+ messages)
` [PATCH rcu 01/12] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
` [PATCH rcu 02/12] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH rcu 03/12] srcu: Renaming in preparation for additional reader flavor
` [PATCH rcu 04/12] srcu: Bit manipulation changes "
` [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar
` [PATCH rcu 06/12] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH rcu 07/12] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
` [PATCH rcu 08/12] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH rcu 09/12] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH rcu 10/12] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH rcu 11/12] rcutorture: Add light-weight SRCU scenario
` [PATCH rcu 12/12] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
` [PATCH v2 rcu 0/13] SRCU-lite changes for v6.13
` [PATCH v2 rcu 01/13] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
` [PATCH v2 rcu 02/13] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH v2 rcu 03/13] srcu: Renaming in preparation for additional reader flavor
` [PATCH v2 rcu 04/13] srcu: Bit manipulation changes "
` [PATCH v2 rcu 05/13] srcu: Standardize srcu_data pointers to "sdp" and similar
` [PATCH v2 rcu 06/13] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH v2 rcu 07/13] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
` [PATCH v2 rcu 08/13] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH v2 rcu 09/13] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH v2 rcu 10/13] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH v2 rcu 11/13] rcutorture: Add light-weight SRCU scenario
` [PATCH v2 rcu 12/13] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
` [PATCH v2 rcu 13/13] srcu: Improve srcu_read_lock_lite() kernel-doc comment
[syzbot] [bpf?] KCSAN: data-race in __mod_timer / kvfree_call_rcu
2024-10-14 17:00 UTC (2+ messages)
[GIT PULL] RCU fix for v6.12
2024-10-11 21:44 UTC (2+ messages)
[PATCH] rcu/nocb: Fix rcuog wake-up from offline softirq
2024-10-10 16:36 UTC
[PATCH 0/3] rcu: Fix yet another wake up from offline related issue
2024-10-10 14:30 UTC (14+ 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
[PATCH rcu 0/3] RCU CPU stall-warning changes for v6.13
2024-10-09 18:05 UTC (4+ messages)
` [PATCH rcu 1/3] rcu: Delete unused rcu_gp_might_be_stalled() function
` [PATCH rcu 2/3] rcu: Stop stall warning from dumping stacks if grace period ends
` [PATCH rcu 3/3] rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks()
[PATCH rcu 0/5] Torture-test changes for v6.13
2024-10-09 18:02 UTC (6+ messages)
` [PATCH rcu 1/5] refscale: Add test for sched_clock()
` [PATCH rcu 2/5] torture: Add --no-affinity parameter to kvm.sh
` [PATCH rcu 3/5] refscale: Correct affinity check
` [PATCH rcu 4/5] rcuscale: Add guest_os_delay module parameter
` [PATCH rcu 5/5] rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failure
[PATCH rcu 0/7] Miscellaneous changes for v6.13
2024-10-09 18:00 UTC (8+ messages)
` [PATCH rcu 1/7] rcu: Add rcuog kthreads to RCU_NOCB_CPU help text
` [PATCH rcu 2/7] doc: Add rcuog kthreads to kernel-per-CPU-kthreads.rst
` [PATCH rcu 3/7] rcu: Allow short-circuiting of synchronize_rcu_tasks_rude()
` [PATCH rcu 4/7] rcu: Permit start_poll_synchronize_rcu*() with interrupts disabled
` [PATCH rcu 5/7] rcutorture: Test start-poll primitives "
` [PATCH rcu 6/7] doc: Remove kernel-parameters.txt entry for rcutorture.read_exit
` [PATCH rcu 7/7] rcu-tasks: Remove open-coded one-byte cmpxchg() emulation
[PATCH] rcu/srcutiny: don't return before reenabling preemption
2024-10-09 17:19 UTC (2+ messages)
[PATCH v2 00/10] Make RCU Tasks scan idle tasks
2024-10-09 14:37 UTC (12+ 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 11/20] sched: Handle CPU isolation on last resort fallback rq selection
2024-10-08 12:27 UTC (3+ messages)
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 (34+ messages)
` [PATCH 1/2] compiler.h: "
[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 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)
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 read-only IMAP folder(s) and NNTP newsgroup(s).