All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] init_mm: setup init_mm text/data/brk by new setup_initial_init_mm() helper
@ 2021-05-29 10:54 Kefeng Wang
  2021-05-29 10:54 ` [PATCH 01/15] mm: add " Kefeng Wang
                   ` (14 more replies)
  0 siblings, 15 replies; 43+ messages in thread
From: Kefeng Wang @ 2021-05-29 10:54 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Kefeng Wang

Add setup_initial_init_mm() helper and use it to cleanup the text,
data and brk setup code.

Kefeng Wang (15):
  mm: add setup_initial_init_mm() helper
  arc: convert to setup_initial_init_mm()
  arm: convert to setup_initial_init_mm()
  arm64: convert to setup_initial_init_mm()
  csky: convert to setup_initial_init_mm()
  h8300: convert to setup_initial_init_mm()
  m68k: convert to setup_initial_init_mm()
  nds32: convert to setup_initial_init_mm()
  nios2: convert to setup_initial_init_mm()
  openrisc: convert to setup_initial_init_mm()
  powerpc: convert to setup_initial_init_mm()
  riscv: convert to setup_initial_init_mm()
  s390: convert to setup_initial_init_mm()
  sh: convert to setup_initial_init_mm()
  x86: convert to setup_initial_init_mm()

 arch/arc/mm/init.c                 |  5 +----
 arch/arm/kernel/setup.c            |  5 +----
 arch/arm64/kernel/setup.c          |  5 +----
 arch/csky/kernel/setup.c           |  5 +----
 arch/h8300/kernel/setup.c          |  5 +----
 arch/m68k/kernel/setup_mm.c        |  5 +----
 arch/m68k/kernel/setup_no.c        |  5 +----
 arch/nds32/kernel/setup.c          |  5 +----
 arch/nios2/kernel/setup.c          |  5 +----
 arch/openrisc/kernel/setup.c       |  5 +----
 arch/powerpc/kernel/setup-common.c |  5 +----
 arch/riscv/kernel/setup.c          |  5 +----
 arch/s390/kernel/setup.c           |  5 +----
 arch/sh/kernel/setup.c             |  5 +----
 arch/x86/kernel/setup.c            |  5 +----
 include/linux/mm_types.h           | 10 ++++++++++
 16 files changed, 25 insertions(+), 60 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-06-02 13:13 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-29 10:54 [PATCH 00/15] init_mm: setup init_mm text/data/brk by new setup_initial_init_mm() helper Kefeng Wang
2021-05-29 10:54 ` [PATCH 01/15] mm: add " Kefeng Wang
2021-05-31  7:45   ` Geert Uytterhoeven
2021-05-31 13:42     ` Kefeng Wang
2021-05-29 10:54 ` [PATCH 02/15] arc: convert to setup_initial_init_mm() Kefeng Wang
2021-05-29 10:54   ` Kefeng Wang
2021-05-29 10:54 ` [PATCH 03/15] arm: " Kefeng Wang
2021-05-29 10:54   ` Kefeng Wang
2021-05-29 12:18   ` Russell King (Oracle)
2021-05-29 12:18     ` Russell King (Oracle)
2021-05-31  1:10     ` Kefeng Wang
2021-05-31  1:10       ` Kefeng Wang
2021-05-29 10:54 ` [PATCH 04/15] arm64: " Kefeng Wang
2021-05-29 10:54   ` Kefeng Wang
2021-05-29 10:54 ` [PATCH 05/15] csky: " Kefeng Wang
2021-05-30  0:23   ` Guo Ren
2021-05-29 10:54 ` [PATCH 06/15] h8300: " Kefeng Wang
2021-05-31  7:48   ` Geert Uytterhoeven
2021-05-29 10:54 ` [PATCH 07/15] m68k: " Kefeng Wang
2021-05-31  7:48   ` Geert Uytterhoeven
2021-06-02 13:13     ` Greg Ungerer
2021-05-29 10:54 ` [PATCH 08/15] nds32: " Kefeng Wang
2021-05-29 10:54 ` [PATCH 09/15] nios2: " Kefeng Wang
2021-05-29 10:54 ` [PATCH 10/15] openrisc: " Kefeng Wang
2021-05-29 10:54   ` [OpenRISC] " Kefeng Wang
2021-05-29 13:48   ` Stafford Horne
2021-05-29 13:48     ` [OpenRISC] " Stafford Horne
2021-05-29 10:55 ` [PATCH 11/15] powerpc: " Kefeng Wang
2021-05-29 10:55   ` Kefeng Wang
2021-05-29 12:46   ` Santosh Sivaraj
2021-05-29 15:22     ` Christophe Leroy
2021-05-29 15:22       ` Christophe Leroy
2021-05-31  1:02       ` Kefeng Wang
2021-05-31  1:02         ` Kefeng Wang
2021-05-29 16:16   ` Christophe Leroy
2021-05-29 16:16     ` Christophe Leroy
2021-05-31  1:05     ` Kefeng Wang
2021-05-31  1:05       ` Kefeng Wang
2021-05-29 10:55 ` [PATCH 12/15] riscv: " Kefeng Wang
2021-05-29 10:55   ` Kefeng Wang
2021-05-29 10:55 ` [PATCH 13/15] s390: " Kefeng Wang
2021-05-29 10:55 ` [PATCH 14/15] sh: " Kefeng Wang
2021-05-29 10:55 ` [PATCH 15/15] x86: " Kefeng Wang

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.