https://github.com/torvalds/linux
Revision 81250437a55044edf16d2cc484da4fb837489317 authored by Linus Torvalds on 28 March 2014, 17:52:05 UTC, committed by Linus Torvalds on 28 March 2014, 17:52:05 UTC
Pull Xen bugfixes from David Vrabel:
 "Fix two bugs that cause x86 PV guest crashes.

  1. Ballooning a 32-bit guest would eventually crash it.

  2. Revert a broken fix for a regression with NUMA_BALACING.  The bad
     fix caused PV guests to crash after migration.  This is not ideal
     but unpicking the madness that is _PAGE_NUMA == _PAGE_PROTNONE will
     take a while longer"

* tag 'stable/for-linus-3.14-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  Revert "xen: properly account for _PAGE_NUMA during xen pte translations"
  xen/balloon: flush persistent kmaps in correct position
2 parent s 75c5a52 + 5926f87
History
Tip revision: 81250437a55044edf16d2cc484da4fb837489317 authored by Linus Torvalds on 28 March 2014, 17:52:05 UTC
Merge tag 'stable/for-linus-3.14-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Tip revision: 8125043
File Mode Size
Kconfig -rw-r--r-- 9.6 KB
Makefile -rw-r--r-- 702 bytes
acorn.c -rw-r--r-- 12.3 KB
acorn.h -rw-r--r-- 488 bytes
aix.c -rw-r--r-- 6.2 KB
aix.h -rw-r--r-- 59 bytes
amiga.c -rw-r--r-- 3.6 KB
amiga.h -rw-r--r-- 89 bytes
atari.c -rw-r--r-- 3.9 KB
atari.h -rw-r--r-- 1.0 KB
check.c -rw-r--r-- 4.2 KB
check.h -rw-r--r-- 1.1 KB
cmdline.c -rw-r--r-- 2.2 KB
cmdline.h -rw-r--r-- 57 bytes
efi.c -rw-r--r-- 22.5 KB
efi.h -rw-r--r-- 4.4 KB
ibm.c -rw-r--r-- 9.3 KB
ibm.h -rw-r--r-- 47 bytes
karma.c -rw-r--r-- 1.1 KB
karma.h -rw-r--r-- 124 bytes
ldm.c -rw-r--r-- 44.1 KB
ldm.h -rw-r--r-- 5.4 KB
mac.c -rw-r--r-- 3.4 KB
mac.h -rw-r--r-- 1.2 KB
msdos.c -rw-r--r-- 15.8 KB
msdos.h -rw-r--r-- 124 bytes
osf.c -rw-r--r-- 1.9 KB
osf.h -rw-r--r-- 123 bytes
sgi.c -rw-r--r-- 2.2 KB
sgi.h -rw-r--r-- 128 bytes
sun.c -rw-r--r-- 3.7 KB
sun.h -rw-r--r-- 169 bytes
sysv68.c -rw-r--r-- 1.9 KB
sysv68.h -rw-r--r-- 62 bytes
ultrix.c -rw-r--r-- 1.2 KB
ultrix.h -rw-r--r-- 90 bytes

back to top