index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2024-10-25
KVM: PPC: Explicitly require struct page memory for Ultravisor sharing
Sean Christopherson
2024-10-25
KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace
Sean Christopherson
2024-10-25
KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions
Sean Christopherson
2024-10-25
KVM: PPC: Remove extra get_page() to fix page refcount leak
Sean Christopherson
2024-10-25
KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest
Sean Christopherson
2024-10-25
KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock
Sean Christopherson
2024-10-25
KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault path
Sean Christopherson
2024-10-25
KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path
Sean Christopherson
2024-10-25
KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest
Sean Christopherson
2024-10-25
KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock
Sean Christopherson
2024-10-25
KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault path
Sean Christopherson
2024-10-25
KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
Sean Christopherson
2024-10-25
KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR
Sean Christopherson
2024-10-25
KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE
Sean Christopherson
2024-10-25
KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()
Sean Christopherson
2024-10-25
KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix
Sean Christopherson
2024-10-25
KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV
Sean Christopherson
2024-10-25
KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
Sean Christopherson
2024-10-25
KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
Sean Christopherson
2024-10-25
KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
Sean Christopherson
2024-10-25
KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts
Sean Christopherson
2024-10-25
KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
Sean Christopherson
2024-10-25
KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
Sean Christopherson
2024-10-25
KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock
Sean Christopherson
2024-10-25
KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()
Sean Christopherson
2024-10-25
KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
Sean Christopherson
2024-10-25
KVM: VMX: Hold mmu_lock until page is released when updating APIC access page
Sean Christopherson
2024-10-25
KVM: Move x86's API to release a faultin page to common KVM
Sean Christopherson
2024-10-25
KVM: x86/mmu: Don't mark unused faultin pages as accessed
Sean Christopherson
2024-10-25
KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns
Sean Christopherson
2024-10-25
KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Add helper to "finish" handling a guest page fault
Sean Christopherson
2024-10-25
KVM: x86/mmu: Add common helper to handle prefetching SPTEs
Sean Christopherson
2024-10-25
KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names
Sean Christopherson
2024-10-25
KVM: x86: Don't fault-in APIC access page during initial allocation
Sean Christopherson
2024-10-25
KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
Sean Christopherson
2024-10-25
KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping
Sean Christopherson
2024-10-25
KVM: nVMX: Add helper to put (unmap) vmcs12 pages
Sean Christopherson
2024-10-25
KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx
Sean Christopherson
2024-10-25
KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping
Sean Christopherson
2024-10-25
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
Sean Christopherson
2024-10-25
KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
David Stevens
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
2024-10-25
KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs
Sean Christopherson
2024-10-25
KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
Sean Christopherson
[next]