rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-15 17:12:59 to 2020-04-21 19:31:48 UTC [more...]

[PATCH 00/10] Manually convert RCU text files to ReST format
 2020-04-21 19:29 UTC  (15+ messages)
` [PATCH 01/10] docs: RCU: convert checklist.txt to ReST
` [PATCH 02/10] docs: RCU: convert lockdep-splat.txt "
` [PATCH 03/10] docs: RCU: convert lockdep.txt "
` [PATCH 04/10] docs: RCU: convert rculist_nulls.txt "
` [PATCH 05/10] docs: RCU: convert torture.txt "
` [PATCH 06/10] docs: RCU: convert rcuref.txt "
` [PATCH 07/10] docs: RCU: RTFP: fix bibtex entries
` [PATCH 08/10] docs: RCU: convert RTFP.txt to ReST
` [PATCH 09/10] docs: RCU: stallwarn.txt: convert it "
` [PATCH 10/10] docs: RCU: rculist_nulls.rst: don't duplicate chapter names

[PATCH 1/3] rcu: Use static initializer for krc.lock
 2020-04-21 18:09 UTC  (76+ messages)

[PATCH rcu/dev -fixes 0/4]
 2020-04-21 13:12 UTC  (9+ messages)
` [PATCH rcu/dev -fixes 1/4] rcu/tree: Keep kfree_rcu() awake during lock contention
` [PATCH rcu/dev -fixes 2/4] rcu/tree: Skip entry into the page allocator for PREEMPT_RT
` [PATCH rcu/dev -fixes 3/4] rcu/tree: Avoid using xchg() in kfree_call_rcu_add_ptr_to_bulk()
` [PATCH rcu/dev -fixes 4/4] rcu/tree: Use consistent style for comments

[PATCH v1 0/6] Introduce kvfree_rcu() logic
 2020-04-21 12:03 UTC  (6+ messages)
` [PATCH v1 5/6] rcu: rename kfree_call_rcu()/__kfree_rcu()

[Patch v2] rcu: simplify the calculation of rcu_state.ncpus
 2020-04-20 21:28 UTC  (3+ messages)

[PATCH 0/3] rcu: Static initializer + misc
 2020-04-20 15:23 UTC  (3+ messages)
` [PATCH 3/3] rcu: Avoid using xchg() in kfree_call_rcu_add_ptr_to_bulk()

[PATCH] rcu: simplify the calculation of rcu_state.ncpus
 2020-04-19 21:48 UTC  (5+ messages)

[PATCH] srcu: Fix a typo in comment "amoritized"->"amortized"
 2020-04-19 15:15 UTC 

WARNING: events/ipi.h:36 suspicious rcu_dereference_check() usage!
 2020-04-17 13:50 UTC  (5+ messages)

[PATCH] rcu: init and destroy rcu_synchronize when necessary
 2020-04-16 21:44 UTC  (3+ messages)

[PATCH RFC] rcu/tree: Refactor object allocation and try harder for array allocation
 2020-04-16 18:01 UTC  (5+ messages)

[PATCH RFC tip/core/rcu 0/16] Prototype RCU usable from idle, exception, offline
 2020-04-15 18:19 UTC  (42+ messages)
