All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] slab updates for 6.7
@ 2023-10-27 14:38 Vlastimil Babka
  2023-10-31  5:42 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Vlastimil Babka @ 2023-10-27 14:38 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: David Rientjes, Joonsoo Kim, Christoph Lameter, Pekka Enberg,
	Andrew Morton, linux-mm@kvack.org, LKML, patches, Roman Gushchin,
	Hyeonggon Yoo, Feng Tang, Jay Patel

Hi Linus,

once the merge window opens, please pull the latest slab updates from:

  git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.7

Thanks,
Vlastimil

======================================

* SLUB: slab order calculation refactoring (Vlastimil Babka, Feng Tang)

  Recent proposals to tune the slab order calculations have prompted us to
  look at the current code and refactor it to make it easier to follow and
  eliminate some odd corner cases. The refactoring is mostly non-functional
  changes, but should make the actual tuning easier to implement and review.

----------------------------------------------------------------
Feng Tang (1):
      mm/slub: add sanity check for slub_min/max_order cmdline setup

Vlastimil Babka (4):
      mm/slub: simplify the last resort slab order calculation
      mm/slub: remove min_objects loop from calculate_order()
      mm/slub: attempt to find layouts up to 1/2 waste in calculate_order()
      mm/slub: refactor calculate_order() and calc_slab_order()

 mm/slub.c | 73 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 37 deletions(-)

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

end of thread, other threads:[~2023-10-31  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27 14:38 [GIT PULL] slab updates for 6.7 Vlastimil Babka
2023-10-31  5:42 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.