summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2021-09-22KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...Zelin Deng
2021-07-20KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan
2021-05-22KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner
2020-10-01KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford
2020-06-29KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li
2020-05-20KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-04-24KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson
2020-02-14KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson
2020-02-14KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson
2020-02-14KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis
2020-02-14KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis
2019-12-21KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini
2019-12-21KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini
2019-11-16kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta
2019-11-16KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini
2019-11-16KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-11-16KVM: Introduce kvm_get_arch_capabilities()Ben Hutchings
2019-11-16kvm: mmu: Don't read PDPTEs when paging is not enabledJunaid Shahid
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-21KVM: 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-07-21KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lockPaolo Bonzini
2019-07-21kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini
2019-07-10KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini
2019-07-10KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li
2019-06-11KVM: x86: fix return value for reserved EFERPaolo Bonzini
2019-06-11KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson
2019-05-16KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini
2019-03-23KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li
2019-02-20KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini
2019-02-06KVM: x86: Fix single-step debuggingAlexander Popov
2019-01-13x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2018-12-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-12-17KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-12-17KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-10-20x86/fpu: Remove use_eager_fpu()Andy Lutomirski
2018-10-20KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini
2018-06-16kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini
2018-06-16KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini
2018-05-30kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini
2018-02-25KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li
2018-02-25KVM: x86: fix escape of guest dr6 to the hostWanpeng Li
2018-02-03KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon
2018-01-17KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2018-01-05kaiser: enhanced by kernel and user PCIDsDave Hansen
2018-01-02KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li
2017-12-25KVM: x86: correct async page present tracepointWanpeng Li
2017-12-05KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini