开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
tdp_mmu.h
Age
Commit message (
Expand
)
Author
2024-12-23
KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Support mirror root for TDP MMU
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
Isaku Yamahata
2024-12-23
KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
Rick Edgecombe
2024-12-23
KVM: x86/mmu: Zap invalid roots with mmu_lock holding for write at uninit
Rick Edgecombe
2024-11-04
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
2024-10-30
KVM: x86/mmu: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()
Sean Christopherson
2024-06-20
KVM: x86/tdp_mmu: Take a GFN in kvm_tdp_mmu_fast_pf_get_last_sptep()
Rick Edgecombe
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2024-02-22
KVM: x86/mmu: Check for usable TDP MMU root while holding mmu_lock for read
Sean Christopherson
2023-12-01
KVM: x86/mmu: remove unnecessary "bool shared" argument from functions
Paolo Bonzini
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
2022-12-29
KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMU
Sean Christopherson
2022-12-29
KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
David Matlack
2022-11-09
KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
Sean Christopherson
2022-04-02
KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmap
Sean Christopherson
2022-04-02
KVM: MMU: propagate alloc_workqueue failure
Paolo Bonzini
2022-03-21
Revert "KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()"
Paolo Bonzini
2022-03-08
KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
Sean Christopherson
2022-03-08
KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
Sean Christopherson
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
David Matlack
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
2022-02-10
KVM: x86/tdp_mmu: Remove unused "kvm" of kvm_tdp_mmu_get_root()
Jinrong Liang
2022-02-10
KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
Sean Christopherson
2021-11-30
KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
Sean Christopherson
2021-10-22
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
2021-10-01
KVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_page_fault
Paolo Bonzini
2021-08-20
Revert "KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock"
Sean Christopherson
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
2021-08-02
KVM: x86/mmu: fast_page_fault support for the TDP MMU
David Matlack
2021-08-02
KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with th...
David Matlack
2021-06-24
KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
Sean Christopherson
2021-06-18
KVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmu
David Matlack
2021-06-18
KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled check
David Matlack
2021-06-18
KVM: x86: Stub out is_tdp_mmu_root on 32-bit hosts
Paolo Bonzini
2021-06-17
KVM: x86/mmu: Fix TDP MMU page table level
Kai Huang
2021-06-17
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
2021-06-17
KVM: x86: Support write protecting only large pages
Keqian Zhu
2021-04-19
KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returns
Ben Gardon
2021-04-19
KVM: x86/mmu: Fast invalidation for TDP MMU
Ben Gardon
2021-04-19
KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
Ben Gardon
2021-04-19
KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root
Ben Gardon
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
2021-04-19
KVM: x86/mmu: Merge TDP MMU put and free root
Ben Gardon
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
[next]