Merge tag 'hyperv-fixes-signed-20230804' of...
Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux Pull hyperv fixes from Wei Liu: - Fix a bug in a python script for Hyper-V (Ani Sinha) - Workaround a bug in Hyper-V when IBT is enabled (Michael Kelley) - Fix an issue parsing MP table when Linux runs in VTL2 (Saurabh Sengar) - Several cleanup patches (Nischala Yelchuri, Kameron Carr, YueHaibing, ZhiHu) * tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer() x86/hyperv: add noop functions to x86_init mpparse functions vmbus_testing: fix wrong python syntax for integer value comparison x86/hyperv: fix a warning in mshyperv.h x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction x86/hyperv: Improve code for referencing hyperv_pcpu_input_arg Drivers: hv: Change hv_free_hyperv_page() to take void * argument
No related branches found
No related tags found
Showing
- arch/x86/hyperv/hv_apic.c 1 addition, 3 deletionsarch/x86/hyperv/hv_apic.c
- arch/x86/hyperv/hv_init.c 21 additions, 0 deletionsarch/x86/hyperv/hv_init.c
- arch/x86/hyperv/hv_vtl.c 4 additions, 0 deletionsarch/x86/hyperv/hv_vtl.c
- arch/x86/hyperv/ivm.c 3 additions, 4 deletionsarch/x86/hyperv/ivm.c
- arch/x86/hyperv/mmu.c 2 additions, 10 deletionsarch/x86/hyperv/mmu.c
- arch/x86/hyperv/nested.c 2 additions, 9 deletionsarch/x86/hyperv/nested.c
- arch/x86/include/asm/mshyperv.h 1 addition, 1 deletionarch/x86/include/asm/mshyperv.h
- drivers/hv/connection.c 6 additions, 7 deletionsdrivers/hv/connection.c
- drivers/hv/hv_balloon.c 1 addition, 1 deletiondrivers/hv/hv_balloon.c
- drivers/hv/hv_common.c 5 additions, 5 deletionsdrivers/hv/hv_common.c
- include/asm-generic/mshyperv.h 1 addition, 1 deletioninclude/asm-generic/mshyperv.h
- include/linux/hyperv.h 0 additions, 3 deletionsinclude/linux/hyperv.h
- tools/hv/vmbus_testing 2 additions, 2 deletionstools/hv/vmbus_testing
Please register or sign in to comment