summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-0228-1778/+2549
|\
| * x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai2020-04-021-0/+1
| * KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=ySean Christopherson2020-03-312-5/+5
| * KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson2020-03-312-7/+79
| * KVM: SVM: Annotate svm_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * KVM: VMX: Annotate vmx_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2020-03-311-1/+1
| * KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-3114-248/+248
| * KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completesSean Christopherson2020-03-311-2/+2
| * KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson2020-03-313-21/+24
| * KVM: VMX: Move hardware_setup() definition below vmx_x86_opsSean Christopherson2020-03-311-153/+153
| * KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson2020-03-313-14/+27
| * KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
| * Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-315-9/+42
| |\
| * | KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li2020-03-263-3/+8
| * | KVM: X86: Delay read msr data iff writes ICR MSRWanpeng Li2020-03-261-1/+2
| * | KVM: VMX: Gracefully handle faults on VMXONSean Christopherson2020-03-231-3/+21
| * | KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()Sean Christopherson2020-03-232-11/+4
| * | KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson2020-03-231-51/+16
| * | KVM: x86: Expose fast short REP MOV for supported cpuidZhenyu Wang2020-03-231-1/+1
| * | KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()Xiaoyao Li2020-03-181-2/+2
| * | KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf valuesSean Christopherson2020-03-182-7/+13
| * | KVM: x86: Add requested index to the CPUID tracepointSean Christopherson2020-03-182-6/+9
| * | KVM: nSVM: check for EFER.SVME=1 before entering guestPaolo Bonzini2020-03-181-0/+3
| * | KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGLZhenyu Wang2020-03-181-1/+1
| * | KVM: nVMX: remove side effects from nested_vmx_exit_reflectedPaolo Bonzini2020-03-183-18/+20
| * | KVM: VMX: access regs array in vmenter.S in its natural orderUros Bizjak2020-03-171-7/+7
| * | KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()Vitaly Kuznetsov2020-03-162-10/+36
| * | KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mappingVitaly Kuznetsov2020-03-161-11/+13
| * | Merge branch 'kvm-null-pointer-fix' into HEADPaolo Bonzini2020-03-161-2/+3
| |\ \
| * | | KVM: nSVM: Remove an obsolete comment.Miaohe Lin2020-03-161-3/+0
| * | | KVM: X86: correct meaningless kvm_apicv_activated() checkPaolo Bonzini2020-03-161-9/+16
| * | | KVM: nVMX: Consolidate nested MTF checks to helper functionOliver Upton2020-03-161-1/+1
| * | | KVM: VMX: Micro-optimize vmexit time when not exposing PMUWanpeng Li2020-03-161-1/+2
| * | | kvm: svm: Introduce GA Log tracepoint for AVICSuravee Suthikulpanit2020-03-163-0/+20
| * | | KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2Paolo Bonzini2020-03-161-0/+18
| * | | KVM: nSVM: implement check_nested_events for interruptsPaolo Bonzini2020-03-161-38/+30
| * | | KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1Paolo Bonzini2020-03-161-18/+37
| * | | KVM: nSVM: do not change host intercepts while nested VM is runningPaolo Bonzini2020-03-161-13/+18
| * | | KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini2020-03-167-15/+17
| * | | KVM: x86: unify callbacks to load paging rootPaolo Bonzini2020-03-165-32/+21
| * | | KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson2020-03-166-16/+17
| * | | KVM: x86: Refactor out-of-range logic to contain the madnessSean Christopherson2020-03-161-18/+29
| * | | KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classesSean Christopherson2020-03-162-6/+43
| * | | KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUsSean Christopherson2020-03-164-5/+8
| * | | KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson2020-03-163-29/+33
| * | | KVM: x86: Trace the original requested CPUID function in kvm_cpuid()Jan Kiszka2020-03-161-2/+2
| * | | KVM: CPUID: add support for supervisor statesPaolo Bonzini2020-03-165-16/+31
| * | | KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson2020-03-163-26/+11
| * | | KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabledSean Christopherson2020-03-161-2/+3