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-04-29
KVM: x86/mmu: remove extended bits from mmu_role, rename field
Paolo Bonzini
1
-1
/
+1
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
1
-7
/
+8
2022-04-05
KVM: x86/mmu: remove unnecessary flush_workqueue()
Lv Ruyi
1
-1
/
+1
2022-04-02
KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmap
Sean Christopherson
1
-39
/
+16
2022-04-02
KVM: MMU: propagate alloc_workqueue failure
Paolo Bonzini
1
-7
/
+10
2022-03-21
Revert "KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()"
Paolo Bonzini
1
-11
/
+30
2022-03-21
kvm: x86/mmu: Flush TLB before zap_gfn_range releases RCU
Paolo Bonzini
1
-5
/
+9
2022-03-08
KVM: x86/mmu: WARN on any attempt to atomically update REMOVED SPTE
Sean Christopherson
1
-8
/
+7
2022-03-08
KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE
Sean Christopherson
1
-1
/
+5
2022-03-08
KVM: x86/mmu: Zap defunct roots via asynchronous worker
Paolo Bonzini
1
-9
/
+11
2022-03-08
KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
Sean Christopherson
1
-17
/
+34
2022-03-08
KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
Paolo Bonzini
1
-41
/
+62
2022-03-08
KVM: x86/mmu: Zap invalidated roots via asynchronous worker
Paolo Bonzini
1
-82
/
+66
2022-03-08
KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages
Sean Christopherson
1
-10
/
+10
2022-03-08
KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched
Sean Christopherson
1
-2
/
+2
2022-03-08
KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
Sean Christopherson
1
-30
/
+11
2022-03-08
KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU range
Sean Christopherson
1
-18
/
+6
2022-03-08
KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
Sean Christopherson
1
-16
/
+82
2022-03-08
KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
Sean Christopherson
1
-5
/
+6
2022-03-08
KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
Sean Christopherson
1
-4
/
+32
2022-03-08
KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw values
Sean Christopherson
1
-20
/
+31
2022-03-08
KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
Sean Christopherson
1
-2
/
+2
2022-03-08
KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
Sean Christopherson
1
-3
/
+3
2022-03-08
KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
Sean Christopherson
1
-4
/
+4
2022-03-08
KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
Sean Christopherson
1
-7
/
+6
2022-03-08
KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
Sean Christopherson
1
-2
/
+5
2022-03-08
KVM: x86/mmu: do not allow readers to acquire references to invalid roots
Paolo Bonzini
1
-4
/
+5
2022-03-08
KVM: x86/mmu: only perform eager page splitting on valid roots
Paolo Bonzini
1
-1
/
+1
2022-03-08
KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
Sean Christopherson
1
-6
/
+15
2022-03-08
KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
Sean Christopherson
1
-5
/
+10
2022-03-08
KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
Sean Christopherson
1
-1
/
+9
2022-03-08
KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
Sean Christopherson
1
-21
/
+25
2022-03-08
KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
Sean Christopherson
1
-0
/
+3
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
1
-1
/
+1
2022-02-10
KVM: x86/mmu: Add tracepoint for splitting huge pages
David Matlack
1
-3
/
+7
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
David Matlack
1
-27
/
+40
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
1
-0
/
+173
2022-02-10
KVM: x86/mmu: Separate TDP MMU shadow page allocation and initialization
David Matlack
1
-9
/
+17
2022-02-10
KVM: x86/mmu: Derive page role for TDP MMU shadow pages from parent
David Matlack
1
-18
/
+19
2022-02-10
KVM: x86/mmu: Remove redundant role overrides for TDP MMU shadow pages
David Matlack
1
-4
/
+0
2022-02-10
KVM: x86/mmu: Refactor TDP MMU iterators to take kvm_mmu_page root
David Matlack
1
-9
/
+5
2022-02-10
KVM: x86/mmu: Consolidate logic to atomically install a new TDP MMU page table
David Matlack
1
-32
/
+36
2022-02-10
KVM: x86/mmu: Rename handle_removed_tdp_mmu_page() to handle_removed_pt()
David Matlack
1
-5
/
+3
2022-02-10
KVM: x86/mmu: Rename TDP MMU functions that handle shadow pages
David Matlack
1
-14
/
+14
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
[prev]
[next]