summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-24KVM: nVMX: clean up posted interrupt descriptor try_cmpxchgPaolo Bonzini
2022-06-24KVM: selftests: Enhance handling WRMSR ICR register in x2APIC modeZeng Guang
2022-06-24KVM: selftests: Add a self test for CMCI and UCNA emulations.Jue Wang
2022-06-24KVM: x86: Enable CMCI capability by default and handle injected UCNA errorsJue Wang
2022-06-24KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.Jue Wang
2022-06-24KVM: x86: Use kcalloc to allocate the mce_banks array.Jue Wang
2022-06-24KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.Jue Wang
2022-06-24KVM: x86: Add APIC_LVTx() macro.Jue Wang
2022-06-24KVM: x86: Fill apic_lvt_mask with enums / explicit entries.Jue Wang
2022-06-24KVM: x86: Make APIC_VERSION capture only the magic 0x14UL.Jue Wang
2022-06-24KVM: x86/mmu: Avoid unnecessary flush on eager page splitPaolo Bonzini
2022-06-24KVM: x86/mmu: Extend Eager Page Splitting to nested MMUsDavid Matlack
2022-06-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack
2022-06-24KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()Paolo Bonzini
2022-06-24KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levelsDavid Matlack
2022-06-24KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMUDavid Matlack
2022-06-24KVM: x86/mmu: Cache the access bits of shadowed translationsDavid Matlack
2022-06-24KVM: x86/mmu: Update page stats in __rmap_add()David Matlack
2022-06-24KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpuDavid Matlack
2022-06-24KVM: x86/mmu: Pass const memslot to rmap_add()David Matlack
2022-06-24KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()David Matlack
2022-06-24KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...David Matlack
2022-06-24KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()David Matlack
2022-06-24KVM: x86/mmu: Pass memory caches to allocate SPs separatelyDavid Matlack
2022-06-24KVM: x86/mmu: Move guest PT write-protection to account_shadowed()David Matlack
2022-06-24KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pagesDavid Matlack
2022-06-24KVM: x86/mmu: Consolidate shadow page allocation and initializationDavid Matlack
2022-06-24KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functionsDavid Matlack
2022-06-24KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytesDavid Matlack
2022-06-24KVM: x86/mmu: Derive shadow MMU page role from parentDavid Matlack
2022-06-24KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()David Matlack
2022-06-24KVM: x86/mmu: Use a bool for directDavid Matlack
2022-06-24KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPsDavid Matlack
2022-06-24KVM: selftests: Cache binary stats metadata for duration of testBen Gardon
2022-06-24KVM: selftests: Test disabling NX hugepages on a VMBen Gardon
2022-06-24KVM: selftests: Add NX huge pages testBen Gardon
2022-06-24KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basisBen Gardon
2022-06-24KVM: x86: Fix errant brace in KVM capability handlingBen Gardon
2022-06-24KVM: selftests: Read binary stat data in libBen Gardon
2022-06-24KVM: selftests: Clean up coding style in binary stats testSean Christopherson
2022-06-24KVM: selftests: Read binary stats desc in libBen Gardon
2022-06-24KVM: selftests: Read binary stats header in libBen Gardon
2022-06-24KVM: selftests: Remove dynamic memory allocation for stats headerBen Gardon
2022-06-22KVM: selftests: Add MONITOR/MWAIT quirk testSean Christopherson
2022-06-20KVM: selftests: Use exception fixup for #UD/#GP Hyper-V MSR/hcall testsSean Christopherson
2022-06-20KVM: selftests: Mostly fix broken Hyper-V Features testSean Christopherson
2022-06-20KVM: selftests: Add x86-64 support for exception fixupSean Christopherson
2022-06-20KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behaviorSean Christopherson
2022-06-20KVM: x86: Ignore benign host writes to "unsupported" F15H_PERF_CTL MSRsSean Christopherson
2022-06-20KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRsSean Christopherson