summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)Author
2020-04-21Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2020-04-15kvm: nVMX: match comment with return type for nested_vmx_exit_reflectedOliver Upton
2020-04-15kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton
2020-04-14KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak
2020-04-11KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li
2020-04-07KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov
2020-04-07KVM: nVMX: don't clear mtf_pending when nested events are blockedOliver Upton
2020-04-07KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenterUros Bizjak
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-04-02x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-31KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson
2020-03-31KVM: VMX: Annotate vmx_x86_ops as __initdataSean Christopherson
2020-03-31KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson
2020-03-31KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson
2020-03-31KVM: VMX: Move hardware_setup() definition below vmx_x86_opsSean Christopherson
2020-03-31KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar
2020-03-24x86/kvm: Convert to new CPU match macrosThomas Gleixner
2020-03-24x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner
2020-03-23KVM: VMX: Gracefully handle faults on VMXONSean Christopherson
2020-03-23KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()Sean Christopherson
2020-03-23KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson
2020-03-23KVM: VMX: don't allow memory operands for inline asm that modifies SPNick Desaulniers
2020-03-18KVM: nVMX: remove side effects from nested_vmx_exit_reflectedPaolo Bonzini
2020-03-17KVM: VMX: access regs array in vmenter.S in its natural orderUros Bizjak
2020-03-16KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()Vitaly Kuznetsov
2020-03-16KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mappingVitaly Kuznetsov
2020-03-16Merge branch 'kvm-null-pointer-fix' into HEADPaolo Bonzini
2020-03-16KVM: nVMX: Consolidate nested MTF checks to helper functionOliver Upton
2020-03-16KVM: VMX: Micro-optimize vmexit time when not exposing PMUWanpeng Li
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini
2020-03-16KVM: CPUID: add support for supervisor statesPaolo Bonzini
2020-03-16KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson
2020-03-16KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpageSean Christopherson
2020-03-16KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson
2020-03-16KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson
2020-03-16KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson
2020-03-16KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP supportSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson
2020-03-16KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_capsSean Christopherson
2020-03-16KVM: x86: Override host CPUID results with kvm_cpu_capsSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson
2020-03-16KVM: x86: Add a helper to check kernel support when setting cpu capSean Christopherson
2020-03-16KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson