messages from 2024-08-27 18:03:05 to 2024-09-22 10:21:09 UTC [more...]
[RFC PATCH v1 1/1] hpref: Hazard Pointers with Reference Counter
2024-09-22 10:20 UTC
[RFC PATCH 1/1] hpref: Hazard Pointers with Reference Counter
2024-09-22 7:47 UTC (3+ messages)
[PATCH v2 0/7] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
2024-09-22 6:16 UTC (9+ messages)
` [PATCH v2 7/7] kunit, slub: add test_kfree_rcu() and test_leak_destroy()
[RFC PATCH 0/4] Add hazard pointers to kernel
2024-09-20 7:43 UTC (28+ messages)
` [RFC PATCH 1/4] hazptr: Add initial implementation of hazard pointers
` [RFC PATCH 2/4] refscale: Add benchmarks for hazptr
` [RFC PATCH 3/4] refscale: Add benchmarks for percpu_ref
` [RFC PATCH 4/4] WIP: hazptr: Add hazptr test sample
[GIT PULL] slab updates for 6.11
2024-09-18 14:40 UTC (4+ messages)
[PATCH 11/19] kthread: Make sure kthread hasn't started while binding it
2024-09-18 11:17 UTC (15+ messages)
` [PATCH 12/19] kthread: Default affine kthread to its preferred NUMA node
` [PATCH 15/19] kthread: Implement preferred affinity
` [PATCH 16/19] rcu: Use kthread preferred affinity for RCU boost
` [PATCH 17/19] kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() automatic format
` [PATCH 18/19] treewide: Introduce kthread_run_worker[_on_cpu]()
` [PATCH 19/19] rcu: Use kthread preferred affinity for RCU exp kworkers
[GIT PULL] RCU changes for v6.12
2024-09-18 8:10 UTC (2+ messages)
[RFC 0/6] Managed Percpu Refcount
2024-09-18 5:44 UTC (8+ messages)
` [RFC 1/6] percpu-refcount: Add managed mode for RCU released objects
` [RFC 2/6] percpu-refcount: Add torture test for percpu refcount
` [RFC 3/6] percpu-refcount: Extend managed mode to allow runtime switching
` [RFC 4/6] percpu-refcount-torture: Extend test with runtime mode switches
` [RFC 5/6] apparmor: Switch labels to percpu refcount in atomic mode
` [RFC 6/6] apparmor: Switch labels to percpu ref managed mode
BUG: WARNING in kvfree_rcu_bulk
2024-09-16 13:54 UTC (9+ messages)
[PATCH 0/3] rcu/nocb updates
2024-09-13 21:44 UTC (5+ messages)
` [PATCH 1/3] rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
` [PATCH 2/3] rcu/nocb: Conditionally wake up rcuo if not already waiting on GP
` [PATCH 3/3] rcu/nocb: Remove superfluous memory barrier after bypass enqueue
[PATCH v2] rcu/kvfree: Add kvfree_rcu_barrier() API
2024-09-13 12:24 UTC (7+ messages)
[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
2024-09-10 1:05 UTC (24+ messages)
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
general protection fault in lookup_object_or_alloc
2024-09-07 15:50 UTC (2+ messages)
One-off rcu_nocb_rdp_deoffload bug
2024-09-07 9:33 UTC (16+ messages)
Sponsored Post
2024-09-06 7:23 UTC
SRCU hung task on 5.10.y on synchronize_srcu(&fsnotify_mark_srcu)
2024-09-05 13:53 UTC (12+ messages)
[paulmckrcu:dev.2024.08.30b] [srcu] 558049054f: BUG:using__this_cpu_read()in_preemptible
2024-09-05 8:51 UTC (6+ messages)
[PATCH rcu 0/11] Add light-weight readers for SRCU
2024-09-04 16:52 UTC (21+ messages)
` [PATCH rcu 01/11] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
` [PATCH rcu 02/11] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH rcu 03/11] srcu: Renaming in preparation for additional reader flavor
` [PATCH rcu 04/11] srcu: Bit manipulation changes "
` [PATCH rcu 05/11] srcu: Standardize srcu_data pointers to "sdp" and similar
` [PATCH rcu 06/11] srcu: Convert srcu_data ->srcu_reader_flavor to bit field
` [PATCH rcu 07/11] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH rcu 08/11] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH rcu 09/11] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH rcu 10/11] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH rcu 11/11] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
` [PATCH rcu [12/11] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
[PATCH v2 0/2] Some enhancement for kvfree_rcu_mightsleep()
2024-09-04 14:39 UTC (3+ messages)
` [PATCH v2 1/2] rcu/kvfree: Use polled API in a slow path
` [PATCH v2 2/2] rcu/kvfree: Switch to expedited version in "
next: rcu_preempt self-detected stall on CPU - queued_spin_lock_slowpath
2024-09-04 14:23 UTC (3+ messages)
[PATCH -next] rcu: Use the BITS_PER_LONG macro
2024-09-03 10:28 UTC (4+ messages)
[PATCH v5.10-v5.15] rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
2024-09-02 8:33 UTC
[PATCH 0/9] rcu_pending
2024-09-01 0:03 UTC (10+ messages)
` [PATCH 6/9] rcu: rcu_pending
[RFC 0/7] dlm: the ultimate verifier for DLM lock correctness
2024-08-30 12:55 UTC (9+ messages)
` [RFC 1/7] dlm: fix possible lkb_resource null dereference
` [RFC 2/7] dlm: fix swapped args sb_flags vs sb_status
` [RFC 3/7] dlm: make add_to_waiters() that is can't fail
` [RFC 4/7] dlm: add our_nodeid to tracepoints
` [RFC 5/7] dlm: add lkb rv mode to ast tracepoint
` [RFC 6/7] dlm: add more tracepoints for DLM kernel verifier
` [RFC 7/7] rv: add dlm compatible lock state "
[PATCH -next] rcu: Use bitwise instead of arithmetic operator for flags
2024-08-30 10:40 UTC (2+ messages)
[PATCH 1/1] srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible
2024-08-30 10:39 UTC (2+ messages)
[PATCH 6.1 000/321] 6.1.107-rc1 review
2024-08-29 14:17 UTC (2+ messages)
WARNING in rcu_core
2024-08-29 10:50 UTC (4+ messages)
[PATCH 1/4] rcu/kvfree: Support dynamic rcu_head for single argument objects
2024-08-28 18:00 UTC (7+ messages)
` [PATCH 2/4] rcu/kvfree: Add a switcher for dynamic rcu_head
` [PATCH 3/4] rcu/kvfree: Use polled API in a slow path
` [PATCH 4/4] rcu/kvfree: Switch to expedited version in "
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).