summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2021-09-06kvm: x86: Increase KVM_SOFT_MAX_VCPUS to 710Eduardo Habkost
2021-09-06kvm: x86: Increase MAX_VCPUS to 1024Eduardo Habkost
2021-09-06kvm: x86: Set KVM_MAX_VCPU_ID to 4*KVM_MAX_VCPUSEduardo Habkost
2021-08-20KVM: x86/mmu: Support shadowing NPT when 5-level paging is enabled in hostWei Huang
2021-08-20KVM: x86: Allow CPU to force vendor-specific TDP levelWei Huang
2021-08-20KVM: x86: implement KVM_GUESTDBG_BLOCKIRQMaxim Levitsky
2021-08-20KVM: x86/mmu: Add detailed page size statsMingwei Zhang
2021-08-20KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in useVitaly Kuznetsov
2021-08-20KVM: x86: APICv: fix race in kvm_request_apicv_update on SVMMaxim Levitsky
2021-08-20KVM: x86: don't disable APICv memslot when inhibitedMaxim Levitsky
2021-08-20KVM: X86: Introduce kvm_mmu_slot_lpages() helpersPeter Xu
2021-08-13KVM: x86: Move declaration of kvm_spurious_fault() to x86.hUros Bizjak
2021-08-13KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()Sean Christopherson
2021-08-13KVM: X86: Remove unneeded KVM_DEBUGREG_RELOADLai Jiangshan
2021-08-13Merge branch 'kvm-tdpmmu-fixes' into HEADPaolo Bonzini
2021-08-13KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlockSean Christopherson
2021-08-05KVM: xen: do not use struct gfn_to_hva_cachePaolo Bonzini
2021-08-04KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interf...Like Xu
2021-08-03KVM: const-ify all relevant uses of struct kvm_memory_slotHamza Mahfooz
2021-08-02KVM: x86: Move EDX initialization at vCPU RESET to common codeSean Christopherson
2021-08-02KVM: X86: Add per-vm stat for max rmap list sizePeter Xu
2021-06-24KVM: x86: rename apic_access_page_done to apic_access_memslot_enabledMaxim Levitsky
2021-06-24kvm: x86: Allow userspace to handle emulation errorsAaron Lewis
2021-06-24KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logicSean Christopherson
2021-06-24KVM: x86: Enhance comments for MMU roles and nested transition trickinessSean Christopherson
2021-06-24KVM: x86/mmu: Drop "nx" from MMU context now that there are no readersSean Christopherson
2021-06-24KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigansSean Christopherson
2021-06-24Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...Sean Christopherson
2021-06-24KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is brokenSean Christopherson
2021-06-24KVM: x86: Force all MMUs to reinitialize if guest CPUID is modifiedSean Christopherson
2021-06-24Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"Sean Christopherson
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang
2021-06-17KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercallAshish Kalra
2021-06-17KVM: switch per-VM stats to u64Paolo Bonzini
2021-06-17KVM: nVMX: Free only guest_mode (L2) roots on INVVPID w/o EPTSean Christopherson
2021-06-17KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpersSean Christopherson
2021-06-17KVM: nVMX: Sync all PGDs on nested transition with shadow pagingSean Christopherson
2021-06-17KVM: x86: avoid loading PDPTRs after migration when possibleMaxim Levitsky
2021-06-17KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guestSean Christopherson
2021-06-17KVM: x86: hyper-v: Cache guest CPUID leaves determining features availabilityVitaly Kuznetsov
2021-06-17KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov
2021-06-17KVM: x86: hyper-v: Move the remote TLB flush logic out of vmxVineeth Pillai
2021-06-17KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest modeKrish Sadhukhan
2021-06-17KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson
2021-06-17KVM: x86: Drop vendor specific functions for APICv/AVIC enablementVitaly Kuznetsov
2021-06-17KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov
2021-06-17KVM: X86: Add vendor callbacks for writing the TSC multiplierIlias Stamatis
2021-06-17KVM: X86: Move write_l1_tsc_offset() logic to common code and rename itIlias Stamatis
2021-06-17KVM: X86: Add functions that calculate the nested TSC fieldsIlias Stamatis
2021-06-17KVM: X86: Add functions for retrieving L2 TSC fields from common codeIlias Stamatis