summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-24KVM: VMX: Allow VM-Fail path of VMREAD helper to be instrumentedSean Christopherson
2023-01-24KVM: x86: Make vmx_get_exit_qual() and vmx_get_intr_info() noinstr-friendlySean Christopherson
2023-01-24KVM: VMX: don't use "unsigned long" in vmx_vcpu_enter_exit()Alexey Dobriyan
2023-01-24KVM: VMX: Access @flags as a 32-bit value in __vmx_vcpu_run()Sean Christopherson
2023-01-24KVM: SVM: Account scratch allocations used to decrypt SEV guest memoryAnish Ghulati
2023-01-24KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()Like Xu
2023-01-24KVM: SVM: remove redundant ret variablezhang songyi
2023-01-24KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_testJing Zhang
2023-01-24KVM: x86/xen: Remove unneeded semicolonzhang songyi
2023-01-24KVM: selftests: x86: Use host's native hypercall instruction in kvm_hypercall()Vishal Annapurve
2023-01-24KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve
2023-01-24KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve
2023-01-24KVM: selftests: Fix a typo in the vcpu_msrs_set assertAaron Lewis
2023-01-24KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fdReiji Watanabe
2023-01-24KVM: selftests: Test masked events in PMU filterAaron Lewis
2023-01-24KVM: selftests: Add testing for KVM_SET_PMU_EVENT_FILTERAaron Lewis
2023-01-24KVM: selftests: Add flags when creating a pmu event filterAaron Lewis
2023-01-24KVM: x86/pmu: Introduce masked events to the pmu event filterAaron Lewis
2023-01-24KVM: x86/pmu: prepare the pmu event filter for masked eventsAaron Lewis
2023-01-24KVM: x86/pmu: Remove impossible events from the pmu event filterAaron Lewis
2023-01-24KVM: x86/pmu: Correct the mask used in a pmu event filter lookupAaron Lewis
2023-01-24KVM: x86/mmu: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-01-24KVM: x86/mmu: Cleanup range-based flushing for given pageHou Wenlong
2023-01-24KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()Hou Wenlong
2023-01-24KVM: x86/mmu: Fix wrong start gfn of tlb flushing with rangeHou Wenlong
2023-01-24KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_l...Hou Wenlong
2023-01-24KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()Hou Wenlong
2023-01-24KVM: x86/mmu: Move round_gfn_for_level() helper into mmu_internal.hHou Wenlong
2023-01-24KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd()Wei Liu
2023-01-24kvm: x86/mmu: Don't clear write flooding for direct SPLai Jiangshan
2023-01-24kvm: x86/mmu: Rename SPTE_TDP_AD_ENABLED_MASK to SPTE_TDP_AD_ENABLEDLai Jiangshan
2023-01-24x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson
2023-01-24x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson
2023-01-24x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)Sean Christopherson
2023-01-24x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson
2023-01-24KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if presentPaul Durrant
2023-01-24KVM: x86/cpuid: generalize kvm_update_kvm_cpuid_base() and also capture limitPaul Durrant
2023-01-24KVM: x86: Replace cpu_dirty_logging_count with nr_memslots_dirty_loggingDavid Matlack
2023-01-24KVM: x86: Replace 0-length arrays with flexible arraysKees Cook
2023-01-24KVM: x86: Advertise fast REP string features inherent to the CPUJim Mattson
2023-01-24x86/cpufeatures: Add macros for Intel's new fast rep string featuresJim Mattson
2023-01-24kvm_host.h: fix spelling typo in function declarationWang Liang
2023-01-24KVM: account allocation in generic version of kvm_arch_alloc_vm()Alexey Dobriyan
2023-01-24KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()Sean Christopherson
2023-01-24Merge branch 'kvm-lapic-fix-and-cleanup' into HEADPaolo Bonzini
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini
2023-01-24Merge branch 'kvm-hw-enable-refactor' into HEADPaolo Bonzini
2023-01-13KVM: x86: Add helpers to recalc physical vs. logical optimized APIC mapsSean Christopherson
2023-01-13KVM: x86: Allow APICv APIC ID inhibit to be clearedGreg Edwards
2023-01-13KVM: x86: Track required APICv inhibits with variable, not callbackSean Christopherson