-
- Downloads
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 include various Hyper-V optimizations such as faster hypercalls and faster/better TLB flushes - and there's also some Intel-MID cleanups" * 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: tracing/hyper-v: Trace hyperv_mmu_flush_tlb_others() x86/hyper-v: Support extended CPU ranges for TLB flush hypercalls x86/platform/intel-mid: Make several arrays static, to make code smaller MAINTAINERS: Add missed file for Hyper-V x86/hyper-v: Use hypercall for remote TLB flush hyper-v: Globalize vp_index x86/hyper-v: Implement rep hypercalls hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENT x86/hyper-v: Introduce fast hypercall implementation x86/hyper-v: Make hv_do_hypercall() inline x86/hyper-v: Include hyperv/ only when CONFIG_HYPERV is set x86/platform/intel-mid: Make 'bt_sfi_data' const x86/platform/intel-mid: Make IRQ allocation a bit more flexible x86/platform/intel-mid: Group timers callbacks together
No related branches found
No related tags found
Showing
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- arch/x86/Kbuild 1 addition, 1 deletionarch/x86/Kbuild
- arch/x86/hyperv/Makefile 1 addition, 1 deletionarch/x86/hyperv/Makefile
- arch/x86/hyperv/hv_init.c 40 additions, 50 deletionsarch/x86/hyperv/hv_init.c
- arch/x86/hyperv/mmu.c 272 additions, 0 deletionsarch/x86/hyperv/mmu.c
- arch/x86/include/asm/mshyperv.h 146 additions, 1 deletionarch/x86/include/asm/mshyperv.h
- arch/x86/include/asm/trace/hyperv.h 40 additions, 0 deletionsarch/x86/include/asm/trace/hyperv.h
- arch/x86/include/uapi/asm/hyperv.h 17 additions, 0 deletionsarch/x86/include/uapi/asm/hyperv.h
- arch/x86/kernel/cpu/mshyperv.c 1 addition, 0 deletionsarch/x86/kernel/cpu/mshyperv.c
- arch/x86/pci/intel_mid_pci.c 10 additions, 2 deletionsarch/x86/pci/intel_mid_pci.c
- arch/x86/platform/intel-mid/device_libs/platform_bt.c 1 addition, 1 deletionarch/x86/platform/intel-mid/device_libs/platform_bt.c
- arch/x86/platform/intel-mid/device_libs/platform_mrfld_wdt.c 3 additions, 3 deletionsarch/x86/platform/intel-mid/device_libs/platform_mrfld_wdt.c
- arch/x86/platform/intel-mid/intel-mid.c 1 addition, 1 deletionarch/x86/platform/intel-mid/intel-mid.c
- arch/x86/platform/intel-mid/pwr.c 2 additions, 2 deletionsarch/x86/platform/intel-mid/pwr.c
- drivers/hv/Kconfig 1 addition, 0 deletionsdrivers/hv/Kconfig
- drivers/hv/channel_mgmt.c 5 additions, 15 deletionsdrivers/hv/channel_mgmt.c
- drivers/hv/connection.c 5 additions, 2 deletionsdrivers/hv/connection.c
- drivers/hv/hv.c 0 additions, 9 deletionsdrivers/hv/hv.c
- drivers/hv/hyperv_vmbus.h 0 additions, 11 deletionsdrivers/hv/hyperv_vmbus.h
- drivers/hv/vmbus_drv.c 0 additions, 17 deletionsdrivers/hv/vmbus_drv.c
arch/x86/hyperv/mmu.c
0 → 100644
arch/x86/include/asm/trace/hyperv.h
0 → 100644
Please register or sign in to comment