linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] um: Memory related cleanups
@ 2025-10-26 23:59 Tiwei Bie
  2025-10-26 23:59 ` [PATCH 1/3] um: Use PAGE_ALIGN() for address alignment Tiwei Bie
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tiwei Bie @ 2025-10-26 23:59 UTC (permalink / raw)
  To: richard, anton.ivanov, johannes; +Cc: linux-um, tiwei.btw, tiwei.bie

From: Tiwei Bie <tiwei.btw@antgroup.com>

Tiwei Bie (3):
  um: Use PAGE_ALIGN() for address alignment
  um: Replace UML_ROUND_UP() with PAGE_ALIGN()
  um: Remove file-based iomem emulation support

 arch/um/Kconfig                    |   6 --
 arch/um/drivers/Makefile           |   1 -
 arch/um/drivers/mmapper_kern.c     | 135 -----------------------------
 arch/um/include/asm/pgtable.h      |   4 +-
 arch/um/include/shared/kern_util.h |   4 -
 arch/um/include/shared/mem_user.h  |  13 ---
 arch/um/kernel/mem.c               |   4 +-
 arch/um/kernel/physmem.c           |  71 ---------------
 arch/um/kernel/um_arch.c           |  19 ++--
 arch/um/os-Linux/skas/process.c    |   7 --
 arch/um/os-Linux/start_up.c        |  50 -----------
 11 files changed, 9 insertions(+), 305 deletions(-)
 delete mode 100644 arch/um/drivers/mmapper_kern.c


base-commit: 211ddde0823f1442e4ad052a2f30f050145ccada
-- 
2.34.1



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

end of thread, other threads:[~2025-10-26 23:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-26 23:59 [PATCH 0/3] um: Memory related cleanups Tiwei Bie
2025-10-26 23:59 ` [PATCH 1/3] um: Use PAGE_ALIGN() for address alignment Tiwei Bie
2025-10-26 23:59 ` [PATCH 2/3] um: Replace UML_ROUND_UP() with PAGE_ALIGN() Tiwei Bie
2025-10-26 23:59 ` [PATCH 3/3] um: Remove file-based iomem emulation support Tiwei Bie

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).