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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-24
KVM: x86/mmu: Fix race condition in direct_page_fault
Kazuki Takiguchi
1
-6
/
+7
2022-11-11
KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()
Sean Christopherson
1
-2
/
+2
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-5
/
+31
2022-09-26
KVM: x86/mmu: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-09-26
KVM: Add extra information in kvm_page_fault trace point
Wonhyuk Yang
1
-1
/
+1
2022-09-23
KVM: x86/mmu: add missing update to max_mmu_rmap_size
Miaohe Lin
1
-0
/
+2
2022-08-30
KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats.
Yosry Ahmed
2
-2
/
+26
2022-08-24
KVM: x86/mmu: fix memoryleak in kvm_mmu_vendor_module_init()
Miaohe Lin
1
-1
/
+3
2022-08-19
kvm: x86: mmu: Always flush TLBs when enabling dirty logging
Junaid Shahid
2
-42
/
+17
2022-08-19
kvm: x86: mmu: Drop the need_remote_flush() function
Junaid Shahid
1
-14
/
+1
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2
-9
/
+9
2022-08-10
KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
Sean Christopherson
2
-0
/
+22
2022-08-10
KVM: x86/mmu: rename trace function name for asynchronous page fault
Mingwei Zhang
1
-1
/
+1
2022-08-10
KVM: SVM: Disable SEV-ES support if MMIO caching is disable
Sean Christopherson
2
-2
/
+1
2022-08-10
KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
Sean Christopherson
3
-0
/
+24
2022-08-10
KVM: x86: Tag kvm_mmu_x86_module_init() with __init
Sean Christopherson
1
-1
/
+1
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-08-01
KVM: x86/mmu: remove unused variable
Paolo Bonzini
1
-2
/
+0
2022-07-28
KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()
Kai Huang
1
-7
/
+3
2022-07-28
KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT
Sean Christopherson
1
-1
/
+1
2022-07-28
KVM: x86/mmu: Don't bottom out on leafs when zapping collapsible SPTEs
Sean Christopherson
3
-37
/
+24
2022-07-28
KVM: x86/mmu: Document the "rules" for using host_pfn_mapping_level()
Sean Christopherson
1
-7
/
+35
2022-07-28
KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEs
Sean Christopherson
3
-26
/
+7
2022-07-28
KVM: x86/mmu: Restrict mapping level based on guest MTRR iff they're used
Sean Christopherson
1
-7
/
+19
2022-07-28
KVM: x86/mmu: Add shadow mask for effective host MTRR memtype
Sean Christopherson
2
-3
/
+19
2022-07-28
KVM: x86/mmu: Remove underscores from __pte_list_remove()
Sean Christopherson
1
-4
/
+4
2022-07-28
KVM: x86/mmu: Rename pte_list_{destroy,remove}() to show they zap SPTEs
Sean Christopherson
1
-8
/
+9
2022-07-28
KVM: x86/mmu: Rename rmap zap helpers to eliminate "unmap" wrapper
Sean Christopherson
1
-8
/
+8
2022-07-28
KVM: x86/mmu: Rename __kvm_zap_rmaps() to align with other nomenclature
Sean Christopherson
1
-2
/
+2
2022-07-28
KVM: x86/mmu: Drop the "p is for pointer" from rmap helpers
Sean Christopherson
1
-22
/
+21
2022-07-28
KVM: x86/mmu: Directly "destroy" PTE list when recycling rmaps
Sean Christopherson
1
-1
/
+1
2022-07-28
KVM: x86/mmu: Return a u64 (the old SPTE) from mmu_spte_clear_track_bits()
Sean Christopherson
1
-1
/
+1
2022-07-14
KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacity
Sean Christopherson
1
-7
/
+8
2022-07-14
KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
Sean Christopherson
1
-4
/
+11
2022-07-14
KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
Sean Christopherson
3
-14
/
+18
2022-07-13
KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()
Hou Wenlong
1
-3
/
+3
2022-07-04
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+1
2022-06-25
KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacity
Sean Christopherson
1
-7
/
+15
2022-06-25
KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access info
Sean Christopherson
1
-4
/
+6
2022-06-24
KVM: x86/mmu: Avoid unnecessary flush on eager page split
Paolo Bonzini
1
-12
/
+20
2022-06-24
KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
David Matlack
1
-7
/
+252
2022-06-24
KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
Paolo Bonzini
2
-39
/
+35
2022-06-24
KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
David Matlack
1
-7
/
+13
2022-06-24
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
3
-11
/
+10
2022-06-24
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
3
-28
/
+83
2022-06-24
KVM: x86/mmu: Update page stats in __rmap_add()
David Matlack
1
-1
/
+2
2022-06-24
KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
David Matlack
1
-18
/
+29
2022-06-24
KVM: x86/mmu: Pass const memslot to rmap_add()
David Matlack
1
-1
/
+1
2022-06-24
KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
David Matlack
1
-0
/
+10
2022-06-24
KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...
David Matlack
1
-13
/
+15
[next]