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
pinetabv-6.6.y-devel
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
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-21
KVM: x86/mmu: Open code leaf invalidation from mmu_notifier
Sean Christopherson
1
-1
/
+1
2023-08-31
KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest roots
Sean Christopherson
1
-24
/
+23
2023-08-31
KVM: x86/mmu: Harden new PGD against roots without shadow pages
Sean Christopherson
1
-6
/
+19
2023-08-31
KVM: x86/mmu: Add helper to convert root hpa to shadow page
Sean Christopherson
1
-15
/
+13
2023-08-31
KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
Sean Christopherson
1
-2
/
+2
2023-08-31
KVM: x86/mmu: Rename page-track APIs to reflect the new reality
Sean Christopherson
1
-4
/
+4
2023-08-31
KVM: x86/mmu: Drop infrastructure for multiple page-track modes
Sean Christopherson
1
-8
/
+6
2023-08-31
KVM: x86/mmu: Move KVM-only page-track declarations to internal header
Sean Christopherson
1
-1
/
+2
2023-08-31
KVM: x86: Remove the unused page-track hook track_flush_slot()
Yan Zhao
1
-2
/
+0
2023-08-31
KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
Sean Christopherson
1
-11
/
+2
2023-08-31
KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
Sean Christopherson
1
-8
/
+2
2023-08-31
KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c
Sean Christopherson
1
-1
/
+12
2023-08-31
KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y
Sean Christopherson
1
-11
/
+10
2023-08-31
KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove()
Mingwei Zhang
1
-15
/
+18
2023-08-31
KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU Kconfig
Sean Christopherson
1
-1
/
+1
2023-08-31
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
1
-24
/
+24
2023-08-31
KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
Sean Christopherson
1
-2
/
+2
2023-08-31
KVM: x86/mmu: Cleanup sanity check of SPTEs at SP free
Sean Christopherson
1
-10
/
+9
2023-08-31
KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs
Sean Christopherson
1
-5
/
+5
2023-08-31
KVM: x86/mmu: Delete the "dbg" module param
Sean Christopherson
1
-5
/
+0
2023-08-31
KVM: x86/mmu: Delete rmap_printk() and all its usage
Sean Christopherson
1
-12
/
+0
2023-08-31
KVM: x86/mmu: Delete pgprintk() and all its usage
Sean Christopherson
1
-17
/
+0
2023-08-31
KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS
Sean Christopherson
1
-0
/
+11
2023-08-31
Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-18
/
+4
2023-08-31
Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2023-08-17
KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
Sean Christopherson
1
-17
/
+3
2023-08-17
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
1
-1
/
+1
2023-08-17
KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
David Matlack
1
-15
/
+1
2023-08-17
KVM: Allow range-based TLB invalidation from common code
David Matlack
1
-8
/
+4
2023-07-31
KVM: x86: Use sysfs_emit() instead of sprintf()
Like Xu
1
-1
/
+1
2023-07-01
Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+4
2023-07-01
Merge tag 'kvm-x86-mmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-5
/
+44
2023-06-13
KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
Sean Christopherson
1
-5
/
+36
2023-06-07
KVM: x86/mmu: Trigger APIC-access page reload iff vendor code cares
Sean Christopherson
1
-1
/
+2
2023-06-07
KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access page
Sean Christopherson
1
-0
/
+3
2023-06-03
KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker
Sean Christopherson
1
-1
/
+4
2023-05-26
KVM: x86/mmu: Assert on @mmu in the __kvm_mmu_invalidate_addr()
Like Xu
1
-0
/
+8
2023-04-26
Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2023-04-26
Merge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-207
/
+295
2023-04-11
KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faults
Sean Christopherson
1
-0
/
+15
2023-04-11
KVM: x86/mmu: Move filling of Hyper-V's TLB range struct into Hyper-V code
Sean Christopherson
1
-6
/
+2
2023-04-11
KVM: x86: Rename Hyper-V remote TLB hooks to match established scheme
Sean Christopherson
1
-6
/
+6
2023-04-07
KVM: x86: Add a helper to query whether or not a vCPU has ever run
Sean Christopherson
1
-1
/
+1
2023-03-22
KVM: x86/mmu: Avoid indirect call for get_cr3
Paolo Bonzini
1
-11
/
+20
2023-03-18
KVM: x86/mmu: Clean up mmu.c functions that put return type on separate line
Sean Christopherson
1
-30
/
+27
2023-03-18
KVM: x86/mmu: Replace comment with an actual lockdep assertion on mmu_lock
Sean Christopherson
1
-1
/
+2
2023-03-18
KVM: x86/mmu: Rename slot rmap walkers to add clarity and clean up code
Sean Christopherson
1
-33
/
+33
2023-03-18
KVM: x86/mmu: Use gfn_t in kvm_flush_remote_tlbs_range()
David Matlack
1
-2
/
+3
2023-03-18
KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
David Matlack
1
-9
/
+5
2023-03-18
KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
David Matlack
1
-13
/
+6
[next]