index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.h
Age
Commit message (
Expand
)
Author
2017-09-08
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
2017-08-25
KVM: x86: simplify handling of PKRU
Paolo Bonzini
2017-08-24
KVM: MMU: Add 5 level EPT & Shadow page table support.
Yu Zhang
2017-08-24
KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.
Yu Zhang
2017-08-24
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
Yu Zhang
2017-08-18
KVM: x86: simplify ept_misconfig
Paolo Bonzini
2017-07-14
KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
Wanpeng Li
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-07-03
x86: kvm: mmu: make spte mmio mask more explicit
Peter Feiner
2017-06-11
KVM: async_pf: avoid async pf injection when in guest mode
Wanpeng Li
2017-05-09
kvm: x86: Add a hook for arch specific dirty logging emulation
Bandan Das
2017-04-07
kvm: nVMX: support EPT accessed/dirty bits
Paolo Bonzini
2016-07-14
kvm: mmu: remove is_present_gpte()
Bandan Das
2016-04-10
KVM: MMU: fix permission_fault()
Xiao Guangrong
2016-03-22
KVM, pkeys: add pkeys support for permission_fault
Huaitong Han
2016-03-22
KVM: MMU: return page fault error code from permission_fault
Paolo Bonzini
2016-03-03
KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
Xiao Guangrong
2016-03-03
KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
Xiao Guangrong
2015-11-10
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
Paolo Bonzini
2015-08-05
KVM: VMX: drop ept misconfig check
Xiao Guangrong
2015-08-05
KVM: MMU: introduce the framework to check zero bits on sptes
Xiao Guangrong
2015-05-19
KVM: MMU: fix MTRR update
Xiao Guangrong
2015-05-19
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
Xiao Guangrong
2015-05-19
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
2015-05-08
KVM: MMU: fix smap permission check
Xiao Guangrong
2015-01-09
KVM: x86: #PF error-code on R/W operations is wrong
Nadav Amit
2015-01-08
KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...
Paolo Bonzini
2014-09-03
KVM: mmio: cleanup kvm_set_mmio_spte_mask
Tiejun Chen
2014-04-23
KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
Xiao Guangrong
2014-04-14
KVM: Add SMAP support when setting CR4
Feng Wu
2013-10-03
KVM: mmu: change useless int return types to void
Paolo Bonzini
2013-08-07
nEPT: MMU context for nested EPT
Nadav Har'El
2013-06-27
KVM: MMU: fast invalidate all mmio sptes
Xiao Guangrong
2013-06-27
KVM: MMU: make return value of mmio page fault handler more readable
Xiao Guangrong
2013-06-05
KVM: MMU: fast invalidate all pages
Xiao Guangrong
2013-03-21
KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()
Takuya Yoshikawa
2013-03-13
KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...
Marcelo Tosatti
2012-09-20
KVM: MMU: Optimize is_last_gpte()
Avi Kivity
2012-09-20
KVM: MMU: Optimize pte permission checks
Avi Kivity
2012-09-20
KVM: MMU: Push clean gpte write protection out of gpte_access()
Avi Kivity
2011-07-24
KVM: MMU: mmio page fault support
Xiao Guangrong
2011-07-24
KVM: MMU: cache mmio info on page fault path
Xiao Guangrong
2010-10-24
KVM: MMU: Don't track nested fault info in error-code
Joerg Roedel
2010-10-24
KVM: MMU: Introduce init_kvm_nested_mmu()
Joerg Roedel
2010-10-24
KVM: MMU: Introduce kvm_init_shadow_mmu helper function
Joerg Roedel
2010-10-24
KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages
Dave Hansen
2010-10-24
KVM: abstract kvm x86 mmu->n_free_mmu_pages
Dave Hansen
2010-03-01
KVM: x86 emulator: fix memory access during x86 emulation
Gleb Natapov
2010-03-01
KVM: Move cr0/cr4/efer related helpers to x86.h
Avi Kivity
2010-03-01
KVM: Replace read accesses of vcpu->arch.cr0 by an accessor
Avi Kivity
[next]