rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-28 21:57:10 to 2019-10-08 03:58:45 UTC [more...]

KCSAN: data-race in find_next_bit / rcu_report_exp_cpu_mult
 2019-10-08  3:58 UTC  (10+ messages)

[PATCH] rcu/nocb: Fix dump_tree hierarchy print always active
 2019-10-07 17:56 UTC  (4+ messages)

[PATCH] Remove GP_REPLAY state from rcu_sync
 2019-10-07 14:09 UTC  (7+ messages)

[PATCH] rculist: Describe variadic macro argument in a Sphinx-compatible way
 2019-10-06 23:44 UTC  (7+ messages)

[PATCH tip/core/rcu 0/12] NO_HZ fixes for v5.5
 2019-10-05 17:21 UTC  (21+ messages)
` [PATCH tip/core/rcu 01/12] nohz: Add TICK_DEP_BIT_RCU
` [PATCH tip/core/rcu 02/12] time: Export tick start/stop functions for rcutorture
` [PATCH tip/core/rcu 03/12] rcu: Force on tick when invoking lots of callbacks
` [PATCH tip/core/rcu 04/12] rcutorture: Force on tick for readers and callback flooders
` [PATCH tip/core/rcu 05/12] stop_machine: EXP Provide RCU quiescent state in multi_cpu_stop()
` [PATCH tip/core/rcu 06/12] rcu: Make CPU-hotplug removal operations enable tick
` [PATCH tip/core/rcu 07/12] stop_machine: Use {READ,WRITE)_ONCE() for multi_cpu_stop() ->state
` [PATCH tip/core/rcu 08/12] rcu: Force tick on for nohz_full CPUs not reaching quiescent states
` [PATCH tip/core/rcu 09/12] rcu: Force nohz_full tick on upon irq enter instead of exit
` [PATCH tip/core/rcu 10/12] rcu: Reset CPU hints when reporting a quiescent state
` [PATCH tip/core/rcu 11/12] rcu: Confine ->core_needs_qs accesses to the corresponding CPU
` [PATCH tip/core/rcu 12/12] rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processing

[PATCH tip/core/rcu 0/9] Torture-test updates
 2019-10-05 16:16 UTC  (12+ messages)
` [PATCH tip/core/rcu 1/9] rcu: Remove unused function rcutorture_record_progress()
` [PATCH tip/core/rcu 2/9] locktorture: Replace strncmp() with str_has_prefix()
` [PATCH tip/core/rcu 3/9] rcutorture: Remove CONFIG_HOTPLUG_CPU=n from scenarios
` [PATCH tip/core/rcu 4/9] rcutorture: Emulate dyntick aspect of userspace nohz_full sojourn
` [PATCH tip/core/rcu 5/9] rcu: Remove unused variable rcu_perf_writer_state
` [PATCH tip/core/rcu 6/9] rcutorture: Separate warnings for each failure type
` [PATCH tip/core/rcu 7/9] rcutorture: Make in-kernel-loop testing more brutal
` [PATCH tip/core/rcu 8/9] locking: locktorture: Do not include rwlock.h directly
` [PATCH tip/core/rcu 9/9] rcu: Suppress levelspread uninitialized messages

[PATCH tip/core/rcu 0/9] Replace rcu_swap_protected() for v5.5
 2019-10-05 16:11 UTC  (32+ messages)
` [PATCH tip/core/rcu 1/9] rcu: Upgrade rcu_swap_protected() to rcu_replace()
` [PATCH tip/core/rcu 2/9] x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace()
` [PATCH tip/core/rcu 3/9] drivers/gpu: "
` [PATCH tip/core/rcu 4/9] drivers/scsi: "
` [PATCH tip/core/rcu 5/9] fs/afs: "
` [PATCH tip/core/rcu 6/9] bpf/cgroup: "
` [PATCH tip/core/rcu 7/9] net/core: "
` [PATCH tip/core/rcu 8/9] net/netfilter: "
` [PATCH tip/core/rcu 9/9] net/sched: "

[PATCH v4 1/2] rcu/tree: Add basic support for kfree_rcu() batching
 2019-10-04 17:20 UTC  (5+ messages)

[PATCH tip/core/rcu 0/8] Fixes for v5.5
 2019-10-03 13:45 UTC  (11+ messages)
` [PATCH tip/core/rcu 1/8] rcu: Remove unused function hlist_bl_del_init_rcu()
` [PATCH tip/core/rcu 2/8] rcu: Several rcu_segcblist functions can be static
` [PATCH tip/core/rcu 3/8] workqueue: Convert for_each_wq to use built-in list check
` [PATCH tip/core/rcu 4/8] rcu: Ensure that ->rcu_urgent_qs is set before resched IPI
` [PATCH tip/core/rcu 5/8] rcu: Remove obsolete descriptions for rcu_barrier tracepoint
` [PATCH tip/core/rcu 6/8] rcu: Update descriptions for rcu_nocb_wake tracepoint
` [PATCH tip/core/rcu 7/8] rcu: Update descriptions for rcu_future_grace_period 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] 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  (24+ 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  (4+ messages)
` [PATCH v2] "

[RFC v1 0/2] RCU dyntick nesting counter cleanups
 2019-08-28 23:05 UTC  (3+ 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)


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