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
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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-16
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
1
-1
/
+1
2019-02-21
Revert "KVM: MMU: fast invalidate all pages"
Sean Christopherson
1
-1
/
+0
2018-10-17
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
1
-4
/
+4
2018-10-17
KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES together
Wei Yang
1
-5
/
+0
2018-08-06
kvm: x86: Propagate guest PCIDs to host PCIDs
Junaid Shahid
1
-1
/
+16
2018-08-06
kvm: x86: Add ability to skip TLB flush when switching CR3
Junaid Shahid
1
-1
/
+0
2018-08-06
kvm: x86: Use fast CR3 switch for nested VMX
Junaid Shahid
1
-1
/
+1
2018-08-06
kvm: x86: Support resetting the MMU context without resetting roots
Junaid Shahid
1
-0
/
+1
2018-08-06
kvm: x86: Introduce KVM_REQ_LOAD_CR3
Junaid Shahid
1
-0
/
+7
2017-11-17
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-12
KVM: SVM: limit kvm_handle_page_fault to #PF handling
Paolo Bonzini
1
-2
/
+1
2017-09-08
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
1
-1
/
+1
2017-08-25
KVM: x86: simplify handling of PKRU
Paolo Bonzini
1
-1
/
+1
2017-08-24
KVM: MMU: Add 5 level EPT & Shadow page table support.
Yu Zhang
1
-0
/
+1
2017-08-24
KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.
Yu Zhang
1
-1
/
+1
2017-08-24
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
Yu Zhang
1
-0
/
+3
2017-08-18
KVM: x86: simplify ept_misconfig
Paolo Bonzini
1
-17
/
+0
2017-07-14
KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
Wanpeng Li
1
-0
/
+3
2017-07-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2017-07-03
x86: kvm: mmu: make spte mmio mask more explicit
Peter Feiner
1
-1
/
+1
2017-06-11
KVM: async_pf: avoid async pf injection when in guest mode
Wanpeng Li
1
-0
/
+1
2017-05-09
kvm: x86: Add a hook for arch specific dirty logging emulation
Bandan Das
1
-0
/
+1
2017-04-07
kvm: nVMX: support EPT accessed/dirty bits
Paolo Bonzini
1
-1
/
+2
2016-07-14
kvm: mmu: remove is_present_gpte()
Bandan Das
1
-5
/
+0
2016-04-10
KVM: MMU: fix permission_fault()
Xiao Guangrong
1
-5
/
+4
2016-03-22
KVM, pkeys: add pkeys support for permission_fault
Huaitong Han
1
-5
/
+28
2016-03-22
KVM: MMU: return page fault error code from permission_fault
Paolo Bonzini
1
-5
/
+10
2016-03-03
KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
Xiao Guangrong
1
-0
/
+2
2016-03-03
KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
Xiao Guangrong
1
-0
/
+3
2015-11-10
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
Paolo Bonzini
1
-3
/
+3
2015-08-05
KVM: VMX: drop ept misconfig check
Xiao Guangrong
1
-1
/
+0
2015-08-05
KVM: MMU: introduce the framework to check zero bits on sptes
Xiao Guangrong
1
-0
/
+3
2015-05-19
KVM: MMU: fix MTRR update
Xiao Guangrong
1
-0
/
+1
2015-05-19
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
Xiao Guangrong
1
-0
/
+1
2015-05-19
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
1
-2
/
+0
2015-05-08
KVM: MMU: fix smap permission check
Xiao Guangrong
1
-0
/
+2
2015-01-09
KVM: x86: #PF error-code on R/W operations is wrong
Nadav Amit
1
-12
/
+0
2015-01-09
KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...
Paolo Bonzini
1
-3
/
+2
2014-09-03
KVM: mmio: cleanup kvm_set_mmio_spte_mask
Tiejun Chen
1
-0
/
+5
2014-04-24
KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
Xiao Guangrong
1
-0
/
+33
2014-04-15
KVM: Add SMAP support when setting CR4
Feng Wu
1
-8
/
+36
2013-10-03
KVM: mmu: change useless int return types to void
Paolo Bonzini
1
-2
/
+2
2013-08-07
nEPT: MMU context for nested EPT
Nadav Har'El
1
-0
/
+2
2013-06-27
KVM: MMU: fast invalidate all mmio sptes
Xiao Guangrong
1
-1
/
+4
2013-06-27
KVM: MMU: make return value of mmio page fault handler more readable
Xiao Guangrong
1
-0
/
+14
2013-06-05
KVM: MMU: fast invalidate all pages
Xiao Guangrong
1
-0
/
+1
2013-03-22
KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()
Takuya Yoshikawa
1
-6
/
+0
2013-03-13
KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...
Marcelo Tosatti
1
-2
/
+5
2012-09-20
KVM: MMU: Optimize is_last_gpte()
Avi Kivity
1
-1
/
+2
[next]