index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
mmu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: switch hugepage recovery thread to vhost_task
Paolo Bonzini
2024-11-14
1
-37
/
+31
*
Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-11-13
1
-1
/
+1
|
\
|
*
KVM: x86: model canonical checks more precisely
Maxim Levitsky
2024-11-01
1
-1
/
+1
*
|
KVM: x86/mmu: Drop per-VM zapped_obsolete_pages list
Vipin Sharma
2024-11-05
1
-3
/
+5
*
|
KVM: x86/mmu: Remove KVM's MMU shrinker
Vipin Sharma
2024-11-05
1
-103
/
+2
*
|
KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()
David Matlack
2024-11-05
1
-1
/
+1
*
|
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
2024-11-05
1
-3
/
+3
*
|
KVM: x86/mmu: Drop @max_level from kvm_mmu_max_mapping_level()
David Matlack
2024-10-30
1
-5
/
+3
*
|
KVM: x86/mmu: Dedup logic for detecting TLB flushes on leaf SPTE changes
Sean Christopherson
2024-10-30
1
-18
/
+1
*
|
KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabled
Sean Christopherson
2024-10-30
1
-1
/
+2
*
|
KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabled
Sean Christopherson
2024-10-30
1
-3
/
+3
*
|
KVM: x86/mmu: Fold mmu_spte_update_no_track() into mmu_spte_update()
Sean Christopherson
2024-10-30
1
-29
/
+21
*
|
KVM: x86/mmu: Don't flush TLBs when clearing Dirty bit in shadow MMU
Sean Christopherson
2024-10-30
1
-6
/
+8
*
|
KVM: x86/mmu: Don't force flush if SPTE update clears Accessed bit
Sean Christopherson
2024-10-30
1
-21
/
+9
*
|
KVM: x86/mmu: Flush remote TLBs iff MMU-writable flag is cleared from RO SPTE
Sean Christopherson
2024-10-30
1
-5
/
+7
*
|
KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
Sean Christopherson
2024-10-25
1
-17
/
+0
*
|
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
1
-1
/
+1
*
|
KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
Sean Christopherson
2024-10-25
1
-4
/
+10
*
|
KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
Sean Christopherson
2024-10-25
1
-2
/
+28
*
|
KVM: x86/mmu: Add helper to "finish" handling a guest page fault
Sean Christopherson
2024-10-25
1
-3
/
+9
*
|
KVM: x86/mmu: Add common helper to handle prefetching SPTEs
Sean Christopherson
2024-10-25
1
-15
/
+25
*
|
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
1
-9
/
+10
*
|
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
2024-10-25
1
-4
/
+2
*
|
KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
Sean Christopherson
2024-10-25
1
-3
/
+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
1
-6
/
+6
*
|
KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
Sean Christopherson
2024-10-25
1
-1
/
+1
*
|
KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
Sean Christopherson
2024-10-25
1
-3
/
+1
*
|
KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
Sean Christopherson
2024-10-25
1
-26
/
+4
*
|
KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
Sean Christopherson
2024-10-25
1
-6
/
+6
*
|
KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting
Sean Christopherson
2024-10-25
1
-0
/
+3
|
/
*
KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range()
Sean Christopherson
2024-10-20
1
-0
/
+11
*
KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot
Sean Christopherson
2024-10-20
1
-10
/
+6
*
Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2024-10-06
1
-5
/
+3
|
\
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-09-28
1
-237
/
+319
|
|
\
|
*
|
Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"
Paolo Bonzini
2024-09-15
1
-5
/
+3
*
|
|
KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMU
Paolo Bonzini
2024-10-04
1
-14
/
+46
|
|
/
|
/
|
*
|
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
1
-245
/
+287
|
\
\
|
*
|
KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalent
Sean Christopherson
2024-09-10
1
-1
/
+1
|
*
|
KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literals
Sean Christopherson
2024-09-10
1
-15
/
+16
|
*
|
KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()
Sean Christopherson
2024-09-10
1
-28
/
+22
|
*
|
KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helper
Sean Christopherson
2024-09-10
1
-46
/
+22
|
*
|
KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowed
Sean Christopherson
2024-09-10
1
-10
/
+6
|
*
|
KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslot
Sean Christopherson
2024-09-10
1
-3
/
+12
|
*
|
KVM: x86/mmu: Plumb a @can_yield parameter into __walk_slot_rmaps()
Sean Christopherson
2024-09-10
1
-4
/
+8
|
*
|
KVM: x86/mmu: Move walk_slot_rmaps() up near for_each_slot_rmap_range()
Sean Christopherson
2024-09-10
1
-53
/
+53
[next]