summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] KVM: Avoid oom on cr3 switchIngo Molnar2007-01-061-0/+2
* [PATCH] KVM: MMU: add audit code to check mappings, etc are correctAvi Kivity2007-01-061-2/+185
* [PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pteAvi Kivity2007-01-061-1/+6
* [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-061-11/+21
* [PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity2007-01-061-31/+120
* [PATCH] KVM: MMU: Free pages on kvm destructionAvi Kivity2007-01-061-2/+7
* [PATCH] KVM: MMU: Never free a shadow page actively serving as a rootAvi Kivity2007-01-061-2/+18
* [PATCH] KVM: MMU: Page table write flood protectionAvi Kivity2007-01-061-1/+15
* [PATCH] KVM: MMU: If an empty shadow page is not empty, report more infoAvi Kivity2007-01-061-4/+8
* [PATCH] KVM: MMU: Ensure freed shadow pages are cleanAvi Kivity2007-01-061-0/+1
* [PATCH] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page()Avi Kivity2007-01-061-10/+10
* [PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page ta...Avi Kivity2007-01-061-2/+17
* [PATCH] KVM: MMU: Remove release_pt_page_64()Avi Kivity2007-01-061-29/+0Star
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-061-43/+0Star
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-061-28/+21Star
* [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the pageAvi Kivity2007-01-061-4/+4
* [PATCH] KVM: MMU: Implement child shadow unlinkingAvi Kivity2007-01-061-4/+38
* [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the pageAvi Kivity2007-01-061-0/+58
* [PATCH] KVM: MMU: Zap shadow page table entries on writes to guest page tablesAvi Kivity2007-01-061-0/+36
* [PATCH] KVM: MMU: Support emulated writes into RAMAvi Kivity2007-01-061-0/+9
* [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pteAvi Kivity2007-01-061-3/+4
* [PATCH] KVM: MMU: Write protect guest pages when a shadow is created for themAvi Kivity2007-01-061-18/+54
* [PATCH] KVM: MMU: Shadow page table cachingAvi Kivity2007-01-061-24/+183
* [PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointerAvi Kivity2007-01-061-13/+11Star
* [PATCH] KVM: MU: Special treatment for shadow pae root pagesAvi Kivity2007-01-061-30/+80
* [PATCH] KVM: MMU: Implement simple reverse mappingAvi Kivity2007-01-061-13/+139
* [PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_cre...Ingo Molnar2006-12-301-15/+9Star
* [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/+2Star
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-101-0/+699