summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2019-07-19Merge tag 'v4.19.59' into v4.19-rtSteven Rostedt (VMware)
2019-07-10KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini
2019-06-14Merge tag 'v4.19.50' into v4.19-rtSteven Rostedt (VMware)
2019-06-14Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)
2019-06-09KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth
2019-05-31KVM: x86: fix return value for reserved EFERPaolo Bonzini
2019-05-22KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson
2019-05-05KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson
2019-04-28Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)
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-27Merge tag 'v4.19.31' into v4.19-rtSteven Rostedt (VMware)
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-02-18Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior
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
2019-01-07Merge tag 'v4.19.13' into linux-4.19.y-rtSebastian Andrzej Siewior
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-11Merge tag 'v4.19.8' into linux-4.19.y-rtSebastian Andrzej Siewior
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-29x86: kvm Require const tsc for RTThomas Gleixner
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