All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Find mirrored memory, use for boot time allocations
@ 2015-05-04 20:52 ` Tony Luck
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Luck @ 2015-05-04 20:52 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

UEFI published the spec that descibes the attribute bit we need to
find out which memory ranges are mirrored. So time to post the real
version of this series.

These patches are against 4.1-rc1 ... I think there are a couple of
trivial conflicts with the current mmotm.

Tony Luck (3):
  mm/memblock: Add extra "flag" to memblock to allow selection of memory
    based on attribute
  mm/memblock: Allocate boot time data structures from mirrored memory
  x86, mirror: x86 enabling - find mirrored memory ranges

 arch/s390/kernel/crash_dump.c |   4 +-
 arch/sparc/mm/init_64.c       |   4 +-
 arch/x86/kernel/check.c       |   2 +-
 arch/x86/kernel/e820.c        |   2 +-
 arch/x86/kernel/setup.c       |   3 ++
 arch/x86/mm/init_32.c         |   2 +-
 arch/x86/platform/efi/efi.c   |  21 ++++++++
 include/linux/efi.h           |   3 ++
 include/linux/memblock.h      |  43 ++++++++++------
 mm/cma.c                      |   4 +-
 mm/memblock.c                 | 113 ++++++++++++++++++++++++++++++++----------
 mm/memtest.c                  |   2 +-
 mm/nobootmem.c                |  12 ++++-
 13 files changed, 162 insertions(+), 53 deletions(-)

-- 
2.1.4

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2015-05-07 21:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 20:52 [PATCH 0/3] Find mirrored memory, use for boot time allocations Tony Luck
2015-05-04 20:52 ` Tony Luck
2015-02-03 22:38 ` [PATCH 2/3] mm/memblock: Allocate boot time data structures from mirrored memory Tony Luck
2015-02-03 22:38   ` Tony Luck
2015-05-06 23:30   ` Andrew Morton
2015-05-06 23:30     ` Andrew Morton
2015-05-07 17:41     ` Tony Luck
2015-05-07 17:41       ` Tony Luck
2015-05-07 21:24     ` Tony Luck
2015-05-07 21:24       ` Tony Luck
2015-05-07 21:30       ` Andrew Morton
2015-05-07 21:30         ` Andrew Morton
2015-02-03 22:40 ` [PATCH 3/3] x86, mirror: x86 enabling - find mirrored memory ranges Tony Luck
2015-02-03 22:40   ` Tony Luck
2015-05-06 23:30   ` Andrew Morton
2015-05-06 23:30     ` Andrew Morton
2015-04-29 18:31 ` [PATCH 1/3] mm/memblock: Add extra "flag" to memblock to allow selection of memory based on attribute Tony Luck
2015-04-29 18:31   ` Tony Luck
2015-05-06 23:29   ` Andrew Morton
2015-05-06 23:29     ` Andrew Morton
2015-05-06 23:29 ` [PATCH 0/3] Find mirrored memory, use for boot time allocations Andrew Morton
2015-05-06 23:29   ` Andrew Morton

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.