index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-14
KVM: x86: switch hugepage recovery thread to vhost_task
Paolo Bonzini
1
-37
/
+31
2024-11-13
Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2024-11-04
KVM: x86/mmu: Drop per-VM zapped_obsolete_pages list
Vipin Sharma
1
-3
/
+5
2024-11-04
KVM: x86/mmu: Remove KVM's MMU shrinker
Vipin Sharma
1
-103
/
+2
2024-11-04
KVM: x86/mmu: WARN if huge page recovery triggered during dirty logging
David Matlack
1
-0
/
+3
2024-11-04
KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()
David Matlack
4
-6
/
+6
2024-11-04
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
5
-17
/
+82
2024-11-04
KVM: x86/mmu: Refactor TDP MMU iter need resched check
Sean Christopherson
1
-5
/
+11
2024-11-04
KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WAR...
Sean Christopherson
1
-1
/
+1
2024-11-04
KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is needed
Sean Christopherson
1
-14
/
+14
2024-11-01
KVM: x86: model canonical checks more precisely
Maxim Levitsky
1
-1
/
+1
2024-10-30
KVM: x86/mmu: Batch TLB flushes when zapping collapsible TDP MMU SPTEs
David Matlack
1
-45
/
+10
2024-10-30
KVM: x86/mmu: Drop @max_level from kvm_mmu_max_mapping_level()
David Matlack
3
-9
/
+5
2024-10-30
KVM: x86: Don't emit TLB flushes when aging SPTEs for mmu_notifiers
Sean Christopherson
1
-3
/
+2
2024-10-30
KVM: x86/mmu: Set Dirty bit for new SPTEs, even if _hardware_ A/D bits are di...
Sean Christopherson
2
-7
/
+1
2024-10-30
KVM: x86/mmu: Dedup logic for detecting TLB flushes on leaf SPTE changes
Sean Christopherson
3
-20
/
+30
2024-10-30
KVM: x86/mmu: Stop processing TDP MMU roots for test_age if young SPTE found
Sean Christopherson
1
-42
/
+33
2024-10-30
KVM: x86/mmu: Process only valid TDP MMU roots when aging a gfn range
Sean Christopherson
1
-2
/
+4
2024-10-30
KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabled
Sean Christopherson
3
-13
/
+5
2024-10-30
KVM: x86/mmu: Set shadow_dirty_mask for EPT even if A/D bits disabled
Sean Christopherson
1
-1
/
+1
2024-10-30
KVM: x86/mmu: Set shadow_accessed_mask for EPT even if A/D bits disabled
Sean Christopherson
1
-1
/
+1
2024-10-30
KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabled
Sean Christopherson
4
-16
/
+20
2024-10-30
KVM: x86/mmu: WARN and flush if resolving a TDP MMU fault clears MMU-writable
Sean Christopherson
1
-1
/
+3
2024-10-30
KVM: x86/mmu: Fold mmu_spte_update_no_track() into mmu_spte_update()
Sean Christopherson
1
-29
/
+21
2024-10-30
KVM: x86/mmu: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()
Sean Christopherson
2
-15
/
+7
2024-10-30
KVM: x86/mmu: Don't flush TLBs when clearing Dirty bit in shadow MMU
Sean Christopherson
2
-13
/
+8
2024-10-30
KVM: x86/mmu: Don't force flush if SPTE update clears Accessed bit
Sean Christopherson
1
-21
/
+9
2024-10-30
KVM: x86/mmu: Fold all of make_spte()'s writable handling into one if-else
Sean Christopherson
1
-9
/
+4
2024-10-30
KVM: x86/mmu: Always set SPTE's dirty bit if it's created as writable
Sean Christopherson
1
-19
/
+9
2024-10-30
KVM: x86/mmu: Flush remote TLBs iff MMU-writable flag is cleared from RO SPTE
Sean Christopherson
2
-11
/
+7
2024-10-25
KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
Sean Christopherson
2
-20
/
+0
2024-10-25
KVM: Move x86's API to release a faultin page to common KVM
Sean Christopherson
1
-22
/
+2
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
1
-1
/
+1
2024-10-25
KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
Sean Christopherson
2
-4
/
+11
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: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
1
-4
/
+2
2024-10-25
KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
Sean Christopherson
2
-5
/
+2
2024-10-25
KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
David Stevens
1
-7
/
+11
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
1
-6
/
+6
2024-10-25
KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
Sean Christopherson
2
-2
/
+2
2024-10-25
KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs
Sean Christopherson
1
-5
/
+4
2024-10-25
KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
Sean Christopherson
2
-7
/
+4
2024-10-25
KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
Sean Christopherson
4
-43
/
+25
2024-10-25
KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE
Sean Christopherson
1
-2
/
+2
[next]