aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kvm/vmx/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-21Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-masterPaolo Bonzini1-3/+34
2020-04-14KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak1-1/+1
2020-04-11KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li1-3/+34
2020-04-07KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov1-5/+7
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-337/+328
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-03-31KVM: VMX: Annotate vmx_x86_ops as __initdataSean Christopherson1-1/+1
2020-03-31KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson1-1/+1
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson1-2/+2
2020-03-31KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson1-13/+14
2020-03-31KVM: VMX: Move hardware_setup() definition below vmx_x86_opsSean Christopherson1-153/+153
2020-03-31KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson1-5/+11
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+17
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar1-1/+2
2020-03-24x86/kvm: Convert to new CPU match macrosThomas Gleixner1-1/+1
2020-03-24x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner1-0/+1
2020-03-23KVM: VMX: Gracefully handle faults on VMXONSean Christopherson1-3/+21
2020-03-23KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()Sean Christopherson1-10/+4
2020-03-23KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson1-51/+16
2020-03-23KVM: VMX: don't allow memory operands for inline asm that modifies SPNick Desaulniers1-1/+1
2020-03-18KVM: nVMX: remove side effects from nested_vmx_exit_reflectedPaolo Bonzini1-2/+17
2020-03-16KVM: VMX: Micro-optimize vmexit time when not exposing PMUWanpeng Li1-1/+2
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini1-2/+3
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini1-2/+0
2020-03-16KVM: CPUID: add support for supervisor statesPaolo Bonzini1-0/+1
2020-03-16KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson1-5/+0
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson1-3/+0
2020-03-16KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpageSean Christopherson1-3/+0
2020-03-16KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson1-13/+11
2020-03-16KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson1-3/+1
2020-03-16KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson1-6/+0
2020-03-16KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP supportSean Christopherson1-6/+1
2020-03-16KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson1-3/+0
2020-03-16KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_capsSean Christopherson1-5/+0
2020-03-16KVM: x86: Override host CPUID results with kvm_cpu_capsSean Christopherson1-12/+0
2020-03-16KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson1-1/+7
2020-03-16KVM: x86: Add a helper to check kernel support when setting cpu capSean Christopherson1-10/+8
2020-03-16KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson1-1/+4
2020-03-16KVM: VMX: Convert feature updates from CPUID to KVM cpu capsSean Christopherson1-21/+33
2020-03-16KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingSean Christopherson1-0/+2
2020-03-16KVM: x86: Handle Intel PT CPUID adjustment in VMX codeSean Christopherson1-0/+3
2020-03-16KVM: x86: Handle RDTSCP CPUID adjustment in VMX codeSean Christopherson1-0/+4
2020-03-16KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson1-1/+5
2020-03-16KVM: x86: Handle UMIP emulation CPUID adjustment in VMX codeSean Christopherson1-0/+2
2020-03-16KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson1-7/+3
2020-03-16KVM: x86: Handle MPX CPUID adjustment in VMX codeSean Christopherson1-2/+12
2020-03-16KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson1-2/+2
2020-03-16KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson1-2/+1
2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson1-0/+4