forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'fixes', 'generic', 'misc', 'mmu', 'mtrrs', 'pmu', 'se…
…lftests' and 'svm' * fixes: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bits * generic: KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT KVM: fix documentation rendering for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM Revert "KVM: async_pf: avoid recursive flushing of work items" KVM: Update halt polling documentation to note that KVM has 4 module params KVM: Enable halt polling shrink parameter by default KVM: Unexport kvm_debugfs_dir * misc: KVM: x86: Keep consistent naming for APICv/AVIC inhibit reasons KVM: x86: Print names of apicv inhibit reasons in traces KVM: x86: Add a capability to configure bus frequency for APIC timer KVM: x86: Make nanoseconds per APIC bus cycle a VM variable KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-V KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr" KVM: x86/mmu: Snapshot shadow_phys_bits when kvm.ko is loaded KVM: SVM: Use KVM's snapshot of the host's XCR0 for SEV-ES host state KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc... * mmu: KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= KVM_MAX_HUGEPAGE_LEVEL KVM: x86: invalid_list not used anymore in mmu_shrink_scan * mtrrs: KVM: VMX: Always honor guest PAT on CPUs that support self-snoop KVM: x86: Ensure a full memory barrier is emitted in the VM-Exit path srcu: Add an API for a memory barrier after SRCU read lock KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1 KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes * pmu: KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros KVM: x86/pmu: Change ambiguous _mask suffix to _rsvd in kvm_pmu KVM: VMX: Switch to new Intel CPU model infrastructure KVM: x86/pmu: Switch to new Intel CPU model defines KVM: x86: Remove IA32_PERF_GLOBAL_OVF_CTRL from KVM_GET_MSR_INDEX_LIST * selftests: KVM: selftests: remove unused struct 'memslot_antagonist_args' * svm: KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area KVM: SVM: not account memory allocation for per-CPU svm_data KVM: SVM: remove useless input parameter in snp_safe_alloc_page
- Loading branch information
Showing
36 changed files
with
412 additions
and
929 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.