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
2022-02-10
KVM: x86/mmu: Change tdp_mmu_{set,zap}_spte_atomic() to return 0/-EBUSY
David Matlack
1
-21
/
+26
2022-02-10
KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg fails
David Matlack
1
-29
/
+23
2022-02-10
KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEs
David Matlack
1
-0
/
+3
2022-02-10
KVM: x86/tdp_mmu: Remove unused "kvm" of kvm_tdp_mmu_get_root()
Jinrong Liang
1
-2
/
+2
2022-02-10
KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU
Sean Christopherson
1
-15
/
+24
2022-02-10
KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
Sean Christopherson
1
-2
/
+10
2022-02-10
KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook
Sean Christopherson
1
-7
/
+2
2022-01-19
KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU
David Matlack
1
-3
/
+3
2021-12-21
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
1
-13
/
+16
2021-12-20
KVM: x86/mmu: Don't advance iterator after restart due to yielding
Sean Christopherson
1
-13
/
+16
2021-12-08
KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the direction
Lai Jiangshan
1
-1
/
+1
2021-11-30
KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
Sean Christopherson
1
-15
/
+7
2021-11-30
KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping
Sean Christopherson
1
-1
/
+1
2021-11-18
KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
Hou Wenlong
1
-2
/
+2
2021-11-18
KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
Ben Gardon
1
-6
/
+4
2021-11-11
KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iterator
Sean Christopherson
1
-1
/
+1
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
1
-1
/
+1
2021-10-01
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
1
-3
/
+4
2021-10-01
KVM: MMU: set ad_disabled in TDP MMU role
Paolo Bonzini
1
-0
/
+1
2021-10-01
KVM: MMU: clean up make_spte return value
Paolo Bonzini
1
-3
/
+3
2021-10-01
KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
David Matlack
1
-1
/
+1
2021-10-01
KVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu_set_spte_atomic_no_di...
Paolo Bonzini
1
-30
/
+10
2021-10-01
KVM: MMU: mark page dirty in make_spte
Paolo Bonzini
1
-20
/
+1
2021-10-01
KVM: MMU: change tracepoints arguments to kvm_page_fault
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-2
/
+1
2021-10-01
KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-13
/
+8
2021-10-01
KVM: MMU: change tdp_mmu_map_handle_target_level() arguments to kvm_page_fault
Paolo Bonzini
1
-10
/
+8
2021-10-01
KVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_page_fault
Paolo Bonzini
1
-14
/
+9
2021-09-30
KVM: X86: Don't flush current tlb on shadow page modification
Lai Jiangshan
1
-1
/
+0
2021-08-20
KVM: x86/mmu: Drop 'shared' param from tdp_mmu_link_page()
Sean Christopherson
1
-13
/
+4
2021-08-20
KVM: x86/mmu: Add detailed page size stats
Mingwei Zhang
1
-13
/
+2
2021-08-20
KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage stats
Sean Christopherson
1
-7
/
+13
2021-08-20
Revert "KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock"
Sean Christopherson
1
-11
/
+4
2021-08-13
Merge branch 'kvm-tdpmmu-fixes' into HEAD
Paolo Bonzini
1
-11
/
+24
2021-08-13
KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEs
Sean Christopherson
1
-1
/
+8
2021-08-13
KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEs
Sean Christopherson
1
-10
/
+16
2021-08-06
KVM: x86/mmu: Leverage vcpu->last_used_slot in tdp_mmu_map_handle_target_level
David Matlack
1
-9
/
+33
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
1
-3
/
+4
2021-08-02
KVM: x86: enable TDP MMU by default
Paolo Bonzini
1
-1
/
+1
2021-08-02
KVM: x86/mmu: fast_page_fault support for the TDP MMU
David Matlack
1
-0
/
+41
2021-08-02
KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with th...
David Matlack
1
-4
/
+2
2021-06-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-17
/
+26
2021-06-18
KVM: x86/mmu: Remove redundant root_hpa checks
David Matlack
1
-3
/
+0
2021-06-18
KVM: x86/mmu: Remove redundant is_tdp_mmu_root check
David Matlack
1
-2
/
+0
2021-06-17
KVM: x86/mmu: Fix TDP MMU page table level
Kai Huang
1
-4
/
+4
2021-06-17
KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
Kai Huang
1
-1
/
+5
2021-06-17
KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
Kai Huang
1
-1
/
+1
2021-06-17
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
1
-2
/
+4
2021-06-17
KVM: x86: Support write protecting only large pages
Keqian Zhu
1
-4
/
+12
[prev]
[next]