aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-051-28/+21
* [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the pageAvi Kivity2007-01-051-4/+4
* [PATCH] KVM: MMU: Implement child shadow unlinkingAvi Kivity2007-01-051-4/+38
* [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the pageAvi Kivity2007-01-051-0/+58
* [PATCH] KVM: MMU: Zap shadow page table entries on writes to guest page tablesAvi Kivity2007-01-051-0/+36
* [PATCH] KVM: MMU: Support emulated writes into RAMAvi Kivity2007-01-051-0/+9
* [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pteAvi Kivity2007-01-051-3/+4
* [PATCH] KVM: MMU: Write protect guest pages when a shadow is created for themAvi Kivity2007-01-051-18/+54
* [PATCH] KVM: MMU: Shadow page table cachingAvi Kivity2007-01-051-24/+183
* [PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointerAvi Kivity2007-01-051-13/+11
* [PATCH] KVM: MU: Special treatment for shadow pae root pagesAvi Kivity2007-01-051-30/+80
* [PATCH] KVM: MMU: Implement simple reverse mappingAvi Kivity2007-01-051-13/+139
* [PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_cre...Ingo Molnar2006-12-301-15/+9
* [PATCH] KVM: Simplify is_long_mode()Avi Kivity2006-12-301-1/+1
* [PATCH] KVM: Use more traditional error handling in kvm_mmu_init()Avi Kivity2006-12-221-6/+12
* [PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptesAvi Kivity2006-12-131-15/+2
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-101-0/+699