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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-12
KVM: nSVM: Enter guest mode before initializing nested NPT MMU
Sean Christopherson
1
-1
/
+1
2025-02-04
KVM: x86/mmu: Ensure NX huge page recovery thread is alive before waking
Sean Christopherson
1
-7
/
+26
2025-01-24
kvm: defer huge page recovery vhost task to later
Keith Busch
1
-5
/
+13
2025-01-20
Merge branch 'kvm-mirror-page-tables' into HEAD
Paolo Bonzini
7
-110
/
+438
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+2
2025-01-20
Merge tag 'kvm-x86-mmu-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+4
2025-01-15
KVM: x86/mmu: Return RET_PF* instead of 1 in kvm_mmu_page_fault()
Yan Zhao
2
-4
/
+18
2024-12-23
KVM: x86/mmu: Prevent aliased memslot GFNs
Rick Edgecombe
1
-3
/
+7
2024-12-23
KVM: x86/tdp_mmu: Don't zap valid mirror roots in kvm_tdp_mmu_zap_all()
Rick Edgecombe
1
-7
/
+9
2024-12-23
KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
Isaku Yamahata
3
-5
/
+22
2024-12-23
KVM: x86/tdp_mmu: Propagate tearing down mirror page tables
Isaku Yamahata
1
-1
/
+50
2024-12-23
KVM: x86/tdp_mmu: Propagate building mirror page tables
Isaku Yamahata
1
-13
/
+85
2024-12-23
KVM: x86/tdp_mmu: Propagate attr_filter to MMU notifier callbacks
Paolo Bonzini
1
-5
/
+10
2024-12-23
KVM: x86/tdp_mmu: Support mirror root for TDP MMU
Isaku Yamahata
3
-12
/
+74
2024-12-23
KVM: x86/tdp_mmu: Take root in tdp_mmu_for_each_pte()
Isaku Yamahata
1
-8
/
+8
2024-12-23
KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
Isaku Yamahata
2
-19
/
+30
2024-12-23
KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
Isaku Yamahata
1
-2
/
+10
2024-12-23
KVM: x86/mmu: Support GFN direct bits
Isaku Yamahata
4
-14
/
+44
2024-12-23
KVM: x86/tdp_mmu: Take struct kvm in iter loops
Isaku Yamahata
2
-22
/
+22
2024-12-23
KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
Rick Edgecombe
3
-5
/
+6
2024-12-23
KVM: x86/mmu: Add an is_mirror member for union kvm_mmu_page_role
Isaku Yamahata
2
-0
/
+10
2024-12-23
KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page
Isaku Yamahata
3
-4
/
+35
2024-12-23
KVM: Add member to struct kvm_gfn_range to indicate private/shared
Isaku Yamahata
1
-0
/
+6
2024-12-23
KVM: x86/mmu: Zap invalid roots with mmu_lock holding for write at uninit
Rick Edgecombe
3
-7
/
+13
2024-12-20
KVM: x86/mmu: Treat TDP MMU faults as spurious if access is already allowed
Sean Christopherson
3
-12
/
+22
2024-12-19
KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
Sean Christopherson
1
-2
/
+2
2024-12-17
KVM/x86: add comment to kvm_mmu_do_page_fault()
Juergen Gross
1
-0
/
+4
2024-11-14
KVM: x86: switch hugepage recovery thread to vhost_task
Paolo Bonzini
1
-37
/
+31
2024-11-13
Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2024-11-05
KVM: x86/mmu: Drop per-VM zapped_obsolete_pages list
Vipin Sharma
1
-3
/
+5
2024-11-05
KVM: x86/mmu: Remove KVM's MMU shrinker
Vipin Sharma
1
-103
/
+2
2024-11-05
KVM: x86/mmu: WARN if huge page recovery triggered during dirty logging
David Matlack
1
-0
/
+3
2024-11-05
KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()
David Matlack
4
-6
/
+6
2024-11-05
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
5
-17
/
+82
2024-11-05
KVM: x86/mmu: Refactor TDP MMU iter need resched check
Sean Christopherson
1
-5
/
+11
2024-11-05
KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WAR...
Sean Christopherson
1
-1
/
+1
2024-11-05
KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is needed
Sean Christopherson
1
-14
/
+14
2024-11-01
KVM: x86: model canonical checks more precisely
Maxim Levitsky
1
-1
/
+1
2024-10-31
KVM: x86/mmu: Batch TLB flushes when zapping collapsible TDP MMU SPTEs
David Matlack
1
-45
/
+10
2024-10-31
KVM: x86/mmu: Drop @max_level from kvm_mmu_max_mapping_level()
David Matlack
3
-9
/
+5
2024-10-31
KVM: x86: Don't emit TLB flushes when aging SPTEs for mmu_notifiers
Sean Christopherson
1
-3
/
+2
2024-10-31
KVM: x86/mmu: Set Dirty bit for new SPTEs, even if _hardware_ A/D bits are di...
Sean Christopherson
2
-7
/
+1
2024-10-31
KVM: x86/mmu: Dedup logic for detecting TLB flushes on leaf SPTE changes
Sean Christopherson
3
-20
/
+30
2024-10-31
KVM: x86/mmu: Stop processing TDP MMU roots for test_age if young SPTE found
Sean Christopherson
1
-42
/
+33
2024-10-31
KVM: x86/mmu: Process only valid TDP MMU roots when aging a gfn range
Sean Christopherson
1
-2
/
+4
2024-10-31
KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabled
Sean Christopherson
3
-13
/
+5
2024-10-31
KVM: x86/mmu: Set shadow_dirty_mask for EPT even if A/D bits disabled
Sean Christopherson
1
-1
/
+1
2024-10-31
KVM: x86/mmu: Set shadow_accessed_mask for EPT even if A/D bits disabled
Sean Christopherson
1
-1
/
+1
2024-10-31
KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabled
Sean Christopherson
4
-16
/
+20
2024-10-31
KVM: x86/mmu: WARN and flush if resolving a TDP MMU fault clears MMU-writable
Sean Christopherson
1
-1
/
+3
[next]