summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2019-05-05KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson
2019-04-03KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-04-03KVM: x86: update %rip after emulating IOSean Christopherson
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-02-12KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini
2019-01-31KVM: x86: Fix PV IPIs for 32-bit KVM hostSean Christopherson
2019-01-31KVM: x86: Fix single-step debuggingAlexander Popov
2018-12-29kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2018-12-29KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li
2018-12-05KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li
2018-12-05KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon
2018-12-05KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz
2018-10-01KVM: x86: Do not use kvm_x86_ops->mpx_supported() directlyLiran Alon
2018-09-20KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLsLiran Alon
2018-09-20KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt
2018-09-20KVM: x86: Turbo bits in MSR_PLATFORM_INFODrew Schmitt
2018-09-20KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon
2018-09-20kvm: x86: make kvm_{load|put}_guest_fpu() staticSebastian Andrzej Siewior
2018-09-20KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson
2018-09-20kvm: mmu: Don't read PDPTEs when paging is not enabledJunaid Shahid
2018-08-30KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson
2018-08-30KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson
2018-08-30KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson
2018-08-30KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson
2018-08-30KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson
2018-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-08-22x86: kvm: avoid unused variable warningArnd Bergmann
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-08-14kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid
2018-08-06KVM: X86: Implement "send IPI" hypercallWanpeng Li
2018-08-06KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs()Tianyu Lan
2018-08-06kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid
2018-08-06kvm: x86: Skip shadow page resync on CR3 switch when indicated by guestJunaid Shahid
2018-08-06kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid
2018-08-06kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid
2018-08-06kvm: x86: Add fast CR3 switch code pathJunaid Shahid
2018-08-06kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson
2018-08-06KVM: x86: do not load vmcs12 pages while still in SMMPaolo Bonzini
2018-08-06KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'dPaolo Bonzini
2018-08-05KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-07-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-07-15KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini
2018-07-04x86/KVM/VMX: Add L1D flush logicPaolo Bonzini
2018-06-14KVM: x86: fix typo at kvm_arch_hardware_setup commentMarcelo Tosatti
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-12kvm: fix typo in flag nameMichael S. Tsirkin