rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-15 17:56:57 to 2020-04-28 21:00:27 UTC [more...]

[PATCH 00/24] Introduce kvfree_rcu(1 or 2 arguments)
 2020-04-28 20:59 UTC  (15+ messages)
` [PATCH 01/24] rcu/tree: Keep kfree_rcu() awake during lock contention
` [PATCH 06/24] rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro
` [PATCH 07/24] rcu/tree: move locking/unlocking to separate functions
` [PATCH 13/24] rcu: Rename rcu_invoke_kfree_callback/rcu_kfree_callback
` [PATCH 14/24] rcu: Rename __is_kfree_rcu_offset() macro
` [PATCH 15/24] rcu: Rename kfree_call_rcu() to the kvfree_call_rcu()
` [PATCH 17/24] rcu: Introduce 2 arg kvfree_rcu() interface
` [PATCH 18/24] mm/list_lru.c: Remove kvfree_rcu_local() function
` [PATCH 19/24] rcu/tree: Support reclaim for head-less object
` [PATCH 20/24] rcu/tree: Make kvfree_rcu() tolerate any alignment
` [PATCH 21/24] rcu/tiny: move kvfree_call_rcu() out of header
` [PATCH 22/24] rcu/tiny: support reclaim for head-less object
` [PATCH 23/24] rcu: Introduce 1 arg kvfree_rcu() interface
` [PATCH 24/24] lib/test_vmalloc.c: Add test cases for kvfree_rcu()

[PATCH 15/24] mm/list_lru.c: Rename kvfree_rcu() to local variant
 2020-04-27 11:11 UTC  (2+ messages)
` [PATCH 18/24] mm/list_lru.c: Remove kvfree_rcu_local() function

[PATCH RFC] rcu/tree: Refactor object allocation and try harder for array allocation
 2020-04-24 12:28 UTC  (14+ messages)

[PATCH v1 0/6] Introduce kvfree_rcu() logic
 2020-04-22 23:16 UTC  (8+ messages)
` [PATCH v1 5/6] rcu: rename kfree_call_rcu()/__kfree_rcu()

[PATCH 1/3] rcu: Use static initializer for krc.lock
 2020-04-22 16:35 UTC  (81+ messages)

[PATCH rcu/dev -fixes 0/4]
 2020-04-22 13:28 UTC  (13+ 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 00/10] Manually convert RCU text files to ReST format
 2020-04-22  0:42 UTC  (16+ 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 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 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  (2+ messages)
` [PATCH tip/core/rcu 3/6] rcu: Don't set nesting depth negative in rcu_preempt_deferred_qs()


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