summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Don't mark "struct page" accessed when making SPTE youngSean Christopherson2024-10-253-13/+4
* KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEsSean Christopherson2024-10-252-20/+0
* KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memorySean Christopherson2024-10-251-1/+1
* KVM: PPC: Explicitly require struct page memory for Ultravisor sharingSean Christopherson2024-10-251-13/+12
* KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspaceSean Christopherson2024-10-251-9/+6
* KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructionsSean Christopherson2024-10-251-7/+6
* KVM: PPC: Remove extra get_page() to fix page refcount leakSean Christopherson2024-10-251-1/+0
* KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guestSean Christopherson2024-10-251-8/+6
* KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lockSean Christopherson2024-10-251-2/+1
* KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault pathSean Christopherson2024-10-251-10/+2
* KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault pathSean Christopherson2024-10-251-2/+3
* KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guestSean Christopherson2024-10-251-8/+6
* KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lockSean Christopherson2024-10-251-1/+1
* KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault pathSean Christopherson2024-10-251-18/+2
* KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault pathSean Christopherson2024-10-251-7/+9
* KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PRSean Christopherson2024-10-254-12/+14
* KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTESean Christopherson2024-10-251-5/+5
* KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()Sean Christopherson2024-10-253-8/+4
* KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s RadixSean Christopherson2024-10-251-24/+5
* KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HVSean Christopherson2024-10-251-21/+4
* KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guestSean Christopherson2024-10-251-7/+4
* KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lockSean Christopherson2024-10-251-3/+3
* KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installedSean Christopherson2024-10-251-1/+3
* KVM: arm64: Use __kvm_faultin_pfn() to handle memory abortsSean Christopherson2024-10-251-9/+6
* KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lockSean Christopherson2024-10-251-4/+6
* KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faultsSean Christopherson2024-10-251-5/+3
* KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lockSean Christopherson2024-10-251-3/+1
* KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()Sean Christopherson2024-10-251-7/+6
* KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfnSean Christopherson2024-10-251-4/+9
* KVM: VMX: Hold mmu_lock until page is released when updating APIC access pageSean Christopherson2024-10-251-12/+9
* KVM: Move x86's API to release a faultin page to common KVMSean Christopherson2024-10-251-22/+2
* KVM: x86/mmu: Don't mark unused faultin pages as accessedSean Christopherson2024-10-251-1/+3
* KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfnsSean Christopherson2024-10-251-2/+5
* KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()Sean Christopherson2024-10-252-5/+7
* KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()Sean Christopherson2024-10-252-4/+11
* KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()Sean Christopherson2024-10-253-13/+33
* KVM: x86/mmu: Add helper to "finish" handling a guest page faultSean Christopherson2024-10-252-4/+10
* KVM: x86/mmu: Add common helper to handle prefetching SPTEsSean Christopherson2024-10-252-27/+26
* KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()Sean Christopherson2024-10-251-1/+1
* KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic namesSean Christopherson2024-10-253-11/+12
* KVM: x86: Don't fault-in APIC access page during initial allocationSean Christopherson2024-10-251-12/+0
* KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()Sean Christopherson2024-10-254-15/+15
* KVM: nVMX: Mark vmcs12's APIC access page dirty when unmappingSean Christopherson2024-10-251-6/+1
* KVM: nVMX: Add helper to put (unmap) vmcs12 pagesSean Christopherson2024-10-251-14/+18
* KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmxSean Christopherson2024-10-252-6/+4
* KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mappingSean Christopherson2024-10-251-5/+2
* KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()Sean Christopherson2024-10-254-7/+5
* KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hvaSean Christopherson2024-10-252-5/+2
* KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error codeDavid Stevens2024-10-251-7/+11
* KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson2024-10-254-9/+9