index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/mmu: Simplify code for aging SPTEs in TDP MMU
Sean Christopherson
2021-04-17
1
-3
/
+2
*
KVM: x86/mmu: Remove spurious clearing of dirty bit from TDP MMU SPTE
Sean Christopherson
2021-04-17
1
-1
/
+0
*
KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint
Sean Christopherson
2021-04-17
2
-3
/
+0
*
KVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs when changing SPTE
Sean Christopherson
2021-04-17
1
-1
/
+1
*
KVM: x86/mmu: Pass address space ID to TDP MMU root walkers
Sean Christopherson
2021-04-17
2
-66
/
+44
*
KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()
Sean Christopherson
2021-04-17
3
-18
/
+24
*
KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zap
Sean Christopherson
2021-04-17
1
-9
/
+8
*
KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs
Sean Christopherson
2021-04-17
3
-9
/
+9
*
KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMU
Sean Christopherson
2021-04-17
1
-18
/
+19
*
KVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping collapsible SPTEs
Sean Christopherson
2021-04-17
1
-9
/
+13
*
KVM: MMU: load PDPTRs outside mmu_lock
Paolo Bonzini
2021-04-17
1
-15
/
+37
*
Merge branch 'kvm-tdp-fix-rcu' into HEAD
Paolo Bonzini
2021-04-02
4
-38
/
+41
|
\
|
*
KVM: x86/mmu: Store the address space ID in the TDP iterator
Sean Christopherson
2021-03-16
4
-24
/
+13
|
*
KVM: x86/mmu: Factor out tdp_iter_return_to_root
Ben Gardon
2021-03-16
3
-10
/
+19
|
*
KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs
Ben Gardon
2021-03-16
1
-1
/
+1
|
*
KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page
Ben Gardon
2021-03-16
1
-3
/
+8
*
|
Merge branch 'kvm-tdp-fix-flushes' into HEAD
Paolo Bonzini
2021-04-02
3
-17
/
+42
|
\
\
|
*
|
KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages
Sean Christopherson
2021-03-30
3
-6
/
+27
|
*
|
KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zapping
Sean Christopherson
2021-03-30
1
-4
/
+7
|
*
|
KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zap
Sean Christopherson
2021-03-30
1
-11
/
+12
|
|
/
*
|
KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
Sean Christopherson
2021-03-15
1
-1
/
+21
*
|
KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
Sean Christopherson
2021-03-15
3
-12
/
+24
*
|
KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTE
Sean Christopherson
2021-03-15
1
-3
/
+4
*
|
KVM: x86/mmu: Use low available bits for removed SPTEs
Sean Christopherson
2021-03-15
2
-5
/
+17
*
|
KVM: x86/mmu: Use is_removed_spte() instead of open coded equivalents
Sean Christopherson
2021-03-15
1
-2
/
+2
*
|
KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)
Sean Christopherson
2021-03-15
1
-9
/
+9
*
|
KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs
Sean Christopherson
2021-03-15
2
-10
/
+21
*
|
KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs
Sean Christopherson
2021-03-15
2
-15
/
+36
*
|
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
2021-03-15
5
-19
/
+23
*
|
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
2021-03-15
1
-35
/
+27
*
|
KVM: x86/mmu: Co-locate code for setting various SPTE masks
Sean Christopherson
2021-03-15
2
-25
/
+19
*
|
KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU proper
Sean Christopherson
2021-03-15
1
-0
/
+4
*
|
KVM: x86/mmu: Document dependency bewteen TDP A/D type and saved bits
Sean Christopherson
2021-03-15
1
-3
/
+5
*
|
KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generation
Sean Christopherson
2021-03-15
2
-5
/
+4
*
|
KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs
Sean Christopherson
2021-03-15
2
-13
/
+38
*
|
KVM: x86/mmu: Add module param to disable MMIO caching (for testing)
Sean Christopherson
2021-03-15
1
-0
/
+6
*
|
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
2021-03-15
3
-12
/
+11
*
|
KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers
Sean Christopherson
2021-03-15
2
-8
/
+8
*
|
KVM: x86/mmu: Drop redundant trace_kvm_mmu_set_spte() in the TDP MMU
Sean Christopherson
2021-03-15
1
-3
/
+2
*
|
KVM: x86/mmu: Handle MMIO SPTEs directly in mmu_set_spte()
Sean Christopherson
2021-03-15
1
-17
/
+5
*
|
KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabled
Sean Christopherson
2021-03-15
2
-2
/
+17
*
|
KVM: x86/mmu: Retry page faults that hit an invalid memslot
Sean Christopherson
2021-03-15
1
-0
/
+8
*
|
KVM: x86/mmu: Disable MMIO caching if MMIO value collides with L1TF
Sean Christopherson
2021-03-15
1
-1
/
+12
*
|
KVM: x86/mmu: Bail from fast_page_fault() if SPTE is not shadow-present
Sean Christopherson
2021-03-15
1
-0
/
+3
*
|
KVM: x86/mmu: Check for shadow-present SPTE before querying A/D status
Sean Christopherson
2021-03-15
1
-4
/
+3
*
|
KVM: x86/mmu: Add convenience wrapper for acting on single hva in TDP MMU
Sean Christopherson
2021-03-15
1
-5
/
+11
*
|
KVM: x86/mmu: Add typedefs for rmap/iter handlers
Sean Christopherson
2021-03-15
2
-28
/
+19
*
|
KVM: x86/mmu: Use 'end' param in TDP MMU's test_age_gfn()
Sean Christopherson
2021-03-15
1
-3
/
+3
*
|
KVM: x86/mmu: WARN if TDP MMU's set_tdp_spte() sees multiple GFNs
Sean Christopherson
2021-03-15
1
-2
/
+2
*
|
KVM: x86/mmu: Remove spurious TLB flush from TDP MMU's change_pte() hook
Sean Christopherson
2021-03-15
1
-2
/
+6
[next]