aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAge
* KVM: SVM: Enable Virtual GIF featureJanakarajan Natarajan2017-08-23
* KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)Denys Vlasenko2017-08-18
* KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-18
* KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-08
* KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-08
* KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář2017-08-07
* KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-07
* KVM: nVMX: fixes to nested virt interrupt injectionPaolo Bonzini2017-08-01
* KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li2017-07-14
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-14
* KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li2017-07-14
* KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan2017-07-12
* KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan2017-07-12
* KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan2017-07-12
* KVM: SVM: handle singlestep exception when skipping emulated instructionsLadi Prosek2017-07-12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-06
|\
| * KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exitLadi Prosek2017-06-27
| * KVM: SVM: don't NMI singlestep over event injectionLadi Prosek2017-06-27
| * KVM: SVM: hide TF/RF flags used by NMI singlestepLadi Prosek2017-06-27
| * KVM: nSVM: do not forward NMI window singlestep VM exits to L1Ladi Prosek2017-06-27
| * KVM: SVM: introduce disable_nmi_singlestep helperLadi Prosek2017-06-27
| * KVM: Tidy the whitespace in nested_svm_check_permissions()Dan Carpenter2017-06-01
* | objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-30
|/
* KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen2017-06-01
* KVM: SVM: ignore type when setting segment registersGioh Kim2017-05-30
* KVM: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter2017-05-18
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-08
|\
| * kvm: better MWAIT emulation for guestsMichael S. Tsirkin2017-04-21
| * kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov2017-04-07
* | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-03
|\|
| * kvm: fix usage of uninit spinlock in avic_vm_destroy()Dmitry Vyukov2017-03-20
* | x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-16
|/
* KVM: x86: remove code for lazy FPU handlingPaolo Bonzini2017-02-17
* KVM: svm: inititalize hash table structures directlyDavid Hildenbrand2017-02-15
* KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-15
* kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky2017-01-09
* KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey2016-12-08
* KVM: x86: Add a return value to kvm_emulate_cpuidKyle Huey2016-12-08
* kvm: svm: Add kvm_fast_pio_in supportTom Lendacky2016-11-24
* kvm: svm: Add support for additional SVM NPF error codesTom Lendacky2016-11-24
* KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini2016-11-02
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-06
|\
| * kvm: svm: fix unsigned compare less than zero comparisonColin Ian King2016-09-20
| * kvm: x86: drop read_tsc_offset()Luiz Capitulino2016-09-16
| * svm: Implements update_pi_irte hook to setup posted interruptSuravee Suthikulpanit2016-09-08
| * svm: Introduce AMD IOMMU avic_ga_log_notifierSuravee Suthikulpanit2016-09-08
| * svm: Introduces AVIC per-VM IDSuravee Suthikulpanit2016-09-08
* | x86: Apply more __ro_after_init and constKees Cook2016-08-10
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-02
|\
| * KVM: x86: use guest_exit_irqoffPaolo Bonzini2016-07-01