Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 asm updates from Ingo Molnar: "The main changes in this cycle were: - vDSO and asm entry improvements (Andy Lutomirski) - Xen paravirt entry enhancements (Boris Ostrovsky) - asm entry labels enhancement (Borislav Petkov) - and other misc changes (Thomas Gleixner, me)" * 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n Revert "x86/kvm: On KVM re-enable (e.g. after suspend), update clocks" x86/entry/64_compat: Make labels local x86/platform/uv: Include clocksource.h for clocksource_touch_watchdog() x86/vdso: Enable vdso pvclock access on all vdso variants x86/vdso: Remove pvclock fixmap machinery x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader x86/kvm: On KVM re-enable (e.g. after suspend), update clocks x86/...
No related branches found
No related tags found
Showing
- arch/x86/entry/calling.h 15 additions, 0 deletionsarch/x86/entry/calling.h
- arch/x86/entry/entry_32.S 2 additions, 6 deletionsarch/x86/entry/entry_32.S
- arch/x86/entry/entry_64.S 2 additions, 6 deletionsarch/x86/entry/entry_64.S
- arch/x86/entry/entry_64_compat.S 7 additions, 13 deletionsarch/x86/entry/entry_64_compat.S
- arch/x86/entry/vdso/vclock_gettime.c 73 additions, 78 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 14 additions, 0 deletionsarch/x86/entry/vdso/vma.c
- arch/x86/include/asm/fixmap.h 0 additions, 5 deletionsarch/x86/include/asm/fixmap.h
- arch/x86/include/asm/jump_label.h 56 additions, 7 deletionsarch/x86/include/asm/jump_label.h
- arch/x86/include/asm/paravirt.h 0 additions, 12 deletionsarch/x86/include/asm/paravirt.h
- arch/x86/include/asm/paravirt_types.h 0 additions, 17 deletionsarch/x86/include/asm/paravirt_types.h
- arch/x86/include/asm/pvclock.h 9 additions, 5 deletionsarch/x86/include/asm/pvclock.h
- arch/x86/include/asm/vdso.h 1 addition, 0 deletionsarch/x86/include/asm/vdso.h
- arch/x86/kernel/asm-offsets.c 0 additions, 3 deletionsarch/x86/kernel/asm-offsets.c
- arch/x86/kernel/asm-offsets_64.c 0 additions, 1 deletionarch/x86/kernel/asm-offsets_64.c
- arch/x86/kernel/kvmclock.c 5 additions, 6 deletionsarch/x86/kernel/kvmclock.c
- arch/x86/kernel/paravirt.c 0 additions, 12 deletionsarch/x86/kernel/paravirt.c
- arch/x86/kernel/paravirt_patch_32.c 0 additions, 2 deletionsarch/x86/kernel/paravirt_patch_32.c
- arch/x86/kernel/paravirt_patch_64.c 0 additions, 3 deletionsarch/x86/kernel/paravirt_patch_64.c
Please register or sign in to comment