summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: x86: Fix sizes used to pass around CR0, CR4, and EFERSean Christopherson2021-06-244-9/+10
| * | KVM: x86/mmu: Rename unsync helper and update related commentsSean Christopherson2021-06-243-13/+34
| * | KVM: x86/mmu: Drop the intermediate "transient" __kvm_sync_page()Sean Christopherson2021-06-241-12/+5
| * | KVM: x86/mmu: comment on kvm_mmu_get_page's syncing of pagesSean Christopherson2021-06-241-2/+11
| * | KVM: x86/mmu: WARN and zap SP when sync'ing if MMU role mismatchesSean Christopherson2021-06-242-6/+26
| * | KVM: x86/mmu: Use MMU role to check for matching guest page sizesSean Christopherson2021-06-241-13/+3
| * | KVM: x86/mmu: Unconditionally zap unsync SPs when creating >4k SP at GFNSean Christopherson2021-06-241-34/+16
| * | Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...Sean Christopherson2021-06-241-1/+0
| * | KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is brokenSean Christopherson2021-06-242-0/+22
| * | KVM: x86: Force all MMUs to reinitialize if guest CPUID is modifiedSean Christopherson2021-06-242-3/+15
| * | Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"Sean Christopherson2021-06-241-0/+1
| * | KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walkSean Christopherson2021-06-241-2/+1
| * | KVM: x86: Properly reset MMU context at vCPU RESET/INITSean Christopherson2021-06-241-0/+13
| * | KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUsSean Christopherson2021-06-241-1/+9
| * | KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPTSean Christopherson2021-06-241-7/+0
| * | KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-241-48/+1
| * | KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-241-0/+41
| * | KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-241-0/+25
| * | KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-1/+1
| * | KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-7/+7
| * | KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU checkSean Christopherson2021-06-241-4/+6
| * | KVM: nVMX: Handle split-lock #AC exceptions that happen in L2Sean Christopherson2021-06-244-2/+11
| * | KVM: x86/mmu: Fix uninitialized boolean variable flushColin Ian King2021-06-241-1/+1
| * | KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCBJim Mattson2021-06-242-0/+4
| * | Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-06-233-37/+7
| |\ \
| * | | KVM: nVMX: Dynamically compute max VMCS index for vmcs12Sean Christopherson2021-06-213-8/+43
| * | | KVM: VMX: Skip #PF(RSVD) intercepts when emulating smaller maxphyaddrJim Mattson2021-06-211-9/+14
| * | | KVM: x86/mmu: Remove redundant root_hpa checksDavid Matlack2021-06-182-11/+0
| * | | KVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmuDavid Matlack2021-06-182-4/+5
| * | | KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled checkDavid Matlack2021-06-182-8/+7
| * | | KVM: x86/mmu: Remove redundant is_tdp_mmu_root checkDavid Matlack2021-06-181-2/+0
| * | | KVM: x86: Stub out is_tdp_mmu_root on 32-bit hostsPaolo Bonzini2021-06-181-6/+7
| * | | KVM: x86: WARN and reject loading KVM if NX is supported but not enabledSean Christopherson2021-06-181-0/+3
| * | | KVM: SVM: Refuse to load kvm_amd if NX support is not availableSean Christopherson2021-06-181-3/+10
| * | | KVM: VMX: Refuse to load kvm_intel if EPT and NX are disabledSean Christopherson2021-06-181-0/+6
| * | | KVM: x86/mmu: Fix TDP MMU page table levelKai Huang2021-06-172-5/+5
| * | | KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()Kai Huang2021-06-171-1/+5
| * | | KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()Kai Huang2021-06-171-1/+1
| * | | KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPICWanpeng Li2021-06-171-0/+1
| * | | KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercallAshish Kalra2021-06-171-0/+46
| * | | KVM: x86/mmu: Grab nx_lpage_splits as an unsigned long before divisionSean Christopherson2021-06-171-1/+2
| * | | KVM: x86: Check for pending interrupts when APICv is getting disabledVitaly Kuznetsov2021-06-171-0/+9
| * | | KVM: nVMX: Drop redundant checks on vmcs12 in EPTP switching emulationSean Christopherson2021-06-171-3/+1
| * | | KVM: nVMX: WARN if subtly-impossible VMFUNC conditions occurSean Christopherson2021-06-171-0/+10
| * | | KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()Sean Christopherson2021-06-175-15/+6
| * | | KVM: x86: Defer MMU sync on PCID invalidationSean Christopherson2021-06-171-1/+1
| * | | KVM: nVMX: Use fast PGD switch when emulating VMFUNC[EPTP_SWITCH]Sean Christopherson2021-06-171-6/+13
| * | | KVM: x86: Use KVM_REQ_TLB_FLUSH_GUEST to handle INVPCID(ALL) emulationSean Christopherson2021-06-171-1/+1
| * | | KVM: nVMX: Free only guest_mode (L2) roots on INVVPID w/o EPTSean Christopherson2021-06-172-4/+30
| * | | KVM: nVMX: Consolidate VM-Enter/VM-Exit TLB flush and MMU sync logicSean Christopherson2021-06-171-64/+23