Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2020-09-30 12:35:42 to 2020-10-29 20:13:49 UTC [more...]

[PATCH 01/16] rcu/tree: Add a work to allocate pages from regular context
 2020-10-29 20:13 UTC  (18+ messages)
` [PATCH 02/16] lib/debug: Remove pointless ARCH_NO_PREEMPT dependencies
` [PATCH 03/16] preempt: Make preempt count unconditional
` [PATCH 04/16] preempt: Cleanup PREEMPT_COUNT leftovers
` [PATCH 05/16] lockdep: "
` [PATCH 06/16] mm/pagemap: "
` [PATCH 07/16] locking/bitspinlock: "
` [PATCH 08/16] uaccess: "
` [PATCH 09/16] sched: "
` [PATCH 10/16] ARM: "
` [PATCH 11/16] xtensa: "
` [PATCH 12/16] drm/i915: "
` [PATCH 13/16] rcutorture: "
` [PATCH 14/16] preempt: Remove PREEMPT_COUNT from Kconfig
` [PATCH 15/16] rcu/tree: Allocate a page when caller is preemptible
` [PATCH 16/16] rcu/tree: Use delayed work instead of hrtimer to refill the cache

[PATCH] stop_machine: Mark functions as notrace
 2020-10-29 18:46 UTC  (15+ messages)

[PATCH v1] kernel.h: Split out mathematical helpers
 2020-10-28 17:32 UTC 

[PATCH v2 1/1] rcu/tree: Drop the lock before entering to page allocator
 2020-10-28 15:54 UTC  (2+ messages)

[PATCH v8 0/6] Add support for length of each segment in the segcblist
 2020-10-27 17:30 UTC  (16+ messages)
` [PATCH v8 1/6] rcu/tree: Make rcu_do_batch count how many callbacks were executed
` [PATCH v8 2/6] rcu/segcblist: Add counters to segcblist datastructure
` [PATCH v8 3/6] rcu/trace: Add tracing for how segcb list changes
` [PATCH v8 4/6] rcu/segcblist: Remove useless rcupdate.h include
` [PATCH v8 5/6] rcu/tree: segcblist: Remove redundant smp_mb()s
` [PATCH v8 6/6] rcu/segcblist: Add additional comments to explain smp_mb()

[BUG] Lockdep splat during kvfree_call_rcu and stack_depot_save
 2020-10-26 15:15 UTC  (2+ messages)

[PATCH v7 0/6] Add support for length of each segment in the segcblist
 2020-10-21 22:31 UTC  (25+ messages)
` [PATCH v7 1/6] rcu/tree: Make rcu_do_batch count how many callbacks were executed
` [PATCH v7 2/6] rcu/segcblist: Add counters to segcblist datastructure
` [PATCH v7 3/6] rcu/trace: Add tracing for how segcb list changes
` [PATCH v7 4/6] rcu/segcblist: Remove useless rcupdate.h include
` [PATCH v7 5/6] rcu/tree: Remove redundant smp_mb() in rcu_do_batch
` [PATCH v7 6/6] rcu/segcblist: Add additional comments to explain smp_mb()

[PATCH] rcu-tasks: Add missing inline to show_rcu_tasks_rude_gp_kthread() dummy
 2020-10-17 15:38 UTC  (2+ messages)

Disinfectant
 2020-10-16  8:06 UTC 

[PATCH] docs/rcu: update the api of call_rcu()
 2020-10-15 17:38 UTC 

[PATCH] RCU: fix a typo in comments of rcu_blocking_is_gp
 2020-10-15 17:37 UTC  (2+ messages)

[PATCH v6 0/4] Add support for length of each segment in the segcblist
 2020-10-15  0:05 UTC  (14+ 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 70/80] rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpu
 2020-10-14  1:55 UTC  (4+ messages)

[PATCH] rcutorture: remove unneeded check
 2020-10-10 18:07 UTC  (9+ messages)

[tip: core/rcu] rcutorture: Cleanup PREEMPT_COUNT leftovers
 2020-10-09 17:01 UTC 

[tip: core/rcu] doc: Drop doubled words from RCU requirements documentation
 2020-10-09  6:35 UTC 

[tip: core/rcu] doc: Drop doubled words from RCU Data-Structures.rst
 2020-10-09  6:35 UTC 

[GIT PULL tip/core/rcu] RCU commits for v5.10
 2020-10-09  6:27 UTC  (2+ messages)

[PATCH v2] rcu/tree: nocb: Avoid raising softirq when there are ready to execute CBs
 2020-10-08 18:36 UTC  (7+ messages)

[PATCH] srcu: avoid escaped section names
 2020-10-07 21:05 UTC  (28+ messages)
` [PATCH v2] "
      ` [RFC PATCH next-20200930] treewide: Convert macro and uses of __section(foo) to __section("foo")

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-10-07 11:02 UTC  (28+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func

[PATCH 0/4] linu-next next-20201006 document build fixes
 2020-10-06 16:36 UTC  (3+ messages)
` [PATCH 3/4] docs: RCU: Requirements.rst: fix a list block

[PATCH 0/4] treewide: Make definitions of struct kernel_param_ops const
 2020-10-04 15:54 UTC  (6+ messages)
` [PATCH 3/4] rcu/tree: Make struct kernel_param_ops definitions const
` Where is the declaration of buffer used in kernel_param_ops .get functions?

[PATCH 1/2] rcu/tree: Add a warning if CPU being onlined did not report QS already
 2020-10-02 23:14 UTC  (6+ messages)
` [PATCH 2/2] docs: Update RCU's hotplug requirements with a bit about design

[PATCH tip/core/rcu 0/15]
 2020-10-02 14:12 UTC  (16+ messages)
` [PATCH tip/core/rcu 11/15] drm/i915: Cleanup PREEMPT_COUNT leftovers
` [PATCH tip/core/rcu 14/15] rcu/tree: Allocate a page when caller is preemptible

Internal error: Oops: __traceiter_rcu_dyntick and rcu_nmi_enter
 2020-10-02  9:09 UTC 

[RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
 2020-09-30 20:36 UTC  (22+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox