summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-168-17/+20
* KVM: x86: unify callbacks to load paging rootPaolo Bonzini2020-03-166-35/+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-164-28/+11
* KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabledSean Christopherson2020-03-161-2/+3
* KVM: nSVM: Expose SVM features to L1 iff nested is enabledSean Christopherson2020-03-161-9/+13
* KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson2020-03-165-8/+8
* KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson2020-03-161-4/+2
* KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpageSean Christopherson2020-03-161-3/+0
* KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson2020-03-164-25/+31
* KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson2020-03-164-19/+6
* KVM: SVM: Refactor logging of NPT enabled/disabledSean Christopherson2020-03-161-6/+4
* KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson2020-03-165-20/+4
* KVM: x86: Check for Intel PT MSR virtualization using KVM cpu capsSean Christopherson2020-03-161-4/+4
* KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP supportSean Christopherson2020-03-161-6/+1
* KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson2020-03-164-11/+1
* KVM: x86: Do kvm_cpuid_array capacity checks in terminal functionsSean Christopherson2020-03-161-5/+6
* KVM: x86: Use kvm_cpu_caps to detect Intel PT supportSean Christopherson2020-03-161-2/+1
* KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_capsSean Christopherson2020-03-163-54/+41
* KVM: x86: Override host CPUID results with kvm_cpu_capsSean Christopherson2020-03-164-31/+15
* KVM: x86: Do host CPUID at load time to mask KVM cpu capsSean Christopherson2020-03-161-0/+8
* KVM: x86: Remove stateful CPUID handlingSean Christopherson2020-03-161-60/+13
* KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUsSean Christopherson2020-03-161-10/+21
* KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafsSean Christopherson2020-03-161-5/+3
* KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()Sean Christopherson2020-03-161-40/+22
* KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson2020-03-164-9/+8
* KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedSean Christopherson2020-03-162-1/+14
* KVM: x86: Add a helper to check kernel support when setting cpu capSean Christopherson2020-03-163-12/+15
* KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson2020-03-164-12/+4
* KVM: VMX: Convert feature updates from CPUID to KVM cpu capsSean Christopherson2020-03-161-21/+33
* KVM: SVM: Convert feature updates from CPUID to KVM cpu capsSean Christopherson2020-03-162-16/+36
* KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID maskingSean Christopherson2020-03-164-108/+151
* KVM: x86: Refactor handling of XSAVES CPUID adjustmentSean Christopherson2020-03-161-2/+5
* KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic codePaolo Bonzini2020-03-161-2/+3
* KVM: x86: Handle Intel PT CPUID adjustment in VMX codeSean Christopherson2020-03-162-2/+4