summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] KVM: MMU: Free pages on kvm destructionAvi Kivity2007-01-051-2/+7
* [PATCH] KVM: MMU: Never free a shadow page actively serving as a rootAvi Kivity2007-01-051-2/+18
* [PATCH] KVM: MMU: Page table write flood protectionAvi Kivity2007-01-051-1/+15
* [PATCH] KVM: MMU: If an empty shadow page is not empty, report more infoAvi Kivity2007-01-051-4/+8
* [PATCH] KVM: MMU: Ensure freed shadow pages are cleanAvi Kivity2007-01-051-0/+1
* [PATCH] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page()Avi Kivity2007-01-051-10/+10
* [PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page ta...Avi Kivity2007-01-051-2/+17
* [PATCH] KVM: MMU: Remove release_pt_page_64()Avi Kivity2007-01-051-29/+0
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-051-43/+0
* [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
OpenPOWER on IntegriCloud