summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Fix misplaced backport of "work around leak of uninitialized stack ...Guillaume Bertholon2022-02-031-7/+7
* KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...Zelin Deng2021-09-221-0/+4
* KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan2021-07-201-0/+2
* KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner2021-05-221-0/+1
* KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-10-011-2/+8
* KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li2020-06-291-2/+2
* KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson2020-05-201-1/+1
* KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson2020-04-241-0/+11
* KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson2020-02-141-2/+0
* KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson2020-02-141-1/+1
* KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis2020-02-141-2/+8
* KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-2/+7
* KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini2019-12-211-2/+7
* KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini2019-12-211-2/+3
* kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta2019-11-161-0/+19
* KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2019-11-161-0/+8
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-11-161-0/+12
* KVM: Introduce kvm_get_arch_capabilities()Ben Hutchings2019-11-161-0/+10
* kvm: mmu: Don't read PDPTEs when paging is not enabledJunaid Shahid2019-11-161-2/+2
* KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson2019-10-051-3/+8
* KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-10-051-0/+6
* KVM: x86: always stop emulation on page faultJan Dakinevich2019-10-051-1/+3
* KVM: x86: work around leak of uninitialized stack contentsFuqian Huang2019-09-211-0/+7
* KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson2019-09-061-4/+5
* KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lockPaolo Bonzini2019-07-211-2/+2
* kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini2019-07-211-1/+1
* KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini2019-07-101-3/+3
* KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li2019-07-101-1/+2
* KVM: x86: fix return value for reserved EFERPaolo Bonzini2019-06-111-1/+1
* KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson2019-06-111-11/+22
* KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini2019-05-161-0/+4
* KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li2019-03-231-0/+1
* KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini2019-02-201-0/+7
* KVM: x86: Fix single-step debuggingAlexander Popov2019-02-061-2/+1
* x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov2019-01-131-1/+2
* KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-12-171-9/+4
* KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-12-171-1/+1
* KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed2018-12-171-0/+1
* x86/fpu: Remove use_eager_fpu()Andy Lutomirski2018-10-201-10/+0
* KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini2018-10-201-1/+1
* kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-161-4/+14
* KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-161-13/+26
* kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini2018-05-301-3/+4
* KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li2018-02-251-8/+26
* KVM: x86: fix escape of guest dr6 to the hostWanpeng Li2018-02-251-0/+6
* KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2018-02-031-1/+1
* KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li2018-01-171-4/+4
* kaiser: enhanced by kernel and user PCIDsDave Hansen2018-01-051-1/+2
* KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li2018-01-021-1/+1
* KVM: x86: correct async page present tracepointWanpeng Li2017-12-251-1/+1