summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-29KVM: Allocate cpus_hardware_enabled after arch hardware setupSean Christopherson
2022-12-29KVM: Initialize IRQ FD after arch hardware setupSean Christopherson
2022-12-29KVM: Register /dev/kvm as the _very_ last thing during initializationSean Christopherson
2022-12-29Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini
2022-12-29KVM: selftests: Test Hyper-V invariant TSC controlVitaly Kuznetsov
2022-12-29KVM: selftests: Test that values written to Hyper-V MSRs are preservedVitaly Kuznetsov
2022-12-29KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()Vitaly Kuznetsov
2022-12-29KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_f...Vitaly Kuznetsov
2022-12-29KVM: x86: Hyper-V invariant TSC controlVitaly Kuznetsov
2022-12-29KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDXVitaly Kuznetsov
2022-12-29x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC defineVitaly Kuznetsov
2022-12-29KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faultsSean Christopherson
2022-12-29KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMUSean Christopherson
2022-12-29KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()Sean Christopherson
2022-12-29KVM: x86/mmu: Rename __direct_map() to direct_map()David Matlack
2022-12-29KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faultsDavid Matlack
2022-12-29KVM: x86/mmu: Split out TDP MMU page fault handlingDavid Matlack
2022-12-29KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUsDavid Matlack
2022-12-29KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn()David Matlack
2022-12-29KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handlingDavid Matlack
2022-12-29KVM: x86/mmu: Handle error PFNs in kvm_faultin_pfn()David Matlack
2022-12-29KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()David Matlack
2022-12-29KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabledDavid Matlack
2022-12-29KVM: x86/mmu: Change tdp_mmu to a read-only parameterDavid Matlack
2022-12-29KVM: selftests: x86: Use TAP interface in the tsc_msrs_testThomas Huth
2022-12-29KVM: selftests: Use TAP interface in the kvm_binary_stats_testThomas Huth
2022-12-29kvm: x86/mmu: Warn on linking when sp->unsync_childrenLai Jiangshan
2022-12-29KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-VVitaly Kuznetsov
2022-12-29KVM: nVMX: Prepare to sanitize tertiary execution controls with eVMCSVitaly Kuznetsov
2022-12-29KVM: nVMX: Invert 'unsupported by eVMCSv1' checkVitaly Kuznetsov
2022-12-29KVM: nVMX: Sanitize primary processor-based VM-execution controls with eVMCS tooVitaly Kuznetsov
2022-12-28KVM: selftests: restore special vmmcall code layout needed by the harnessPaolo Bonzini
2022-12-28Documentation: kvm: clarify SRCU locking orderPaolo Bonzini
2022-12-28KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini
2022-12-27KVM: x86/xen: Documentation updates and clarificationsDavid Woodhouse
2022-12-27KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapiDavid Woodhouse
2022-12-27KVM: x86/xen: Simplify eventfd IOCTLsMichal Luczaj
2022-12-27KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_portsPaolo Bonzini
2022-12-27KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badlyDavid Woodhouse
2022-12-27KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()Michal Luczaj
2022-12-27KVM: Delete extra block of "};" in the KVM API documentationSean Christopherson
2022-12-27kvm: x86/mmu: Remove duplicated "be split" in spte.hLai Jiangshan
2022-12-27kvm: Remove the unused macro KVM_MMU_READ_{,UN}LOCK()Lai Jiangshan
2022-12-27MAINTAINERS: adjust entry after renaming the vmx hyperv filesLukas Bulwahn
2022-12-27KVM: selftests: Mark correct page as mapped in virt_map()Oliver Upton
2022-12-27KVM: arm64: selftests: Don't identity map the ucall MMIO holeOliver Upton
2022-12-27KVM: selftests: document the default implementation of vm_vaddr_populate_bitmapPaolo Bonzini
2022-12-27KVM: selftests: Use magic value to signal ucall_alloc() failureSean Christopherson
2022-12-27KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warningSean Christopherson
2022-12-27KVM: selftests: Include lib.mk before consuming $(CC)Sean Christopherson