summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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-081-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-061-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
* KVM: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter2017-05-181-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-2/+12
|\
| * kvm: better MWAIT emulation for guestsMichael S. Tsirkin2017-04-211-2/+5
| * kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov2017-04-071-0/+7
* | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-031-0/+3
|\ \ | |/
| * kvm: fix usage of uninit spinlock in avic_vm_destroy()Dmitry Vyukov2017-03-201-0/+3
* | x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-161-3/+1
|/
* KVM: x86: remove code for lazy FPU handlingPaolo Bonzini2017-02-171-40/+3
* KVM: svm: inititalize hash table structures directlyDavid Hildenbrand2017-02-151-4/+2
* KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-151-6/+0
OpenPOWER on IntegriCloud