Merge tag 'stable/for-linus-3.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Feb 2014 20:28:05 +0000 (12:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Feb 2014 20:28:05 +0000 (12:28 -0800)
commit4675348e78fab420e70f9144b320d9c063c7cee8
treed062e11199ad0eddc161c26b991d32ecdc96d2cf
parent9398a10cd96422d529b9fb741637338c8cbcdd98
parentd8320b2d2e7d1cda8216d496c7c685c5fdf74ff0
Merge tag 'stable/for-linus-3.14-rc2-tag' of git://git./linux/kernel/git/xen/tip

Pull Xen bugfixes from Konrad Rzeszutek Wilk:
 "This has an healthy amount of code being removed - which we do not use
  anymore (the only user of it was ia64 Xen which had been removed
  already).  The other bug-fixes are to make Xen ARM be able to use the
  new event channel mechanism and proper export of header files to
  user-space.

  Summary:
   - Fix ARM and Xen FIFO not working.
   - Remove more Xen ia64 vestigates.
   - Fix UAPI missing Xen files"

* tag 'stable/for-linus-3.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  ia64/xen: Remove Xen support for ia64 even more
  xen: install xen/gntdev.h and xen/gntalloc.h
  xen/events: bind all new interdomain events to VCPU0