messages from 2020-10-05 14:12:41 to 2020-11-05 23:04:46 UTC [more...]
[PATCH tip/core/rcu 0/4] Documentations updates for v5.11
2020-11-05 23:04 UTC
[PATCH tip/core/rcu 0/2] smp_call_function updates for v5.11
2020-11-05 23:01 UTC (3+ messages)
` [PATCH tip/core/rcu 1/2] x86/cpu: Avoid cpuinfo-induced IPI pileups
` [PATCH tip/core/rcu 2/2] x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUs
[PATCH v9 0/7] Add support for length of each segment in the segcblist
2020-11-05 18:55 UTC (27+ messages)
` [PATCH v9 1/7] rcu/tree: Make rcu_do_batch count how many callbacks were executed
` [PATCH v9 2/7] rcu/segcblist: Add counters to segcblist datastructure
` [PATCH v9 3/7] srcu: Fix invoke_rcu_callbacks() segcb length adjustment
` [PATCH v9 4/7] rcu/trace: Add tracing for how segcb list changes
` [PATCH v9 5/7] rcu/segcblist: Remove useless rcupdate.h include
` [PATCH v9 6/7] rcu/tree: segcblist: Remove redundant smp_mb()s
` [PATCH v9 7/7] rcu/segcblist: Add additional comments to explain smp_mb()
[PATCH v8 0/6] Add support for length of each segment in the segcblist
2020-11-05 3:37 UTC (18+ 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()
[PATCH 01/16] rcu/tree: Add a work to allocate pages from regular context
2020-11-04 18:38 UTC (36+ 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-11-03 15:33 UTC (20+ messages)
[PATCH] tools/rcutorture: Fix BUG parsing of console.log
2020-11-03 4:14 UTC (2+ messages)
RCU stall uses try_invoke_on_locked_down_task() with disabled interrupts
2020-11-02 15:42 UTC (5+ 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)
[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 (25+ 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 (23+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox