summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2018-06-20KVM: X86: Lower the default timer frequency limit to 200usWanpeng Li1-1/+1
2018-06-20x86: Delay skip of emulated hypercall instructionMarian Rotariu2-9/+12
2018-06-20kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in useJunaid Shahid1-10/+4
2018-06-20kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini3-29/+6
2018-06-20X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed3-22/+55
2018-06-20x86: Add check for APIC access address for vmentry of L2 guestsKrish Sadhukhan1-0/+13
2018-06-20KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun2-4/+3
2018-06-16kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2-10/+20
2018-06-16KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini3-28/+38
2018-06-16kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm1-2/+13
2018-06-16KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini1-32/+32
2018-06-16KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li2-2/+4
2018-05-30KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov1-1/+9
2018-05-30KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson1-6/+14
2018-05-30x86/kvm: fix LAPIC timer drift when guest uses periodic modeDavid Vrabel1-2/+14
2018-05-30kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson1-0/+5
2018-05-30KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang1-1/+4
2018-05-30KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk1-2/+2
2018-05-22KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky4-16/+47
2018-05-22x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2-4/+12
2018-05-22x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov3-15/+10
2018-05-22KVM: SVM: Move spec control call after restore of GSThomas Gleixner1-12/+12
2018-05-22x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2-4/+4
2018-05-22x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2-2/+2
2018-05-22x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk2-4/+6
2018-05-22x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2-8/+4
2018-05-22KVM: vmx: update sec exec controls for UMIP iff emulating UMIPSean Christopherson1-13/+15
2018-05-09KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois1-17/+20
2018-04-26Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson1-1/+1
2018-03-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+5
2018-03-23KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0Sean Christopherson1-5/+5
2018-03-21kvm/x86: fix icebp instruction handlingLinus Torvalds1-1/+8
2018-03-16KVM: x86: Fix device passthrough when SME is activeTom Lendacky1-1/+3
2018-03-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-17/+146
2018-03-02KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář2-7/+6
2018-03-02KVM: X86: Allow userspace to define the microcode versionWanpeng Li3-5/+11
2018-03-02KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li1-3/+15
2018-03-01KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2-1/+36
2018-03-01KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky3-5/+82
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+10
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-22/+38
2018-02-24KVM: SVM: Fix SEV LAUNCH_SECRET commandBrijesh Singh1-3/+7
2018-02-24KVM: SVM: install RSM interceptBrijesh Singh1-1/+10
2018-02-24KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE commandBrijesh Singh1-9/+7
2018-02-24KVM: x86: fix backward migration with async_PFRadim Krčmář1-1/+2
2018-02-24KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li1-1/+1
2018-02-24KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2Chao Gao1-1/+6
2018-02-24KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers1-4/+2
2018-02-24KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIPRadim Krčmář1-1/+2
2018-02-24KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini2-1/+1