Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2019-03-26 23:14:58 to 2019-05-24 23:50:14 UTC [more...]

[PATCH RFC 0/5] Remove some notrace RCU APIs
 2019-05-24 23:49 UTC  (4+ messages)
` [PATCH RFC 2/5] trace: Use regular rcu_dereference_raw API
` [PATCH RFC 4/5] rculist: Remove hlist_for_each_entry_rcu_notrace since no users
` [PATCH RFC 5/5] rcu: Remove rcu_dereference_raw_notrace "

Should list_entry_rcu use rcu_dereference ?
 2019-05-24 17:33 UTC  (7+ messages)

[PATCH] rcu: Prevent evaluation of rcu_assign_pointer()
 2019-05-24 17:03 UTC  (5+ messages)

[RFC PATCH] rcu: Make 'rcu_assign_pointer(p, v)' of type 'typeof(p)'
 2019-05-23 15:23 UTC  (6+ messages)

[PATCH] rcu: Force inlining of rcu_read_lock()
 2019-05-22 18:41 UTC  (3+ messages)

[PATCH] rcu: Remove unused variable
 2019-05-17 11:57 UTC  (3+ messages)

[PATCH] doc/rcu: Correct field_count field naming in examples
 2019-05-14 22:13 UTC  (9+ messages)

[PATCH] rcutorture: Tweak kvm options
 2019-05-03  7:26 UTC  (13+ messages)

[PATCH v3 1/3] module: Prepare for addition of new ro_after_init sections
 2019-04-20 11:38 UTC  (15+ messages)
` [PATCH v3 2/3] module: Make srcu_struct ptr array as read-only post init
` [PATCH v3 3/3] module: Make __tracepoints_ptrs as read-only

[GIT PULL rcu/next + tools/memory-model] RCU and LKMM commits for 5.2
 2019-04-18 12:44 UTC  (2+ messages)

[PATCH] module: Make srcu_struct ptr array as read-only
 2019-04-12  2:35 UTC  (4+ messages)

[PATCH v2 1/3] module: Prepare for addition of new ro_after_init sections
 2019-04-10 19:11 UTC  (4+ messages)
` [PATCH v2 2/3] module: Make srcu_struct ptr array as read-only post init
` [PATCH v2 3/3] module: Make __tracepoints_ptrs as read-only

[PATCH 1/2] module: Prepare for addition of new ro_after_init sections
 2019-04-10 18:24 UTC  (12+ messages)
` [PATCH 2/2] module: Make srcu_struct ptr array as read-only post init

[PATCH RFC tip/core/rcu 0/4] Forbid static SRCU use in modules
 2019-04-09 19:14 UTC  (47+ messages)
` [PATCH RFC tip/core/rcu 1/4] dax/super: Dynamically allocate dax_srcu
` [PATCH RFC tip/core/rcu 2/4] drivers/gpu/drm: Dynamically allocate drm_unplug_srcu
` [PATCH RFC tip/core/rcu 3/4] drivers/gpu/drm/amd: Dynamically allocate kfd_processes_srcu
` [PATCH RFC tip/core/rcu 4/4] rcu: Forbid DEFINE{,_STATIC}_SRCU() from modules

[PATCH] rcu: tree_stall: Correctly unlock root node in rcu_check_gp_start_stall
 2019-04-04 21:07 UTC  (6+ messages)

[PATCH RFC tip/core/rcu 0/2] Real-time elimination of RCU_SOFTIRQ
 2019-04-04 19:49 UTC  (11+ messages)
` [PATCH tip/core/rcu 1/2] rcu: Enable elimination of Tree-RCU softirq processing
` [PATCH tip/core/rcu 2/2] rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()

[PATCH RFC v2 tip/core/rcu 0/4] Real-time elimination of RCU_SOFTIRQ
 2019-04-02 14:38 UTC  (5+ messages)
` [PATCH RFC v2 tip/core/rcu 1/4] rcu: Enable elimination of Tree-RCU softirq processing
` [PATCH RFC v2 tip/core/rcu 2/4] rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()
` [PATCH RFC v2 tip/core/rcu 3/4] rcu: Only do rcu_read_unlock_special() wakeups if expedited
` [PATCH RFC v2 tip/core/rcu 4/4] rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq()

