Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Mar 2011 17:32:15 +0000 (10:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Mar 2011 17:32:15 +0000 (10:32 -0700)
commitc7146dd0090b9c98ae8525900abf1c38fc7e4e0d
treeadf7835f39694f1c575a288e0f206825d73ed538
parent521cb40b0c44418a4fd36dc633f575813d59a43d
parent706cc9d2a4cb9b03217e15b0bb3d117f4d5109ee
parent86b32122fd54addc9af01f8b919c65d3f49090a3
Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git./linux/kernel/git/konrad/xen

* 'stable/p2m-identity.v4.9.1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
  xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set..
  xen/m2p: No need to catch exceptions when we know that there is no RAM
  xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.
  xen/debugfs: Add 'p2m' file for printing out the P2M layout.
  xen/setup: Set identity mapping for non-RAM E820 and E820 gaps.
  xen/mmu: WARN_ON when racing to swap middle leaf.
  xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.
  xen/mmu: Add the notion of identity (1-1) mapping.
  xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.

* 'stable/e820' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
  xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest and fix overflow.
  xen/setup: Inhibit resource API from using System RAM E820 gaps as PCI mem gaps.
arch/x86/xen/mmu.c
arch/x86/xen/p2m.c
arch/x86/xen/setup.c