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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-22
KVM: MMU: record maximum physical address width in kvm_mmu_extended_role
Yu Zhang
1
-0
/
+1
2019-02-22
x86/kvm/mmu: fix switch between root and guest MMUs
Vitaly Kuznetsov
1
-4
/
+13
2019-01-25
KVM: x86: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-12-21
KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
Lan Tianyu
1
-3
/
+13
2018-12-21
KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()
Lan Tianyu
1
-0
/
+5
2018-12-21
KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
Lan Tianyu
1
-6
/
+2
2018-12-21
KVM: Make kvm_set_spte_hva() return int
Lan Tianyu
1
-1
/
+2
2018-12-21
KVM: Replace old tlb flush function with new one to flush a specified range.
Lan Tianyu
1
-10
/
+21
2018-12-21
KVM/MMU: Add tlb flush with range helper function
Lan Tianyu
1
-1
/
+36
2018-12-21
KVM: fix some typos
Wei Yang
1
-1
/
+1
2018-11-27
kvm: mmu: Fix race in emulated page table writes
Junaid Shahid
1
-18
/
+9
2018-10-26
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-158
/
+235
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+1
2018-10-17
KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bits
Wei Yang
1
-3
/
+9
2018-10-17
KVM: x86: rename pte_list_remove to __pte_list_remove
Wei Yang
1
-8
/
+8
2018-10-17
kvm/x86 : fix some typo
Peng Hao
1
-2
/
+2
2018-10-17
x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()
Vitaly Kuznetsov
1
-0
/
+6
2018-10-17
x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
Vitaly Kuznetsov
1
-34
/
+61
2018-10-17
x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()
Vitaly Kuznetsov
1
-15
/
+38
2018-10-17
x86/kvm/mmu: make space for source data caching in struct kvm_mmu
Vitaly Kuznetsov
1
-6
/
+20
2018-10-17
x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
Paolo Bonzini
1
-12
/
+0
2018-10-17
x86/kvm/mmu: introduce guest_mmu
Vitaly Kuznetsov
1
-5
/
+15
2018-10-17
x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
Vitaly Kuznetsov
1
-4
/
+5
2018-10-17
x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
Vitaly Kuznetsov
1
-0
/
+1
2018-10-17
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
1
-82
/
+83
2018-10-17
KVM: x86: return 0 in case kvm_mmu_memory_cache has min number of objects
Wei Yang
1
-2
/
+2
2018-10-01
KVM: x86: fix L1TF's MMIO GFN calculation
Sean Christopherson
1
-4
/
+20
2018-09-20
KVM/MMU: Fix comment in walk_shadow_page_lockless_end()
Tianyu Lan
1
-1
/
+1
2018-09-20
KVM: x86: don't reset root in kvm_mmu_setup()
Wei Yang
1
-1
/
+6
2018-09-19
signal/x86: Use send_sig_mceerr as apropriate
Eric W. Biederman
1
-10
/
+1
2018-09-07
Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...
Radim Krčmář
1
-5
/
+0
2018-09-07
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
1
-5
/
+0
2018-08-30
KVM: x86: Do not re-{try,execute} after failed emulation in L2
Sean Christopherson
1
-2
/
+5
2018-08-30
KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_fault
Sean Christopherson
1
-6
/
+12
2018-08-30
KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE
Sean Christopherson
1
-1
/
+1
2018-08-30
KVM: x86: Invert emulation re-execute behavior to make it opt-in
Sean Christopherson
1
-1
/
+1
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-89
/
+442
2018-08-14
kvm: x86: Set highest physical address bits in non-present/reserved SPTEs
Junaid Shahid
1
-5
/
+38
2018-08-06
KVM: x86: Skip pae_root shadow allocation if tdp enabled
Liang Chen
1
-0
/
+3
2018-08-06
KVM/MMU: Combine flushing remote tlb in mmu_set_spte()
Tianyu Lan
1
-3
/
+4
2018-08-06
KVM/MMU: Simplify __kvm_sync_page() function
Tianyu Lan
1
-6
/
+2
2018-08-06
kvm: x86: Add multi-entry LRU cache for previous CR3s
Junaid Shahid
1
-33
/
+78
2018-08-06
kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*
Junaid Shahid
1
-3
/
+11
2018-08-06
kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest
Junaid Shahid
1
-3
/
+30
2018-08-06
kvm: x86: Support selectively freeing either current or previous MMU root
Junaid Shahid
1
-14
/
+22
2018-08-06
kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()
Junaid Shahid
1
-7
/
+29
2018-08-06
kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest
Junaid Shahid
1
-9
/
+19
2018-08-06
kvm: vmx: Support INVPCID in shadow paging mode
Junaid Shahid
1
-0
/
+18
2018-08-06
kvm: x86: Add ability to skip TLB flush when switching CR3
Junaid Shahid
1
-0
/
+2
2018-08-06
kvm: x86: Use fast CR3 switch for nested VMX
Junaid Shahid
1
-2
/
+4
[next]