All of lore.kernel.org
 help / color / mirror / Atom feed
* [V2 patch 0/6] mm/vmalloc: Assorted fixes and improvements
@ 2023-05-25 12:57 Thomas Gleixner
  2023-05-25 12:57 ` [V2 patch 1/6] mm/vmalloc: Prevent stale TLBs in fully utilized blocks Thomas Gleixner
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Thomas Gleixner @ 2023-05-25 12:57 UTC (permalink / raw)
  To: linux-mm
  Cc: Andrew Morton, Christoph Hellwig, Uladzislau Rezki,
	Lorenzo Stoakes, Peter Zijlstra, Baoquan He

This an update of version 1 which can be found here:

  https://lore.kernel.org/mm/20230523135902.517032811@linutronix.de

Following up to the discussion about excessive TLB flushes

   https://lore.kernel.org/all/87a5y5a6kj.ffs@tglx

this series addresses the following issues:

  1) Prevent the stale TLB problem related to fully utilized vmap blocks

  2) Avoid the double per CPU list walk in _vm_unmap_aliases()

  3) Avoid flushing dirty space over and over

  4) Add a lockless quickcheck in vb_alloc() and add missing
     READ/WRITE_ONCE() annotations

  5) Prevent overeager purging of usable vmap_blocks if
     not under memory/address space pressure.

Changes vs. version 1:

  - Coding style issues
  - Remove unneccesary force_purge arguments
  - Amend changelog of 1/6
  - Pick up Reviewed-by tags where applicable

Thanks,

	tglx


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

end of thread, other threads:[~2023-05-27 19:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-25 12:57 [V2 patch 0/6] mm/vmalloc: Assorted fixes and improvements Thomas Gleixner
2023-05-25 12:57 ` [V2 patch 1/6] mm/vmalloc: Prevent stale TLBs in fully utilized blocks Thomas Gleixner
2023-05-25 12:57 ` [V2 patch 2/6] mm/vmalloc: Avoid iterating over per CPU vmap blocks twice Thomas Gleixner
2023-05-26  7:55   ` Christoph Hellwig
2023-05-27 17:38   ` Lorenzo Stoakes
2023-05-25 12:57 ` [V2 patch 3/6] mm/vmalloc: Prevent flushing dirty space over and over Thomas Gleixner
2023-05-26  7:56   ` Christoph Hellwig
2023-05-27 18:19   ` Lorenzo Stoakes
2023-05-25 12:57 ` [V2 patch 4/6] mm/vmalloc: Check free space in vmap_block lockless Thomas Gleixner
2023-05-26  7:56   ` Christoph Hellwig
2023-05-27 18:27   ` Lorenzo Stoakes
2023-05-25 12:57 ` [V2 patch 5/6] mm/vmalloc: Add missing READ/WRITE_ONCE() annotations Thomas Gleixner
2023-05-26  7:56   ` Christoph Hellwig
2023-05-27 19:06   ` Lorenzo Stoakes
2023-05-25 12:57 ` [V2 patch 6/6] mm/vmalloc: Dont purge usable blocks unnecessarily Thomas Gleixner
2023-05-27 19:28   ` Lorenzo Stoakes
2023-05-27 10:21 ` [V2 patch 0/6] mm/vmalloc: Assorted fixes and improvements Baoquan He

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.