Commit Graph

348 Commits (21d08b9d5536ac418bbce4f419fe2b528b7ddf31)

Author SHA1 Message Date
Steve a0a8eaba16 KVM: MMU: fix opposite condition in mapping_level_dirty_bitmap 14 years ago
Ying Han 1495f230fa vmscan: change shrinker API by passing shrink_control struct 14 years ago
Xiao Guangrong 7c5625227f KVM: MMU: remove mmu_seq verification on pte update path 14 years ago
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
Xiao Guangrong 060c2abe6c KVM: MMU: support apf for nonpaing guest 14 years ago
Xiao Guangrong 5054c0de66 KVM: MMU: fix missing post sync audit 14 years ago
Xiao Guangrong c9b263d2be KVM: fix tracing kvm_try_async_get_page 14 years ago
Marcelo Tosatti 612819c3c6 KVM: propagate fault r/w information to gup(), allow read-only memory 14 years ago
Marcelo Tosatti 7905d9a5ad KVM: MMU: flush TLBs on writable -> read-only spte overwrite 14 years ago
Marcelo Tosatti 982c25658c KVM: MMU: remove kvm_mmu_set_base_ptes 14 years ago
Jan Kiszka 7e1fbeac6f KVM: x86: Mark kvm_arch_setup_async_pf static 14 years ago
Gleb Natapov 7c90705bf2 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. 14 years ago
Gleb Natapov 56028d0861 KVM: Retry fault before vmentry 14 years ago
Gleb Natapov af585b921e KVM: Halt vcpu if page it tries to access is swapped out 14 years ago
Avi Kivity 649497d1a3 KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow 14 years ago
Marcelo Tosatti eb45fda45f KVM: MMU: fix rmap_remove on non present sptes 14 years ago
Huang Ying 77db5cbd29 KVM: MCE: Send SRAR SIGBUS directly 14 years ago
Nicolas Kaiser 9611c18777 KVM: fix typo in copyright notice 14 years ago
Avi Kivity 7ebaf15eef KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root address 14 years ago
Xiao Guangrong 6903074c36 KVM: MMU: audit: check whether have unsync sps after root sync 14 years ago
Xiao Guangrong c42fffe3a3 KVM: MMU: audit: unregister audit tracepoints before module unloaded 14 years ago