rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-09 14:56:45 to 2020-09-28 23:31:55 UTC [more...]

[PATCH tip/core/rcu 0/15]
 2020-09-28 23:31 UTC  (14+ messages)
` [PATCH tip/core/rcu 01/15] lib/debug: Remove pointless ARCH_NO_PREEMPT dependencies
` [PATCH tip/core/rcu 02/15] preempt: Make preempt count unconditional
` [PATCH tip/core/rcu 03/15] preempt: Cleanup PREEMPT_COUNT leftovers
` [PATCH tip/core/rcu 04/15] lockdep: "
` [PATCH tip/core/rcu 05/15] mm/pagemap: "
` [PATCH tip/core/rcu 08/15] sched: "
` [PATCH tip/core/rcu 09/15] ARM: "
` [PATCH tip/core/rcu 10/15] xtensa: "
` [PATCH tip/core/rcu 11/15] drm/i915: "
` [PATCH tip/core/rcu 12/15] rcutorture: "
` [PATCH tip/core/rcu 13/15] preempt: Remove PREEMPT_COUNT from Kconfig
` [PATCH tip/core/rcu 14/15] rcu/tree: Allocate a page when caller is preemptible
` [PATCH tip/core/rcu 15/15] kvfree_rcu(): Fix ifnullfree.cocci warnings

[PATCH] rcu/tree: Correctly handle single cpu check in rcu_blocking_is_gp
 2020-09-28 22:43 UTC  (4+ messages)

[PATCH] kvfree_rcu(): fix ifnullfree.cocci warnings
 2020-09-28 14:02 UTC  (3+ messages)

[PATCH] rcu/tree: nocb: Avoid raising softirq when CBs ready to execute
 2020-09-28 12:46 UTC 

[PATCH] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config
 2020-09-28  3:41 UTC  (5+ messages)

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-26 14:37 UTC  (38+ messages)
` [PATCH 1/4] rcu/tree: Add a work to allocate pages from regular context
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
` [PATCH 3/4] rcu/tree: use "
` [PATCH 4/4] rcu/tree: Use schedule_delayed_work() instead of WQ_HIGHPRI queue

[stable 5.8] rcu: INFO: rcu_sched self-detected stall on CPU - RIP: 0010:trace_graph_return
 2020-09-25 17:58 UTC  (2+ messages)

[PATCH 0/2] two tiny fixes for locktorture
 2020-09-25 17:13 UTC  (14+ messages)
