summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-101-20/+13
| * | KVM: x86: Update retry protection fields when forcing retry on emulation failureSean Christopherson2024-09-101-5/+7
| * | 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/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-101-1/+38
| * | 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-101-32/+43
| * | KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helperSean Christopherson2024-09-101-1/+8
| * | KVM: x86/mmu: Clean up function comments for dirty logging APIsSean Christopherson2024-08-221-33/+15
* | | Merge branch 'kvm-memslot-zap-quirk' into HEADPaolo Bonzini2024-09-171-1/+41
|\ \ \ | |_|/ |/| |
| * | KVM: x86/mmu: Introduce a quirk to control memslot zap behaviorYan Zhao2024-08-141-1/+41
| |/
* / KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEsSean Christopherson2024-08-221-1/+3
|/
* KVM: x86/mmu: fix determination of max NPT mapping level for private pagesAckerley Tng2024-08-011-1/+1
* KVM: extend kvm_range_has_memory_attributes() to check subset of attributesPaolo Bonzini2024-07-261-1/+1
* KVM: x86: disallow pre-fault for SNP VMs before initializationPaolo Bonzini2024-07-261-0/+3
* KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_opsWei Wang2024-07-161-3/+3
* Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-25/+10
|\
| * KVM: VMX: Always honor guest PAT on CPUs that support self-snoopSean Christopherson2024-06-071-3/+5
| * KVM: x86: Remove VMX support for virtualizing guest MTRR memtypesSean Christopherson2024-06-051-25/+8
* | Merge tag 'kvm-x86-mmu-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-8/+9
|\ \
| * | KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handlerSean Christopherson2024-06-141-1/+4
| * | KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= ...Hou Wenlong2024-06-031-6/+5
| * | KVM: x86: invalid_list not used anymore in mmu_shrink_scanLiang Chen2024-06-031-1/+0
| |/
* | Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-1/+1
|\ \
| * | KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"Sean Christopherson2024-06-031-1/+1
| |/
* | Merge branch 'kvm-prefault' into HEADPaolo Bonzini2024-07-121-2/+94
|\ \
| * | KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()Paolo Bonzini2024-07-121-0/+73
| * | KVM: x86/mmu: Make kvm_mmu_do_page_fault() return mapped levelPaolo Bonzini2024-07-121-2/+2
| * | KVM: x86/mmu: Account pf_{fixed,emulate,spurious} in callers of "do page fault"Sean Christopherson2024-07-121-1/+18
| * | KVM: x86/mmu: Bump pf_taken stat only in the "real" page fault handlerSean Christopherson2024-07-121-0/+2
* | | KVM: x86/tdp_mmu: Take a GFN in kvm_tdp_mmu_fast_pf_get_last_sptep()Rick Edgecombe2024-06-211-1/+1
* | | KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTERick Edgecombe2024-06-211-1/+1
|/ /
* | Merge branch 'kvm-6.10-fixes' into HEADPaolo Bonzini2024-06-201-3/+0
|\ \
| * | KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attrTao Su2024-06-051-3/+0
* | | Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini2024-06-031-4/+44
|\ \ \ | |/ / |/| |
| * | KVM: SEV: Add support to handle RMP nested page faultsBrijesh Singh2024-05-121-0/+1
| * | KVM: MMU: Disable fast path if KVM_EXIT_MEMORY_FAULT is neededMichael Roth2024-05-121-2/+22
| * | Merge branch 'kvm-coco-hooks' into HEADPaolo Bonzini2024-05-121-2/+21
| |\ \ | | |/ | |/|
| | * KVM: x86: Add hook for determining max NPT mapping levelMichael Roth2024-05-101-2/+21
* | | KVM: x86/mmu: Print SPTEs on unexpected #VESean Christopherson2024-05-231-8/+32
* | | KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEsSean Christopherson2024-05-231-0/+3
|/ /
* | Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-0/+5
|\ \
| * | KVM: x86: Advertise max mappable GPA in CPUID.0x80000008.GuestPhysBitsGerd Hoffmann2024-04-091-0/+5
* | | Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-3/+17
|\ \ \
| * | | KVM: x86/mmu: Fix a largely theoretical race in kvm_mmu_track_write()Sean Christopherson2024-05-021-3/+17
| |/ /
* | | Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-05-101-5/+6
|\ \ \