summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: fix error return code in svm_create_vcpu()Chen Zhou2020-11-171-1/+3
* KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().Ashish Kalra2020-11-161-1/+1
* 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-235-347/+544
|\
| * Merge branch 'kvm-fixes' into 'next'Paolo Bonzini2020-10-221-1/+7
| |\
| * | KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit2020-10-211-0/+1
| * | KVM: nSVM: implement on demand allocation of the nested stateMaxim Levitsky2020-10-213-28/+83
| * | KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky2020-10-212-2/+3
| * | KVM: nSVM: delay MSR permission processing to first nested VM runPaolo Bonzini2020-09-281-3/+18
| * | KVM: x86: SVM: Prevent MSR passthrough when MSR access is deniedAlexander Graf2020-09-282-8/+76
| * | 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: SEV: shorten comments around sev_clflush_pagesPaolo Bonzini2020-09-281-12/+7
| * | KVM: SVM: Mark SEV launch secret pages as dirty.Cfir Cohen2020-09-281-1/+14
| * | KVM: nSVM: CR3 MBZ bits are only 63:52Krish Sadhukhan2020-09-282-2/+2
| * | 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: use __GFP_ZERO instead of clear_page()Haiwei Li2020-09-281-4/+2
| * | 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-282-42/+17
| * | KVM: SVM: Add new intercept word in vmcb_control_areaBabu Moger2020-09-281-1/+2
| * | KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger2020-09-283-31/+23
| * | KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger2020-09-283-11/+11
| * | KVM: SVM: Change intercept_dr to generic interceptsBabu Moger2020-09-283-24/+20
| * | KVM: SVM: Change intercept_cr to generic interceptsBabu Moger2020-09-283-14/+10
| * | KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Babu Moger2020-09-282-0/+30
| * | KVM: nSVM: Remove unused fieldBabu Moger2020-09-282-3/+0
| * | 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-283-119/+117
| * | 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
| * | KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()Vitaly Kuznetsov2020-09-281-5/+3
| * | Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2020-09-222-15/+36
| |\ \
* | \ \ Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-142-14/+35
|\ \ \ \ | | |/ / | |/| |
| * | | KVM: SVM: Add GHCB definitionsTom Lendacky2020-09-071-0/+2
| * | | KVM: SVM: nested: Don't allocate VMCB structures on stackJoerg Roedel2020-09-071-14/+33
* | | | 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 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-121-1/+2
|\ \ \ \
| * | | | KVM: SVM: Don't flush cache if hardware enforces cache coherency across encry...Krish Sadhukhan2020-09-191-1/+2
* | | | | 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-133-16/+28
|\| | | | |_|/ |/| |
| * | KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky2020-09-121-11/+18
| * | SVM: nSVM: setup nested msr permission bitmap on nested state loadMaxim Levitsky2020-09-121-0/+3