rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-12 22:20:10 to 2019-10-28 13:40:04 UTC [more...]

[PATCH tip/core/rcu 0/9] Replace rcu_swap_protected() for v5.5
 2019-10-28 13:40 UTC  (48+ 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 v2 tip/core/rcu 0/10] Replace rcu_swap_protected() for v5.5
  ` [PATCH tip/core/rcu 01/10] rcu: Upgrade rcu_swap_protected() to rcu_replace()
  ` [PATCH tip/core/rcu 02/10] x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace()
  ` [PATCH tip/core/rcu 03/10] drivers/gpu: "
  ` [PATCH tip/core/rcu 04/10] drivers/scsi: "
  ` [PATCH tip/core/rcu 05/10] fs/afs: "
  ` [PATCH tip/core/rcu 06/10] bpf/cgroup: "
  ` [PATCH tip/core/rcu 07/10] net/core: "
  ` [PATCH tip/core/rcu 08/10] net/netfilter: "
  ` [PATCH tip/core/rcu 09/10] net/sched: "
  ` [PATCH tip/core/rcu 10/10] security/safesetid: "

[PATCH] rcu/rcu_segcblist: fix -Wmissing-prototypes warnings
 2019-10-21  0:49 UTC  (2+ messages)

[PATCH 3/7] rcu: trace_rcu_utilization() paired
 2019-10-17  3:00 UTC  (10+ messages)
` [PATCH 4/7] rcu: remove the declaration of call_rcu() in tree.h
` [PATCH 5/7] rcu: move gp_state_names[] and gp_state_getname() to tree_stall.h
` [PATCH 6/7] rcu: rename some CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU
` [PATCH 7/7] rcu: splite tasks_rcu to tasks.c

[PATCH 0/7] rcu: cleanups
 2019-10-16 14:14 UTC  (7+ messages)
` [PATCH 1/7] rcu: fix incorrect conditional compilation
` [PATCH 2/7] rcu: fix tracepoint string when RCU CPU kthread runs

[PATCH 27/34] rcu: Use CONFIG_PREEMPTION where appropriate
 2019-10-16  4:14 UTC  (2+ messages)

[PATCH] rcu: move rcu_{expedited,normal} definitions into rcupdate.h
 2019-10-16  4:08 UTC  (2+ messages)

[PATCH] rcu: rcu_segcblist.c make undeclared items static
 2019-10-16  4:05 UTC  (2+ messages)

[PATCH] rcu: make PREEMPT_RCU to be a decoration of TREE_RCU
 2019-10-15 10:57 UTC  (10+ messages)
        ` [PATCH v2] "

[PATCH] rcu: add declarations of undeclared items
 2019-10-15  1:41 UTC  (5+ messages)

[PATCH] rcu: Fix data-race due to atomic_t copy-by-value
 2019-10-15  1:40 UTC  (3+ messages)

[PATCH] rcu: Fix data-race due to atomic_t copy-by-value
 2019-10-10  3:08 UTC  (2+ messages)

[PATCH] rcu: Avoid to modify mask_ofl_ipi in sync_rcu_exp_select_node_cpus()
 2019-10-09 15:45 UTC  (9+ messages)

[PATCH v4 1/2] rcu/tree: Add basic support for kfree_rcu() batching
 2019-10-08 16:23 UTC  (6+ messages)

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/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  (10+ messages)
`  "

[PATCH v2 -rcu dev 0/5] kfree_rcu() additions for -rcu
 2019-09-23 23:49 UTC  (2+ messages)

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


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