index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Get active PCID only when writing a CR3 value
Sean Christopherson
2021-03-15
1
-2
/
+2
*
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
2021-03-15
1
-6
/
+6
*
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
2021-03-15
1
-0
/
+1
*
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
2021-03-15
1
-1
/
+1
*
KVM: x86/mmu: Unexport MMU load/unload functions
Sean Christopherson
2021-03-15
1
-0
/
+4
*
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
2021-02-04
1
-3
/
+3
*
KVM: x86/mmu: Use boolean returns for (S)PTE accessors
Sean Christopherson
2021-02-04
1
-1
/
+1
*
KVM: x86: Add more protection against undefined behavior in rsvd_bits()
Sean Christopherson
2021-01-25
1
-1
/
+8
*
KVM: x86: fix shift out of bounds reported by UBSAN
Paolo Bonzini
2021-01-07
1
-1
/
+1
*
KVM: x86: Move illegal GPA helper out of the MMU code
Sean Christopherson
2020-09-28
1
-5
/
+0
*
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
2020-07-30
1
-3
/
+7
*
KVM: x86: Add helper functions for illegal GPA checking and page fault injection
Mohammed Gamal
2020-07-10
1
-0
/
+6
*
KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()
Vitaly Kuznetsov
2020-07-10
1
-1
/
+2
*
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson
2020-07-08
1
-4
/
+1
*
KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
Sean Christopherson
2020-07-08
1
-9
/
+0
*
KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
Sean Christopherson
2020-07-08
1
-1
/
+0
*
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
2020-06-22
1
-1
/
+1
*
KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
Paolo Bonzini
2020-06-01
1
-1
/
+1
*
KVM: x86: simplify is_mmio_spte
Paolo Bonzini
2020-05-27
1
-1
/
+1
*
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
2020-03-31
1
-4
/
+4
*
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd
Paolo Bonzini
2020-03-16
1
-2
/
+2
*
KVM: x86: unify callbacks to load paging root
Paolo Bonzini
2020-03-16
1
-3
/
+3
*
KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP
Sean Christopherson
2020-02-12
1
-0
/
+13
*
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
2019-11-04
1
-0
/
+4
*
KVM: x86/mmu: Add explicit access mask for MMIO SPTEs
Sean Christopherson
2019-08-22
1
-1
/
+1
*
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
2019-04-16
1
-1
/
+1
*
Revert "KVM: MMU: fast invalidate all pages"
Sean Christopherson
2019-02-20
1
-1
/
+0
*
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
2018-10-17
1
-4
/
+4
*
KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES together
Wei Yang
2018-10-17
1
-5
/
+0
*
kvm: x86: Propagate guest PCIDs to host PCIDs
Junaid Shahid
2018-08-06
1
-1
/
+16
*
kvm: x86: Add ability to skip TLB flush when switching CR3
Junaid Shahid
2018-08-06
1
-1
/
+0
*
kvm: x86: Use fast CR3 switch for nested VMX
Junaid Shahid
2018-08-06
1
-1
/
+1
*
kvm: x86: Support resetting the MMU context without resetting roots
Junaid Shahid
2018-08-06
1
-0
/
+1
*
kvm: x86: Introduce KVM_REQ_LOAD_CR3
Junaid Shahid
2018-08-06
1
-0
/
+7
*
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-11-16
1
-2
/
+1
|
\
|
*
KVM: SVM: limit kvm_handle_page_fault to #PF handling
Paolo Bonzini
2017-10-12
1
-2
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
2017-09-08
1
-1
/
+1
|
\
|
*
KVM: x86: simplify handling of PKRU
Paolo Bonzini
2017-08-25
1
-1
/
+1
*
|
KVM: MMU: Add 5 level EPT & Shadow page table support.
Yu Zhang
2017-08-24
1
-0
/
+1
*
|
KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.
Yu Zhang
2017-08-24
1
-1
/
+1
*
|
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
Yu Zhang
2017-08-24
1
-0
/
+3
*
|
KVM: x86: simplify ept_misconfig
Paolo Bonzini
2017-08-18
1
-17
/
+0
|
/
*
KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
Wanpeng Li
2017-07-14
1
-0
/
+3
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-07-06
1
-1
/
+1
|
\
|
*
x86: kvm: mmu: make spte mmio mask more explicit
Peter Feiner
2017-07-03
1
-1
/
+1
*
|
KVM: async_pf: avoid async pf injection when in guest mode
Wanpeng Li
2017-06-11
1
-0
/
+1
|
/
*
kvm: x86: Add a hook for arch specific dirty logging emulation
Bandan Das
2017-05-09
1
-0
/
+1
*
kvm: nVMX: support EPT accessed/dirty bits
Paolo Bonzini
2017-04-07
1
-1
/
+2
*
kvm: mmu: remove is_present_gpte()
Bandan Das
2016-07-14
1
-5
/
+0
[next]