aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2020-08-03KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson
2020-07-16KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li
2020-07-16KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionalityPaolo Bonzini
2020-07-07KVM: x86: Fix APIC page invalidation raceEiichi Tsukata
2020-07-07KVM: x86: respect singlestep when emulating instructionFelipe Franciosi
2020-06-08KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-06-08KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-06-04KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson
2020-06-01KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson
2020-06-01KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-05-15KVM: x86: Remove spurious clearing of async #PF MSRSean Christopherson
2020-05-15KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction pathSean Christopherson
2020-05-15KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson
2020-05-04KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton
2020-05-04KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2020-05-04KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson
2020-05-04KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()Sean Christopherson
2020-05-04KVM: X86: Dynamically allocate user_fpuWanpeng Li
2020-05-04KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson
2020-05-04KVM: x86: Don't let userspace set host-reserved cr4 bitsSean Christopherson
2020-05-04KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platformSean Christopherson
2020-05-04KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis
2020-05-04KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis
2020-05-04kvm: allow shadow_bits to exist in kvm/x86.cPaul Gortmaker
2020-05-04kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang
2020-04-12KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"Sean Christopherson
2020-03-07x86/KVM: Clean up host's steal time structureBoris Ostrovsky
2020-03-07x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky
2020-03-07x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2020-03-07x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky
2020-03-07KVM: X86: Add pv tlb shootdown tracepointWanpeng Li
2020-01-19KVM: x86: Grab KVM's srcu lock when setting nested stateSean Christopherson
2020-01-19KVM: x86: Remove a spurious export of a static functionSean Christopherson
2020-01-19KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini
2020-01-19KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini
2019-11-14kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-14kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini
2019-11-14kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini
2019-11-14kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta
2019-11-09KVM: X86: Fix userspace set invalid CR4Wanpeng Li
2019-10-05KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson
2019-10-05KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich
2019-10-05KVM: x86: always stop emulation on page faultJan Dakinevich
2019-09-19KVM: x86: work around leak of uninitialized stack contentsFuqian Huang
2019-09-06KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-07-31KVM: X86: Fix fpu state crash in kvm guestWanpeng Li
2019-07-28Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini
2019-07-02KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner