Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a72faf2504dfc12ff9bfb486a42f2761296666ff
/
arch
/
x86
/
kvm
/
mmu.c
a72faf2
KVM: MMU: trace fast page fault
by Xiao Guangrong
· 13 years ago
c7ba5b4
KVM: MMU: fast path of handling guest page fault
by Xiao Guangrong
· 13 years ago
49fde34
KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
by Xiao Guangrong
· 13 years ago
6e7d035
KVM: MMU: fold tlb flush judgement into mmu_spte_update
by Xiao Guangrong
· 13 years ago
8e22f95
KVM: MMU: cleanup spte_write_protect
by Xiao Guangrong
· 13 years ago
d13bc5b
KVM: MMU: abstract spte write-protect
by Xiao Guangrong
· 13 years ago
2f84569
KVM: MMU: return bool in __rmap_write_protect
by Xiao Guangrong
· 13 years ago
e676505
KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation
by Avi Kivity
· 13 years ago
00763e4
KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit
by Xudong Hao
· 13 years ago
80feb89
KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()
by Takuya Yoshikawa
· 13 years ago
79f702a
KVM: disable uninitialized var warning
by Michael S. Tsirkin
· 13 years ago
1952639
KVM: MMU: do not iterate over all VMs in mmu_shrink()
by Gleb Natapov
· 13 years ago
3f6d8c8
KVM: VMX: Use EPT Access bit in response to memory notifiers
by Xudong Hao
· 13 years ago
c358666
KVM: MMU: fix huge page adapted on non-PAE host
by Xiao Guangrong
· 13 years ago
c142786
KVM: MMU: Don't use RCU for lockless shadow walking
by Avi Kivity
· 13 years ago
f71fa31
KVM: MMU: use page table level macro
by Davidlohr Bueso
· 13 years ago
1e3f42f
KVM: MMU: Improve iteration through sptes from rmap
by Takuya Yoshikawa
· 13 years ago
220f773
KVM: MMU: Make pte_list_desc fit cache lines well
by Takuya Yoshikawa
· 13 years ago
5dc99b23
KVM: Avoid checking huge page mappings in get_dirty_log()
by Takuya Yoshikawa
· 13 years ago
a0ed460
KVM: MMU: Split the main body of rmap_write_protect() off from others
by Takuya Yoshikawa
· 13 years ago
4d6931c
KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask
by Davidlohr Bueso
· 13 years ago
db3fe4e
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
by Takuya Yoshikawa
· 13 years ago
fb03cb6
KVM: Introduce gfn_to_index() which returns the index for a given level
by Takuya Yoshikawa
· 13 years ago
e4b35cc
KVM: MMU: Remove unused kvm parameter from rmap_next()
by Takuya Yoshikawa
· 13 years ago
9373e2c0
KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()
by Takuya Yoshikawa
· 13 years ago
4a58ae6
KVM: MMU: unnecessary NX state assignment
by Davidlohr Bueso
· 13 years ago
a138fe7
KVM: MMU: remove the redundant get_written_sptes
by Xiao Guangrong
· 13 years ago
6addd1a
KVM: MMU: Add missing large page accounting to drop_large_spte()
by Takuya Yoshikawa
· 13 years ago
37178b8
KVM: MMU: Remove for_each_unsync_children() macro
by Takuya Yoshikawa
· 13 years ago
476bc00
module_param: make bool parameters really bool (arch)
by Rusty Russell
· 13 years ago
3d56cbd
KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages
by Jan Kiszka
· 13 years ago
e37fa78
KVM: MMU: audit: inline audit function
by Xiao Guangrong
· 13 years ago
d750ea2
KVM: MMU: remove oos_shadow parameter
by Xiao Guangrong
· 13 years ago
e459e32
KVM: MMU: move the relevant mmu code to mmu.c
by Xiao Guangrong
· 13 years ago
0375f7f
KVM: MMU: audit: replace mmu audit tracepoint with jump-label
by Xiao Guangrong
· 13 years ago
be6ba0f
KVM: introduce kvm_for_each_memslot macro
by Xiao Guangrong
· 13 years ago
93a5cef
KVM: introduce KVM_MEM_SLOTS_NUM macro
by Xiao Guangrong
· 13 years ago
95d4c16
KVM: Optimize dirty logging by rmap_write_protect()
by Takuya Yoshikawa
· 13 years ago
9b9b149
KVM: MMU: Split gfn_to_rmap() into two functions
by Takuya Yoshikawa
· 13 years ago
d6eebf8
KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()
by Takuya Yoshikawa
· 13 years ago
fb92045
KVM: MMU: remove KVM host pv mmu support
by Chris Wright
· 13 years ago
a30f47c
KVM: MMU: improve write flooding detected
by Xiao Guangrong
· 13 years ago
5d9ca30
KVM: MMU: fix detecting misaligned accessed
by Xiao Guangrong
· 13 years ago
889e5cb
KVM: MMU: split kvm_mmu_pte_write function
by Xiao Guangrong
· 13 years ago
f873435
KVM: MMU: remove unnecessary kvm_mmu_free_some_pages
by Xiao Guangrong
· 13 years ago
f57f2ef
KVM: MMU: fast prefetch spte on invlpg path
by Xiao Guangrong
· 13 years ago
505aef8
KVM: MMU: cleanup FNAME(invlpg)
by Xiao Guangrong
· 13 years ago
d01f8d5
KVM: MMU: do not mark accessed bit on pte write path
by Xiao Guangrong
· 13 years ago
1cb3f3a
KVM: x86: retry non-page-table writing instructions
by Xiao Guangrong
· 13 years ago
f759e2b
KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
by Xiao Guangrong
· 13 years ago
e4e517b
KVM: MMU: Do not unconditionally read PDPTE from guest memory
by Avi Kivity
· 14 years ago
41bc318
KVM: MMU: fix incorrect return of spte
by Zhao Jin
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
4f02264
KVM: MMU: trace mmio page fault
by Xiao Guangrong
· 14 years ago
ce88dec
KVM: MMU: mmio page fault support
by Xiao Guangrong
· 14 years ago
dd3bfd5
KVM: MMU: reorganize struct kvm_shadow_walk_iterator
by Xiao Guangrong
· 14 years ago
c2a2ac2
KVM: MMU: lockless walking shadow page table
by Xiao Guangrong
· 14 years ago
603e065
KVM: MMU: do not need atomicly to set/clear spte
by Xiao Guangrong
· 14 years ago
1df9f2d
KVM: MMU: introduce the rules to modify shadow page table
by Xiao Guangrong
· 14 years ago
d7c5520
KVM: MMU: abstract some functions to handle fault pfn
by Xiao Guangrong
· 14 years ago
fce92dc
KVM: MMU: filter out the mmio pfn from the fault pfn
by Xiao Guangrong
· 14 years ago
c370795
KVM: MMU: remove bypass_guest_pf
by Xiao Guangrong
· 14 years ago
bd4c86e
KVM: MMU: split kvm_mmu_free_page
by Xiao Guangrong
· 14 years ago
aa6bd18
KVM: MMU: count used shadow pages on prepareing path
by Xiao Guangrong
· 14 years ago
b90a0e6
KVM: MMU: rename 'pt_write' to 'emulate'
by Xiao Guangrong
· 14 years ago
640d9b0
KVM: MMU: optimize to handle dirty bit
by Xiao Guangrong
· 14 years ago
bebb106
KVM: MMU: cache mmio info on page fault path
by Xiao Guangrong
· 14 years ago
ffb61bb
KVM: MMU: do not update slot bitmap if spte is nonpresent
by Xiao Guangrong
· 14 years ago
052331b
KVM: MMU: fix walking shadow page table
by Xiao Guangrong
· 14 years ago
f8f7e5e
Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB"
by Marcelo Tosatti
· 14 years ago
45bd07b
KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB
by Avi Kivity
· 14 years ago
411c588
KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0
by Avi Kivity
· 14 years ago
bcdd9a9
KVM: MMU: cleanup for dropping parent pte
by Xiao Guangrong
· 14 years ago
38e3b2b
KVM: MMU: cleanup for kvm_mmu_page_unlink_children
by Xiao Guangrong
· 14 years ago
67052b3
KVM: MMU: remove the arithmetic of parent pte rmap
by Xiao Guangrong
· 14 years ago
53c07b1
KVM: MMU: abstract the operation of rmap
by Xiao Guangrong
· 14 years ago
332b207
KVM: MMU: optimize pte write path if don't have protected sp
by Xiao Guangrong
· 14 years ago
b7e9c22
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
e44ba03
treewide: remove duplicate includes
by Vitaliy Ivanov
· 14 years ago
a0a8eab
KVM: MMU: fix opposite condition in mapping_level_dirty_bitmap
by Steve
· 14 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 14 years ago
7c56252
KVM: MMU: remove mmu_seq verification on pte update path
by Xiao Guangrong
· 14 years ago
0f53b5b
KVM: MMU: cleanup pte write path
by Xiao Guangrong
· 14 years ago
5d163b1
KVM: MMU: introduce a common function to get no-dirty-logged slot
by Xiao Guangrong
· 14 years ago
676646e
KVM: MMU: remove unused macros
by Xiao Guangrong
· 14 years ago
842f22e
KVM: MMU: cleanup page alloc and free
by Xiao Guangrong
· 14 years ago
49b26e2
KVM: MMU: do not record gfn in kvm_mmu_pte_write
by Xiao Guangrong
· 14 years ago
1b7fd45
KVM: MMU: set spte accessed bit properly
by Xiao Guangrong
· 14 years ago
da8dc75
KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bits
by Xiao Guangrong
· 14 years ago
e935b83
KVM: Convert kvm_lock to raw_spinlock
by Jan Kiszka
· 14 years ago
8234b22
KVM: MMU: Don't flush shadow when enabling dirty tracking
by Avi Kivity
· 14 years ago
8ee5382
thp: mmu_notifier_test_young
by Andrea Arcangeli
· 14 years ago
936a5fe
thp: kvm mmu transparent hugepage support
by Andrea Arcangeli
· 14 years ago
f8e453b
KVM: MMU: handle 'map_writable' in set_spte() function
by Xiao Guangrong
· 14 years ago
b034cf0
KVM: MMU: audit: allow audit more guests at the same time
by Xiao Guangrong
· 14 years ago
9f8fe50
KVM: Replace reads of vcpu->arch.cr3 by an accessor
by Avi Kivity
· 14 years ago
e49146d
KVM: MMU: only write protect mappings at pagetable level
by Marcelo Tosatti
· 14 years ago
c445f8e
KVM: MMU: Initialize base_role for tdp mmus
by Avi Kivity
· 14 years ago
dc25e89
KVM: SVM: copy instruction bytes from VMCB
by Andre Przywara
· 14 years ago
51d8b66
KVM: cleanup emulate_instruction
by Andre Przywara
· 14 years ago
Next »