summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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/+2
|/
* 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/+0