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.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
2023-08-31
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
1
-10
/
+10
2023-08-31
KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
Sean Christopherson
1
-4
/
+4
2023-08-31
KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_ma...
Like Xu
1
-1
/
+2
2023-08-17
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
1
-3
/
+3
2023-05-26
KVM: x86/mmu: Add comment on try_cmpxchg64 usage in tdp_mmu_set_spte_atomic
Uros Bizjak
1
-1
/
+4
2023-04-27
KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated
Sean Christopherson
1
-65
/
+56
2023-04-04
KVM: x86/mmu: Merge all handle_changed_pte*() functions
Vipin Sharma
1
-30
/
+12
2023-04-04
KVM: x86/mmu: Remove handle_changed_spte_dirty_log()
Vipin Sharma
1
-23
/
+3
2023-04-04
KVM: x86/mmu: Remove "record_acc_track" in __tdp_mmu_set_spte()
Vipin Sharma
1
-34
/
+17
2023-04-04
KVM: x86/mmu: Bypass __handle_changed_spte() when aging TDP MMU SPTEs
Vipin Sharma
1
-2
/
+2
2023-04-04
KVM: x86/mmu: Drop unnecessary dirty log checks when aging TDP MMU SPTEs
Vipin Sharma
1
-2
/
+0
2023-04-04
KVM: x86/mmu: Clear only A-bit (if enabled) when aging TDP MMU SPTEs
Vipin Sharma
1
-17
/
+21
2023-04-04
KVM: x86/mmu: Remove "record_dirty_log" in __tdp_mmu_set_spte()
Vipin Sharma
1
-15
/
+9
2023-04-04
KVM: x86/mmu: Bypass __handle_changed_spte() when clearing TDP MMU dirty bits
Vipin Sharma
1
-3
/
+4
2023-04-04
KVM: x86/mmu: Drop access tracking checks when clearing TDP MMU dirty bits
Vipin Sharma
1
-2
/
+0
2023-04-04
KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
Vipin Sharma
1
-8
/
+8
2023-04-04
KVM: x86/mmu: Consolidate Dirty vs. Writable clearing logic in TDP MMU
Vipin Sharma
1
-26
/
+9
2023-04-04
KVM: x86/mmu: Use kvm_ad_enabled() to determine if TDP MMU SPTEs need wrprot
Vipin Sharma
1
-2
/
+8
2023-01-24
KVM: x86/mmu: Cleanup range-based flushing for given page
Hou Wenlong
1
-2
/
+1
2023-01-24
KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_l...
Hou Wenlong
1
-2
/
+1
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
1
-0
/
+1
2022-12-29
KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()
Sean Christopherson
1
-1
/
+1
2022-12-29
KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
David Matlack
1
-6
/
+0
2022-12-29
KVM: x86/mmu: Change tdp_mmu to a read-only parameter
David Matlack
1
-7
/
+2
2022-12-23
KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected level
Sean Christopherson
1
-1
/
+3
2022-12-23
KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowed
Sean Christopherson
1
-1
/
+2
2022-12-23
KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reached
Sean Christopherson
1
-3
/
+11
2022-12-23
KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozen
Sean Christopherson
1
-3
/
+3
2022-11-17
KVM: x86/mmu: simplify kvm_tdp_mmu_map flow when guest has to retry
Paolo Bonzini
1
-21
/
+19
2022-11-17
KVM: x86/mmu: Split huge pages mapped by the TDP MMU on fault
David Matlack
1
-38
/
+35
2022-11-09
KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
Sean Christopherson
1
-11
/
+9
2022-11-09
KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
Sean Christopherson
1
-13
/
+18
2022-11-09
KVM: x86/mmu: Rename NX huge pages fields/functions for consistency
Sean Christopherson
1
-4
/
+4
2022-11-09
KVM: x86/mmu: Tag disallowed NX huge pages even if they're not tracked
Sean Christopherson
1
-1
/
+3
2022-08-30
KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats.
Yosry Ahmed
1
-0
/
+12
2022-07-28
KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()
Kai Huang
1
-7
/
+3
2022-07-28
KVM: x86/mmu: Don't bottom out on leafs when zapping collapsible SPTEs
Sean Christopherson
1
-27
/
+24
2022-07-28
KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEs
Sean Christopherson
1
-7
/
+1
2022-06-24
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
1
-1
/
+1
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
1
-1
/
+1
2022-06-20
KVM: x86/mmu: Shove refcounted page dependency into host_pfn_mapping_level()
Sean Christopherson
1
-4
/
+0
2022-06-20
KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
1
-3
/
+3
2022-06-15
KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
Uros Bizjak
1
-11
/
+1
2022-06-07
KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
Ben Gardon
1
-6
/
+32
2022-05-12
KVM: x86/mmu: Expand and clean up page fault stats
Sean Christopherson
1
-7
/
+1
2022-05-12
KVM: x86/mmu: Don't attempt fast page fault just because EPT is in use
Sean Christopherson
1
-1
/
+1
2022-05-03
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
1
-29
/
+53
2022-05-03
KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with volatile bits
Sean Christopherson
1
-29
/
+53
2022-04-29
KVM: x86/mmu: replace shadow_root_level with root_role.level
Paolo Bonzini
1
-1
/
+1
[next]