summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-161-0/+6
* kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee2019-05-311-1/+5
* KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowDavid Rientjes2019-05-081-3/+9
* Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee2019-04-271-4/+15
* KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov2019-04-271-0/+3
* kvm: svm: fix potential get_num_contig_pages overflowDavid Rientjes2019-04-171-5/+5
* KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov2019-03-051-0/+8
* svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit2019-03-051-15/+4Star
* kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes2019-02-201-0/+3
* KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov2019-02-121-0/+7
* svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang2018-12-081-8/+11
* KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-12-051-2/+3
* kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson2018-12-051-5/+15
* KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=mPaolo Bonzini2018-10-091-1/+5
* KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson2018-09-201-0/+2
* KVM: SVM: Switch to bitmap_zalloc()Andy Shevchenko2018-09-201-3/+2Star
* KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson2018-08-301-6/+6
* KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson2018-08-301-2/+2
* KVM: SVM: remove unused variable dst_vaddr_endColin Ian King2018-08-301-2/+1Star
* KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner2018-08-221-4/+4
* kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid2018-08-061-0/+8
* kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid2018-08-061-4/+0Star
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-131-1/+3
|\
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-5/+11
|\ \ | |/ |/|
| * kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-011-2/+2
| * KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGIONDan Carpenter2018-05-241-1/+7
| * kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson2018-05-141-2/+2
* | x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2018-06-061-3/+5
* | KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-171-2/+19
* | x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-05-171-2/+9
* | x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-05-171-3/+3
* | KVM: SVM: Move spec control call after restore of GSThomas Gleixner2018-05-171-12/+12
* | x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-05-031-1/+1
* | x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-05-031-4/+2Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-161-13/+18
|\
| * kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini2018-04-161-9/+0Star
| * X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed2018-04-161-1/+16
| * KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun2018-04-111-3/+2Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-77/+235
|\|
| * KVM: X86: Introduce handle_ud()Wanpeng Li2018-04-041-8/+1Star
| * KVM: SVM: Implement pause loop exit logic in SVMBabu Moger2018-03-281-3/+103
| * KVM: SVM: Add pause filter thresholdBabu Moger2018-03-281-0/+2
| * KVM: x86: Fix perf timer mode IP reportingAndi Kleen2018-03-281-2/+2
| * KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson2018-03-231-55/+79
| * KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson2018-03-231-0/+6
| * KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson2018-03-231-0/+12
| * KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li2018-03-161-1/+2
| * KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-161-1/+3
| * KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li2018-03-161-1/+1