All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1][linux-yocto] Fix boot failure with less than 17 MB RAM
@ 2011-07-14 22:27 Darren Hart
  2011-07-14 22:27 ` [PATCH 1/1] mm: use alloc_bootmem_node_nopanic() on really needed path Darren Hart
  2011-07-15 13:56 ` [PATCH 0/1][linux-yocto] Fix boot failure with less than 17 MB RAM Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-07-14 22:27 UTC (permalink / raw)
  To: yocto, bruce.ashfield

From: Darren Hart <dvhart@linux.intel.com>

The following patch from mainline addresses an issues that prevented my
qemu testing from booting in less than 17M of memory. With this page,
the kernel can boot to init in 8M of memory.

Apply to yocto/standard/base

The following changes since commit bb8e31f2c99f5e007660d4540df246fb7ecfa746:

  USB: ehci: remove structure packing from ehci_def (2011-06-22 14:23:26 -0400)

are available in the git repository at:
  git://git.yoctoproject.org/linux-yocto-2.6.37-contrib dvhart/mm
  http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=dvhart/mm

Yinghai Lu (1):
  mm: use alloc_bootmem_node_nopanic() on really needed path

 include/linux/bootmem.h |    2 ++
 mm/page_alloc.c         |    7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)



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

end of thread, other threads:[~2011-07-15 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14 22:27 [PATCH 0/1][linux-yocto] Fix boot failure with less than 17 MB RAM Darren Hart
2011-07-14 22:27 ` [PATCH 1/1] mm: use alloc_bootmem_node_nopanic() on really needed path Darren Hart
2011-07-15 13:56 ` [PATCH 0/1][linux-yocto] Fix boot failure with less than 17 MB RAM Bruce Ashfield

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.