summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-066-179/+308
|\
| * KVM: SVM: Fix sev_pin_memory() error handlingDan Carpenter2020-08-021-10/+10
| * KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson2020-07-301-2/+1
| * KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson2020-07-301-2/+2
| * KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson2020-07-301-1/+2
| * KVM: nSVM: Correctly set the shadow NPT root level in its MMU roleSean Christopherson2020-07-301-1/+0
| * KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPFPaolo Bonzini2020-07-101-7/+0
| * 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: use nested_svm_load_cr3() on guest->host switchVitaly Kuznetsov2020-07-101-10/+7
| * KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switchVitaly Kuznetsov2020-07-101-9/+29
| * KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context()Vitaly Kuznetsov2020-07-101-6/+8
| * KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()Vitaly Kuznetsov2020-07-101-2/+19
| * KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()Vitaly Kuznetsov2020-07-103-14/+22
| * KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failureVitaly Kuznetsov2020-07-101-0/+2
| * KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()Vitaly Kuznetsov2020-07-101-1/+2
| * 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-092-44/+56
| * 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
| * kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky2020-07-091-1/+1
| * KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li2020-07-091-2/+2
| * KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...Krish Sadhukhan2020-07-082-3/+28
| * KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()Joerg Roedel2020-07-082-4/+4
| * KVM: SVM: Add svm_ prefix to set/clr/is_intercept()Joerg Roedel2020-07-083-48/+48
| * KVM: SVM: Add vmcb_ prefix to mark_*() functionsJoerg Roedel2020-07-085-31/+31
| * KVM: SVM: Rename struct nested_state to svm_nested_stateJoerg Roedel2020-07-081-2/+2
| * kvm: x86: Set last_vmentry_cpu in vcpu_enter_guestJim Mattson2020-07-081-1/+0
| * kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson2020-07-083-7/+4
| * kvm: x86: Add "last CPU" to some KVM_EXIT informationJim Mattson2020-07-081-1/+3
| * kvm: svm: Always set svm->last_cpu on VMRUNJim Mattson2020-07-082-1/+1
| * kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()Jim Mattson2020-07-081-6/+3
| * KVM: x86: report sev_pin_memory errors with PTR_ERRPaolo Bonzini2020-07-081-10/+12
| * KVM: SVM: convert get_user_pages() --> pin_user_pages()John Hubbard2020-07-081-3/+3
| * KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()John Hubbard2020-07-081-1/+5
| * KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of neste...Krish Sadhukhan2020-07-081-0/+3
| * KVM: X86: Do the same ignore_msrs check for feature msrsPeter Xu2020-07-081-1/+1
* | KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li2020-07-311-3/+6
|/
* kvm/svm: disable KCSAN for svm_vcpu_run()Qian Cai2020-06-151-1/+1
* Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-131-1/+1
|\
| * x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner2020-06-111-1/+1
* | KVM: SVM: fix calls to is_interceptPaolo Bonzini2020-06-082-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-034-416/+714
|\
| * KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang2020-06-011-3/+4
| * KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-012-2/+3
| * KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-012-0/+148
| * KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini2020-06-011-1/+4
| * KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini2020-06-013-2/+25