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
/
spte.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEs
Sean Christopherson
1
-0
/
+9
2024-04-19
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
1
-2
/
+2
2024-04-19
KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
Sean Christopherson
1
-1
/
+15
2024-04-19
KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
Sean Christopherson
1
-1
/
+3
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
1
-2
/
+0
2023-08-31
KVM: x86/mmu: Include mmu.h in spte.h
Sean Christopherson
1
-0
/
+1
2023-08-31
KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest roots
Sean Christopherson
1
-0
/
+3
2023-08-31
KVM: x86/mmu: Add helper to convert root hpa to shadow page
Sean Christopherson
1
-0
/
+9
2023-08-31
KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
Sean Christopherson
1
-4
/
+4
2023-01-24
kvm: x86/mmu: Rename SPTE_TDP_AD_ENABLED_MASK to SPTE_TDP_AD_ENABLED
Lai Jiangshan
1
-8
/
+8
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
1
-2
/
+2
2022-12-27
kvm: x86/mmu: Remove duplicated "be split" in spte.h
Lai Jiangshan
1
-1
/
+1
2022-11-09
KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
Sean Christopherson
1
-0
/
+17
2022-11-09
KVM: x86/mmu: fix some comment typos
Miaohe Lin
1
-1
/
+1
2022-08-19
kvm: x86: mmu: Always flush TLBs when enabling dirty logging
Junaid Shahid
1
-4
/
+10
2022-08-10
KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
Sean Christopherson
1
-0
/
+14
2022-08-10
KVM: SVM: Disable SEV-ES support if MMIO caching is disable
Sean Christopherson
1
-2
/
+0
2022-08-10
KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
Sean Christopherson
1
-0
/
+1
2022-07-28
KVM: x86/mmu: Add shadow mask for effective host MTRR memtype
Sean Christopherson
1
-0
/
+1
2022-07-14
KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
Sean Christopherson
1
-0
/
+6
2022-06-24
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
1
-2
/
+2
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
1
-1
/
+2
2022-06-20
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
1
-15
/
+12
2022-06-20
KVM: x86/mmu: Dedup macros for computing various page table masks
Sean Christopherson
1
-4
/
+3
2022-05-12
KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_mask
Kai Huang
1
-0
/
+1
2022-05-12
KVM: x86/mmu: Don't attempt fast page fault just because EPT is in use
Sean Christopherson
1
-0
/
+11
2022-05-03
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
1
-1
/
+3
2022-05-03
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
1
-0
/
+2
2022-05-03
KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)
Sean Christopherson
1
-1
/
+1
2022-04-29
KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
Sean Christopherson
1
-1
/
+3
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
1
-6
/
+0
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
1
-0
/
+1
2022-02-10
KVM: x86/mmu: Move restore_acc_track_spte() to spte.h
David Matlack
1
-0
/
+15
2022-02-10
KVM: x86/mmu: Consolidate comments about {Host,MMU}-writable
David Matlack
1
-49
/
+56
2022-02-10
KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLE
David Matlack
1
-4
/
+4
2022-02-10
KVM: x86/mmu: Move is_writable_pte() to spte.h
David Matlack
1
-1
/
+39
2022-02-10
KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEs
David Matlack
1
-1
/
+1
2022-02-10
KVM: x86/mmu: Move SPTE writable invariant checks to a helper function
David Matlack
1
-7
/
+13
2022-01-19
KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants
David Matlack
1
-6
/
+36
2021-12-08
KVM: x86/mmu: Propagate memslot const qualifier
Ben Gardon
1
-1
/
+1
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
1
-1
/
+1
2021-10-18
KVM: x86: avoid warning with -Wbitwise-instead-of-logical
Paolo Bonzini
1
-6
/
+1
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
1
-0
/
+1
2021-10-01
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
1
-4
/
+4
2021-10-01
KVM: MMU: clean up make_spte return value
Paolo Bonzini
1
-6
/
+1
2021-07-14
KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAs
Sean Christopherson
1
-6
/
+0
2021-06-25
KVM: x86/mmu: Add helpers to do full reserved SPTE checks w/ generic MMU
Sean Christopherson
1
-0
/
+32
2021-03-15
KVM: x86/mmu: Use low available bits for removed SPTEs
Sean Christopherson
1
-4
/
+7
2021-03-15
KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)
Sean Christopherson
1
-9
/
+9
2021-03-15
KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs
Sean Christopherson
1
-6
/
+17
[next]