summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | KVM: x86: emulate #UD while in guest modePaolo Bonzini2018-01-111-8/+1
* | | | kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2018-01-051-0/+19
| |/ / |/| |
* | | KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-11-171-0/+2
* | | KVM: nVMX/nSVM: Don't intercept #UD when running L2Liran Alon2017-11-171-1/+8
| |/ |/|
* | KVM: SVM: obey guest PATPaolo Bonzini2017-11-171-0/+7
* | KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek2017-10-181-1/+15
* | KVM: nSVM: fix SMI injection in guest modeLadi Prosek2017-10-121-3/+55
* | KVM: nSVM: refactor nested_svm_vmrunLadi Prosek2017-10-121-63/+69
* | KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek2017-10-121-0/+6
* | KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek2017-10-121-0/+15
* | KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini2017-10-121-2/+13
* | KVM: SVM: unconditionally wake up VCPU on IOMMU interruptPaolo Bonzini2017-10-121-4/+1
|/
* KVM: SVM: Add irqchip_split() checks before enabling AVICSuravee Suthikulpanit2017-09-141-5/+4
* KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit2017-09-131-1/+1
* KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu()Suravee Suthikulpanit2017-09-131-8/+20
OpenPOWER on IntegriCloud