` [PATCH RFC v2 tip/core/rcu 0/22] "
  ` [PATCH RFC v3 tip/core/rcu 0/34] "
    ` [PATCH v4 tip/core/rcu 0/38] "
      ` [PATCH v4 tip/core/rcu 01/38] rcu: Add comments marking transitions between RCU watching and not
      ` [PATCH v4 tip/core/rcu 02/38] rcu-tasks: Use context-switch hook for PREEMPT=y kernels
      ` [PATCH v4 tip/core/rcu 03/38] sched/core: Add function to sample state of locked-down task
      ` [PATCH v4 tip/core/rcu 04/38] rcu: Add per-task state to RCU CPU stall warnings
      ` [PATCH v4 tip/core/rcu 05/38] rcu-tasks: Move Tasks RCU to its own file
      ` [PATCH v4 tip/core/rcu 06/38] rcu-tasks: Create struct to hold state information
      ` [PATCH v4 tip/core/rcu 07/38] rcu: Reinstate synchronize_rcu_mult()
      ` [PATCH v4 tip/core/rcu 08/38] rcutorture: Add a test for synchronize_rcu_mult()
      ` [PATCH v4 tip/core/rcu 09/38] rcu-tasks: Refactor RCU-tasks to allow variants to be added
      ` [PATCH v4 tip/core/rcu 10/38] rcu-tasks: Add an RCU-tasks rude variant
      ` [PATCH v4 tip/core/rcu 11/38] rcutorture: Add torture tests for RCU Tasks Rude
      ` [PATCH v4 tip/core/rcu 12/38] rcu-tasks: Use unique names for RCU-Tasks kthreads and messages
      ` [PATCH v4 tip/core/rcu 13/38] rcu-tasks: Further refactor RCU-tasks to allow adding more variants
      ` [PATCH v4 tip/core/rcu 14/38] rcu-tasks: Code movement to allow more Tasks RCU variants
      ` [PATCH v4 tip/core/rcu 15/38] rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks
      ` [PATCH v4 tip/core/rcu 16/38] rcutorture: Add torture tests for RCU Tasks Trace
      ` [PATCH v4 tip/core/rcu 17/38] rcu-tasks: Add stall warnings "
      ` [PATCH v4 tip/core/rcu 18/38] rcu-tasks: Move #ifdef into tasks.h
      ` [PATCH v4 tip/core/rcu 19/38] rcu-tasks: Add RCU tasks to rcutorture writer stall output
      ` [PATCH v4 tip/core/rcu 20/38] rcu-tasks: Make rcutorture writer stall output include GP state
      ` [PATCH v4 tip/core/rcu 21/38] rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooks
      ` [PATCH v4 tip/core/rcu 22/38] rcu-tasks: Add a grace-period start time for throttling and debug
      ` [PATCH v4 tip/core/rcu 23/38] rcu-tasks: Provide boot parameter to delay IPIs until late in grace period
      ` [PATCH v4 tip/core/rcu 24/38] rcu-tasks: Split ->trc_reader_need_end
      ` [PATCH v4 tip/core/rcu 25/38] rcu-tasks: Add grace-period and IPI counts to statistics
      ` [PATCH v4 tip/core/rcu 26/38] rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPI
      ` [PATCH v4 tip/core/rcu 27/38] rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built
      ` [PATCH v4 tip/core/rcu 28/38] rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locks
      ` [PATCH v4 tip/core/rcu 29/38] rcu-tasks: Disable CPU hotplug across RCU tasks trace scans
      ` [PATCH v4 tip/core/rcu 30/38] rcu-tasks: Handle the running-offline idle-task special case
      ` [PATCH v4 tip/core/rcu 31/38] rcu-tasks: Make RCU tasks trace also wait for idle tasks
      ` [PATCH v4 tip/core/rcu 32/38] rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statistics
      ` [PATCH v4 tip/core/rcu 33/38] rcu-tasks: Add count for idle tasks on offline CPUs
      ` [PATCH v4 tip/core/rcu 34/38] rcutorture: Add TRACE02 scenario enabling RCU Tasks Trace IPIs
      ` [PATCH v4 tip/core/rcu 35/38] rcu-tasks: Add IPI failure count to statistics
      ` [PATCH v4 tip/core/rcu 36/38] rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCU
      ` [PATCH v4 tip/core/rcu 37/38] ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()
      ` [PATCH v4 tip/core/rcu 38/38] rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()

[PATCH tip/core/rcu 0/6] Remove scheduler restriction, update for v5.8
 2020-04-15 17:56 UTC  (7+ messages)
` [PATCH tip/core/rcu 1/6] rcu: Add KCSAN stubs to update.c
` [PATCH tip/core/rcu 2/6] rcu: Make rcu_read_unlock_special() safe for rq/pi locks
` [PATCH tip/core/rcu 3/6] rcu: Don't set nesting depth negative in rcu_preempt_deferred_qs()
` [PATCH tip/core/rcu 4/6] rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs field
` [PATCH tip/core/rcu 5/6] rcu: Don't use negative nesting depth in __rcu_read_unlock()
` [PATCH tip/core/rcu 6/6] rcutorture: Add test of holding scheduler locks across rcu_read_unlock()

[PATCH tip/core/rcu 0/18] Torture-test updates for v5.8
 2020-04-15 17:31 UTC  (19+ messages)
` [PATCH tip/core/rcu 01/18] rcutorture: Add KCSAN stubs
` [PATCH tip/core/rcu 02/18] rcutorture: Make kvm-recheck-rcu.sh handle truncated lines
` [PATCH tip/core/rcu 03/18] rcutorture: Mark data-race potential for rcu_barrier() test statistics
` [PATCH tip/core/rcu 04/18] locktorture.c: Fix if-statement empty body warnings
` [PATCH tip/core/rcu 05/18] Default enable RCU list lockdep debugging with PROVE_RCU
` [PATCH tip/core/rcu 06/18] rcutorture: Add flag to produce non-busy-wait task stalls
` [PATCH tip/core/rcu 07/18] rcutorture: Right-size TREE10 CPU consumption
` [PATCH tip/core/rcu 08/18] rcu: Allow rcutorture to starve grace-period kthread
` [PATCH tip/core/rcu 09/18] torture: Add --kcsan argument to top-level kvm.sh script
` [PATCH tip/core/rcu 10/18] torture: Make --kcsan argument also create a summary
` [PATCH tip/core/rcu 11/18] rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static
` [PATCH tip/core/rcu 12/18] torture: Eliminate duplicate #CHECK# from ConfigFragment
` [PATCH tip/core/rcu 13/18] torture: Abstract application of additional Kconfig options
` [PATCH tip/core/rcu 14/18] torture: Allow --kconfig options to override --kcsan defaults
` [PATCH tip/core/rcu 15/18] torture: Allow scenario-specific Kconfig options to override CFcommon
` [PATCH tip/core/rcu 16/18] torture: Save a few lines by using config_override_param initially
` [PATCH tip/core/rcu 17/18] torture: Add a --kasan argument
` [PATCH tip/core/rcu 18/18] rcutorture: Convert ULONG_CMP_LT() to time_before()

[PATCH tip/core/rcu 0/19] Miscellaneous fixes for v5.8
 2020-04-15 17:32 UTC  (6+ messages)
` [PATCH tip/core/rcu 01/19] rcu: Add KCSAN stubs
` [PATCH tip/core/rcu 02/19] srcu: "
` [PATCH tip/core/rcu 06/19] srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays

[PATCH tip/core/rcu 0/3] RCU stall-warning updates for v5.8
 2020-04-15 17:24 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Use data_race() for RCU expedited CPU stall-warning prints
` [PATCH tip/core/rcu 2/3] rcu: When GP kthread is starved, tag idle threads as false positives
` [PATCH tip/core/rcu 3/3] rcu: Remove self-stack-trace when all quiescent states seen

[PATCH tip/core/rcu 0/4] kfree_rcu() updates for v5.8
 2020-04-15 17:19 UTC  (5+ messages)
` [PATCH tip/core/rcu 1/4] rcuperf: Add ability to increase object allocation size
` [PATCH tip/core/rcu 2/4] rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching
` [PATCH tip/core/rcu 3/4] rcu/tree: Count number of batched kfree_rcu() locklessly
` [PATCH tip/core/rcu 4/4] rcu: Add rcu_gp_might_be_stalled()


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