aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-25KVM: MMU: fix incorrect return of spteZhao Jin1-1/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong1-0/+5
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong1-7/+185
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong1-1/+1
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong1-8/+124
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong1-15/+71
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong1-34/+69
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong1-12/+35
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong1-2/+2
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong1-59/+24
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong1-3/+18
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong1-5/+5
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong1-5/+5
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong1-7/+6
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-07-11Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
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