messages from 2024-08-16 04:57:04 to 2024-09-03 16:33:20 UTC [more...]
[PATCH rcu 0/11] Add light-weight readers for SRCU
2024-09-03 16:33 UTC (12+ 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 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
2024-09-03 16:20 UTC (15+ messages)
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
[PATCH -next] rcu: Use the BITS_PER_LONG macro
2024-09-03 10:28 UTC (4+ messages)
[paulmckrcu:dev.2024.08.30b] [srcu] 558049054f: BUG:using__this_cpu_read()in_preemptible
2024-09-03 10:26 UTC (2+ 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 (24+ messages)
` [PATCH 1/9] lib/generic-radix-tree.c: genradix_ptr_inlined()
` [PATCH 2/9] lib/generic-radix-tree.c: add preallocation
` [PATCH 3/9] darray: lift from bcachefs
` [PATCH 4/9] vmalloc: is_vmalloc_addr_inlined()
` [PATCH 5/9] rcu: delete lockdep_assert_irqs_enabled() assert in start_poll_synchronize_rcu_common()
` [PATCH 6/9] rcu: rcu_pending
` [PATCH 7/9] bcachefs: Rip out freelists from btree key cache
` [PATCH 8/9] bcachefs: key cache can now allocate from pending
` [PATCH 9/9] rcu: Switch kvfree_rcu() to new 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)
BUG: WARNING in kvfree_rcu_bulk
2024-08-29 23:29 UTC (3+ 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 "
SRCU hung task on 5.10.y on synchronize_srcu(&fsnotify_mark_srcu)
2024-08-28 10:14 UTC (8+ messages)
[PATCH 6.6 000/341] 6.6.48-rc1 review
2024-08-27 15:39 UTC
[PATCH rcu 0/4] Reduce lock contention during RCU CPU stall warnings
2024-08-23 21:15 UTC (5+ messages)
` [PATCH rcu 1/4] rcu: Defer printing stall-warning backtrace when holding rcu_node lock
` [PATCH rcu 2/4] rcu: Delete unused rcu_gp_might_be_stalled() function
` [PATCH rcu 3/4] rcu: Stop stall warning from dumping stacks if grace period ends
` [PATCH rcu 4/4] rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks()
next-20240822: rcu: Unless rcu_preempt kthread gets sufficient CPU time, OOM is now expected behavior
2024-08-22 12:56 UTC (2+ messages)
[PATCH v2] rcu/kvfree: Add kvfree_rcu_barrier() API
2024-08-22 12:04 UTC (3+ messages)
[PATCH printk v8 00/35] wire up write_atomic() printing
2024-08-21 14:20 UTC (7+ messages)
` [PATCH printk v8 34/35] rcu: Mark emergency sections in rcu stalls
[PATCH -next] rcu: Remove unused declaration rcu_segcblist_offload()
2024-08-20 19:20 UTC (2+ messages)
[PATCH] softirq: remove parameter from action callback
2024-08-20 18:49 UTC (3+ messages)
` [PATCH v2] "
[PATCH] doc: rcu: update printed dynticks counter bits
2024-08-20 18:47 UTC (2+ messages)
One-off rcu_nocb_rdp_deoffload bug
2024-08-20 17:46 UTC (3+ messages)
[PATCH v2 0/7] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
2024-08-20 16:02 UTC (5+ messages)
` [PATCH v2 5/7] rcu/kvfree: Add kvfree_rcu_barrier() API
[paulmckrcu:dev.2024.08.05a] [srcu] a7adbae9c5: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_stats_print[rcutorture]
2024-08-20 2:26 UTC (3+ messages)
rcu pending
2024-08-19 23:44 UTC (14+ messages)
Unexpected rcuc osnoise on PREEMPT_RT with "rcu_nocbs=all rcu_nocb_poll"
2024-08-16 14:06 UTC (4+ messages)
[PATCH v3 00/25] context_tracking, rcu: Spring cleaning of dynticks references
2024-08-16 10:19 UTC (5+ messages)
` [PATCH v3 13/25] context_tracking, rcu: Rename rcu_dynticks_task*() into rcu_task*()
Sponsored Post
2024-08-16 9:34 UTC
[PATCH rcu 0/3] RCU misc updates for v6.12
2024-08-16 7:22 UTC (4+ messages)
` [PATCH rcu 1/3] rcu/kfree: Warn on unexpected tail state
` [PATCH rcu 2/3] rcu: Better define "atomic" for list replacement
` [PATCH rcu 3/3] rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by()
[PATCH rcu 0/1] RCU fixes for v6.12
2024-08-16 7:11 UTC (2+ messages)
` [PATCH rcu] rcu: Use system_unbound_wq to avoid disturbing isolated CPUs
[PATCH rcu 00/14] RCU scaling tests updates for v6.12
2024-08-16 7:02 UTC (15+ messages)
` [PATCH rcu 01/14] refscale: Add TINY scenario
` [PATCH rcu 02/14] refscale: Optimize process_durations()
` [PATCH rcu 03/14] rcuscale: Save a few lines with whitespace-only change
` [PATCH rcu 04/14] rcuscale: Dump stacks of stalled rcu_scale_writer() instances
` [PATCH rcu 05/14] rcuscale: Dump grace-period statistics when rcu_scale_writer() stalls
` [PATCH rcu 06/14] rcu: Mark callbacks not currently participating in barrier operation
` [PATCH rcu 07/14] rcuscale: Print detailed grace-period and barrier diagnostics
` [PATCH rcu 08/14] rcuscale: Provide clear error when async specified without primitives
` [PATCH rcu 09/14] rcuscale: Make all writer tasks report upon hang
` [PATCH rcu 10/14] rcuscale: Make rcu_scale_writer() tolerate repeated GFP_KERNEL failure
` [PATCH rcu 11/14] rcuscale: Use special allocator for rcu_scale_writer()
` [PATCH rcu 12/14] rcuscale: NULL out top-level pointers to heap memory
` [PATCH rcu 13/14] rcuscale: Count outstanding callbacks per-task rather than per-CPU
` [PATCH rcu 14/14] refscale: Constify struct ref_scale_ops
[PATCH rcu 00/12] RCU tasks updates for v6.12
2024-08-16 6:49 UTC (13+ messages)
` [PATCH rcu 01/12] tools/rcu: Remove RCU Tasks Rude asynchronous APIs from rcu-updaters.sh
` [PATCH rcu 02/12] doc: Remove RCU Tasks Rude asynchronous APIs
` [PATCH rcu 03/12] rcutorture: Stop testing "
` [PATCH rcu 04/12] rcuscale: "
` [PATCH rcu 05/12] rcu-tasks: Remove "
` [PATCH rcu 06/12] rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()
` [PATCH rcu 07/12] rcu/tasks: Check processor-ID assumptions
` [PATCH rcu 08/12] rcu/tasks: Update rtp->tasks_gp_seq comment
` [PATCH rcu 09/12] rcu: Provide rcu_barrier_cb_is_done() to check rcu_barrier() CBs
` [PATCH rcu 10/12] rcu/tasks: Mark callbacks not currently participating in barrier operation
` [PATCH rcu 11/12] rcu/tasks: Add detailed grace-period and barrier diagnostics
` [PATCH rcu 12/12] rcu/tasks: Add rcu_barrier_tasks*() start time to diagnostics
[PATCH rcu 0/3] SRCU updates for v6.12
2024-08-16 6:25 UTC (4+ messages)
` [PATCH rcu 1/3] srcu: faster gp seq wrap-around
` [PATCH rcu 2/3] srcu: Check for concurrent updates of heuristics
` [PATCH rcu 3/3] srcu: Mark callbacks not currently participating in barrier operation
[PATCH rcu 0/4] RCU stall updates for v6.12
2024-08-16 6:13 UTC (5+ messages)
` [PATCH rcu 1/4] rcu: Summarize RCU CPU stall warnings during CSD-lock stalls
` [PATCH rcu 2/4] rcu: Extract synchronize_rcu_expedited_stall() from synchronize_rcu_expedited_wait()
` [PATCH rcu 3/4] rcu: Summarize expedited RCU CPU stall warnings during CSD-lock stalls
` [PATCH rcu 4/4] rcu: Let dump_cpu_task() be used without preemption disabled
[PATCH rcu 0/8] RCU torture test updates for v6.12
2024-08-16 5:52 UTC (9+ messages)
` [PATCH rcu 1/8] rcutorture: Remove redundant rcu_torture_ops get_gp_completed fields
` [PATCH rcu 2/8] rcutorture: Add SRCU ->same_gp_state and ->get_comp_state functions
` [PATCH rcu 3/8] rcutorture: Generic test for NUM_ACTIVE_*RCU_POLL*
` [PATCH rcu 4/8] rcutorture: Add CFcommon.arch for arch-specific Kconfig options
` [PATCH rcu 5/8] rcutorture: Make rcu_torture_write_types() print number of update types
` [PATCH rcu 6/8] rcutorture: Add rcutree.nohz_full_patience_delay to TREE07
` [PATCH rcu 7/8] rcutorture: Add a stall_cpu_repeat module parameter
` [PATCH rcu 8/8] torture: Add torture.sh --guest-cpu-limit argument for limited hosts
[PATCH rcu 00/11] Nocb updates for v6.12
2024-08-16 4:56 UTC (10+ messages)
` [PATCH rcu 03/11] rcu/nocb: Assert no callbacks while nocb kthread allocation fails
` [PATCH rcu 04/11] rcu/nocb: Introduce nocb mutex
` [PATCH rcu 05/11] rcu/nocb: (De-)offload callbacks on offline CPUs only
` [PATCH rcu 06/11] rcu/nocb: Remove halfway (de-)offloading handling from bypass
` [PATCH rcu 07/11] rcu/nocb: Remove halfway (de-)offloading handling from rcu_core()'s QS reporting
` [PATCH rcu 08/11] rcu/nocb: Remove halfway (de-)offloading handling from rcu_core
` [PATCH rcu 09/11] rcu/nocb: Remove SEGCBLIST_RCU_CORE
` [PATCH rcu 10/11] rcu/nocb: Remove SEGCBLIST_KTHREAD_CB
` [PATCH rcu 11/11] rcu/nocb: Simplify (de-)offloading state machine
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