]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'in-3.1/bug.fixes' into stable/for-linus-3.3.rebased
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 2 Feb 2012 18:58:45 +0000 (13:58 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 2 Feb 2012 18:58:45 +0000 (13:58 -0500)
commit999d5076aa10bfb1e7b26539e7f1fdd0635c3cf1
tree0257fcbcafb81d15b7bd151bda9098b8777abd5c
parent6d75c479d9708d5ed6d99fdef82b4e99355dcf19
parente6cce6f6007e32d9a689b620b575db46642645c1
Merge branch 'in-3.1/bug.fixes' into stable/for-linus-3.3.rebased

* in-3.1/bug.fixes:
  x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardless of lazy_mmu mode.
  xen/i386: follow-up to "replace order-based range checking of M2P table by linear one"
  xen/irq: Alter the locking to use a mutex instead of a spinlock.
  xen/e820: if there is no dom0_mem=, don't tweak extra_pages.
  Revert "xen/e820: if there is no dom0_mem=, don't tweak extra_pages."
  xen/e820: if there is no dom0_mem=, don't tweak extra_pages.
  xen: disable PV spinlocks on HVM
  xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.
  xen: x86_32: do not enable iterrupts when returning from exception in interrupt context
  xen: use maximum reservation to limit amount of usable RAM
  xen: Do not enable PV IPIs when vector callback not present
  xen/x86: replace order-based range checking of M2P table by linear one
  xen: Fix misleading WARN message at xen_release_chunk
  xen: Fix printk() format in xen/setup.c
  xen/grant: Fix compile warning.
  xen:pvhvm: Modpost section mismatch fix
arch/x86/include/asm/xen/page.h
arch/x86/xen/enlighten.c
arch/x86/xen/mmu.c
drivers/xen/grant-table.c