]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 May 2017 06:08:46 +0000 (23:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 May 2017 06:08:46 +0000 (23:08 -0700)
commita0ce1b49f82f34380f288c2b10f7eb45f8cc8772
tree89685efd281ab9ff0db4d5c9d2919120f50b06dc
parent196b089e844211794acc22d20556d46abca86a50
parent7cfcaddbb421588f9251f3d2d6e6c4d9240430c3
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 vdso updates from Ingo Molnar:
 "Add support for vDSO acceleration of the "Hyper-V TSC page", to speed
  up clock reading on Hyper-V guests"

* 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
  x86/hyperv: Move TSC reading method to asm/mshyperv.h
  x86/hyperv: Implement hv_get_tsc_page()