rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-25 04:36:54 to 2020-06-23 00:22:41 UTC [more...]

[PATCH tip/core/rcu 0/26] Miscellaneous fixes for v5.9
 2020-06-23  0:21 UTC  (15+ messages)
` [PATCH tip/core/rcu 01/26] rcu: Initialize and destroy rcu_synchronize only when necessary
` [PATCH tip/core/rcu 03/26] rcu: Simplify the calculation of rcu_state.ncpus
` [PATCH tip/core/rcu 05/26] rcu: Add comment documenting rcu_callback_map's purpose
` [PATCH tip/core/rcu 10/26] rcu: Expedited grace-period sleeps to idle priority
` [PATCH tip/core/rcu 16/26] rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr
` [PATCH tip/core/rcu 18/26] rcu: Replace 1 with true
` [PATCH tip/core/rcu 19/26] rcu: Stop shrinker loop
` [PATCH tip/core/rcu 20/26] rcu: gp_max is protected by root rcu_node's lock
` [PATCH tip/core/rcu 21/26] rcu: grplo/grphi just records CPU number
` [PATCH tip/core/rcu 22/26] rcu: grpnum just records group number
` [PATCH tip/core/rcu 23/26] kernel/rcu/tree.c: Fix kernel-doc warnings
` [PATCH tip/core/rcu 24/26] rcu: fix some "
` [PATCH tip/core/rcu 25/26] rcu: Remove KCSAN stubs
` [PATCH tip/core/rcu 26/26] rcu: Remove KCSAN stubs from update.c

[PATCH tip/core/rcu 0/10] Documentation updates for v5.9
 2020-06-23  0:09 UTC  (11+ messages)
` [PATCH tip/core/rcu 01/10] docs: RCU: Convert checklist.txt to ReST
` [PATCH tip/core/rcu 02/10] docs: RCU: Convert lockdep-splat.txt "
` [PATCH tip/core/rcu 03/10] docs: RCU: Convert lockdep.txt "
` [PATCH tip/core/rcu 04/10] docs: RCU: Convert rculist_nulls.txt "
` [PATCH tip/core/rcu 05/10] docs: RCU: Convert torture.txt "
` [PATCH tip/core/rcu 06/10] docs: RCU: Convert rcuref.txt "
` [PATCH tip/core/rcu 07/10] docs: RCU: Convert stallwarn.txt "
` [PATCH tip/core/rcu 08/10] docs: RCU: Don't duplicate chapter names in rculist_nulls.rst
` [PATCH tip/core/rcu 09/10] doc: Timer problems can cause RCU CPU stall warnings
` [PATCH tip/core/rcu 10/10] doc: Tasks RCU must protect instructions before trampoline

[PATCH] rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp
 2020-06-22 23:18 UTC  (2+ messages)

[PATCH] rcu/tree: Force quiescent state on callback overload
 2020-06-22 22:53 UTC  (6+ messages)

[PATCH v2 00/16] Introduce kvfree_rcu(1 or 2 arguments)
 2020-06-22 19:53 UTC  (42+ messages)
` [PATCH v2 01/16] rcu/tree: Keep kfree_rcu() awake during lock contention
` [PATCH v2 02/16] rcu/tree: Skip entry into the page allocator for PREEMPT_RT
` [PATCH v2 03/16] rcu/tree: Repeat the monitor if any free channel is busy
` [PATCH v2 04/16] rcu/tree: Make debug_objects logic independent of rcu_head
` [PATCH v2 05/16] rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro
` [PATCH v2 06/16] rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functions
` [PATCH v2 07/16] rcu/tree: Use static initializer for krc.lock
` [PATCH v2 08/16] rcu/tree: cache specified number of objects
` [PATCH v2 09/16] rcu/tree: Maintain separate array for vmalloc ptrs
` [PATCH v2 10/16] rcu/tiny: support vmalloc in tiny-RCU
` [PATCH v2 11/16] rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*
` [PATCH v2 12/16] mm/list_lru.c: Rename kvfree_rcu() to local variant
` [PATCH v2 13/16] rcu: Introduce 2 arg kvfree_rcu() interface
` [PATCH v2 14/16] rcu: Support reclaim for head-less object
` [PATCH v2 15/16] rcu: Introduce single argument kvfree_rcu() interface
` [PATCH v2 16/16] lib/test_vmalloc.c: Add test cases for kvfree_rcu()

stress-ng --hrtimers hangs system
 2020-06-22  2:30 UTC  (11+ messages)
        ` [EXT] "

[PATCH 1/3] rcu/trace: Print negative GP numbers correctly
 2020-06-20 15:45 UTC  (7+ messages)
` [PATCH 2/3] rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepoint
` [PATCH 3/3] rcu/trace: Add name of the source for gp_seq to prevent confusion

[PATCH 1/7] rcu/segcblist: Prevent useless GP start if no CBs to accelerate
 2020-06-19  3:23 UTC  (28+ messages)
` [PATCH 2/7] rcu/trace: Add tracing for how segcb list changes
` [PATCH 3/7] rcu/trace: Add name of the source for gp_seq
` [PATCH 4/7] rcu/trace: Print negative GP numbers correctly
` [PATCH 5/7] rcu/trace: Use rsp's gp_seq in acceleration's rcu_grace_period tracepoint
` [PATCH 6/7] rcutorture: Add support to get the number of wakeups of main GP kthread
` [PATCH 7/7] rcutorture: Add number of GP information to reports

CPU trying to start a GP when no CBs were assigned new GP numbers
 2020-06-17 14:44 UTC  (5+ messages)

Question about list_sort() RCU version
 2020-06-16 23:21 UTC  (7+ messages)

[PATCH] torture: Pass --kmake-arg to all make invocations
 2020-06-16 18:07 UTC  (6+ messages)

[PATCH RFC] x86/entry: Ask RCU if it needs rcu_irq_{enter,exit}()
 2020-06-16 16:52 UTC  (20+ messages)
    ` [PATCH x86/entry: Force rcu_irq_enter() when in idle task

[PATCH] <linux/rculist.h>: fix kernel-doc notation & warning
 2020-06-15 20:39 UTC  (3+ messages)

[PATCH 10/29] rcu: fix some kernel-doc warnings
 2020-06-15 20:36 UTC  (2+ messages)

[PATCH 0/4] rcu: trivial adjust for comments
 2020-06-12 23:17 UTC  (8+ messages)
` [PATCH 1/4] rcu: gp_max is protected by root rcu_node's lock
` [PATCH 2/4] rcu: grplo/grphi just records CPU number
` [PATCH 3/4] rcu: grpnum just records group number
` [PATCH 4/4] rcu: use gp_seq instead of rcu_gp_seq for consistency

[PATCH] rcu: Stop shrinker loop
 2020-06-04 18:39 UTC  (4+ messages)

[PATCH 1/5] rcu/rcutorture: replace 0 with false
 2020-06-01 18:45 UTC  (3+ messages)
` [PATCH 2/5] rcu: replace 1 with true
` [PATCH 3/5] rcu: replace + with |

[PATCH] refperf: work around 64-bit division
 2020-05-31 20:03 UTC  (7+ messages)

[bug report] refperf: Dynamically allocate experiment-summary output buffer
 2020-05-29 17:55 UTC  (2+ messages)

next-20200528 - build error in kernel/rcu/refperf.c
 2020-05-29 14:02 UTC  (5+ messages)

[PATCH 3/8] srcu: Use local_lock() for per-CPU struct srcu_data access
 2020-05-26 16:31 UTC  (12+ messages)
                  ` [PATCH] srcu: Avoid local_irq_save() before acquiring spinlock_t

[PATCH 1/2] rcuperf: Remove useless while loops around wait_event
 2020-05-25 18:04 UTC  (3+ messages)
` [PATCH 2/2] refperf: Add a test to measure performance of read-side synchronization


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 NNTP newsgroup(s).