Revision 7ee2d2d67144965d9d3607369ab0ebf5bad230c0 authored by Linus Torvalds on 11 September 2014, 23:52:29 UTC, committed by Linus Torvalds on 11 September 2014, 23:52:29 UTC
Pull Xen bug fixes from David Vrabel:
 - fix for PVHVM suspend/resume and migration
 - don't pointlessly retry certain ballooning ops
 - fix gntalloc when grefs have run out.
 - fix PV boot if KSALR is enable or very large modules are used.

* tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  x86/xen: don't copy bogus duplicate entries into kernel page tables
  xen/gntalloc: safely delete grefs in add_grefs() undo path
  xen/gntalloc: fix oops after runnning out of grant refs
  xen/balloon: cancel ballooning if adding new memory failed
  xen/manage: Always freeze/thaw processes when suspend/resuming
2 parent s 018cace + 0b5a506
History
File Mode Size
testcase-data
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 702 bytes
address.c -rw-r--r-- 20.7 KB
base.c -rw-r--r-- 58.7 KB
device.c -rw-r--r-- 4.6 KB
dynamic.c -rw-r--r-- 15.9 KB
fdt.c -rw-r--r-- 27.7 KB
fdt_address.c -rw-r--r-- 6.2 KB
irq.c -rw-r--r-- 15.8 KB
of_mdio.c -rw-r--r-- 7.9 KB
of_mtd.c -rw-r--r-- 2.8 KB
of_net.c -rw-r--r-- 2.4 KB
of_pci.c -rw-r--r-- 3.2 KB
of_pci_irq.c -rw-r--r-- 3.5 KB
of_private.h -rw-r--r-- 3.2 KB
of_reserved_mem.c -rw-r--r-- 7.3 KB
pdt.c -rw-r--r-- 5.9 KB
platform.c -rw-r--r-- 15.6 KB
selftest.c -rw-r--r-- 22.5 KB

back to top