summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-175-82/+314
|\
| * Merge tag 'kvm-x86-mmu-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-083-58/+48
| |\
| | * KVM: x86/mmu: fix comment about mmu_unsync_pages_lockPaolo Bonzini2023-12-011-2/+2
| | * KVM: x86/mmu: always take tdp_mmu_pages_lockPaolo Bonzini2023-12-011-20/+4
| | * KVM: x86/mmu: remove unnecessary "bool shared" argument from iteratorsPaolo Bonzini2023-12-011-25/+23
| | * KVM: x86/mmu: remove unnecessary "bool shared" argument from functionsPaolo Bonzini2023-12-013-16/+23
| | * KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in the TDP MMUDavid Matlack2023-12-011-3/+4
| | * KVM: x86/mmu: Fix off-by-1 when splitting huge pages during CLEARDavid Matlack2023-12-011-1/+1
| * | Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-083-2/+3
| |\ \
| | * | KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGDBinbin Wu2023-11-283-2/+3
| | |/
| * / KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=nSean Christopherson2023-11-291-8/+4
| |/
| * Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-142-14/+259
| |\
| | * KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2023-11-141-0/+1
| | * KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson2023-11-141-3/+3
| | * KVM: x86/mmu: Handle page fault for private memoryChao Peng2023-11-142-5/+97
| | * KVM: x86: Disallow hugepages when memory attributes are mixedChao Peng2023-11-141-2/+152
| | * KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng2023-11-131-4/+6
* | | arch/x86: Fix typosBjorn Helgaas2024-01-032-3/+3
|/ /
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-8/+10
|\ \ | |/ |/|
| * kvm: mmu: dynamically allocate the x86-mmu shrinkerQi Zheng2023-10-041-8/+10
* | KVM: x86/mmu: Remove unnecessary ‘NULL’ values from sptepLi zeming2023-10-181-2/+10
* | KVM: x86/mmu: Add helpers to return if KVM honors guest MTRRsYan Zhao2023-10-091-9/+16
|/
* KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-09-234-97/+66
* KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini2023-09-233-19/+14
* KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson2023-09-213-7/+12
* KVM: x86/mmu: Include mmu.h in spte.hSean Christopherson2023-08-311-0/+1
* KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest rootsSean Christopherson2023-08-314-24/+47
* KVM: x86/mmu: Disallow guest from using !visible slots for page tablesSean Christopherson2023-08-311-1/+6
* KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow pageSean Christopherson2023-08-311-5/+6
* KVM: x86/mmu: Harden new PGD against roots without shadow pagesSean Christopherson2023-08-311-6/+19
* KVM: x86/mmu: Add helper to convert root hpa to shadow pageSean Christopherson2023-08-313-16/+23
* KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callersSean Christopherson2023-08-311-6/+12
* KVM: x86/mmu: Drop @slot param from exported/external page-track APIsSean Christopherson2023-08-313-24/+70
* KVM: x86/mmu: Bug the VM if write-tracking is used but not enabledSean Christopherson2023-08-311-2/+2
* KVM: x86/mmu: Assert that correct locks are held for page write-trackingSean Christopherson2023-08-311-6/+11
* KVM: x86/mmu: Rename page-track APIs to reflect the new realitySean Christopherson2023-08-313-17/+15
* KVM: x86/mmu: Drop infrastructure for multiple page-track modesSean Christopherson2023-08-313-85/+38
* KVM: x86/mmu: Use page-track notifiers iff there are external usersSean Christopherson2023-08-312-9/+30
* KVM: x86/mmu: Move KVM-only page-track declarations to internal headerSean Christopherson2023-08-313-8/+36
* KVM: x86: Remove the unused page-track hook track_flush_slot()Yan Zhao2023-08-312-28/+0
* KVM: x86: Add a new page-track hook to handle memslot deletionYan Zhao2023-08-311-2/+25
* KVM: x86: Reject memslot MOVE operations if KVMGT is attachedSean Christopherson2023-08-311-0/+5
* KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hookSean Christopherson2023-08-311-1/+1
* KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEsSean Christopherson2023-08-312-11/+4
* KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot changeSean Christopherson2023-08-311-8/+2
* KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.cSean Christopherson2023-08-311-1/+12
* KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=ySean Christopherson2023-08-311-11/+10
* KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove()Mingwei Zhang2023-08-311-15/+18
* KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stubSean Christopherson2023-08-311-1/+1
* KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU KconfigSean Christopherson2023-08-312-4/+2