index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Age
Commit message (
Expand
)
Author
2017-06-14
KVM: async_pf: avoid async pf injection when in guest mode
Wanpeng Li
2016-03-16
KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
Paolo Bonzini
2015-11-10
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
Paolo Bonzini
2015-10-19
KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()
Takuya Yoshikawa
2015-10-16
KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()
Takuya Yoshikawa
2015-10-16
KVM: x86: MMU: Remove mapping_level_dirty_bitmap()
Takuya Yoshikawa
2015-10-16
KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()
Takuya Yoshikawa
2015-10-16
KVM: x86: MMU: Make force_pt_level bool
Takuya Yoshikawa
2015-10-16
KVM: x86: manually unroll bad_mt_xwr loop
Paolo Bonzini
2015-10-01
KVM: x86: introduce lapic_in_kernel
Paolo Bonzini
2015-09-25
KVM: x86: fix off-by-one in reserved bits check
Paolo Bonzini
2015-09-25
KVM: x86: use correct page table format to check nested page table reserved bits
Paolo Bonzini
2015-09-06
KVM: x86: avoid uninitialized variable warning
Paolo Bonzini
2015-08-05
KVM: VMX: drop ept misconfig check
Xiao Guangrong
2015-08-05
KVM: MMU: fully check zero bits for sptes
Xiao Guangrong
2015-08-05
KVM: MMU: introduce is_shadow_zero_bits_set()
Xiao Guangrong
2015-08-05
KVM: MMU: introduce the framework to check zero bits on sptes
Xiao Guangrong
2015-08-05
KVM: MMU: split reset_rsvds_bits_mask_ept
Xiao Guangrong
2015-08-05
KVM: MMU: split reset_rsvds_bits_mask
Xiao Guangrong
2015-08-05
KVM: MMU: introduce rsvd_bits_validate
Xiao Guangrong
2015-08-05
KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
Xiao Guangrong
2015-08-05
KVM: MMU: fix validation of mmio page fault
Xiao Guangrong
2015-07-10
KVM: x86: reintroduce kvm_is_mmio_pfn
Paolo Bonzini
2015-06-19
KVM: MTRR: do not map huge page for non-consistent range
Xiao Guangrong
2015-06-19
KVM: x86: move MTRR related code to a separate file
Xiao Guangrong
2015-06-05
KVM: x86: add SMM to the MMU role, support SMRAM address space
Paolo Bonzini
2015-06-05
KVM: x86: work on all available address spaces
Paolo Bonzini
2015-06-05
KVM: x86: use vcpu-specific functions to read/write/translate GFNs
Paolo Bonzini
2015-06-05
KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap
Paolo Bonzini
2015-05-28
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
Andrew Morton
2015-05-28
KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed
Paolo Bonzini
2015-05-28
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
Paolo Bonzini
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
2015-05-19
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
Paolo Bonzini
2015-05-19
KVM: MMU: fix MTRR update
Xiao Guangrong
2015-05-19
KVM: MMU: fix decoding cache type from MTRR
Xiao Guangrong
2015-05-19
KVM: MMU: introduce kvm_zap_rmapp
Xiao Guangrong
2015-05-19
KVM: MMU: use slot_handle_level and its helper to clean up the code
Xiao Guangrong
2015-05-19
KVM: MMU: introduce slot_handle_level_range() and its helpers
Xiao Guangrong
2015-05-19
KVM: MMU: introduce for_each_slot_rmap_range
Xiao Guangrong
2015-05-19
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
Xiao Guangrong
2015-05-19
KVM: MMU: introduce for_each_rmap_spte()
Xiao Guangrong
2015-05-19
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
2015-05-08
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
Paolo Bonzini
2015-04-15
KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte
Xiao Guangrong
2015-04-15
kvm: mmu: don't do memslot overflow check
Wanpeng Li
2015-04-08
kvm: mmu: lazy collapse small sptes into large sptes
Wanpeng Li
2015-01-29
KVM: x86: Add new dirty logging kvm_x86_ops for PML
Kai Huang
2015-01-29
KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
Kai Huang
2015-01-29
KVM: MMU: Explicitly set D-bit for writable spte.
Kai Huang
[next]