index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
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
2024-05-23
KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMU
Isaku Yamahata
2024-05-12
Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-04-19
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
2024-04-19
KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
Sean Christopherson
2024-04-11
KVM: x86/mmu: Fix and clarify comments about clearing D-bit vs. write-protecting
David Matlack
2024-04-11
KVM: x86/mmu: Remove function comments above clear_dirty_{gfn_range,pt_masked}()
David Matlack
2024-04-11
KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status
David Matlack
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2024-04-09
KVM: x86/mmu: Process atomically-zapped SPTEs after TLB flush
David Matlack
2024-02-22
KVM: x86/mmu: Alloc TDP MMU roots while holding mmu_lock for read
Sean Christopherson
2024-02-22
KVM: x86/mmu: Check for usable TDP MMU root while holding mmu_lock for read
Sean Christopherson
2024-02-22
KVM: x86/mmu: Skip invalid TDP MMU roots when write-protecting SPTEs
Sean Christopherson
2024-02-22
KVM: x86/mmu: Skip invalid roots when zapping leaf SPTEs for GFN range
Sean Christopherson
2024-02-22
KVM: x86/mmu: Allow passing '-1' for "all" as_id for TDP MMU iterators
Sean Christopherson
2024-02-22
KVM: x86/mmu: Don't do TLB flush when zappings SPTEs in invalid roots
Sean Christopherson
2024-02-22
KVM: x86/mmu: Zap invalidated TDP MMU roots at 4KiB granularity
Sean Christopherson
2023-12-01
KVM: x86/mmu: always take tdp_mmu_pages_lock
Paolo Bonzini
2023-12-01
KVM: x86/mmu: remove unnecessary "bool shared" argument from iterators
Paolo Bonzini
2023-12-01
KVM: x86/mmu: remove unnecessary "bool shared" argument from functions
Paolo Bonzini
2023-12-01
KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in the TDP MMU
David Matlack
2023-09-23
KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously
Sean Christopherson
2023-09-23
KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()
Paolo Bonzini
2023-09-21
KVM: x86/mmu: Open code leaf invalidation from mmu_notifier
Sean Christopherson
2023-08-31
KVM: x86/mmu: Add helper to convert root hpa to shadow page
Sean Christopherson
2023-08-31
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
2023-08-31
KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
Sean Christopherson
2023-08-31
KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_ma...
Like Xu
2023-08-17
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
2023-05-26
KVM: x86/mmu: Add comment on try_cmpxchg64 usage in tdp_mmu_set_spte_atomic
Uros Bizjak
2023-04-26
KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated
Sean Christopherson
2023-04-04
KVM: x86/mmu: Merge all handle_changed_pte*() functions
Vipin Sharma
2023-04-04
KVM: x86/mmu: Remove handle_changed_spte_dirty_log()
Vipin Sharma
2023-04-04
KVM: x86/mmu: Remove "record_acc_track" in __tdp_mmu_set_spte()
Vipin Sharma
2023-04-04
KVM: x86/mmu: Bypass __handle_changed_spte() when aging TDP MMU SPTEs
Vipin Sharma
2023-04-04
KVM: x86/mmu: Drop unnecessary dirty log checks when aging TDP MMU SPTEs
Vipin Sharma
2023-04-04
KVM: x86/mmu: Clear only A-bit (if enabled) when aging TDP MMU SPTEs
Vipin Sharma
2023-04-04
KVM: x86/mmu: Remove "record_dirty_log" in __tdp_mmu_set_spte()
Vipin Sharma
2023-04-04
KVM: x86/mmu: Bypass __handle_changed_spte() when clearing TDP MMU dirty bits
Vipin Sharma
2023-04-04
KVM: x86/mmu: Drop access tracking checks when clearing TDP MMU dirty bits
Vipin Sharma
2023-04-04
KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
Vipin Sharma
2023-04-04
KVM: x86/mmu: Consolidate Dirty vs. Writable clearing logic in TDP MMU
Vipin Sharma
2023-04-04
KVM: x86/mmu: Use kvm_ad_enabled() to determine if TDP MMU SPTEs need wrprot
Vipin Sharma
2023-01-24
KVM: x86/mmu: Cleanup range-based flushing for given page
Hou Wenlong
2023-01-24
KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_l...
Hou Wenlong
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()
Sean Christopherson
2022-12-29
KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
David Matlack
2022-12-29
KVM: x86/mmu: Change tdp_mmu to a read-only parameter
David Matlack
2022-12-23
KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected level
Sean Christopherson
[next]