public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] debugobjects: Add hlist_cut_number() and use it to optimize code
@ 2024-09-04 13:41 Zhen Lei
  2024-09-04 13:41 ` [PATCH 1/3] list: add hlist_cut_number() Zhen Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Zhen Lei @ 2024-09-04 13:41 UTC (permalink / raw)
  To: Andrew Morton, Thomas Gleixner, linux-kernel, David Gow,
	linux-kselftest, kunit-dev
  Cc: Zhen Lei


Zhen Lei (3):
  list: add hlist_cut_number()
  list: test: Add a test for hlist_cut_number()
  debugobjects: Use hlist_cut_number() to optimize performance and
    improve readability

 include/linux/list.h |  44 +++++++++++++++++
 lib/debugobjects.c   | 115 ++++++++++++++++++-------------------------
 lib/list-test.c      |  51 +++++++++++++++++++
 3 files changed, 143 insertions(+), 67 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-10-07 12:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 13:41 [PATCH 0/3] debugobjects: Add hlist_cut_number() and use it to optimize code Zhen Lei
2024-09-04 13:41 ` [PATCH 1/3] list: add hlist_cut_number() Zhen Lei
2024-09-04 13:41 ` [PATCH 2/3] list: test: Add a test for hlist_cut_number() Zhen Lei
2024-09-07  6:49   ` David Gow
2024-09-04 13:41 ` [PATCH 3/3] debugobjects: Use hlist_cut_number() to optimize performance and improve readability Zhen Lei
2024-09-09 18:41   ` Thomas Gleixner
2024-09-10  4:00     ` Leizhen (ThunderTown)
2024-09-10 11:44       ` Thomas Gleixner
2024-09-11  7:44         ` Leizhen (ThunderTown)
2024-09-11  8:54           ` Thomas Gleixner
2024-09-11  9:38             ` Leizhen (ThunderTown)
2024-10-07 12:22             ` Thomas Gleixner

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