]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a13f8bfb43eb8538226488e64b950b36d2781c4
treed062e11199ad0eddc161c26b991d32ecdc96d2cf
parent6e88697ee6b47b43c55c53d84bf5fde69fd917d5
parent1bb3209f8c57228b91807eb3c55832be93f17ed5
Merge tag 'stable/for-linus-3.14-rc2-tag' of git://git.kernel.org/pub/scm/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