rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-18 19:04:04 to 2020-07-02 16:48:28 UTC [more...]

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

[PATCH] docs: RCU: fix typo in function name
 2020-07-02 16:28 UTC 

[PATCH] rcu: fix kerneldoc comments in rcuupdate.h
 2020-07-02 16:25 UTC 

[PATCH v2 00/16] Introduce kvfree_rcu(1 or 2 arguments)
 2020-06-30 17:46 UTC  (21+ messages)
` [PATCH v2 09/16] rcu/tree: Maintain separate array for vmalloc ptrs

[GIT RFC PULL rcu/urgent] Fix noinstr warnings for KCSAN
 2020-06-26 14:31 UTC  (2+ messages)

Null-ptr-deref due to "vfs, fsinfo: Add an RCU safe per-ns mount list"
 2020-06-25  1:25 UTC  (2+ messages)

[RFC PATCH linux-next] refperf: __srcu_struct_srcu_refctl_scale can be static
 2020-06-24 18:28 UTC  (2+ messages)

[PATCH tip/core/rcu 0/26] Miscellaneous fixes for v5.9
 2020-06-23 21:01 UTC  (34+ 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] rcu/tree: Force quiescent state on callback overload
 2020-06-23 16:29 UTC  (9+ messages)

[PATCH] rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp
 2020-06-23  6:21 UTC  (3+ messages)

[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/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

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


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