rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-08 01:47:52 to 2019-11-11 08:33:07 UTC [more...]

[PATCH v3] selinux: cache the SID -> context string translation
 2019-11-11  8:32 UTC  (4+ messages)

[PATCH v2] Documentation: RCU: rcubarrier: Convert to reST
 2019-11-07 14:29 UTC  (3+ messages)

[PATCH] Documentation: RCU: rcubarrier: Convert to reST
 2019-11-07  9:55 UTC  (5+ messages)
` [Linux-kernel-mentees] "

RE:faktura cislo 207427
 2019-11-07  7:34 UTC 

[PATCH] Doc: Improve format for whatisRCU.rst
 2019-11-06 16:59 UTC  (11+ messages)
` [Linux-kernel-mentees] "
  ` [PATCH] Doc: whatisRCU: Add more Markup
      ` [PATCH] doc: Convert whatisRCU.txt to .rst
      ` Re: [Linux-kernel-mentees] [PATCH] Doc: whatisRCU: Add more Markup

[PATCH v2] Documentation: RCU: whatisRCU: Fix formatting for section 2
 2019-11-05 18:51 UTC  (2+ messages)

[PATCH] Documentation: RCU: whatisRCU: Fix formatting for section 2
 2019-11-05 16:20 UTC  (10+ messages)

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

[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 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 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 0/9] Replace rcu_swap_protected() for v5.5
 2019-10-28 13:40 UTC  (21+ messages)
` [PATCH tip/core/rcu 4/9] drivers/scsi: Replace rcu_swap_protected() with rcu_replace()
` [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  (8+ 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).