aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong1-14/+7
2011-07-24KVM: MMU: do not update slot bitmap if spte is nonpresentXiao Guangrong1-8/+7
2011-07-24KVM: MMU: fix walking shadow page tableXiao Guangrong1-4/+5
2011-07-12Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB"Marcelo Tosatti1-11/+1
2011-07-12KVM: MMU: make kvm_mmu_reset_context() flush the guest TLBAvi Kivity1-1/+11
2011-07-12KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity1-1/+13
2011-07-12KVM: MMU: cleanup for dropping parent pteXiao Guangrong1-9/+12
2011-07-12KVM: MMU: cleanup for kvm_mmu_page_unlink_childrenXiao Guangrong1-43/+23
2011-07-12KVM: MMU: remove the arithmetic of parent pte rmapXiao Guangrong1-144/+45
2011-07-12KVM: MMU: abstract the operation of rmapXiao Guangrong1-121/+139
2011-07-12KVM: MMU: optimize pte write path if don't have protected spXiao Guangrong1-0/+9
2011-06-19KVM: MMU: fix opposite condition in mapping_level_dirty_bitmapSteve1-1/+1
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+2
2011-05-11KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong1-11/+5
2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong1-46/+23
2011-03-17KVM: MMU: introduce a common function to get no-dirty-logged slotXiao Guangrong1-20/+17
2011-03-17KVM: MMU: remove unused macrosXiao Guangrong1-5/+0
2011-03-17KVM: MMU: cleanup page alloc and freeXiao Guangrong1-5/+5
2011-03-17KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong1-4/+2
2011-03-17KVM: MMU: set spte accessed bit properlyXiao Guangrong1-1/+1
2011-03-17KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bitsXiao Guangrong1-2/+7
2011-03-17KVM: Convert kvm_lock to raw_spinlockJan Kiszka1-2/+2
2011-03-17KVM: MMU: Don't flush shadow when enabling dirty trackingAvi Kivity1-4/+8
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli1-0/+34
2011-01-13thp: kvm mmu transparent hugepage supportAndrea Arcangeli1-16/+75
2011-01-12KVM: MMU: handle 'map_writable' in set_spte() functionXiao Guangrong1-2/+2
2011-01-12KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong1-13/+13
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity1-3/+3
2011-01-12KVM: MMU: only write protect mappings at pagetable levelMarcelo Tosatti1-0/+3
2011-01-12KVM: MMU: Initialize base_role for tdp mmusAvi Kivity1-0/+1
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara1-2/+3
2011-01-12KVM: cleanup emulate_instructionAndre Przywara1-1/+1
2011-01-12KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa1-29/+25
2011-01-12KVM: MMU: retry #PF for softmmuXiao Guangrong1-0/+2
2011-01-12KVM: MMU: fix accessed bit set on prefault pathXiao Guangrong1-4/+6
2011-01-12KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong1-9/+9
2011-01-12KVM: MMU: Avoid dropping accessed bit while removing write accessTakuya Yoshikawa1-1/+1
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity1-2/+3
2011-01-12KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity1-6/+7
2011-01-12KVM: MMU: abstract invalid guest pte mappingXiao Guangrong1-3/+0
2011-01-12KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong1-4/+4
2011-01-12KVM: MMU: rename 'reset_host_protection' to 'host_writable'Lai Jiangshan1-4/+4
2011-01-12KVM: MMU: don't drop spte if overwrite it from W to ROXiao Guangrong1-11/+9
2011-01-12KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong1-0/+1
2011-01-12KVM: MMU: support apf for nonpaing guestXiao Guangrong1-3/+9
2011-01-12KVM: MMU: fix missing post sync auditXiao Guangrong1-0/+1
2011-01-12KVM: fix tracing kvm_try_async_get_pageXiao Guangrong1-1/+1
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti1-10/+17
2011-01-12KVM: MMU: flush TLBs on writable -> read-only spte overwriteMarcelo Tosatti1-0/+10
2011-01-12KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti1-8/+1