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
2024-10-31
KVM: x86/mmu: Fold mmu_spte_update_no_track() into mmu_spte_update()
Sean Christopherson
1
-29
/
+21
2024-10-31
KVM: x86/mmu: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()
Sean Christopherson
2
-15
/
+7
2024-10-31
KVM: x86/mmu: Don't flush TLBs when clearing Dirty bit in shadow MMU
Sean Christopherson
2
-13
/
+8
2024-10-31
KVM: x86/mmu: Don't force flush if SPTE update clears Accessed bit
Sean Christopherson
1
-21
/
+9
2024-10-31
KVM: x86/mmu: Fold all of make_spte()'s writable handling into one if-else
Sean Christopherson
1
-9
/
+4
2024-10-31
KVM: x86/mmu: Always set SPTE's dirty bit if it's created as writable
Sean Christopherson
1
-19
/
+9
2024-10-31
KVM: x86/mmu: Flush remote TLBs iff MMU-writable flag is cleared from RO SPTE
Sean Christopherson
2
-11
/
+7
2024-10-25
KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
Sean Christopherson
2
-20
/
+0
2024-10-25
KVM: Move x86's API to release a faultin page to common KVM
Sean Christopherson
1
-22
/
+2
2024-10-25
KVM: x86/mmu: Don't mark unused faultin pages as accessed
Sean Christopherson
1
-1
/
+3
2024-10-25
KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns
Sean Christopherson
1
-2
/
+5
2024-10-25
KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
Sean Christopherson
2
-4
/
+11
2024-10-25
KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
Sean Christopherson
3
-13
/
+33
2024-10-25
KVM: x86/mmu: Add helper to "finish" handling a guest page fault
Sean Christopherson
2
-4
/
+10
2024-10-25
KVM: x86/mmu: Add common helper to handle prefetching SPTEs
Sean Christopherson
2
-27
/
+26
2024-10-25
KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names
Sean Christopherson
3
-11
/
+12
2024-10-25
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
1
-4
/
+2
2024-10-25
KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
Sean Christopherson
2
-5
/
+2
2024-10-25
KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
David Stevens
1
-7
/
+11
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
1
-6
/
+6
2024-10-25
KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
Sean Christopherson
2
-2
/
+2
2024-10-25
KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs
Sean Christopherson
1
-5
/
+4
2024-10-25
KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
Sean Christopherson
2
-7
/
+4
2024-10-25
KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
Sean Christopherson
4
-43
/
+25
2024-10-25
KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE
Sean Christopherson
1
-2
/
+2
2024-10-25
KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
Sean Christopherson
6
-13
/
+13
2024-10-25
KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting
Sean Christopherson
2
-0
/
+6
2024-10-25
KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
Sean Christopherson
1
-5
/
+13
2024-10-20
KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range()
Sean Christopherson
1
-0
/
+11
2024-10-20
KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot
Sean Christopherson
1
-10
/
+6
2024-10-06
Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-5
/
+3
2024-10-04
KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMU
Paolo Bonzini
1
-14
/
+46
2024-09-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-274
/
+357
2024-09-17
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-280
/
+325
2024-09-17
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+0
2024-09-17
Merge branch 'kvm-memslot-zap-quirk' into HEAD
Paolo Bonzini
1
-1
/
+41
2024-09-15
Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"
Paolo Bonzini
1
-5
/
+3
2024-09-10
KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalent
Sean Christopherson
1
-1
/
+1
2024-09-10
KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literals
Sean Christopherson
1
-15
/
+16
2024-09-10
KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()
Sean Christopherson
1
-28
/
+22
2024-09-10
KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helper
Sean Christopherson
1
-46
/
+22
2024-09-10
KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowed
Sean Christopherson
1
-10
/
+6
2024-09-10
KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslot
Sean Christopherson
1
-3
/
+12
2024-09-10
KVM: x86/mmu: Plumb a @can_yield parameter into __walk_slot_rmaps()
Sean Christopherson
1
-4
/
+8
2024-09-10
KVM: x86/mmu: Move walk_slot_rmaps() up near for_each_slot_rmap_range()
Sean Christopherson
1
-53
/
+53
2024-09-10
KVM: x86/mmu: WARN on MMIO cache hit when emulating write-protected gfn
Sean Christopherson
1
-10
/
+20
2024-09-10
KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list
Sean Christopherson
1
-4
/
+7
2024-09-10
KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version
Sean Christopherson
1
-20
/
+13
[prev]
[next]