-
- Downloads
Merge tag 'kvm-x86-fixes-6.14-rcN' of https://github.com/kvm-x86/linux into HEAD
KVM fixes for 6.14 part 1 - Reject Hyper-V SEND_IPI hypercalls if the local APIC isn't being emulated by KVM to fix a NULL pointer dereference. - Enter guest mode (L2) from KVM's perspective before initializing the vCPU's nested NPT MMU so that the MMU is properly tagged for L2, not L1. - Load the guest's DR6 outside of the innermost .vcpu_run() loop, as the guest's value may be stale if a VM-Exit is handled in the fastpath.
Showing
- CREDITS 2 additions, 4 deletionsCREDITS
- Documentation/devicetree/bindings/interrupt-controller/microchip,lan966x-oic.yaml 2 additions, 3 deletions.../bindings/interrupt-controller/microchip,lan966x-oic.yaml
- Documentation/filesystems/bcachefs/SubmittingPatches.rst 98 additions, 0 deletionsDocumentation/filesystems/bcachefs/SubmittingPatches.rst
- Documentation/filesystems/bcachefs/index.rst 1 addition, 0 deletionsDocumentation/filesystems/bcachefs/index.rst
- MAINTAINERS 50 additions, 7 deletionsMAINTAINERS
- Makefile 1 addition, 1 deletionMakefile
- arch/alpha/include/asm/elf.h 1 addition, 5 deletionsarch/alpha/include/asm/elf.h
- arch/alpha/include/asm/pgtable.h 1 addition, 1 deletionarch/alpha/include/asm/pgtable.h
- arch/alpha/include/asm/processor.h 2 additions, 6 deletionsarch/alpha/include/asm/processor.h
- arch/alpha/kernel/osf_sys.c 2 additions, 9 deletionsarch/alpha/kernel/osf_sys.c
- arch/powerpc/sysdev/fsl_msi.c 1 addition, 1 deletionarch/powerpc/sysdev/fsl_msi.c
- arch/x86/boot/compressed/Makefile 1 addition, 0 deletionsarch/x86/boot/compressed/Makefile
- arch/x86/include/asm/kvm-x86-ops.h 1 addition, 0 deletionsarch/x86/include/asm/kvm-x86-ops.h
- arch/x86/include/asm/kvm_host.h 1 addition, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/hyperv.c 5 additions, 1 deletionarch/x86/kvm/hyperv.c
- arch/x86/kvm/mmu/mmu.c 1 addition, 1 deletionarch/x86/kvm/mmu/mmu.c
- arch/x86/kvm/svm/nested.c 5 additions, 5 deletionsarch/x86/kvm/svm/nested.c
- arch/x86/kvm/svm/svm.c 6 additions, 7 deletionsarch/x86/kvm/svm/svm.c
- arch/x86/kvm/vmx/main.c 1 addition, 0 deletionsarch/x86/kvm/vmx/main.c
- arch/x86/kvm/vmx/vmx.c 6 additions, 4 deletionsarch/x86/kvm/vmx/vmx.c
Loading
Please register or sign in to comment