Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
798e88b31fbe9863163054feb8432e62e77f539c
/
arch
/
x86
/
kvm
/
mmu.c
798e88b
KVM: MMU: cleanup handle_abnormal_pfn
by Paolo Bonzini
· 9 years ago
13d268c
KVM: MMU: apply page track notifier
by Xiao Guangrong
· 9 years ago
5c520e9
KVM: MMU: simplify mmu_need_write_protect
by Xiao Guangrong
· 9 years ago
56ca57f
KVM: MMU: use page track for non-leaf shadow pages
by Xiao Guangrong
· 9 years ago
e5691a8
KVM: MMU: clear write-flooding on the fast path of tracked page
by Xiao Guangrong
· 9 years ago
3d0c27a
KVM: MMU: let page fault handler be aware tracked page
by Xiao Guangrong
· 9 years ago
aeecee2
KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
by Xiao Guangrong
· 9 years ago
547ffae
KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
by Xiao Guangrong
· 9 years ago
92f94f1
KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
by Xiao Guangrong
· 9 years ago
d74c0e6
KVM: x86: use list_last_entry
by Geliang Tang
· 9 years ago
e9ee956
KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()
by Takuya Yoshikawa
· 9 years ago
ded5874
KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault()
by Takuya Yoshikawa
· 9 years ago
ba049e9
kvm: rename pfn_t to kvm_pfn_t
by Dan Williams
· 9 years ago
0af2593
kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpa
by David Matlack
· 9 years ago
7749266
KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()
by Takuya Yoshikawa
· 9 years ago
bb11c6c
KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
by Takuya Yoshikawa
· 9 years ago
74c4e63
KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
by Takuya Yoshikawa
· 9 years ago
98bba23
KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
by Takuya Yoshikawa
· 9 years ago
4700579
KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
by Takuya Yoshikawa
· 9 years ago
77fbbbd
KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
by Takuya Yoshikawa
· 9 years ago
afd28fe
KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
by Takuya Yoshikawa
· 9 years ago
029499b
KVM: x86: MMU: Make mmu_set_spte() return emulate value
by Takuya Yoshikawa
· 9 years ago
fd95145
KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
by Takuya Yoshikawa
· 9 years ago
7ee0e5b
KVM: x86: MMU: Remove unused parameter of __direct_map()
by Takuya Yoshikawa
· 9 years ago
018aabb5
KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
by Takuya Yoshikawa
· 9 years ago
0e3d064
KVM: x86: MMU: always set accessed bit in shadow PTEs
by Paolo Bonzini
· 9 years ago
450869d
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
by Paolo Bonzini
· 9 years ago
8c85ac1
KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()
by Takuya Yoshikawa
· 9 years ago
5225fdf
KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()
by Takuya Yoshikawa
· 9 years ago
d8aacf5
KVM: x86: MMU: Remove mapping_level_dirty_bitmap()
by Takuya Yoshikawa
· 9 years ago
fd13690
KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()
by Takuya Yoshikawa
· 9 years ago
cd1872f
KVM: x86: MMU: Make force_pt_level bool
by Takuya Yoshikawa
· 9 years ago
951f9fd
KVM: x86: manually unroll bad_mt_xwr loop
by Paolo Bonzini
· 9 years ago
35754c9
KVM: x86: introduce lapic_in_kernel
by Paolo Bonzini
· 9 years ago
58c9507
KVM: x86: fix off-by-one in reserved bits check
by Paolo Bonzini
· 9 years ago
6fec214
KVM: x86: use correct page table format to check nested page table reserved bits
by Paolo Bonzini
· 9 years ago
29ecd66
KVM: x86: avoid uninitialized variable warning
by Paolo Bonzini
· 9 years ago
f735d4a
KVM: VMX: drop ept misconfig check
by Xiao Guangrong
· 9 years ago
47ab875
KVM: MMU: fully check zero bits for sptes
by Xiao Guangrong
· 9 years ago
d625b15
KVM: MMU: introduce is_shadow_zero_bits_set()
by Xiao Guangrong
· 9 years ago
c258b62
KVM: MMU: introduce the framework to check zero bits on sptes
by Xiao Guangrong
· 9 years ago
81b8eeb
KVM: MMU: split reset_rsvds_bits_mask_ept
by Xiao Guangrong
· 9 years ago
6dc98b8
KVM: MMU: split reset_rsvds_bits_mask
by Xiao Guangrong
· 9 years ago
a0a64f5
KVM: MMU: introduce rsvd_bits_validate
by Xiao Guangrong
· 9 years ago
d2b0f98
KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
by Xiao Guangrong
· 9 years ago
6f69125
KVM: MMU: fix validation of mmio page fault
by Xiao Guangrong
· 9 years ago
d1fe921
KVM: x86: reintroduce kvm_is_mmio_pfn
by Paolo Bonzini
· 10 years ago
6a39bbc
KVM: MTRR: do not map huge page for non-consistent range
by Xiao Guangrong
· 10 years ago
ff53604
KVM: x86: move MTRR related code to a separate file
by Xiao Guangrong
· 10 years ago
699023e
KVM: x86: add SMM to the MMU role, support SMRAM address space
by Paolo Bonzini
· 10 years ago
9da0e4d
KVM: x86: work on all available address spaces
by Paolo Bonzini
· 10 years ago
54bf36a
KVM: x86: use vcpu-specific functions to read/write/translate GFNs
by Paolo Bonzini
· 10 years ago
e4cd1da
KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap
by Paolo Bonzini
· 10 years ago
4141259
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
by Andrew Morton
· 10 years ago
3ed1a47
KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed
by Paolo Bonzini
· 10 years ago
d9ef13c
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
by Paolo Bonzini
· 10 years ago
f36f3f2
KVM: add "new" argument to kvm_arch_commit_memory_region
by Paolo Bonzini
· 10 years ago
3520469
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
by Paolo Bonzini
· 10 years ago
efdfe53
KVM: MMU: fix MTRR update
by Xiao Guangrong
· 10 years ago
d69afbc
KVM: MMU: fix decoding cache type from MTRR
by Xiao Guangrong
· 10 years ago
6a49f85
KVM: MMU: introduce kvm_zap_rmapp
by Xiao Guangrong
· 10 years ago
d77aa73
KVM: MMU: use slot_handle_level and its helper to clean up the code
by Xiao Guangrong
· 10 years ago
1bad2b2
KVM: MMU: introduce slot_handle_level_range() and its helpers
by Xiao Guangrong
· 10 years ago
6ce1f4e
KVM: MMU: introduce for_each_slot_rmap_range
by Xiao Guangrong
· 10 years ago
8a3d08f
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
by Xiao Guangrong
· 10 years ago
0d53679
KVM: MMU: introduce for_each_rmap_spte()
by Xiao Guangrong
· 10 years ago
edc90b7
KVM: MMU: fix SMAP virtualization
by Xiao Guangrong
· 10 years ago
31fd988
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
by Paolo Bonzini
· 10 years ago
decf633
KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte
by Xiao Guangrong
· 10 years ago
1300052
kvm: mmu: don't do memslot overflow check
by Wanpeng Li
· 10 years ago
3ea3b7f
kvm: mmu: lazy collapse small sptes into large sptes
by Wanpeng Li
· 10 years ago
88178fd
KVM: x86: Add new dirty logging kvm_x86_ops for PML
by Kai Huang
· 10 years ago
1c91cad4
KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
by Kai Huang
· 10 years ago
9b51a63
KVM: MMU: Explicitly set D-bit for writable spte.
by Kai Huang
· 10 years ago
f4b4b18
KVM: MMU: Add mmu help functions to support PML
by Kai Huang
· 10 years ago
3b0f1d0
KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log dirty
by Kai Huang
· 10 years ago
1c6007d
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next
by Paolo Bonzini
· 10 years ago
d91ffee
Optimize TLB flush in kvm_mmu_slot_remove_write_access.
by Kai Huang
· 10 years ago
e108ff2
KVM: x86: switch to kvm_get_dirty_log_protect
by Paolo Bonzini
· 10 years ago
7e71a59
KVM: x86: flush TLB when D bit is manually changed.
by Kai Huang
· 10 years ago
fa4a2c0
KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ON
by Paolo Bonzini
· 11 years ago
4c1a50d
KVM: x86: mmu: remove ASSERT(vcpu)
by Paolo Bonzini
· 11 years ago
ad896af
KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmu
by Paolo Bonzini
· 11 years ago
e0c6db3
KVM: x86: mmu: do not use return to tail-call functions that return void
by Paolo Bonzini
· 10 years ago
a629df7
kvm: x86: drop severity of "generation wraparound" message
by Paolo Bonzini
· 10 years ago
333bce5
Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 10 years ago
bf4bea8
kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
by Ard Biesheuvel
· 10 years ago
842bb26
kvm: x86: vmx: remove MMIO_MAX_GEN
by Tiejun Chen
· 10 years ago
c798360
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
5712846
kvm: Fix page ageing bugs
by Andres Lagar-Cavilla
· 10 years ago
8a9522d
kvm/x86/mmu: Pass gfn and level to rmapp callback.
by Andres Lagar-Cavilla
· 10 years ago
b461966
kvm: x86: fix two typos in comment
by Tiejun Chen
· 10 years ago
77c3913
KVM: x86: directly use kvm_make_request again
by Liang Chen
· 10 years ago
a70656b
KVM: x86: count actual tlb flushes
by Radim Krčmář
· 10 years ago
908c7f1
percpu_counter: add @gfp to percpu_counter_init()
by Tejun Heo
· 10 years ago
54987b7
KVM: x86: propagate exception from permission checks on the nested page fault
by Paolo Bonzini
· 10 years ago
a0c0feb
KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMD
by Paolo Bonzini
· 10 years ago
d143148
KVM: mmio: cleanup kvm_set_mmio_spte_mask
by Tiejun Chen
· 10 years ago
56f17dd
kvm: x86: fix stale mmio cache bug
by David Matlack
· 10 years ago
ee3d157
kvm: fix potentially corrupt mmio cache
by David Matlack
· 10 years ago
Next »