summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
| | * | | | | KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotectingSean Christopherson2024-09-101-1/+1
| | * | | | | KVM: x86/mmu: Don't try to unprotect an INVALID_GPASean Christopherson2024-09-101-1/+6
| | * | | | | KVM: x86: Fold retry_instruction() into x86_emulate_instruction()Sean Christopherson2024-09-101-21/+9
| | * | | | | KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()Sean Christopherson2024-09-101-8/+5
| | * | | | | KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPsSean Christopherson2024-09-101-0/+11
| | * | | | | KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" pathSean Christopherson2024-09-103-27/+40
| | * | | | | KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retrySean Christopherson2024-09-101-1/+2
| | * | | | | KVM: x86: Get RIP from vCPU state when storing it to last_retry_eipSean Christopherson2024-09-101-1/+1
| | * | | | | KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zappedSean Christopherson2024-09-101-4/+4
| | * | | | | KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotectedSean Christopherson2024-09-101-8/+29
| | * | | | | KVM: x86/mmu: Trigger unprotect logic only on write-protection page faultsSean Christopherson2024-09-105-37/+50
| | * | | | | KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helperSean Christopherson2024-09-102-5/+8
| | * | | | | KVM: x86/mmu: Reword a misleading comment about checking gpte_changed()Sean Christopherson2024-08-301-2/+8
| | * | | | | KVM: x86/mmu: Drop pointless "return" wrapper label in FNAME(fetch)Sean Christopherson2024-08-301-7/+4
| | * | | | | KVM: x86/mmu: Decrease indentation in logic to sync new indirect shadow pageSean Christopherson2024-08-301-21/+19
| | * | | | | KVM: x86/mmu: Clean up function comments for dirty logging APIsSean Christopherson2024-08-221-33/+15
| | |/ / / /
| * | | | | Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-1717-475/+600
| |\ \ \ \ \
| | * | | | | KVM: x86: Remove some unused declarationsYue Haibing2024-09-103-5/+0
| | * | | | | KVM: x86: Forcibly leave nested if RSM to L2 hits shutdownSean Christopherson2024-09-103-11/+25
| | * | | | | KVM: x86: Add fastpath handling of HLT VM-ExitsSean Christopherson2024-08-304-3/+36
| | * | | | | KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpersSean Christopherson2024-08-301-132/+132
| | * | | | | KVM: x86: Exit to userspace if fastpath triggers one on instruction skipSean Christopherson2024-08-302-2/+8
| | * | | | | KVM: x86: Dedup fastpath MSR post-handling logicSean Christopherson2024-08-301-10/+11
| | * | | | | KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successfulSean Christopherson2024-08-301-1/+1
| | * | | | | KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)Sean Christopherson2024-08-304-12/+36
| | * | | | | KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()Sean Christopherson2024-08-301-23/+23
| | * | | | | KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bitsSean Christopherson2024-08-301-1/+14
| | * | | | | KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRsSean Christopherson2024-08-221-3/+8
| | * | | | | KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRsSean Christopherson2024-08-221-18/+9
| | * | | | | KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()Sean Christopherson2024-08-221-184/+184
| | * | | | | KVM: x86: Funnel all fancy MSR return value handling into a common helperSean Christopherson2024-08-221-42/+42
| | * | | | | KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entrySean Christopherson2024-08-221-16/+13
| | * | | | | KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()Sean Christopherson2024-08-227-14/+14
| | * | | | | KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entrySean Christopherson2024-08-225-15/+13
| | * | | | | KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTEDSean Christopherson2024-08-224-12/+19
| | * | | | | KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enumsSean Christopherson2024-08-222-4/+6
| | * | | | | KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG valueSean Christopherson2024-08-221-2/+7
| | * | | | | KVM: x86: Use this_cpu_ptr() in kvm_user_return_msr_cpu_onlineLi Chen2024-08-221-2/+1
| | * | | | | KVM: x86: Advertise AVX10.1 CPUID to userspaceTao Su2024-08-223-2/+37