summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2011-09-25KVM: MMU: fix incorrect return of spteZhao Jin
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong
2011-07-24KVM: MMU: do not update slot bitmap if spte is nonpresentXiao Guangrong
2011-07-24KVM: MMU: fix walking shadow page tableXiao Guangrong
2011-07-12Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB"Marcelo Tosatti
2011-07-12KVM: MMU: make kvm_mmu_reset_context() flush the guest TLBAvi Kivity
2011-07-12KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity
2011-07-12KVM: MMU: cleanup for dropping parent pteXiao Guangrong
2011-07-12KVM: MMU: cleanup for kvm_mmu_page_unlink_childrenXiao Guangrong
2011-07-12KVM: MMU: remove the arithmetic of parent pte rmapXiao Guangrong
2011-07-12KVM: MMU: abstract the operation of rmapXiao Guangrong
2011-07-12KVM: MMU: optimize pte write path if don't have protected spXiao Guangrong
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-06-20treewide: remove duplicate includesVitaliy Ivanov
2011-06-19KVM: MMU: fix opposite condition in mapping_level_dirty_bitmapSteve
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-05-11KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong
2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong
2011-03-17KVM: MMU: introduce a common function to get no-dirty-logged slotXiao Guangrong
2011-03-17KVM: MMU: remove unused macrosXiao Guangrong
2011-03-17KVM: MMU: cleanup page alloc and freeXiao Guangrong
2011-03-17KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong
2011-03-17KVM: MMU: set spte accessed bit properlyXiao Guangrong
2011-03-17KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bitsXiao Guangrong
2011-03-17KVM: Convert kvm_lock to raw_spinlockJan Kiszka
2011-03-17KVM: MMU: Don't flush shadow when enabling dirty trackingAvi Kivity
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli
2011-01-13thp: kvm mmu transparent hugepage supportAndrea Arcangeli
2011-01-12KVM: MMU: handle 'map_writable' in set_spte() functionXiao Guangrong
2011-01-12KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity
2011-01-12KVM: MMU: only write protect mappings at pagetable levelMarcelo Tosatti
2011-01-12KVM: MMU: Initialize base_role for tdp mmusAvi Kivity
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara
2011-01-12KVM: cleanup emulate_instructionAndre Przywara
2011-01-12KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa