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.14.y
linux-6.15.y
linux-6.16.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
/
tdp_mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-16
KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call()
Sean Christopherson
1
-5
/
+5
2025-04-28
KVM: x86/tdp_mmu: WARN if PFN changes for spurious faults
Yan Zhao
1
-1
/
+3
2025-04-28
KVM: x86/tdp_mmu: Merge prefetch and access checks for spurious faults
Yan Zhao
1
-5
/
+1
2025-04-28
KVM: x86/mmu: Further check old SPTE is leaf for spurious prefetch fault
Yan Zhao
1
-1
/
+2
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
1
-11
/
+38
2025-04-04
KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMU
Sean Christopherson
1
-1
/
+7
2025-03-14
KVM: x86/mmu: Add parameter "kvm" to kvm_mmu_page_ad_need_write_protect()
Yan Zhao
1
-6
/
+6
2025-03-14
KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU
Isaku Yamahata
1
-5
/
+32
2025-02-28
KVM: x86/tdp_mmu: Remove tdp_mmu_for_each_pte()
Nikolay Borisov
1
-6
/
+3
2025-02-14
KVM: x86/mmu: Age TDP MMU SPTEs without holding mmu_lock
Sean Christopherson
1
-11
/
+25
2024-12-23
KVM: x86/tdp_mmu: Don't zap valid mirror roots in kvm_tdp_mmu_zap_all()
Rick Edgecombe
1
-7
/
+9
2024-12-23
KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
Isaku Yamahata
1
-2
/
+13
2024-12-23
KVM: x86/tdp_mmu: Propagate tearing down mirror page tables
Isaku Yamahata
1
-1
/
+50
2024-12-23
KVM: x86/tdp_mmu: Propagate building mirror page tables
Isaku Yamahata
1
-13
/
+85
2024-12-23
KVM: x86/tdp_mmu: Propagate attr_filter to MMU notifier callbacks
Paolo Bonzini
1
-5
/
+10
2024-12-23
KVM: x86/tdp_mmu: Support mirror root for TDP MMU
Isaku Yamahata
1
-8
/
+23
2024-12-23
KVM: x86/tdp_mmu: Take root in tdp_mmu_for_each_pte()
Isaku Yamahata
1
-8
/
+8
2024-12-23
KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
Isaku Yamahata
1
-19
/
+23
2024-12-23
KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
Isaku Yamahata
1
-2
/
+10
2024-12-23
KVM: x86/mmu: Support GFN direct bits
Isaku Yamahata
1
-4
/
+1
2024-12-23
KVM: x86/tdp_mmu: Take struct kvm in iter loops
Isaku Yamahata
1
-19
/
+19
2024-12-23
KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
Rick Edgecombe
1
-2
/
+1
2024-12-23
KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page
Isaku Yamahata
1
-0
/
+1
2024-12-23
KVM: x86/mmu: Zap invalid roots with mmu_lock holding for write at uninit
Rick Edgecombe
1
-5
/
+11
2024-12-20
KVM: x86/mmu: Treat TDP MMU faults as spurious if access is already allowed
Sean Christopherson
1
-0
/
+5
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
1
-1
/
+1
2024-11-05
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
1
-9
/
+43
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-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
1
-2
/
+1
2024-10-31
KVM: x86/mmu: Dedup logic for detecting TLB flushes on leaf SPTE changes
Sean Christopherson
1
-2
/
+1
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: Add a dedicated flag to track if A/D bits are globally enabled
Sean Christopherson
1
-2
/
+2
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: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()
Sean Christopherson
1
-14
/
+6
2024-10-25
KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
Sean Christopherson
1
-3
/
+0
2024-10-25
KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
Sean Christopherson
1
-4
/
+3
2024-10-25
KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
Sean Christopherson
1
-12
/
+0
2024-10-25
KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
Sean Christopherson
1
-2
/
+2
2024-10-25
KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting
Sean Christopherson
1
-0
/
+3
2024-09-17
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+2
2024-09-10
KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
Sean Christopherson
1
-4
/
+2
2024-08-22
KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE rename
Yan Zhao
1
-4
/
+4
2024-07-16
Merge tag 'kvm-x86-mmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-54
/
+24
2024-06-21
KVM: x86/tdp_mmu: Take a GFN in kvm_tdp_mmu_fast_pf_get_last_sptep()
Rick Edgecombe
1
-2
/
+1
2024-06-21
KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
Rick Edgecombe
1
-21
/
+21
[next]