summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: SVM: Add a missing 'break' statementJan H. Schönherr2017-09-131-0/+1
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-091-58/+81
|\
| * Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-8/+1
| |\
| * | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-241-1/+1
| * | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-2/+2
| * | KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-241-1/+1
| * | KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-241-1/+1
| * | KVM: SVM: Enable Virtual GIF featureJanakarajan Natarajan2017-08-231-6/+50
| * | KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)Denys Vlasenko2017-08-181-40/+21
| * | KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-181-2/+0
| * | KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-081-1/+4
| * | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+1
| * | KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář2017-08-071-4/+1
| * | KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-071-1/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-17/+18
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+11
| |\ \
| * | | kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky2017-07-181-17/+18
* | | | KVM: x86: simplify handling of PKRUPaolo Bonzini2017-08-251-7/+0
| |/ / |/| |
* | | x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...Borislav Petkov2017-08-111-1/+1
| |/ |/|
* | KVM: nVMX: fixes to nested virt interrupt injectionPaolo Bonzini2017-08-011-0/+10
|/
* KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li2017-07-141-6/+10
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-141-30/+6
* KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li2017-07-141-3/+5
* KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan2017-07-121-0/+24
* KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan2017-07-121-5/+5
* KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan2017-07-121-2/+2
* KVM: SVM: handle singlestep exception when skipping emulated instructionsLadi Prosek2017-07-121-26/+33
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-071-10/+85
|\
| * KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exitLadi Prosek2017-06-271-0/+6
| * KVM: SVM: don't NMI singlestep over event injectionLadi Prosek2017-06-271-0/+16
| * KVM: SVM: hide TF/RF flags used by NMI singlestepLadi Prosek2017-06-271-1/+14
| * KVM: nSVM: do not forward NMI window singlestep VM exits to L1Ladi Prosek2017-06-271-5/+40
| * KVM: SVM: introduce disable_nmi_singlestep helperLadi Prosek2017-06-271-4/+9
| * KVM: Tidy the whitespace in nested_svm_check_permissions()Dan Carpenter2017-06-011-3/+3
* | objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+2
|/
* KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen2017-06-011-13/+11
* KVM: SVM: ignore type when setting segment registersGioh Kim2017-05-301-1/+1