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()
No related branches found
No related tags found
Showing
- arch/x86/entry/vdso/vclock_gettime.c 24 additions, 0 deletionsarch/x86/entry/vdso/vclock_gettime.c
- arch/x86/entry/vdso/vdso-layout.lds.S 2 additions, 1 deletionarch/x86/entry/vdso/vdso-layout.lds.S
- arch/x86/entry/vdso/vdso2c.c 3 additions, 0 deletionsarch/x86/entry/vdso/vdso2c.c
- arch/x86/entry/vdso/vma.c 7 additions, 0 deletionsarch/x86/entry/vdso/vma.c
- arch/x86/hyperv/hv_init.c 14 additions, 34 deletionsarch/x86/hyperv/hv_init.c
- arch/x86/include/asm/clocksource.h 2 additions, 1 deletionarch/x86/include/asm/clocksource.h
- arch/x86/include/asm/mshyperv.h 54 additions, 0 deletionsarch/x86/include/asm/mshyperv.h
- arch/x86/include/asm/vdso.h 1 addition, 0 deletionsarch/x86/include/asm/vdso.h
- drivers/hv/Kconfig 3 additions, 0 deletionsdrivers/hv/Kconfig
Please register or sign in to comment