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