summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-1713-41/+124
|\
| * KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is validSean Christopherson2024-09-101-2/+3
| * KVM: nVMX: Assert that vcpu->mutex is held when accessing secondary VMCSesSean Christopherson2024-09-101-0/+6
| * KVM: nVMX: Explicitly invalidate posted_intr_nv if PI is disabled at VM-EnterSean Christopherson2024-09-102-2/+11
| * KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()Sean Christopherson2024-09-103-13/+5
| * KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injectionSean Christopherson2024-09-101-0/+14
| * KVM: nVMX: Suppress external interrupt VM-Exit injection if there's no IRQSean Christopherson2024-09-101-1/+2
| * KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection siteSean Christopherson2024-09-103-10/+30
| * KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate APISean Christopherson2024-09-102-4/+14
| * KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is disabledKai Huang2024-09-101-0/+1
| * KVM: VMX: hyper-v: Prevent impossible NULL pointer dereference in evmcs_load()Vitaly Kuznetsov2024-08-221-0/+8
| * KVM: nVMX: Use vmx_segment_cache_clear() instead of open coded equivalentMaxim Levitsky2024-08-223-5/+7
| * KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-ExitSean Christopherson2024-08-224-12/+31
| * KVM: VMX: Do not account for temporary memory allocation in ECREATE emulationKai Huang2024-08-221-1/+1
| * KVM: VMX: Modify the BUILD_BUG_ON_MSG of the 32-bit field in the vmcs_check16...Qiang Liu2024-08-221-1/+1
* | Merge tag 'kvm-x86-svm-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-175-27/+47
|\ \
| * | KVM: SVM: let alternatives handle the cases when RSB filling is requiredAmit Shah2024-09-101-6/+2
| * | KVM: SVM: Track the per-CPU host save area as a VMCB pointerSean Christopherson2024-08-302-8/+9
| * | KVM: SVM: Add host SEV-ES save area structure into VMCB via a unionSean Christopherson2024-08-301-5/+15
| * | KVM: SVM: Add a helper to convert a SME-aware PA back to a struct pageSean Christopherson2024-08-302-6/+19
| * | KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()Yongqiang Liu2024-08-221-2/+2
| |/
* | Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...Paolo Bonzini2024-09-1710-95/+132
|\ \
| * | KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()Xin Li2024-08-221-7/+20
| * | KVM: VMX: Open code VMX preemption timer rate mask in its accessorXin Li2024-08-222-3/+2
| * | KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.hSean Christopherson2024-08-225-16/+16
| * | KVM: nVMX: Add a helper to encode VMCS info in MSR_IA32_VMX_BASICSean Christopherson2024-08-222-7/+8
| * | KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()Xin Li2024-08-221-7/+18
| * | KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit valueXin Li2024-08-223-18/+21
| * | KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.hXin Li2024-08-222-8/+7
| * | KVM: x86: Stuff vCPU's PAT with default value at RESET, not creationSean Christopherson2024-08-221-2/+2
| * | x86/cpu: KVM: Move macro to encode PAT value to common headerSean Christopherson2024-08-223-11/+11
| * | x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...Sean Christopherson2024-08-226-26/+37
| |/
* | Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-177-383/+369
|\ \
| * | KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalentSean Christopherson2024-09-101-1/+1
| * | KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literalsSean Christopherson2024-09-101-15/+16
| * | KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()Sean Christopherson2024-09-101-28/+22
| * | KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helperSean Christopherson2024-09-101-46/+22
| * | KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowedSean Christopherson2024-09-101-10/+6
| * | KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslotSean Christopherson2024-09-101-3/+12
| * | KVM: x86/mmu: Plumb a @can_yield parameter into __walk_slot_rmaps()Sean Christopherson2024-09-101-4/+8
| * | KVM: x86/mmu: Move walk_slot_rmaps() up near for_each_slot_rmap_range()Sean Christopherson2024-09-101-53/+53
| * | KVM: x86/mmu: WARN on MMIO cache hit when emulating write-protected gfnSean Christopherson2024-09-101-10/+20
| * | KVM: x86/mmu: Detect if unprotect will do anything based on invalid_listSean Christopherson2024-09-101-4/+7
| * | KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() versionSean Christopherson2024-09-102-21/+13
| * | KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()Sean Christopherson2024-09-101-5/+7
| * | KVM: x86: Update retry protection fields when forcing retry on emulation failureSean Christopherson2024-09-103-7/+17
| * | KVM: x86: Apply retry protection to "unprotect on failure" pathSean Christopherson2024-09-101-19/+1
| * | KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfnSean Christopherson2024-09-101-9/+19
| * | KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulationSean Christopherson2024-09-101-18/+0
| * | KVM: x86/mmu: Move event re-injection unprotect+retry into common pathSean Christopherson2024-09-101-21/+9