summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: x86: SVM: Intercept #GP to support access to VMware backdoor portsLiran Alon2018-03-161-0/+26
* KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson2018-03-161-10/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-021-3/+41
|\
| * KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-03-011-3/+1
| * KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2018-03-011-1/+35
| * KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-03-011-0/+6
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-261-4/+5
|\ \ | |/ |/|
| * KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini2018-02-231-1/+1
| * KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2018-02-231-3/+4
* | KVM: SVM: Fix SEV LAUNCH_SECRET commandBrijesh Singh2018-02-241-3/+7
* | KVM: SVM: install RSM interceptBrijesh Singh2018-02-241-1/+10
* | KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE commandBrijesh Singh2018-02-241-9/+7
|/
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-17/+1182
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-8/+24
| |\
| * | KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon2018-01-161-0/+1
| * | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-10/+1168
| |\ \
| | * | KVM: X86: Restart the guest when insn_len is zero and SEV is enabledBrijesh Singh2017-12-041-2/+4
| | * | KVM: SVM: Do not install #UD intercept when SEV is enabledBrijesh Singh2017-12-041-1/+3
| | * | KVM: SVM: Clear C-bit from the page fault addressBrijesh Singh2017-12-041-2/+2
| | * | KVM: SVM: Pin guest memory when SEV is activeBrijesh Singh2017-12-041-0/+132
| | * | KVM: SVM: Add support for SEV LAUNCH_SECRET commandBrijesh Singh2017-12-041-0/+68
| | * | KVM: SVM: Add support for SEV DEBUG_ENCRYPT commandBrijesh Singh2017-12-041-5/+93
| | * | KVM: SVM: Add support for SEV DEBUG_DECRYPT commandBrijesh Singh2017-12-041-0/+152
| | * | KVM: SVM: Add support for SEV GUEST_STATUS commandBrijesh Singh2017-12-041-0/+33
| | * | KVM: SVM: Add support for SEV LAUNCH_FINISH commandBrijesh Singh2017-12-041-0/+23
| | * | KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE commandBrijesh Singh2017-12-041-0/+74
| | * | KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA commandBrijesh Singh2017-12-041-2/+189
| | * | KVM: SVM: Add support for KVM_SEV_LAUNCH_START commandBrijesh Singh2017-12-041-0/+153
| | * | KVM: SVM: VMRUN should use associated ASID when SEV is enabledBrijesh Singh2017-12-041-2/+56
| | * | KVM: SVM: Add KVM_SEV_INIT commandBrijesh Singh2017-12-041-1/+131
| | * | KVM: SVM: Add sev module_paramBrijesh Singh2017-12-041-0/+49
| | * | KVM: SVM: Reserve ASID range for SEV guestBrijesh Singh2017-12-041-1/+3
| | * | KVM: X86: Extend CPUID range to include new leafBrijesh Singh2017-12-041-0/+6
| | * | KVM: SVM: Prepare to reserve asid for SEV guestBrijesh Singh2017-12-041-1/+3
| | * | kvm: svm: prepare for new bit definition in nested_ctlTom Lendacky2017-12-041-3/+4
| * | | KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li2018-01-161-7/+7
| * | | KVM: x86: add support for emulating UMIPPaolo Bonzini2017-12-141-0/+6
* | | | KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-031-0/+88
* | | | KVM/x86: Add IBPB supportAshok Raj2018-02-031-0/+28
| |_|/ |/| |
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-0/+4
|\ \ \
| * | | x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse2018-01-121-0/+4
OpenPOWER on IntegriCloud