summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/vmx.c
AgeCommit message (Expand)Author
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-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
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-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
2020-03-16KVM: VMX: Convert feature updates from CPUID to KVM cpu capsSean Christopherson
2020-03-16KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingSean Christopherson
2020-03-16KVM: x86: Handle Intel PT CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle RDTSCP CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle UMIP emulation CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle MPX CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson
2020-03-16KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson
2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson
2020-03-16KVM: VMX: Add helpers to query Intel PT modeSean Christopherson
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson