[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1532325418-22617-1-git-send-email-rppt@linux.vnet.ibm.com>
Date: Mon, 23 Jul 2018 08:56:54 +0300
From: Mike Rapoport <rppt@...ux.vnet.ibm.com>
To: Tony Luck <tony.luck@...el.com>, Fenghua Yu <fenghua.yu@...el.com>
Cc: Michal Hocko <mhocko@...nel.org>, linux-ia64@...r.kernel.org,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Mike Rapoport <rppt@...ux.vnet.ibm.com>
Subject: [PATCH 0/4] ia64: switch to NO_BOOTMEM
Hi,
These patches convert ia64 to use NO_BOOTMEM.
The first two patches are cleanups, the third patches reduces usage of
'struct bootmem_data' for easier transition and the forth patch actually
replaces bootmem with memblock + nobootmem.
I've tested the sim_defconfig with the ski simulator and build tested other
defconfigs.
Mike Rapoport (4):
ia64: contig/paging_init: reduce code duplication
ia64: remove unused num_dma_physpages member from 'struct early_node_data'
ia64: use mem_data to detect nodes' minimal and maximal PFNs
ia64: switch to NO_BOOTMEM
arch/ia64/Kconfig | 1 +
arch/ia64/kernel/setup.c | 11 +++-
arch/ia64/mm/contig.c | 75 +++-----------------------
arch/ia64/mm/discontig.c | 134 ++++++-----------------------------------------
4 files changed, 33 insertions(+), 188 deletions(-)
--
2.7.4
Powered by blists - more mailing lists