index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
spte.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-31
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
1
-2
/
+2
2023-08-31
KVM: x86/mmu: Delete pgprintk() and all its usage
Sean Christopherson
1
-2
/
+0
2023-03-22
KVM: x86/mmu: Fix comment typo
Mathias Krause
1
-1
/
+1
2023-01-24
kvm: x86/mmu: Rename SPTE_TDP_AD_ENABLED_MASK to SPTE_TDP_AD_ENABLED
Lai Jiangshan
1
-3
/
+3
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
1
-2
/
+2
2022-11-09
KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
Sean Christopherson
1
-0
/
+12
2022-08-10
KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
Sean Christopherson
1
-0
/
+8
2022-08-10
KVM: SVM: Disable SEV-ES support if MMIO caching is disable
Sean Christopherson
1
-0
/
+1
2022-08-10
KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
Sean Christopherson
1
-0
/
+19
2022-07-28
KVM: x86/mmu: Add shadow mask for effective host MTRR memtype
Sean Christopherson
1
-3
/
+18
2022-06-24
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
1
-8
/
+7
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
1
-3
/
+4
2022-06-20
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
1
-1
/
+1
2022-06-08
KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
Sean Christopherson
1
-0
/
+2
2022-05-12
KVM: VMX: Include MKTME KeyID bits in shadow_zero_check
Kai Huang
1
-19
/
+0
2022-05-12
KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_mask
Kai Huang
1
-6
/
+17
2022-05-03
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
1
-0
/
+28
2022-05-03
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
1
-0
/
+28
2022-04-29
KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
Sean Christopherson
1
-1
/
+4
2022-04-29
KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
Sean Christopherson
1
-1
/
+1
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
1
-0
/
+59
2022-02-10
KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLE
David Matlack
1
-2
/
+2
2022-02-10
KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEs
David Matlack
1
-8
/
+1
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2022-01-19
KVM: x86/mmu: Clear MMU-writable during changed_pte notifier
David Matlack
1
-0
/
+1
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+3
2021-12-22
x86/mtrr: Remove the mtrr_bp_init() stub
Christoph Hellwig
1
-0
/
+1
2021-12-08
KVM: x86/mmu: Propagate memslot const qualifier
Ben Gardon
1
-1
/
+1
2021-12-08
KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
Ben Gardon
1
-1
/
+1
2021-12-08
KVM: x86/mmu: Use shadow page role to detect PML-unfriendly pages for L2
Sean Christopherson
1
-1
/
+1
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
1
-4
/
+4
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
1
-3
/
+7
2021-10-01
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
1
-5
/
+6
2021-10-01
KVM: MMU: clean up make_spte return value
Paolo Bonzini
1
-4
/
+4
2021-10-01
KVM: MMU: mark page dirty in make_spte
Paolo Bonzini
1
-0
/
+3
2021-09-30
KVM: X86: Don't check unsync if the original spte is writible
Lai Jiangshan
1
-2
/
+2
2021-09-30
KVM: X86: Don't unsync pagetables when speculative
Lai Jiangshan
1
-1
/
+1
2021-06-25
KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTE
Sean Christopherson
1
-1
/
+4
2021-06-25
KVM: x86/mmu: Rename unsync helper and update related comments
Sean Christopherson
1
-2
/
+8
2021-06-25
KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPT
Sean Christopherson
1
-7
/
+0
2021-03-15
KVM: x86/mmu: Use low available bits for removed SPTEs
Sean Christopherson
1
-1
/
+10
2021-03-15
KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs
Sean Christopherson
1
-4
/
+4
2021-03-15
KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs
Sean Christopherson
1
-0
/
+3
2021-03-15
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
1
-4
/
+9
2021-03-15
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
1
-35
/
+27
2021-03-15
KVM: x86/mmu: Co-locate code for setting various SPTE masks
Sean Christopherson
1
-0
/
+19
2021-03-15
KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generation
Sean Christopherson
1
-1
/
+0
2021-03-15
KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs
Sean Christopherson
1
-5
/
+12
2021-03-15
KVM: x86/mmu: Add module param to disable MMIO caching (for testing)
Sean Christopherson
1
-0
/
+6
2021-03-15
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
1
-5
/
+6
[next]