Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9f8fe5043fd26627c2fa2e9a41896885e675000b
/
arch
/
x86
/
kvm
/
mmu.c
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
d4dbf47
KVM: MMU: Make the way of accessing lpage_info more generic
by Takuya Yoshikawa
· 14 years ago
fb67e14
KVM: MMU: retry #PF for softmmu
by Xiao Guangrong
· 14 years ago
2ec4739
KVM: MMU: fix accessed bit set on prefault path
by Xiao Guangrong
· 14 years ago
78b2c54
KVM: MMU: rename 'no_apf' to 'prefault'
by Xiao Guangrong
· 14 years ago
700e1b1
KVM: MMU: Avoid dropping accessed bit while removing write access
by Takuya Yoshikawa
· 14 years ago
6389ee9
KVM: Pull extra page fault information into struct x86_exception
by Avi Kivity
· 14 years ago
ab9ae31
KVM: Push struct x86_exception info the various gva_to_gpa variants
by Avi Kivity
· 14 years ago
407c61c
KVM: MMU: abstract invalid guest pte mapping
by Xiao Guangrong
· 14 years ago
a4a8e6f
KVM: MMU: remove 'clear_unsync' parameter
by Xiao Guangrong
· 14 years ago
9bdbba1
KVM: MMU: rename 'reset_host_protection' to 'host_writable'
by Lai Jiangshan
· 14 years ago
b330aa0
KVM: MMU: don't drop spte if overwrite it from W to RO
by Xiao Guangrong
· 14 years ago
c4806ac
KVM: MMU: fix apf prefault if nested guest is enabled
by Xiao Guangrong
· 14 years ago
060c2ab
KVM: MMU: support apf for nonpaing guest
by Xiao Guangrong
· 14 years ago
5054c0d
KVM: MMU: fix missing post sync audit
by Xiao Guangrong
· 14 years ago
c9b263d
KVM: fix tracing kvm_try_async_get_page
by Xiao Guangrong
· 14 years ago
612819c
KVM: propagate fault r/w information to gup(), allow read-only memory
by Marcelo Tosatti
· 14 years ago
7905d9a
KVM: MMU: flush TLBs on writable -> read-only spte overwrite
by Marcelo Tosatti
· 14 years ago
982c256
KVM: MMU: remove kvm_mmu_set_base_ptes
by Marcelo Tosatti
· 14 years ago
7e1fbea
KVM: x86: Mark kvm_arch_setup_async_pf static
by Jan Kiszka
· 14 years ago
7c90705
KVM: Inject asynchronous page fault into a PV guest if page is swapped out.
by Gleb Natapov
· 14 years ago
56028d0
KVM: Retry fault before vmentry
by Gleb Natapov
· 14 years ago
af585b9
KVM: Halt vcpu if page it tries to access is swapped out
by Gleb Natapov
· 14 years ago
649497d
KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow
by Avi Kivity
· 14 years ago
eb45fda
KVM: MMU: fix rmap_remove on non present sptes
by Marcelo Tosatti
· 14 years ago
77db5cb
KVM: MCE: Send SRAR SIGBUS directly
by Huang Ying
· 14 years ago
9611c18
KVM: fix typo in copyright notice
by Nicolas Kaiser
· 14 years ago
7ebaf15
KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root address
by Avi Kivity
· 14 years ago
6903074
KVM: MMU: audit: check whether have unsync sps after root sync
by Xiao Guangrong
· 14 years ago
c42fffe
KVM: MMU: audit: unregister audit tracepoints before module unloaded
by Xiao Guangrong
· 14 years ago
33f91ed
KVM: MMU: set access bit for direct mapping
by Xiao Guangrong
· 14 years ago
6292757
KVM: MMU: update 'root_hpa' out of loop in PAE shadow path
by Xiao Guangrong
· 14 years ago
cb16a7b
KVM: MMU: fix counting of rmap entries in rmap_add()
by Hillf Danton
· 14 years ago
b0bc3ee
KVM: MMU: Fix regression with ept memory types merged into non-ept page tables
by Avi Kivity
· 14 years ago
4b16184
KVM: SVM: Initialize Nested Nested MMU context on VMRUN
by Joerg Roedel
· 14 years ago
2d48a98
KVM: MMU: Track NX state in struct kvm_mmu
by Joerg Roedel
· 14 years ago
81407ca
KVM: MMU: Allow long mode shadows for legacy page tables
by Joerg Roedel
· 14 years ago
651dd37
KVM: MMU: Refactor mmu_alloc_roots function
by Joerg Roedel
· 14 years ago
d41d189
KVM: MMU: Introduce kvm_pdptr_read_mmu
by Joerg Roedel
· 14 years ago
02f59dc
KVM: MMU: Introduce init_kvm_nested_mmu()
by Joerg Roedel
· 14 years ago
6539e73
KVM: MMU: Implement nested gva_to_gpa functions
by Joerg Roedel
· 14 years ago
14dfe85
KVM: X86: Introduce pointer to mmu context used for gva_to_gpa
by Joerg Roedel
· 14 years ago
8df25a3
KVM: MMU: Track page fault data in struct vcpu
by Joerg Roedel
· 14 years ago
3241f22
KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
by Joerg Roedel
· 14 years ago
52fde8d
KVM: MMU: Introduce kvm_init_shadow_mmu helper function
by Joerg Roedel
· 14 years ago
cb659db
KVM: MMU: Introduce inject_page_fault function pointer
by Joerg Roedel
· 14 years ago
5777ed3
KVM: MMU: Introduce get_cr3 function pointer
by Joerg Roedel
· 14 years ago
1c97f0a
KVM: X86: Introduce a tdp_set_cr3 function
by Joerg Roedel
· 14 years ago
f43addd
KVM: MMU: Make set_cr3 a function pointer in kvm_mmu
by Joerg Roedel
· 14 years ago
c5a78f2b
KVM: MMU: Make tdp_enabled a mmu-context parameter
by Joerg Roedel
· 14 years ago
f87f928
KVM: MMU: Fix 32 bit legacy paging with NPT
by Joerg Roedel
· 14 years ago
2f4f337
KVM: MMU: move audit to a separate file
by Xiao Guangrong
· 14 years ago
8b1fe17
KVM: MMU: support disable/enable mmu audit dynamicly
by Xiao Guangrong
· 14 years ago
8e0e8af
KVM: MMU: remove count_rmaps()
by Xiao Guangrong
· 14 years ago
365fb3f
KVM: MMU: rewrite audit_mappings_page() function
by Xiao Guangrong
· 14 years ago
bc32ce2
KVM: MMU: fix wrong not write protected sp report
by Xiao Guangrong
· 14 years ago
0beb8d6
KVM: MMU: check rmap for every spte
by Xiao Guangrong
· 14 years ago
9ad17b10
KVM: MMU: fix compile warning in audit code
by Xiao Guangrong
· 14 years ago
957ed9e
KVM: MMU: prefetch ptes when intercepted guest #PF
by Xiao Guangrong
· 14 years ago
45bf21a
KVM: MMU: fix missing percpu counter destroy
by Wei Yongjun
· 14 years ago
80b63fa
KVM: MMU: fix regression from rework mmu_shrink() code
by Xiaotian Feng
· 14 years ago
45221ab
KVM: create aggregate kvm_total_used_mmu_pages value
by Dave Hansen
· 14 years ago
49d5ca2
KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages
by Dave Hansen
· 14 years ago
39de71e
KVM: rename x86 kvm->arch.n_alloc_mmu_pages
by Dave Hansen
· 14 years ago
e0df7b9
KVM: abstract kvm x86 mmu->n_free_mmu_pages
by Dave Hansen
· 14 years ago
4132779
KVM: MMU: mark page dirty only when page is really written
by Xiao Guangrong
· 14 years ago
8672b721
KVM: MMU: move bits lost judgement into a separate function
by Xiao Guangrong
· 14 years ago
251464c
KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()
by Xiao Guangrong
· 14 years ago
19ada5c
KVM: MMU: remove valueless output message
by Xiao Guangrong
· 14 years ago
7645e43
x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanup
by H. Peter Anvin
· 14 years ago
9a3aad7
KVM: MMU: using __xchg_spte more smarter
by Xiao Guangrong
· 14 years ago
e4b502e
KVM: MMU: cleanup spte set and accssed/dirty tracking
by Xiao Guangrong
· 14 years ago
be233d4
KVM: MMU: don't atomicly set spte if it's not present
by Xiao Guangrong
· 14 years ago
9ed5520
KVM: MMU: fix page dirty tracking lost while sync page
by Xiao Guangrong
· 14 years ago
daa3db6
KVM: MMU: fix broken page accessed tracking with ept enabled
by Xiao Guangrong
· 14 years ago
fa1de2b
KVM: MMU: add missing reserved bits check in speculative path
by Xiao Guangrong
· 14 years ago
6e3e243
KVM: MMU: fix mmu notifier invalidate handler for huge spte
by Andrea Arcangeli
· 14 years ago
a357bd2
KVM: MMU: Add validate_direct_spte() helper
by Avi Kivity
· 14 years ago
a3aa51c
KVM: MMU: Add drop_large_spte() helper
by Avi Kivity
· 14 years ago
121eee9
KVM: MMU: Use __set_spte to link shadow pages
by Avi Kivity
· 14 years ago
32ef26a
KVM: MMU: Add link_shadow_page() helper
by Avi Kivity
· 14 years ago
edba23e
KVM: Return EFAULT from kvm ioctl when guest accesses bad area
by Gleb Natapov
· 14 years ago
b79b93f
KVM: MMU: Don't drop accessed bit while updating an spte
by Avi Kivity
· 14 years ago
a9221dd
KVM: MMU: Atomically check for accessed bit when dropping an spte
by Avi Kivity
· 14 years ago
ce06186
KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()
by Avi Kivity
· 14 years ago
be38d27
KVM: MMU: Introduce drop_spte()
by Avi Kivity
· 14 years ago
dd180b3
KVM: VMX: fix tlb flush with invalid root
by Xiao Guangrong
· 14 years ago
8285541
KVM: Remove unnecessary divide operations
by Joerg Roedel
· 14 years ago
36a2e67
KVM: MMU: fix writable sync sp mapping
by Xiao Guangrong
· 14 years ago
a8eeb04
KVM: Add mini-API for vcpu->requests
by Avi Kivity
· 15 years ago
a1f4d395
KVM: Remove memory alias support
by Avi Kivity
· 14 years ago
1047df1
KVM: MMU: don't walk every parent pages while mark unsync
by Xiao Guangrong
· 14 years ago
7a8f1a7
KVM: MMU: clear unsync_child_bitmap completely
by Xiao Guangrong
· 14 years ago
ebdea63
KVM: MMU: cleanup for __mmu_unsync_walk()
by Xiao Guangrong
· 14 years ago
be71e06
KVM: MMU: don't mark pte notrap if it's just sync transient
by Xiao Guangrong
· 14 years ago
f918b44
KVM: MMU: avoid double write protected in sync page path
by Xiao Guangrong
· 14 years ago
Next »