summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizingSean Christopherson2024-10-256-13/+13
* | KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaultingSean Christopherson2024-10-252-0/+6
* | KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTESean Christopherson2024-10-251-5/+13
|/
* KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range()Sean Christopherson2024-10-201-0/+11
* KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslotSean Christopherson2024-10-201-10/+6
* Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-10-061-5/+3
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-285-274/+357
| |\
| * | Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"Paolo Bonzini2024-09-151-5/+3
* | | KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMUPaolo Bonzini2024-10-041-14/+46
| |/ |/|
* | Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-175-280/+325
|\ \
| * | 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-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-105-37/+50
| * | KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helperSean Christopherson2024-09-101-1/+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-171-2/+0
|\ \ \
| * | | KVM: x86: Remove some unused declarationsYue Haibing2024-09-101-2/+0
| |/ /
* | | 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: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE renameYan Zhao2024-08-223-8/+8
|/
* 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-162-5/+5
* KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and introSean Christopherson2024-07-161-5/+3
* KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTESean Christopherson2024-07-161-5/+1
* 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-163-63/+35
|\ \