index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
2016-02-23
KVM: x86: use list_last_entry
Geliang Tang
1
-2
/
+2
2016-02-23
KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()
Takuya Yoshikawa
1
-23
/
+16
2016-02-23
KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault()
Takuya Yoshikawa
1
-11
/
+4
2016-01-16
kvm: rename pfn_t to kvm_pfn_t
Dan Williams
1
-18
/
+19
2016-01-07
kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpa
David Matlack
1
-4
/
+6
2015-12-18
KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()
Takuya Yoshikawa
1
-9
/
+1
2015-11-26
KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
Takuya Yoshikawa
1
-13
/
+7
2015-11-26
KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
Takuya Yoshikawa
1
-21
/
+6
2015-11-26
KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...
Takuya Yoshikawa
1
-14
/
+9
2015-11-25
KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
Takuya Yoshikawa
1
-7
/
+7
2015-11-25
KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
Takuya Yoshikawa
1
-9
/
+17
2015-11-25
KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
Takuya Yoshikawa
1
-9
/
+4
2015-11-25
KVM: x86: MMU: Make mmu_set_spte() return emulate value
Takuya Yoshikawa
1
-13
/
+14
2015-11-25
KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
Takuya Yoshikawa
1
-18
/
+18
2015-11-25
KVM: x86: MMU: Remove unused parameter of __direct_map()
Takuya Yoshikawa
1
-8
/
+4
2015-11-25
KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
Takuya Yoshikawa
1
-96
/
+100
2015-11-25
KVM: x86: MMU: always set accessed bit in shadow PTEs
Paolo Bonzini
1
-6
/
+3
2015-11-10
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
Paolo Bonzini
1
-15
/
+5
2015-10-19
KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()
Takuya Yoshikawa
1
-3
/
+4
2015-10-16
KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()
Takuya Yoshikawa
1
-6
/
+11
2015-10-16
KVM: x86: MMU: Remove mapping_level_dirty_bitmap()
Takuya Yoshikawa
1
-8
/
+16
2015-10-16
KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()
Takuya Yoshikawa
1
-15
/
+14
2015-10-16
KVM: x86: MMU: Make force_pt_level bool
Takuya Yoshikawa
1
-4
/
+4
2015-10-16
KVM: x86: manually unroll bad_mt_xwr loop
Paolo Bonzini
1
-8
/
+10
2015-10-01
KVM: x86: introduce lapic_in_kernel
Paolo Bonzini
1
-1
/
+1
2015-09-25
KVM: x86: fix off-by-one in reserved bits check
Paolo Bonzini
1
-1
/
+1
2015-09-25
KVM: x86: use correct page table format to check nested page table reserved bits
Paolo Bonzini
1
-6
/
+17
2015-09-06
KVM: x86: avoid uninitialized variable warning
Paolo Bonzini
1
-3
/
+4
2015-08-05
KVM: VMX: drop ept misconfig check
Xiao Guangrong
1
-22
/
+0
2015-08-05
KVM: MMU: fully check zero bits for sptes
Xiao Guangrong
1
-6
/
+37
2015-08-05
KVM: MMU: introduce is_shadow_zero_bits_set()
Xiao Guangrong
1
-9
/
+19
2015-08-05
KVM: MMU: introduce the framework to check zero bits on sptes
Xiao Guangrong
1
-0
/
+50
2015-08-05
KVM: MMU: split reset_rsvds_bits_mask_ept
Xiao Guangrong
1
-4
/
+10
2015-08-05
KVM: MMU: split reset_rsvds_bits_mask
Xiao Guangrong
1
-8
/
+18
2015-08-05
KVM: MMU: introduce rsvd_bits_validate
Xiao Guangrong
1
-33
/
+42
2015-08-05
KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
Xiao Guangrong
1
-0
/
+8
2015-08-05
KVM: MMU: fix validation of mmio page fault
Xiao Guangrong
1
-45
/
+0
2015-07-10
KVM: x86: reintroduce kvm_is_mmio_pfn
Paolo Bonzini
1
-1
/
+9
2015-06-19
KVM: MTRR: do not map huge page for non-consistent range
Xiao Guangrong
1
-1
/
+19
2015-06-19
KVM: x86: move MTRR related code to a separate file
Xiao Guangrong
1
-103
/
+0
2015-06-05
KVM: x86: add SMM to the MMU role, support SMRAM address space
Paolo Bonzini
1
-3
/
+12
2015-06-05
KVM: x86: work on all available address spaces
Paolo Bonzini
1
-38
/
+46
2015-06-05
KVM: x86: use vcpu-specific functions to read/write/translate GFNs
Paolo Bonzini
1
-31
/
+31
2015-06-05
KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap
Paolo Bonzini
1
-5
/
+5
2015-05-28
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
Andrew Morton
1
-7
/
+7
2015-05-28
KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed
Paolo Bonzini
1
-4
/
+8
2015-05-28
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
Paolo Bonzini
1
-2
/
+4
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
1
-2
/
+4
2015-05-19
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
Paolo Bonzini
1
-4
/
+5
2015-05-19
KVM: MMU: fix MTRR update
Xiao Guangrong
1
-0
/
+24
[prev]
[next]