index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
KVM: nSVM: Enter guest mode before initializing nested NPT MMU
Sean Christopherson
1
-1
/
+1
2025-02-17
KVM: x86/mmu: Ensure NX huge page recovery thread is alive before waking
Sean Christopherson
1
-7
/
+26
2025-02-17
kvm: defer huge page recovery vhost task to later
Keith Busch
1
-5
/
+13
2024-12-20
KVM: x86/mmu: Treat TDP MMU faults as spurious if access is already allowed
Sean Christopherson
3
-12
/
+22
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-05
KVM: x86/mmu: Drop per-VM zapped_obsolete_pages list
Vipin Sharma
1
-3
/
+5
2024-11-05
KVM: x86/mmu: Remove KVM's MMU shrinker
Vipin Sharma
1
-103
/
+2
2024-11-05
KVM: x86/mmu: WARN if huge page recovery triggered during dirty logging
David Matlack
1
-0
/
+3
2024-11-05
KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()
David Matlack
4
-6
/
+6
2024-11-05
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
5
-17
/
+82
2024-11-05
KVM: x86/mmu: Refactor TDP MMU iter need resched check
Sean Christopherson
1
-5
/
+11
2024-11-05
KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WAR...
Sean Christopherson
1
-1
/
+1
2024-11-05
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-31
KVM: x86/mmu: Batch TLB flushes when zapping collapsible TDP MMU SPTEs
David Matlack
1
-45
/
+10
2024-10-31
KVM: x86/mmu: Drop @max_level from kvm_mmu_max_mapping_level()
David Matlack
3
-9
/
+5
2024-10-31
KVM: x86: Don't emit TLB flushes when aging SPTEs for mmu_notifiers
Sean Christopherson
1
-3
/
+2
2024-10-31
KVM: x86/mmu: Set Dirty bit for new SPTEs, even if _hardware_ A/D bits are di...
Sean Christopherson
2
-7
/
+1
2024-10-31
KVM: x86/mmu: Dedup logic for detecting TLB flushes on leaf SPTE changes
Sean Christopherson
3
-20
/
+30
2024-10-31
KVM: x86/mmu: Stop processing TDP MMU roots for test_age if young SPTE found
Sean Christopherson
1
-42
/
+33
2024-10-31
KVM: x86/mmu: Process only valid TDP MMU roots when aging a gfn range
Sean Christopherson
1
-2
/
+4
2024-10-31
KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabled
Sean Christopherson
3
-13
/
+5
2024-10-31
KVM: x86/mmu: Set shadow_dirty_mask for EPT even if A/D bits disabled
Sean Christopherson
1
-1
/
+1
2024-10-31
KVM: x86/mmu: Set shadow_accessed_mask for EPT even if A/D bits disabled
Sean Christopherson
1
-1
/
+1
2024-10-31
KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabled
Sean Christopherson
4
-16
/
+20
2024-10-31
KVM: x86/mmu: WARN and flush if resolving a TDP MMU fault clears MMU-writable
Sean Christopherson
1
-1
/
+3
2024-10-31
KVM: x86/mmu: Fold mmu_spte_update_no_track() into mmu_spte_update()
Sean Christopherson
1
-29
/
+21
2024-10-31
KVM: x86/mmu: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()
Sean Christopherson
2
-15
/
+7
2024-10-31
KVM: x86/mmu: Don't flush TLBs when clearing Dirty bit in shadow MMU
Sean Christopherson
2
-13
/
+8
2024-10-31
KVM: x86/mmu: Don't force flush if SPTE update clears Accessed bit
Sean Christopherson
1
-21
/
+9
2024-10-31
KVM: x86/mmu: Fold all of make_spte()'s writable handling into one if-else
Sean Christopherson
1
-9
/
+4
2024-10-31
KVM: x86/mmu: Always set SPTE's dirty bit if it's created as writable
Sean Christopherson
1
-19
/
+9
2024-10-31
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
[next]