rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-04 19:49:19 to 2019-11-05 14:05:39 UTC [more...]

[PATCH] Documentation: RCU: NMI-RCU: Converted NMI-RCU.txt to NMI-RCU.rst
 2019-11-05 14:05 UTC  (6+ messages)
` [Linux-kernel-mentees] "

[PATCH] Documentation: RCU: arrayRCU: Converted arrayRCU.txt to arrayRCU.rst
 2019-11-05 14:04 UTC  (4+ messages)
` [Linux-kernel-mentees] "

[PATCH] Documentation: RCU: whatisRCU: Fix formatting for section 2
 2019-11-05  7:41 UTC  (8+ messages)

[PATCH v2] Documentation: RCU: whatisRCU: Fix formatting for section 2
 2019-11-05  7:33 UTC 

[PATCH V2 0/7] rcu: introduce percpu rcu_preempt_depth
 2019-11-05  7:19 UTC  (19+ messages)
` [PATCH V2 1/7] rcu: use preempt_count to test whether scheduler locks is held
` [PATCH V2 2/7] rcu: cleanup rcu_preempt_deferred_qs()
` [PATCH V2 3/7] rcu: remove useless special.b.deferred_qs
` [PATCH V2 4/7] rcu: don't use negative ->rcu_read_lock_nesting
` [PATCH V2 5/7] rcu: wrap usages of rcu_read_lock_nesting
` [PATCH V2 6/7] rcu: clear the special.b.need_qs in rcu_note_context_switch()
` [PATCH V2 7/7] x86,rcu: use percpu rcu_preempt_depth

KCSAN: data-race in __rcu_read_unlock / sync_rcu_exp_select_cpus
 2019-11-04 17:19 UTC  (4+ messages)

[PATCH] Documentation: RCU: rcu_dereference: Convert to rcu_dereference.rst
 2019-11-03  6:35 UTC  (3+ messages)

[PATCH] Doc: Improve format for whatisRCU.rst
 2019-11-02 16:18 UTC  (2+ messages)

[PATCH 00/11] rcu: introduce percpu rcu_preempt_depth
 2019-11-01 16:58 UTC  (41+ messages)
` [PATCH 01/11] rcu: avoid leaking exp_deferred_qs into next GP
` [PATCH 02/11] rcu: fix bug when rcu_exp_handler() in nested interrupt
` [PATCH 03/11] rcu: clean up rcu_preempt_deferred_qs_irqrestore()
` [PATCH 04/11] rcu: cleanup rcu_preempt_deferred_qs()
` [PATCH 05/11] rcu: clean all rcu_read_unlock_special after report qs
` [PATCH 06/11] rcu: clear t->rcu_read_unlock_special in one go
` [PATCH 07/11] rcu: set special.b.deferred_qs before wake_up()
` [PATCH 08/11] rcu: don't use negative ->rcu_read_lock_nesting
` [PATCH 09/11] rcu: wrap usages of rcu_read_lock_nesting
` [PATCH 10/11] rcu: clear the special.b.need_qs in rcu_note_context_switch()
` [PATCH 11/11] x86,rcu: use percpu rcu_preempt_depth

[PATCH] Doc: convert whatisRCU.txt to rst
 2019-11-01  7:53 UTC  (5+ messages)

[GIT PULL rcu/next + tools/memory-model] RCU and LKMM commits for 5.5
 2019-10-30 11:52 UTC 

[PATCH 2/2] Documentation: RCU: Converted arrayRCU.txt to arrayRCU.rst
 2019-10-28 18:02 UTC  (2+ messages)

[PATCH 2/2] Documentation: RCU: Converted arrayRCU.txt to arrayRCU.rst
 2019-10-28 15:24 UTC 

[PATCH tip/core/rcu 5/9] fs/afs: Replace rcu_swap_protected() with rcu_replace()
 2019-10-28 13:40 UTC  (31+ messages)
` [PATCH tip/core/rcu 0/9] Replace rcu_swap_protected() for v5.5
  ` [PATCH tip/core/rcu 2/9] x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace()
  ` [PATCH tip/core/rcu 4/9] drivers/scsi: "
  ` [PATCH tip/core/rcu 6/9] bpf/cgroup: "
  ` [PATCH tip/core/rcu 8/9] net/netfilter: "
  ` [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  (5+ 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  (13+ messages)
` [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 06/12] rcu: Make CPU-hotplug removal operations enable tick
` [PATCH tip/core/rcu 08/12] rcu: Force tick on for nohz_full CPUs not reaching quiescent states

[PATCH tip/core/rcu 0/9] Torture-test updates
 2019-10-05 16:16 UTC  (4+ messages)
` [PATCH tip/core/rcu 9/9] rcu: Suppress levelspread uninitialized 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).