summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-161-8/+4
* KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-161-12/+8
* x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao2019-04-161-0/+2
* KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov2019-04-161-0/+3
* svm/avic: Fix invalidate logical APIC id entrySuthikulpanit, Suravee2019-04-161-1/+2
* Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee2019-04-161-4/+15
* KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowDavid Rientjes2019-04-051-3/+9
* kvm: svm: fix potential get_num_contig_pages overflowDavid Rientjes2019-04-051-5/+5
* KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-281-0/+32
* kvm: svm: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-21/+25
* svm: Fix improper check when deactivate AVICSuthikulpanit, Suravee2019-02-201-5/+5
* svm: Fix AVIC DFR and LDR handlingSuthikulpanit, Suravee2019-02-201-34/+30
* KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-251-1/+1
* KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov2019-01-251-0/+8
* svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit2019-01-251-15/+4
* svm: Add warning message for AVIC IPI invalid targetSuravee Suthikulpanit2019-01-251-0/+2
* kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes2019-01-111-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-15/+53
|\
| * KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streamsUros Bizjak2018-12-211-6/+6
| * KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng2018-12-211-0/+6
| * KVM: nSVM: Fix nested guest support for PAUSE filtering.Tambe, William2018-12-211-0/+12
| * KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov2018-12-211-0/+7
| * kvm: x86: Dynamically allocate guest_fpuMarc Orr2018-12-141-0/+10
| * x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov2018-12-141-0/+7
| * kvm: svm: remove unused struct definitionPeng Hao2018-12-141-5/+0
| * KVM: x86: Trace changes to active TSC offset regardless if vCPU in guest-modePaolo Bonzini2018-11-271-4/+5
* | KVM: x86: nSVM: fix switch to guest mmuVitaly Kuznetsov2018-12-191-1/+3
|/
* kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson2018-11-271-5/+15
* KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-11-271-2/+3
* svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang2018-11-271-8/+11
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-29/+35
|\
| * KVM/x86: Use 32bit xor to clear registers in svm.cUros Bizjak2018-10-171-15/+13
| * kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson2018-10-171-7/+6
| * KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov2018-10-171-0/+9
| * x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov2018-10-171-7/+7
* | 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/+2
* 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/+1
* 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/+0
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+3
|\
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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
OpenPOWER on IntegriCloud