linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] mm/vmalloc: cleanup after hugepage series
@ 2021-01-26  4:53 Nicholas Piggin
  2021-01-26  4:54 ` [PATCH 1/5] mm/vmalloc: remove map_kernel_range Nicholas Piggin
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Nicholas Piggin @ 2021-01-26  4:53 UTC (permalink / raw)
  To: linux-mm, Andrew Morton; +Cc: Nicholas Piggin, linux-kernel, Christoph Hellwig

Christoph pointed out some overdue cleanups required after the huge
page series, and I had some other comment and warning changes.

Thanks,
Nick

Nicholas Piggin (5):
  mm/vmalloc: remove map_kernel_range
  kernel/dma: remove unnecessary unmap_kernel_range
  powerpc/xive: remove unnecessary unmap_kernel_range
  mm/vmalloc: remove unmap_kernel_range
  mm/vmalloc: improve allocation failure error messages

 Documentation/core-api/cachetlb.rst |   4 +-
 arch/arm64/mm/init.c                |   2 +-
 arch/powerpc/kernel/isa-bridge.c    |   4 +-
 arch/powerpc/kernel/pci_64.c        |   2 +-
 arch/powerpc/mm/ioremap.c           |   2 +-
 arch/powerpc/sysdev/xive/common.c   |   4 -
 drivers/pci/pci.c                   |   2 +-
 include/linux/vmalloc.h             |  19 +---
 kernel/dma/remap.c                  |   1 -
 mm/internal.h                       |   7 ++
 mm/percpu-vm.c                      |   7 +-
 mm/vmalloc.c                        | 164 ++++++++++++++--------------
 12 files changed, 104 insertions(+), 114 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2021-01-27 23:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26  4:53 [PATCH 0/5] mm/vmalloc: cleanup after hugepage series Nicholas Piggin
2021-01-26  4:54 ` [PATCH 1/5] mm/vmalloc: remove map_kernel_range Nicholas Piggin
2021-01-26  6:37   ` Christoph Hellwig
2021-01-26  4:54 ` [PATCH 2/5] kernel/dma: remove unnecessary unmap_kernel_range Nicholas Piggin
2021-01-26  6:38   ` Christoph Hellwig
2021-01-26 22:08   ` Konrad Rzeszutek Wilk
2021-01-27  7:10     ` Christoph Hellwig
2021-01-27 23:44       ` Nicholas Piggin
2021-01-26  4:54 ` [PATCH 3/5] powerpc/xive: " Nicholas Piggin
2021-01-26  6:38   ` Christoph Hellwig
2021-01-26  7:25   ` Cédric Le Goater
2021-01-26  4:54 ` [PATCH 4/5] mm/vmalloc: remove unmap_kernel_range Nicholas Piggin
2021-01-26  6:38   ` Christoph Hellwig
2021-01-26  4:54 ` [PATCH 5/5] mm/vmalloc: improve allocation failure error messages Nicholas Piggin
2021-01-26  6:39   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).