Xiao Guangrong
|
0f53b5b1c0
KVM: MMU: cleanup pte write path
|
14 years ago |
Xiao Guangrong
|
5d163b1c9d
KVM: MMU: introduce a common function to get no-dirty-logged slot
|
14 years ago |
Xiao Guangrong
|
676646ee4b
KVM: MMU: remove unused macros
|
14 years ago |
Xiao Guangrong
|
842f22ed9b
KVM: MMU: cleanup page alloc and free
|
14 years ago |
Xiao Guangrong
|
49b26e26e4
KVM: MMU: do not record gfn in kvm_mmu_pte_write
|
14 years ago |
Xiao Guangrong
|
1b7fd45c32
KVM: MMU: set spte accessed bit properly
|
14 years ago |
Xiao Guangrong
|
da8dc75f0c
KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bits
|
14 years ago |
Jan Kiszka
|
e935b8372c
KVM: Convert kvm_lock to raw_spinlock
|
14 years ago |
Avi Kivity
|
8234b22e1c
KVM: MMU: Don't flush shadow when enabling dirty tracking
|
14 years ago |
Andrea Arcangeli
|
8ee53820ed
thp: mmu_notifier_test_young
|
14 years ago |
Andrea Arcangeli
|
936a5fe6e6
thp: kvm mmu transparent hugepage support
|
14 years ago |
Xiao Guangrong
|
f8e453b00c
KVM: MMU: handle 'map_writable' in set_spte() function
|
14 years ago |
Xiao Guangrong
|
b034cf0105
KVM: MMU: audit: allow audit more guests at the same time
|
14 years ago |
Avi Kivity
|
9f8fe5043f
KVM: Replace reads of vcpu->arch.cr3 by an accessor
|
14 years ago |
Marcelo Tosatti
|
e49146dce8
KVM: MMU: only write protect mappings at pagetable level
|
14 years ago |
Avi Kivity
|
c445f8ef43
KVM: MMU: Initialize base_role for tdp mmus
|
14 years ago |
Andre Przywara
|
dc25e89e07
KVM: SVM: copy instruction bytes from VMCB
|
14 years ago |
Andre Przywara
|
51d8b66199
KVM: cleanup emulate_instruction
|
14 years ago |
Takuya Yoshikawa
|
d4dbf47009
KVM: MMU: Make the way of accessing lpage_info more generic
|
14 years ago |
Xiao Guangrong
|
fb67e14fc9
KVM: MMU: retry #PF for softmmu
|
14 years ago |
Xiao Guangrong
|
2ec4739ddc
KVM: MMU: fix accessed bit set on prefault path
|
14 years ago |
Xiao Guangrong
|
78b2c54aa4
KVM: MMU: rename 'no_apf' to 'prefault'
|
14 years ago |
Takuya Yoshikawa
|
700e1b1219
KVM: MMU: Avoid dropping accessed bit while removing write access
|
14 years ago |
Avi Kivity
|
6389ee9463
KVM: Pull extra page fault information into struct x86_exception
|
14 years ago |
Avi Kivity
|
ab9ae31387
KVM: Push struct x86_exception info the various gva_to_gpa variants
|
14 years ago |
Xiao Guangrong
|
407c61c6bd
KVM: MMU: abstract invalid guest pte mapping
|
14 years ago |
Xiao Guangrong
|
a4a8e6f76e
KVM: MMU: remove 'clear_unsync' parameter
|
14 years ago |
Lai Jiangshan
|
9bdbba13b8
KVM: MMU: rename 'reset_host_protection' to 'host_writable'
|
14 years ago |
Xiao Guangrong
|
b330aa0c7d
KVM: MMU: don't drop spte if overwrite it from W to RO
|
14 years ago |
Xiao Guangrong
|
c4806acdce
KVM: MMU: fix apf prefault if nested guest is enabled
|
14 years ago |