]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'stable/for-linus-3.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Apr 2013 22:57:33 +0000 (15:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Apr 2013 22:57:33 +0000 (15:57 -0700)
commitaef063a67089615218d98bf6b9e4e8bef67a92b4
treee189617d87b6aa349f3d8c30d5d882cac1982022
parenta0e6b343a125d5c030ad2a067b398d59e7d1e550
parent43201f2d58099967c7d31f1fbf3cdba5fd0b1896
Merge tag 'stable/for-linus-3.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen

Pull Xen fixes from Konrad Rzeszutek Wilk:
 "Two bug-fixes:
   - Early bootup issue found on DL380 machines
   - Fix for the timer interrupt not being processed right awaym leading
     to quite delayed time skew on certain workloads"

* tag 'stable/for-linus-3.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
  xen/mmu: On early bootup, flush the TLB when changing RO->RW bits Xen provided pagetables.
  xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.