index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
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
2021-08-13
KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEs
Sean Christopherson
2021-08-13
KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEs
Sean Christopherson
2021-06-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-06-18
KVM: x86/mmu: Remove redundant root_hpa checks
David Matlack
2021-06-18
KVM: x86/mmu: Remove redundant is_tdp_mmu_root check
David Matlack
2021-06-17
KVM: x86/mmu: Fix TDP MMU page table level
Kai Huang
2021-06-17
KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
Kai Huang
2021-06-17
KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_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-06-07
Merge tag 'v5.13-rc5' into x86/cleanups
Borislav Petkov
2021-05-27
KVM: x86/mmu: Fix comment mentioning skip_4k
David Matlack
2021-05-12
x86: Fix leftover comment typos
Ingo Molnar
2021-05-03
KVM: x86/mmu: Fix kdoc of __handle_changed_spte
Kai Huang
2021-05-03
kvm/x86: Fix 'lpages' kvm stat for TDM MMU
Shahin, Md Shahadat Hossain
2021-05-03
KVM: x86/mmu: Avoid unnecessary page table allocation in kvm_tdp_mmu_map()
Kai Huang
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-26
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
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 enabling/disabling dirty logging under MMU read lock
Ben Gardon
2021-04-19
KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lock
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: Protect the tdp_mmu_roots list with RCU
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: Refactor yield safe root iterator
Ben Gardon
2021-04-19
KVM: x86/mmu: Merge TDP MMU put and free root
Ben Gardon
2021-04-19
KVM: x86/mmu: use tdp_mmu_free_sp to free roots
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-19
KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
Sean Christopherson
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
2021-04-17
KVM: x86/mmu: Simplify code for aging SPTEs in TDP MMU
Sean Christopherson
2021-04-17
KVM: x86/mmu: Remove spurious clearing of dirty bit from TDP MMU SPTE
Sean Christopherson
2021-04-17
KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint
Sean Christopherson
2021-04-17
KVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs when changing SPTE
Sean Christopherson
2021-04-17
KVM: x86/mmu: Pass address space ID to TDP MMU root walkers
Sean Christopherson
2021-04-17
KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()
Sean Christopherson
2021-04-17
KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs
Sean Christopherson
2021-04-17
KVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping collapsible SPTEs
Sean Christopherson
2021-04-02
Merge branch 'kvm-tdp-fix-rcu' into HEAD
Paolo Bonzini
2021-04-02
Merge branch 'kvm-tdp-fix-flushes' into HEAD
Paolo Bonzini
2021-03-31
Merge commit 'kvm-tdp-fix-flushes' into kvm-master
Paolo Bonzini
2021-03-30
KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages
Sean Christopherson
2021-03-30
KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zap
Sean Christopherson
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2021-03-16
KVM: x86/mmu: Store the address space ID in the TDP iterator
Sean Christopherson
2021-03-16
KVM: x86/mmu: Factor out tdp_iter_return_to_root
Ben Gardon
[next]