` [PATCH 1/2] locktorture: doesn't check nreaders_stress when no readlock support
        ` [PATCH v2 "
` [PATCH 2/2] locktorture: call percpu_free_rwsem() to do percpu-rwsem cleanup
        ` [PATCH v2 "

[PATCH v6 0/4] Add support for length of each segment in the segcblist
 2020-09-24 23:42 UTC  (6+ messages)
` [PATCH v6 1/4] rcu/tree: Make rcu_do_batch count how many callbacks were executed
` [PATCH v6 2/4] rcu/segcblist: Add counters to segcblist datastructure
` [PATCH v6 3/4] rcu/trace: Add tracing for how segcb list changes
` [PATCH v6 4/4] rcu/segcblist: Remove useless rcupdate.h include

[PATCH V2] rcu/tree: Correctly handle single cpu check in rcu_blocking_is_gp
 2020-09-24  5:00 UTC  (3+ messages)

[GIT PULL rcu-tasks-trace] 50x speedup for synchronize_rcu_tasks_trace()
 2020-09-24  4:29 UTC  (3+ messages)

[PATCH kernel] srcu: Fix static initialization
 2020-09-22 22:00 UTC  (10+ messages)

[PATCH] RCU: export rcu_idle_enter/_exit for loadable modules
 2020-09-22 21:56 UTC  (2+ messages)

[GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning
 2020-09-21 20:56 UTC  (5+ messages)

[PATCH] rcu-tasks: Fix compilation warning with !CONFIG_TASKS_RCU and CONFIG_TINY_RCU
 2020-09-21 19:56 UTC  (8+ messages)

[RFC v5 0/5] Add support length of each segment in the segcblist (breaks TREE04)
 2020-09-21 15:34 UTC  (8+ messages)
` [RFC v5 1/5] rcu/tree: Make rcu_do_batch count how many callbacks were executed
` [RFC v5 2/5] rcu/segcblist: Add counters to segcblist datastructure
` [RFC v5 3/5] rcu: Fix rcu_barrier() breakage from earlier patch
` [RFC v5 4/5] rcu/trace: Add tracing for how segcb list changes
` [RFC v5 5/5] rcu/segcblist: Remove useless rcupdate.h include

[PATCH] rcu/tree: Export rcu_idle_{enter,exit} to module
 2020-09-21 13:38 UTC  (4+ messages)

GPF from __srcu_read_lock() via drm_minor_acquire()
 2020-09-18 19:20 UTC  (4+ messages)

[PATCH RFC tip/core/rcu 0/4] Accelerate RCU Tasks Trace updates
 2020-09-17 21:07 UTC  (16+ messages)
` [PATCH RFC tip/core/rcu 1/4] rcu-tasks: Mark variables static
` [PATCH RFC tip/core/rcu 2/4] rcu-tasks: Use more aggressive polling for RCU Tasks Trace
` [PATCH RFC tip/core/rcu 3/4] rcu-tasks: Selectively enable more RCU Tasks Trace IPIs
` [PATCH RFC tip/core/rcu 4/4] rcu-tasks: Shorten per-grace-period sleep for RCU Tasks Trace
  ` [PATCH tip/core/rcu 1/8] rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()
  ` [PATCH tip/core/rcu 2/8] rcu-tasks: Mark variables static
  ` [PATCH tip/core/rcu 3/8] rcu-tasks: Use more aggressive polling for RCU Tasks Trace
  ` [PATCH tip/core/rcu 4/8] rcu-tasks: Selectively enable more RCU Tasks Trace IPIs
  ` [PATCH tip/core/rcu 5/8] rcu-tasks: Shorten per-grace-period sleep for RCU Tasks Trace
  ` [PATCH tip/core/rcu 6/8] rcu-tasks: Fix grace-period/unlock race in "
  ` [PATCH tip/core/rcu 7/8] rcu-tasks: Fix low-probability task_struct leak
  ` [PATCH tip/core/rcu 8/8] rcu-tasks: Enclose task-list scan in rcu_read_lock()

[patch 06/13] locking/bitspinlock: Clenaup PREEMPT_COUNT leftovers
 2020-09-17 16:28 UTC  (26+ messages)
  ` [patch 04/13] lockdep: "
  ` [patch 00/13] preempt: Make preempt count unconditional
  ` [patch 03/13] preempt: Clenaup PREEMPT_COUNT leftovers
  ` [patch 08/13] sched: "

[PATCH net-next 0/7] rcu: prevent RCU_LOCKDEP_WARN() from swallowing the condition
 2020-09-17 15:14 UTC  (11+ messages)
` [PATCH net-next 1/7] sched: un-hide lockdep_tasklist_lock_is_held() for !LOCKDEP
` [PATCH net-next 2/7] rcu: un-hide lockdep maps "
` [PATCH net-next 3/7] net: un-hide lockdep_sock_is_held() "
` [PATCH net-next 4/7] net: sched: remove broken definitions and un-hide "
` [PATCH net-next 5/7] srcu: use a more appropriate lockdep helper
` [PATCH net-next 6/7] lockdep: provide dummy forward declaration of *_is_held() helpers
` [PATCH net-next 7/7] rcu: prevent RCU_LOCKDEP_WARN() from swallowing the condition

RCU: Question on force_qs_rnp
 2020-09-16  6:32 UTC  (8+ messages)
    ` 回复: "

[PATCH net-next] rcu: prevent RCU_LOCKDEP_WARN() from swallowing the condition
 2020-09-15 17:02 UTC  (9+ messages)

WARNING: suspicious RCU usage: race/events/tlb.h:57 suspicious rcu_dereference_check() usage!
 2020-09-15 10:35 UTC  (3+ messages)

[PATCH] rcu: shrink each possible cpu krcp
 2020-09-14 20:06 UTC  (13+ messages)
  ` 回复: "
              ` (no subject)
                ` RCU: Question rcu_preempt_blocked_readers_cgp in rcu_gp_fqs_loop func
                    ` 回复: "

[GIT PULL tip/core/rcu] RCU commits for v5.10
 2020-09-14 17:46 UTC 


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