Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dcdca5fed5f6ef2521f927ba3b5cd6b328054be1
/
arch
/
x86
/
kvm
/
mmu.c
dcdca5f
x86: kvm: mmu: make spte mmio mask more explicit
by Peter Feiner
· 8 years ago
ce00053
x86: kvm: mmu: dead code thanks to access tracking
by Peter Feiner
· 8 years ago
bab4165
kvm: x86: Add a hook for arch specific dirty logging emulation
by Bandan Das
· 8 years ago
ae1e2d1
kvm: nVMX: support EPT accessed/dirty bits
by Paolo Bonzini
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
9332ef9
scripts/spelling.txt: add "an user" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
d3e328f
kvm: x86: mmu: Verify that restored PTE has needed perms in fast page fault
by Junaid Shahid
· 8 years ago
d162f30
kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_fault
by Junaid Shahid
· 8 years ago
20d6523
kvm: x86: mmu: Update comment in mark_spte_for_access_track
by Junaid Shahid
· 8 years ago
312b616
kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c
by Junaid Shahid
· 8 years ago
f160c7b
kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.
by Junaid Shahid
· 8 years ago
f39a058
kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_update
by Junaid Shahid
· 8 years ago
83ef6c8
kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clear
by Junaid Shahid
· 8 years ago
97dceba
kvm: x86: mmu: Fast Page Fault path retries
by Junaid Shahid
· 8 years ago
ea4114b
kvm: x86: mmu: Rename spte_is_locklessly_modifiable()
by Junaid Shahid
· 8 years ago
114df30
kvm: x86: reduce collisions in mmu_page_hash
by David Matlack
· 8 years ago
f3414bc
kvm: x86: export maximum number of mmu_page_hash collisions
by David Matlack
· 8 years ago
1472775
kvm: svm: Add support for additional SVM NPF error codes
by Tom Lendacky
· 8 years ago
ae0f549
kvm: x86: don't print warning messages for unimplemented msrs
by Bandan Das
· 8 years ago
6314a17
Merge tag 'tags/for-kvmgt' into HEAD
by Paolo Bonzini
· 8 years ago
d126363
kvm/page_track: call notifiers with kvm_page_track_notifier_node
by Jike Song
· 8 years ago
ae7cd87
KVM: x86: add track_flush_slot page track notifier
by Xiaoguang Chen
· 8 years ago
b5f5fdc
KVM: x86: add track_flush_slot page track notifier
by Xiaoguang Chen
· 8 years ago
66d73e1
KVM: X86: MMU: no mmu_notifier_seq++ in kvm_age_hva
by Peter Feiner
· 8 years ago
c4f138b
mmu: don't pass *kvm to spte_write_protect and spte_*_dirty
by Bandan Das
· 8 years ago
221bb8a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
1767e93
x86/kvm: Audit and remove any unnecessary uses of module.h
by Paul Gortmaker
· 8 years ago
d95c556
kvm: mmu: track read permission explicitly for shadow EPT page tables
by Bandan Das
· 8 years ago
ffb128c
kvm: mmu: don't set the present bit unconditionally
by Bandan Das
· 8 years ago
812f30b
kvm: mmu: remove is_present_gpte()
by Bandan Das
· 8 years ago
8d5cf16
kvm: mmu: extend the is_present check to 32 bits
by Bandan Das
· 8 years ago
bb3541f
KVM: x86: Fix typos
by Andrea Gelmini
· 9 years ago
b19ee2f
KVM: x86: avoid write-tearing of TDP
by Nadav Amit
· 9 years ago
7beaa24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
168f1a7
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
127393f
mm: thp: kvm: fix memory corruption in KVM with THP enabled
by Andrea Arcangeli
· 9 years ago
46971a2
KVM: MMU: skip obsolete sp in for_each_gfn_*()
by Xiao Guangrong
· 9 years ago
6666ea5
Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes
by Ingo Molnar
· 9 years ago
14f4760
kvm: set page dirty only if page has been writable
by Yu Zhao
· 9 years ago
b8291adc
x86/cpufeature: Remove cpu_has_gbpages
by Borislav Petkov
· 9 years ago
d88f48e
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
36ca7e0
KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page_lockless_begin/end()
by Lan Tianyu
· 9 years ago
9753f52
KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
by Lan Tianyu
· 9 years ago
2d34410
KVM, pkeys: introduce pkru_mask to cache conditions
by Huaitong Han
· 9 years ago
00f5268
Merge branch 'x86/cleanups' into x86/urgent
by Ingo Molnar
· 9 years ago
10dc374
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
5f0b819
KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
by Paolo Bonzini
· 9 years ago
6bb69c9
KVM: MMU: simplify last_pte_bitmap
by Paolo Bonzini
· 9 years ago
50c9e6f
KVM: MMU: coalesce more page zapping in mmu_sync_children
by Paolo Bonzini
· 9 years ago
2a74003a
KVM: MMU: move zap/flush to kvm_mmu_get_page
by Paolo Bonzini
· 9 years ago
1f50f1b
KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*
by Paolo Bonzini
· 9 years ago
9a43c5d
KVM: MMU: cleanup __kvm_sync_page and its callers
by Paolo Bonzini
· 9 years ago
df748f8
KVM: MMU: use kvm_sync_page in kvm_sync_pages
by Paolo Bonzini
· 9 years ago
35a7051
KVM: MMU: move TLB flush out of __kvm_sync_page
by Paolo Bonzini
· 9 years ago
b8c67b7
KVM: MMU: introduce kvm_mmu_flush_or_zap
by Paolo Bonzini
· 9 years ago
e23d3fe
KVM: MMU: check kvm_mmu_pages and mmu_page_path indices
by Xiao Guangrong
· 9 years ago
0a47cd8
KVM: MMU: Fix ubsan warnings
by Paolo Bonzini
· 9 years ago
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
6a6256f
x86: Fix misspellings in comments
by Adam Buchbinder
· 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
Next »