rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-17 04:38:57 to 2019-10-03 01:33:11 UTC [more...]

[PATCH tip/core/rcu 0/8] Fixes for v5.5
 2019-10-03  1:33 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/8] rcu: Remove unused function hlist_bl_del_init_rcu()
` [PATCH tip/core/rcu 5/8] rcu: Remove obsolete descriptions for rcu_barrier tracepoint
` [PATCH tip/core/rcu 8/8] rcu: Fix uninitialized variable in nocb_gp_wait()

[PATCH tip/core/rcu 0/9] Documentation updates for v5.5
 2019-10-03  1:28 UTC  (9+ messages)
` [PATCH tip/core/rcu 1/9] Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"
` [PATCH tip/core/rcu 2/9] Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"
` [PATCH tip/core/rcu 4/9] docs: rcu: Correct links referring to titles
` [PATCH tip/core/rcu 5/9] docs: rcu: Increase toctree to 3
` [PATCH tip/core/rcu 6/9] Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"
` [PATCH tip/core/rcu 7/9] Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"
` [PATCH tip/core/rcu 8/9] doc: Update list_for_each_entry_rcu() documentation
` [PATCH tip/core/rcu 9/9] Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()

[PATCH v4 1/2] rcu/tree: Add basic support for kfree_rcu() batching
 2019-10-01 11:27 UTC  (23+ messages)
` [PATCH v4 2/2] rcuperf: Add kfree_rcu() performance Tests

[PATCH] sched: make struct task_struct::state 32-bit
 2019-09-24  8:28 UTC  (22+ messages)
` [dm-devel] "
        `  "

[PATCH v2 -rcu dev 0/5] kfree_rcu() additions for -rcu
 2019-09-23 23:49 UTC  (7+ messages)
` [PATCH v2 -rcu dev 1/5] rcu/rcuperf: Add kfree_rcu() performance Tests
` [PATCH v2 -rcu dev 2/5] rcu/tree: Add multiple in-flight batches of kfree_rcu work
` [PATCH v2 -rcu dev 3/5] rcu/tree: Add support for debug_objects debugging for kfree_rcu()
` [PATCH v2 -rcu dev 4/5] rcu: Remove kfree_rcu() special casing and lazy handling
` [PATCH v2 -rcu dev 5/5] rcu: Remove kfree_call_rcu_nobatch()

[PATCH] rcu/nocb: Fix uninitialized variable in nocb_gp_wait()
 2019-09-23 16:14 UTC  (2+ messages)

[PATCH RT v3 4/5] rcu: Disable use_softirq on PREEMPT_RT
 2019-09-17  9:31 UTC  (3+ messages)

[PATCH -rcu dev 1/2] Revert b8c17e6664c4 ("rcu: Maintain special bits at bottom of ->dynticks counter")
 2019-09-07 17:28 UTC  (19+ messages)
` [PATCH -rcu dev 2/2] rcu/dyntick-idle: Add better tracing

[PATCH 1/5] rcu/rcuperf: Add kfree_rcu() performance Tests
 2019-09-03 20:21 UTC  (5+ messages)

[PATCH v2 -rcu dev 1/2] Revert b8c17e6664c4 ("rcu: Maintain special bits at bottom of ->dynticks counter")
 2019-08-30 16:26 UTC  (2+ messages)
` [PATCH v2 -rcu dev 2/2] rcu/dyntick-idle: Add better tracing

[RFC v1 2/2] rcu/tree: Remove dynticks_nmi_nesting counter
 2019-08-30  2:45 UTC  (25+ messages)

[PATCH 5/5] rcu: Remove kfree_call_rcu_nobatch()
 2019-08-29 22:23 UTC  (3+ messages)

[PATCH 4/5] rcu: Remove kfree_rcu() special casing and lazy handling
 2019-08-29 22:13 UTC  (3+ messages)

[PATCH 2/5] rcu/tree: Add multiple in-flight batches of kfree_rcu work
 2019-08-29 21:26 UTC  (6+ messages)
` [PATCH v2] "

[RFC v1 0/2] RCU dyntick nesting counter cleanups
 2019-08-28 23:05 UTC  (4+ messages)
  ` [PATCH] rcu/dyntick-idle: Add better tracing

[PATCH 3/5] rcu/tree: Add support for debug_objects debugging for kfree_rcu()
 2019-08-28 21:57 UTC  (4+ messages)

[RFC v1 1/2] rcu/tree: Clean up dynticks counter usage
 2019-08-28 21:56 UTC  (3+ messages)

[PATCH 0/5] kfree_rcu() additions for -rcu
 2019-08-28 21:26 UTC  (5+ messages)

[GIT PULL rcu/next] Supplementary RCU commits for 5.4
 2019-08-28 17:48 UTC  (2+ messages)

[PATCH] Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()
 2019-08-27 16:02 UTC  (2+ messages)

[PATCH 14/16] include/linux: prefer __section from compiler_attributes.h
 2019-08-27  8:21 UTC  (5+ messages)

[GIT PULL rcu/next + tools/memory-model] RCU and LKMM commits for 5.4
 2019-08-24 13:32 UTC  (5+ messages)

[PATCH] rcu: don't include <linux/ktime.h> in rcutiny.h
 2019-08-22 14:00 UTC  (4+ messages)

[RFC v2] rcu/tree: Try to invoke_rcu_core() if in_irq() during unlock
 2019-08-21 15:47 UTC  (23+ messages)

[PATCH -rcu dev 1/3] rcu/tree: tick_dep_set/clear_cpu should accept bits instead of masks
 2019-08-20 14:44 UTC  (16+ messages)
` [PATCH -rcu dev 3/3] RFC: rcu/tree: Read dynticks_nmi_nesting in advance

need_heavy_qs flag for PREEMPT=y kernels
 2019-08-19 22:31 UTC  (17+ messages)

How to turn scheduler tick on for current nohz_full CPU?
 2019-08-19  2:14 UTC  (9+ messages)

[RFC] rcu/tree: Try to invoke_rcu_core() if in_irq() during unlock
 2019-08-18 21:42 UTC 

[PATCH -rcu/dev] Please squash: fixup! rcu/tree: Add basic support for kfree_rcu() batching
 2019-08-17 21:42 UTC  (4+ 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).