Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 platform updates from Ingo Molnar: "The main changes in this cycle were: - a refactoring of the early virt init code by merging 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init', which allows simplifications and also the addition of a new ->guest_late_init() callback. (Juergen Gross) - timer_setup() conversion of the UV code (Kees Cook)" * 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/virt/xen: Use guest_late_init to detect Xen PVH guest x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 structure x86/virt, x86/acpi: Add test for ACPI_FADT_NO_VGA x86/virt: Add enum for hypervisors to replace x86_hyper x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init' x86/platform/UV: Convert timers to use timer_setup()
Showing
- arch/x86/hyperv/hv_init.c 1 addition, 1 deletionarch/x86/hyperv/hv_init.c
- arch/x86/include/asm/hypervisor.h 18 additions, 28 deletionsarch/x86/include/asm/hypervisor.h
- arch/x86/include/asm/kvm_para.h 0 additions, 2 deletionsarch/x86/include/asm/kvm_para.h
- arch/x86/include/asm/x86_init.h 27 additions, 0 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/kernel/acpi/boot.c 5 additions, 0 deletionsarch/x86/kernel/acpi/boot.c
- arch/x86/kernel/apic/apic.c 1 addition, 1 deletionarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/x2apic_uv_x.c 2 additions, 3 deletionsarch/x86/kernel/apic/x2apic_uv_x.c
- arch/x86/kernel/cpu/hypervisor.c 34 additions, 30 deletionsarch/x86/kernel/cpu/hypervisor.c
- arch/x86/kernel/cpu/mshyperv.c 3 additions, 3 deletionsarch/x86/kernel/cpu/mshyperv.c
- arch/x86/kernel/cpu/vmware.c 4 additions, 4 deletionsarch/x86/kernel/cpu/vmware.c
- arch/x86/kernel/kvm.c 5 additions, 4 deletionsarch/x86/kernel/kvm.c
- arch/x86/kernel/setup.c 1 addition, 1 deletionarch/x86/kernel/setup.c
- arch/x86/kernel/x86_init.c 10 additions, 0 deletionsarch/x86/kernel/x86_init.c
- arch/x86/mm/init.c 1 addition, 1 deletionarch/x86/mm/init.c
- arch/x86/xen/enlighten_hvm.c 28 additions, 8 deletionsarch/x86/xen/enlighten_hvm.c
- arch/x86/xen/enlighten_pv.c 3 additions, 3 deletionsarch/x86/xen/enlighten_pv.c
- arch/x86/xen/enlighten_pvh.c 0 additions, 9 deletionsarch/x86/xen/enlighten_pvh.c
- drivers/hv/vmbus_drv.c 1 addition, 1 deletiondrivers/hv/vmbus_drv.c
- drivers/input/mouse/vmmouse.c 4 additions, 6 deletionsdrivers/input/mouse/vmmouse.c
- drivers/misc/vmw_balloon.c 1 addition, 1 deletiondrivers/misc/vmw_balloon.c
Loading
Please register or sign in to comment