summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-24KVM: SVM: Refresh AVIC configuration when changing APIC modeSuravee Suthikulpanit3-0/+15
2022-06-24KVM: x86: Deactivate APICv on vCPU with APIC disabledSuravee Suthikulpanit2-2/+6
2022-06-24KVM: SVM: Adding support for configuring x2APIC MSRs interceptionSuravee Suthikulpanit2-2/+27
2022-06-24KVM: SVM: Do not support updating APIC ID when in x2APIC modeSuravee Suthikulpanit1-1/+10
2022-06-24KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC IDSuravee Suthikulpanit1-2/+8
2022-06-24KVM: SVM: Update max number of vCPUs supported for x2AVIC modeSuravee Suthikulpanit2-6/+14
2022-06-24KVM: SVM: Detect X2APIC virtualization (x2AVIC) supportSuravee Suthikulpanit4-13/+59
2022-06-24KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit6-8/+8
2022-06-24x86/cpufeatures: Introduce x2AVIC CPUID bitSuravee Suthikulpanit1-0/+1
2022-06-24KVM: debugfs: expose pid of vcpu threadsVineeth Pillai2-2/+15
2022-06-24KVM: nVMX: clean up posted interrupt descriptor try_cmpxchgPaolo Bonzini1-7/+8
2022-06-24KVM: selftests: Enhance handling WRMSR ICR register in x2APIC modeZeng Guang1-3/+17
2022-06-24KVM: selftests: Add a self test for CMCI and UCNA emulations.Jue Wang5-0/+344
2022-06-24KVM: x86: Enable CMCI capability by default and handle injected UCNA errorsJue Wang2-1/+43
2022-06-24KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.Jue Wang2-39/+92
2022-06-24KVM: x86: Use kcalloc to allocate the mce_banks array.Jue Wang1-1/+1
2022-06-24KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.Jue Wang3-16/+39
2022-06-24KVM: x86: Add APIC_LVTx() macro.Jue Wang2-4/+5
2022-06-24KVM: x86: Fill apic_lvt_mask with enums / explicit entries.Jue Wang2-10/+21
2022-06-24KVM: x86: Make APIC_VERSION capture only the magic 0x14UL.Jue Wang1-2/+2
2022-06-24KVM: x86/mmu: Avoid unnecessary flush on eager page splitPaolo Bonzini1-12/+20
2022-06-24KVM: x86/mmu: Extend Eager Page Splitting to nested MMUsDavid Matlack3-9/+275
2022-06-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack5-9/+38
2022-06-24KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()Paolo Bonzini2-39/+35
2022-06-24KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levelsDavid Matlack1-7/+13
2022-06-24KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMUDavid Matlack3-11/+10
2022-06-24KVM: x86/mmu: Cache the access bits of shadowed translationsDavid Matlack4-29/+84
2022-06-24KVM: x86/mmu: Update page stats in __rmap_add()David Matlack1-1/+2
2022-06-24KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpuDavid Matlack1-18/+29
2022-06-24KVM: x86/mmu: Pass const memslot to rmap_add()David Matlack1-1/+1
2022-06-24KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()David Matlack1-0/+10
2022-06-24KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...David Matlack1-13/+15
2022-06-24KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()David Matlack1-6/+6
2022-06-24KVM: x86/mmu: Pass memory caches to allocate SPs separatelyDavid Matlack1-7/+29
2022-06-24KVM: x86/mmu: Move guest PT write-protection to account_shadowed()David Matlack1-4/+4
2022-06-24KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pagesDavid Matlack1-6/+7
2022-06-24KVM: x86/mmu: Consolidate shadow page allocation and initializationDavid Matlack1-22/+17
2022-06-24KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functionsDavid Matlack1-13/+39
2022-06-24KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytesDavid Matlack1-6/+14
2022-06-24KVM: x86/mmu: Derive shadow MMU page role from parentDavid Matlack2-52/+71
2022-06-24KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()David Matlack1-5/+6
2022-06-24KVM: x86/mmu: Use a bool for directDavid Matlack1-2/+2
2022-06-24KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPsDavid Matlack1-2/+2
2022-06-24KVM: selftests: Cache binary stats metadata for duration of testBen Gardon2-15/+22
2022-06-24KVM: selftests: Test disabling NX hugepages on a VMBen Gardon3-48/+113
2022-06-24KVM: selftests: Add NX huge pages testBen Gardon6-0/+337
2022-06-24KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basisBen Gardon8-8/+60
2022-06-24KVM: x86: Fix errant brace in KVM capability handlingBen Gardon1-1/+1
2022-06-24KVM: selftests: Read binary stat data in libBen Gardon3-7/+41
2022-06-24KVM: selftests: Clean up coding style in binary stats testSean Christopherson1-34/+45