summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: svm: remove redundant assignment of var new_entryMiaohe Lin2019-08-141-1/+0Star
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-051-0/+6
* KVM: X86: Dynamically allocate user_fpuWanpeng Li2019-07-221-1/+12
* KVM: SVM: Fix detection of AMD Errata 1096Liran Alon2019-07-201-7/+35
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1Star
* | KVM: x86: Unconditionally enable irqs in guest contextSean Christopherson2019-07-111-9/+1Star
* | KVM: svm: add nrips module parameterPaolo Bonzini2019-07-031-3/+12
* | KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LISTPaolo Bonzini2019-07-021-0/+1
* | KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fnSean Christopherson2019-06-181-2/+2
* | KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor codeSean Christopherson2019-06-181-0/+2
* | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-2/+2
* | kvm: svm/avic: Do not send AVIC doorbell to selfSuthikulpanit, Suravee2019-06-041-4/+7
* | KVM: LAPIC: Optimize timer latency furtherWanpeng Li2019-06-041-0/+4
* | KVM/nSVM: properly map nested VMCBVitaly Kuznetsov2019-06-041-2/+2
|/
* KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini2019-05-241-1/+8
* kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee2019-05-241-1/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-67/+61Star
|\
| * KVM: x86: use direct accessors for RIP and RSPPaolo Bonzini2019-04-301-4/+4
| * KVM: x86: Omit caching logic for always-available GPRsSean Christopherson2019-04-301-14/+12Star
| * KVM/nSVM: Use the new mapping API for mapping guest memoryKarimAllah Ahmed2019-04-301-49/+45Star
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
|/
* KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-161-8/+4Star
* KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-161-12/+8Star
* 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/+30Star
* 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/+4Star
* 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/+0Star
| * 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