Linux RCU subsystem development
 help / color / mirror / Atom feed
* [PATCH rcu 0/8] kvfree_rcu updates for v6.3
@ 2023-01-05  0:24 Paul E. McKenney
  2023-01-05  0:24 ` [PATCH rcu 1/8] rcu: Refactor kvfree_call_rcu() and high-level helpers Paul E. McKenney
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Paul E. McKenney @ 2023-01-05  0:24 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series contains a few kvfree_rcu() updates:

1.	Refactor kvfree_call_rcu() and high-level helpers, courtesy of
	"Uladzislau Rezki (Sony)".

2.	Switch to a generic linked list API, courtesy of "Uladzislau Rezki
	(Sony)".

3.	Move bulk/list reclaim to separate functions, courtesy of
	"Uladzislau Rezki (Sony)".

4.	Move need_offload_krc() out of krcp->lock, courtesy of "Uladzislau
	Rezki (Sony)".

5.	Use a polled API to speedup a reclaim process, courtesy of
	"Uladzislau Rezki (Sony)".

6.	Use READ_ONCE() when access to krcp->head, courtesy of "Uladzislau
	Rezki (Sony)".

7.	Carefully reset number of objects in krcp, courtesy of "Uladzislau
	Rezki (Sony)".

8.	Split ready for reclaim objects from a batch, courtesy of
	"Uladzislau Rezki (Sony)".

						Thanx, Paul

------------------------------------------------------------------------

 b/include/linux/rcupdate.h |    5 
 b/include/linux/rcutiny.h  |   12 -
 b/include/linux/rcutree.h  |    2 
 b/kernel/rcu/tiny.c        |    9 -
 b/kernel/rcu/tree.c        |   29 +--
 kernel/rcu/tree.c          |  392 +++++++++++++++++++++++++++------------------
 6 files changed, 261 insertions(+), 188 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-02-03  1:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05  0:24 [PATCH rcu 0/8] kvfree_rcu updates for v6.3 Paul E. McKenney
2023-01-05  0:24 ` [PATCH rcu 1/8] rcu: Refactor kvfree_call_rcu() and high-level helpers Paul E. McKenney
2023-01-05  0:24 ` [PATCH rcu 2/8] rcu/kvfree: Switch to a generic linked list API Paul E. McKenney
2023-01-05  0:24 ` [PATCH rcu 3/8] rcu/kvfree: Move bulk/list reclaim to separate functions Paul E. McKenney
2023-01-05  0:24 ` [PATCH rcu 4/8] rcu/kvfree: Move need_offload_krc() out of krcp->lock Paul E. McKenney
2023-01-05  0:24 ` [PATCH rcu 5/8] rcu/kvfree: Use a polled API to speedup a reclaim process Paul E. McKenney
2023-01-05  0:24 ` [PATCH rcu 6/8] rcu/kvfree: Use READ_ONCE() when access to krcp->head Paul E. McKenney
2023-01-05  0:24 ` [PATCH rcu 7/8] rcu/kvfree: Carefully reset number of objects in krcp Paul E. McKenney
2023-01-05  0:24 ` [PATCH rcu 8/8] rcu/kvfree: Split ready for reclaim objects from a batch Paul E. McKenney
2023-02-03  1:43 ` [PATCH rcu 9/8] Add kvfree_rcu_mightsleep() and kfree_rcu_mightsleep() Paul E. McKenney

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