rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-15 03:45:10 to 2020-06-23 00:46:33 UTC [more...]

[PATCH tip/core/rcu 0/23] Torture-test updates for v5.9
 2020-06-23  0:37 UTC  (24+ messages)
` [PATCH tip/core/rcu 01/23] torture: Remove qemu dependency on EFI firmware
` [PATCH tip/core/rcu 02/23] torture: Add script to smoke-test commits in a branch
` [PATCH tip/core/rcu 03/23] locktorture: Use true and false to assign to bool variables
` [PATCH tip/core/rcu 04/23] rcutorture: Add races with task-exit processing
` [PATCH tip/core/rcu 05/23] torture: Set configfile variable to current scenario
` [PATCH tip/core/rcu 06/23] rcutorture: Handle non-statistic bang-string error messages
` [PATCH tip/core/rcu 07/23] rcutorture: NULL rcu_torture_current earlier in cleanup code
` [PATCH tip/core/rcu 08/23] torture: Remove whitespace from identify_qemu_vcpus output
` [PATCH tip/core/rcu 09/23] torture: Add --allcpus argument to the kvm.sh script
` [PATCH tip/core/rcu 10/23] rcu/rcutorture: Replace 0 with false
` [PATCH tip/core/rcu 11/23] torture: Create qemu-cmd in --buildonly runs
` [PATCH tip/core/rcu 12/23] torture: Add a stop-run capability
` [PATCH tip/core/rcu 13/23] torture: Abstract out console-log error detection
` [PATCH tip/core/rcu 14/23] rcutorture: Check for unwatched readers
` [PATCH tip/core/rcu 15/23] torture: Pass --kmake-arg to all make invocations
` [PATCH tip/core/rcu 16/23] torture: Correctly summarize build-only runs
` [PATCH tip/core/rcu 17/23] torture: Improve diagnostic for KCSAN-incapable compilers
` [PATCH tip/core/rcu 18/23] torture: Add more tracing crib notes to kvm.sh
` [PATCH tip/core/rcu 19/23] torture: Add kvm-tranform.sh script for qemu-cmd files
` [PATCH tip/core/rcu 20/23] torture: Dump ftrace at shutdown only if requested
` [PATCH tip/core/rcu 21/23] torture: Avoid duplicate specification of qemu command
` [PATCH tip/core/rcu 22/23] torture: Remove obsolete "cd $KVM"
` [PATCH tip/core/rcu 23/23] rcutorture: Remove KCSAN stubs

[PATCH tip/core/rcu 0/3] SRCU updates for v5.9
 2020-06-23  0:33 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] srcu: Fix a typo in comment "amoritized"->"amortized"
` [PATCH tip/core/rcu 2/3] srcu: Avoid local_irq_save() before acquiring spinlock_t
` [PATCH tip/core/rcu 3/3] srcu: Remove KCSAN stubs

[PATCH tip/core/rcu 0/30] Add read-side scalability tests for v5.9
 2020-06-23  0:30 UTC  (31+ messages)
` [PATCH tip/core/rcu 01/30] rcuperf: Remove useless while loops around wait_event
` [PATCH tip/core/rcu 02/30] refperf: Add a test to measure performance of read-side synchronization
` [PATCH tip/core/rcu 03/30] rcuperf: Add comments explaining the high reader overhead
` [PATCH tip/core/rcu 04/30] torture: Add refperf to the rcutorture scripting
` [PATCH tip/core/rcu 05/30] refperf: Add holdoff parameter to allow CPUs to come online
` [PATCH tip/core/rcu 06/30] refperf: Hoist function-pointer calls out of the loop
` [PATCH tip/core/rcu 07/30] refperf: Allow decimal nanoseconds
` [PATCH tip/core/rcu 08/30] refperf: Convert nreaders to a module parameter
` [PATCH tip/core/rcu 09/30] refperf: Provide module parameter to specify number of experiments
` [PATCH tip/core/rcu 10/30] refperf: Dynamically allocate experiment-summary output buffer
` [PATCH tip/core/rcu 11/30] refperf: Dynamically allocate thread-summary "
` [PATCH tip/core/rcu 12/30] refperf: Make functions static
` [PATCH tip/core/rcu 13/30] refperf: Tune reader measurement interval
` [PATCH tip/core/rcu 14/30] refperf: Convert reader_task structure's "start" field to int
` [PATCH tip/core/rcu 15/30] refperf: More closely synchronize reader start times
` [PATCH tip/core/rcu 16/30] refperf: Add warmup and cooldown processing phases
` [PATCH tip/core/rcu 17/30] refperf: Label experiment-number column "Runs"
` [PATCH tip/core/rcu 18/30] refperf: Output per-experiment data points
` [PATCH tip/core/rcu 19/30] refperf: Simplify initialization-time wakeup protocol
` [PATCH tip/core/rcu 20/30] refperf: Add read-side delay module parameter
` [PATCH tip/core/rcu 21/30] refperf: Adjust refperf.loop default value
` [PATCH tip/core/rcu 22/30] doc: Document rcuperf's module parameters
` [PATCH tip/core/rcu 23/30] refperf: Work around 64-bit division
` [PATCH tip/core/rcu 24/30] refperf: Change readdelay module parameter to nanoseconds
` [PATCH tip/core/rcu 25/30] refperf: Add test for RCU Tasks Trace readers
` [PATCH tip/core/rcu 26/30] refperf: Add test for RCU Tasks readers
` [PATCH tip/core/rcu 27/30] rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment
` [PATCH tip/core/rcu 28/30] refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST
` [PATCH tip/core/rcu 29/30] refperf: Rename refperf.c to refscale.c and change internal names
` [PATCH tip/core/rcu 30/30] refscale: Change --torture type from refperf to refscale

[PATCH tip/core/rcu 0/5] RCU tasks updates for v5.9
 2020-06-23  0:24 UTC  (6+ messages)
` [PATCH tip/core/rcu 1/5] rcu-tasks: Convert sleeps to idle priority
` [PATCH tip/core/rcu 2/5] rcu-tasks: Make rcu_tasks_postscan() be static
` [PATCH tip/core/rcu 3/5] rcu-tasks: Add #include of rcupdate_trace.h to update.c
` [PATCH tip/core/rcu 4/5] rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()
` [PATCH tip/core/rcu 5/5] rcu-tasks: Fix code-style issues

[PATCH tip/core/rcu 0/26] Miscellaneous fixes for v5.9
 2020-06-23  0:21 UTC  (27+ messages)
` [PATCH tip/core/rcu 01/26] rcu: Initialize and destroy rcu_synchronize only when necessary
` [PATCH tip/core/rcu 02/26] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
` [PATCH tip/core/rcu 03/26] rcu: Simplify the calculation of rcu_state.ncpus
` [PATCH tip/core/rcu 04/26] rcu: Add callbacks-invoked counters
` [PATCH tip/core/rcu 05/26] rcu: Add comment documenting rcu_callback_map's purpose
` [PATCH tip/core/rcu 06/26] trace: events: rcu: Change description of rcu_dyntick trace event
` [PATCH tip/core/rcu 07/26] rcu: Grace-period-kthread related sleeps to idle priority
` [PATCH tip/core/rcu 08/26] rcu: Priority-boost-related "
` [PATCH tip/core/rcu 09/26] rcu: No-CBs-related "
` [PATCH tip/core/rcu 10/26] rcu: Expedited grace-period "
` [PATCH tip/core/rcu 11/26] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
` [PATCH tip/core/rcu 12/26] rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seq
` [PATCH tip/core/rcu 13/26] tick/nohz: Narrow down noise while setting current task's tick dependency
` [PATCH tip/core/rcu 14/26] rcu: fix some kernel-doc warnings
` [PATCH tip/core/rcu 15/26] rcu: Remove initialized but unused rnp from check_slow_task()
` [PATCH tip/core/rcu 16/26] rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr
` [PATCH tip/core/rcu 17/26] lockdep: Complain only once about RCU in extended quiescent state
` [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  (27+ messages)
` [PATCH v2 09/16] rcu/tree: Maintain separate array for vmalloc ptrs

stress-ng --hrtimers hangs system
 2020-06-22  2:30 UTC  (5+ 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  (8+ 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)


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).