[PATCH] rcu: tree_plugin: Dump specified number of blocked tasks
 2019-03-29 21:27 UTC  (3+ messages)

[PATCH v2 1/4] lockdep: Add assertion to check if in an interrupt
 2019-03-28 15:06 UTC  (9+ messages)
` [PATCH v2 2/4] rcutree: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle

[PATCH tip/core/rcu 0/2] straggling consolidation cleanups for v5.2
 2019-03-27 20:22 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/2] doc/kprobes: Update obsolete RCU update functions

[PATCH tip/core/rcu 0/9] Torture-test updates for v5.2
 2019-03-26 23:31 UTC  (10+ messages)
` [PATCH tip/core/rcu 1/9] torture: Don't try to offline the last CPU
` [PATCH tip/core/rcu 2/9] tools/.../rcutorture: Convert to SPDX license identifier
` [PATCH tip/core/rcu 3/9] rcutorture: Make rcutorture_extend_mask() comment match the code
` [PATCH tip/core/rcu 4/9] rcutorture: Remove ->ext_irq_conflict field
` [PATCH tip/core/rcu 5/9] rcutorture: Fix expected forward progress duration in OOM notifier
` [PATCH tip/core/rcu 6/9] rcutorture: Fix cleanup path for invalid torture_type strings
` [PATCH tip/core/rcu 7/9] rcuperf: Fix cleanup path for invalid perf_type strings
` [PATCH tip/core/rcu 8/9] locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detection
` [PATCH tip/core/rcu 9/9] torture: Suppress false-positive CONFIG_INITRAMFS_SOURCE complaint

[PATCH tip/core/rcu 0/11] RCU CPU stall-warning changes for v5.2
 2019-03-26 23:22 UTC  (12+ messages)
` [PATCH tip/core/rcu 01/11] rcu: Move RCU CPU stall-warning code out of update.c
` [PATCH tip/core/rcu 02/11] rcu: Move RCU CPU stall-warning code out of tree_plugin.h
` [PATCH tip/core/rcu 03/11] rcu: Move RCU CPU stall-warning code out of tree.c
` [PATCH tip/core/rcu 04/11] rcu: Inline RCU task stall-warning helper functions
` [PATCH tip/core/rcu 05/11] rcu: Move rcu_print_task_exp_stall() to tree_exp.h
` [PATCH tip/core/rcu 06/11] rcu: Inline RCU stall-warning info helper functions
` [PATCH tip/core/rcu 07/11] rcu: Move FAST_NO_HZ stall-warning code to tree_stall.h
` [PATCH tip/core/rcu 08/11] rcu: Organize functions in tree_stall.h
` [PATCH tip/core/rcu 09/11] rcu: Move irq-disabled stall-warning checking to tree_stall.h
` [PATCH tip/core/rcu 10/11] rcu: Move forward-progress checkers into tree_stall.h
` [PATCH tip/core/rcu 11/11] rcu: Fix nohz status in stall warning

[PATCH tip/core/rcu 0/2] SRCU updates for v5.2
 2019-03-26 23:15 UTC  (3+ messages)
` [PATCH tip/core/rcu 1/2] srcu: Check for in-flight callbacks in _cleanup_srcu_struct()
` [PATCH tip/core/rcu 2/2] srcu: Remove cleanup_srcu_struct_quiesced()

[PATCH tip/core/rcu 0/18] Miscellaneous fixes for v5.2
 2019-03-26 23:13 UTC  (8+ messages)
` [PATCH tip/core/rcu 02/18] rcu: Avoid unnecessary softirq when system is idle
` [PATCH tip/core/rcu 03/18] rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twice
` [PATCH tip/core/rcu 07/18] MAINTAINERS: Add -rcu branch name ("dev")
` [PATCH tip/core/rcu 11/18] rcu: Fix self-wakeups for grace-period kthread
` [PATCH tip/core/rcu 13/18] rcu: Do a single rhp->func read in rcu_head_after_call_rcu()
` [PATCH tip/core/rcu 15/18] rcu: Fix force_qs_rnp() header comment
` [PATCH tip/core/rcu 16/18] rcu: Eliminate redundant NULL-pointer check


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox