summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson2020-11-151-2/+7
* KVM: SVM: Drop VMXE check from svm_set_cr4()Sean Christopherson2020-11-151-3/+0
* KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guestsBabu Moger2020-11-131-0/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-136/+268
|\
| * Merge branch 'kvm-fixes' into 'next'Paolo Bonzini2020-10-221-1/+7
| |\
| * | KVM: nSVM: implement on demand allocation of the nested stateMaxim Levitsky2020-10-211-28/+33
| * | KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky2020-10-211-1/+2
| * | KVM: x86: SVM: Prevent MSR passthrough when MSR access is deniedAlexander Graf2020-09-281-8/+69
| * | KVM: x86: Prepare MSR bitmaps for userspace tracked MSRsAaron Lewis2020-09-281-25/+35
| * | KVM: x86: Use common definition for kvm_nested_vmexit tracepointSean Christopherson2020-09-281-6/+1
| * | KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepointSean Christopherson2020-09-281-1/+8
| * | KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepointSean Christopherson2020-09-281-1/+1
| * | KVM: SVM: Add tracepoint for cr_interceptionHaiwei Li2020-09-281-0/+2
| * | KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()Wanpeng Li2020-09-281-5/+6
| * | KVM: x86: Add kvm_x86_ops hook to short circuit emulationSean Christopherson2020-09-281-13/+18
| * | KVM: SVM: Enable INVPCID feature on AMDBabu Moger2020-09-281-0/+51
| * | KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_interceptBabu Moger2020-09-281-17/+17
| * | KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger2020-09-281-10/+7
| * | KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger2020-09-281-1/+1
| * | KVM: SVM: Change intercept_dr to generic interceptsBabu Moger2020-09-281-2/+2
| * | KVM: SVM: Change intercept_cr to generic interceptsBabu Moger2020-09-281-2/+2
| * | KVM: SVM: refactor exit labels in svm_create_vcpuMaxim Levitsky2020-09-281-7/+7
| * | KVM: SVM: use __GFP_ZERO instead of clear_pageMaxim Levitsky2020-09-281-4/+2
| * | KVM: SVM: refactor msr permission bitmap allocationMaxim Levitsky2020-09-281-22/+23
| * | KVM: nSVM: rename nested vmcb to vmcb12Maxim Levitsky2020-09-281-5/+5
| * | KVM: SVM: rename a variable in the svm_create_vcpuMaxim Levitsky2020-09-281-6/+6
| * | KVM: LAPIC: Reduce world switch latency caused by timer_advance_nsWanpeng Li2020-09-281-3/+1
| * | Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2020-09-221-1/+3
| |\ \
* | \ \ Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | KVM: SVM: Add GHCB definitionsTom Lendacky2020-09-071-0/+2
* | | | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-1/+1
|\ \ \ \
| * | | | objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-101-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-261-1/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky2020-09-251-1/+7
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-131-15/+21
|\| | | |/ |/|
| * KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky2020-09-121-11/+18
| * KVM: SVM: avoid emulation with stale next_ripWanpeng Li2020-09-121-4/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-100/+162
|\
| * KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson2020-07-311-2/+1
| * KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson2020-07-311-2/+2
| * KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson2020-07-311-1/+2
| * KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportMohammed Gamal2020-07-101-0/+15
| * KVM: x86: rename update_bp_intercept to update_exception_bitmapPaolo Bonzini2020-07-101-4/+3
| * KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()Vitaly Kuznetsov2020-07-101-2/+4
| * KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 codeVitaly Kuznetsov2020-07-101-0/+2
| * x86/kvm/svm: Use uninstrumented wrmsrl() to restore GSThomas Gleixner2020-07-091-1/+1
| * x86/kvm/svm: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-091-43/+55
| * x86/kvm/svm: Add hardirq tracing on guest enter/exitThomas Gleixner2020-07-091-5/+22
| * x86/kvm: Move context tracking where it belongsThomas Gleixner2020-07-091-0/+16