summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2020-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-05-15KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-05-13KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-08KVM: SVM: Disable AVIC before setting V_IRQSuravee Suthikulpanit
2020-05-08KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit
2020-05-08KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini
2020-05-07arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan
2020-05-07KVM: nSVM: trap #DB and #BP to userspace if guest debugging is onPaolo Bonzini
2020-05-07KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUGPeter Xu
2020-05-07KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUGPeter Xu
2020-05-07KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini
2020-05-07KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu
2020-05-06KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu
2020-05-06kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini
2020-05-06KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson
2020-05-04kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini
2020-05-04KVM: SVM: fill in kvm_run->debug.arch.dr[67]Paolo Bonzini
2020-05-04KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warningSean Christopherson
2020-04-21Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2020-04-20kvm: Disable objtool frame pointer checking for vmenter.SJosh Poimboeuf
2020-04-17kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GPVenkatesh Srinivas
2020-04-17KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford
2020-04-15KVM: SVM: Fix __svm_vcpu_run declaration.Uros Bizjak
2020-04-15KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak
2020-04-15KVM: SVM: Fix build error due to missing release_pages() includeBorislav Petkov
2020-04-15KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARDUros Bizjak
2020-04-15kvm: nVMX: match comment with return type for nested_vmx_exit_reflectedOliver Upton
2020-04-15kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton
2020-04-14KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak
2020-04-14KVM: SVM: move more vmentry code to assemblyPaolo Bonzini
2020-04-14KVM: SVM: fix compilation with modular PSP and non-modular KVMPaolo Bonzini
2020-04-11KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li
2020-04-11KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li
2020-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-07KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov
2020-04-07KVM: X86: Filter out the broadcast dest for IPI fastpathWanpeng Li
2020-04-07KVM: nVMX: don't clear mtf_pending when nested events are blockedOliver Upton
2020-04-07KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenterUros Bizjak
2020-04-03KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak
2020-04-03KVM: SVM: Move SEV code to separate fileJoerg Roedel
2020-04-03KVM: SVM: Move AVIC code to separate fileJoerg Roedel
2020-04-03KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel
2020-04-03kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-04-02x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai
2020-04-01vhost: refine vhost and vringh kconfigJason Wang