index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-25
KVM: Convert gfn_to_page() to use kvm_follow_pfn()
Sean Christopherson
1
-7
/
+9
2024-10-25
KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions
Sean Christopherson
1
-7
/
+6
2024-10-25
KVM: PPC: Remove extra get_page() to fix page refcount leak
Sean Christopherson
1
-1
/
+0
2024-10-25
KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest
Sean Christopherson
1
-8
/
+6
2024-10-25
KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock
Sean Christopherson
1
-2
/
+1
2024-10-25
KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault path
Sean Christopherson
1
-10
/
+2
2024-10-25
KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path
Sean Christopherson
1
-2
/
+3
2024-10-25
KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest
Sean Christopherson
1
-8
/
+6
2024-10-25
KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault path
Sean Christopherson
1
-18
/
+2
2024-10-25
KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
Sean Christopherson
1
-7
/
+9
2024-10-25
KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR
Sean Christopherson
4
-12
/
+14
2024-10-25
KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE
Sean Christopherson
1
-5
/
+5
2024-10-25
KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()
Sean Christopherson
3
-8
/
+4
2024-10-25
KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix
Sean Christopherson
1
-24
/
+5
2024-10-25
KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV
Sean Christopherson
1
-21
/
+4
2024-10-25
KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
Sean Christopherson
1
-7
/
+4
2024-10-25
KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
Sean Christopherson
1
-3
/
+3
2024-10-25
KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
Sean Christopherson
1
-1
/
+3
2024-10-25
KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts
Sean Christopherson
1
-9
/
+6
2024-10-25
KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
Sean Christopherson
1
-4
/
+6
2024-10-25
KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
Sean Christopherson
1
-5
/
+3
2024-10-25
KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock
Sean Christopherson
1
-3
/
+1
2024-10-25
KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()
Sean Christopherson
1
-7
/
+6
2024-10-25
KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
Sean Christopherson
1
-4
/
+9
2024-10-25
KVM: VMX: Hold mmu_lock until page is released when updating APIC access page
Sean Christopherson
1
-12
/
+9
2024-10-25
KVM: Move x86's API to release a faultin page to common KVM
Sean Christopherson
2
-22
/
+28
2024-10-25
KVM: x86/mmu: Don't mark unused faultin pages as accessed
Sean Christopherson
1
-1
/
+3
2024-10-25
KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns
Sean Christopherson
1
-2
/
+5
2024-10-25
KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
Sean Christopherson
4
-9
/
+17
2024-10-25
KVM: guest_memfd: Pass index, not gfn, to __kvm_gmem_get_pfn()
Sean Christopherson
1
-7
/
+13
2024-10-25
KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
Sean Christopherson
2
-4
/
+11
2024-10-25
KVM: Add kvm_faultin_pfn() to specifically service guest page faults
Sean Christopherson
2
-0
/
+34
2024-10-25
KVM: Move declarations of memslot accessors up in kvm_host.h
Sean Christopherson
1
-4
/
+4
2024-10-25
KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
Sean Christopherson
3
-13
/
+33
2024-10-25
KVM: x86/mmu: Add helper to "finish" handling a guest page fault
Sean Christopherson
2
-4
/
+10
2024-10-25
KVM: x86/mmu: Add common helper to handle prefetching SPTEs
Sean Christopherson
2
-27
/
+26
2024-10-25
KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names
Sean Christopherson
3
-11
/
+12
2024-10-25
KVM: x86: Don't fault-in APIC access page during initial allocation
Sean Christopherson
1
-12
/
+0
2024-10-25
KVM: Disallow direct access (w/o mmu_notifier) to unpinned pfn by default
Sean Christopherson
1
-0
/
+18
2024-10-25
KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
Sean Christopherson
6
-22
/
+40
2024-10-25
KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping
Sean Christopherson
1
-6
/
+1
2024-10-25
KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()
Sean Christopherson
3
-16
/
+47
2024-10-25
KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
David Stevens
2
-11
/
+17
2024-10-25
KVM: pfncache: Precisely track refcounted pages
Sean Christopherson
1
-4
/
+7
2024-10-25
KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c
Sean Christopherson
1
-41
/
+41
2024-10-25
KVM: Provide refcounted page as output field in struct kvm_follow_pfn
Sean Christopherson
2
-52
/
+56
2024-10-25
KVM: Use plain "struct page" pointer instead of single-entry array
Sean Christopherson
1
-3
/
+3
[next]