All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/2] Remove ARM meminfo
@ 2014-02-11 21:14 ` Laura Abbott
  0 siblings, 0 replies; 26+ messages in thread
From: Laura Abbott @ 2014-02-11 21:14 UTC (permalink / raw)
  To: Russell King, linux-arm-kernel
  Cc: Laura Abbott, linux-kernel, Leif Lindholm, Grygorii Strashko,
	Catalin Marinas, Rob Herring, Ard Biesheuvel, Will Deacon,
	Nicolas Pitre, Santosh Shilimkar, linux-mm, Andrew Morton,
	Courtney Cavin, Marek Szyprowski, Grant Likely

Hi,

This is v3 of the patch to remove meminfo from arm and use memblock
directly. Testing an

Thanks,
Laura


v3: Fixed compilation issue for CONFIG_SPARSEMEM. Fixed several typos
in spitz.c. Removed early_init_dt_add_memory_arch per Grant's suggestion.

v2: Implemented full commandline support for mem@addr

Laura Abbott (2):
  mm/memblock: add memblock_get_current_limit
  arm: Get rid of meminfo

 arch/arm/include/asm/mach/arch.h         |    4 +-
 arch/arm/include/asm/memblock.h          |    3 +-
 arch/arm/include/asm/setup.h             |   23 ------
 arch/arm/kernel/atags_parse.c            |    5 +-
 arch/arm/kernel/devtree.c                |    5 --
 arch/arm/kernel/setup.c                  |   30 ++------
 arch/arm/mach-clps711x/board-clep7312.c  |    7 +-
 arch/arm/mach-clps711x/board-edb7211.c   |   10 +--
 arch/arm/mach-clps711x/board-p720t.c     |    2 +-
 arch/arm/mach-footbridge/cats-hw.c       |    2 +-
 arch/arm/mach-footbridge/netwinder-hw.c  |    2 +-
 arch/arm/mach-msm/board-halibut.c        |    6 --
 arch/arm/mach-msm/board-mahimahi.c       |   13 +---
 arch/arm/mach-msm/board-msm7x30.c        |    3 +-
 arch/arm/mach-msm/board-sapphire.c       |   13 ++--
 arch/arm/mach-msm/board-trout.c          |    8 +--
 arch/arm/mach-orion5x/common.c           |    3 +-
 arch/arm/mach-orion5x/common.h           |    3 +-
 arch/arm/mach-pxa/cm-x300.c              |    3 +-
 arch/arm/mach-pxa/corgi.c                |   10 +--
 arch/arm/mach-pxa/eseries.c              |    9 +--
 arch/arm/mach-pxa/poodle.c               |    8 +--
 arch/arm/mach-pxa/spitz.c                |    8 +--
 arch/arm/mach-pxa/tosa.c                 |    8 +--
 arch/arm/mach-realview/core.c            |   11 +--
 arch/arm/mach-realview/core.h            |    3 +-
 arch/arm/mach-realview/realview_pb1176.c |    8 +--
 arch/arm/mach-realview/realview_pbx.c    |   17 ++---
 arch/arm/mach-s3c24xx/mach-smdk2413.c    |    8 +--
 arch/arm/mach-s3c24xx/mach-vstms.c       |    8 +--
 arch/arm/mach-sa1100/assabet.c           |    2 +-
 arch/arm/mm/init.c                       |   67 +++++++-----------
 arch/arm/mm/mmu.c                        |  115 +++++++++---------------------
 include/linux/memblock.h                 |    2 +
 mm/memblock.c                            |    5 ++
 35 files changed, 143 insertions(+), 291 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation


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

end of thread, other threads:[~2014-02-13  2:17 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11 21:14 [PATCHv3 0/2] Remove ARM meminfo Laura Abbott
2014-02-11 21:14 ` Laura Abbott
2014-02-11 21:14 ` Laura Abbott
2014-02-11 21:14 ` [PATCHv3 1/2] mm/memblock: add memblock_get_current_limit Laura Abbott
2014-02-11 21:14   ` Laura Abbott
2014-02-11 21:21   ` Andrew Morton
2014-02-11 21:21     ` Andrew Morton
2014-02-11 21:14 ` [PATCHv3 2/2] arm: Get rid of meminfo Laura Abbott
2014-02-11 21:14   ` Laura Abbott
2014-02-11 21:14   ` Laura Abbott
2014-02-11  3:33   ` Kukjin Kim
2014-02-11  3:33     ` Kukjin Kim
2014-02-11  3:33     ` Kukjin Kim
2014-02-11  3:33     ` Kukjin Kim
2014-02-12  5:09   ` Kukjin Kim
2014-02-12  5:09     ` Kukjin Kim
2014-02-12  5:09     ` Kukjin Kim
2014-02-12  8:27   ` Marek Szyprowski
2014-02-12  8:27     ` Marek Szyprowski
2014-02-12  8:27     ` Marek Szyprowski
2014-02-12 15:09   ` Grygorii Strashko
2014-02-12 15:09     ` Grygorii Strashko
2014-02-12 15:09     ` Grygorii Strashko
2014-02-13  2:17     ` Laura Abbott
2014-02-13  2:17       ` Laura Abbott
2014-02-13  2:17       ` Laura Abbott

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.