aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/paging_tmpl.h
Commit message (Expand)AuthorAge
* KVM: MMU: Partial swapping of guest memoryIzik Eidus2008-01-30
* KVM: MMU: Make gfn_to_page() always safeIzik Eidus2008-01-30
* KVM: MMU: Simplify page table walkerAvi Kivity2008-01-30
* KVM: MMU: When updating the dirty bit, inform the mmu about itAvi Kivity2008-01-30
* KVM: MMU: Move dirty bit updates to a separate functionAvi Kivity2008-01-30
* KVM: MMU: Disable write access on clean large pagesAvi Kivity2008-01-30
* KVM: MMU: Fix nx access bit for huge pagesAvi Kivity2008-01-30
* KVM: Move guest pte dirty bit management to the guest pagetable walkerAvi Kivity2008-01-30
* KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori2008-01-30
* KVM: MMU: Clean up MMU functions to take struct kvm when appropriateAnthony Liguori2008-01-30
* KVM: CodingStyle cleanupMike Day2008-01-30
* KVM: Remove the usage of page->private field by rmapIzik Eidus2008-01-30
* KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity2008-01-30
* KVM: Allow not-present guest page faults to bypass kvmAvi Kivity2008-01-30
* KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt2007-10-13
* KVM: Move gfn_to_page out of kmap/unmap pairsShaohua Li2007-10-13
* KVM: Use standard CR3 flags, tighten checkingRusty Russell2007-10-13
* KVM: MMU: Store nx bit for large page shadowsAvi Kivity2007-07-20
* KVM: MMU: Remove unused large page markerAvi Kivity2007-07-16
* KVM: MMU: Don't cache guest access bits in the shadow page tableAvi Kivity2007-07-16
* KVM: MMU: Simpify accessed/dirty/present/nx bit handlingAvi Kivity2007-07-16
* KVM: MMU: Remove cr0.wp tricksAvi Kivity2007-07-16
* KVM: MMU: Make setting shadow ptes atomic on i386Avi Kivity2007-07-16
* KVM: Make shadow pte updates atomicAvi Kivity2007-07-16
* KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common()Avi Kivity2007-07-16
* KVM: MMU: Fold fix_write_pf() into set_pte_common()Avi Kivity2007-07-16
* KVM: MMU: Fold fix_read_pf() into set_pte_common()Avi Kivity2007-07-16
* KVM: MMU: Pass the guest pde to set_pte_commonAvi Kivity2007-07-16
* KVM: MMU: Move set_pte_common() to pte width dependent codeAvi Kivity2007-07-16
* KVM: MMU: Simplify fetch() a little bitAvi Kivity2007-07-16
* KVM: Use symbolic constants instead of magic numbersEddie Dong2007-07-16
* KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity2007-07-16
* KVM: Update shadow pte on write to guest pteAvi Kivity2007-07-16
* KVM: Reduce misfirings of the fork detectorAvi Kivity2007-07-16
* KVM: Per-vcpu statisticsAvi Kivity2007-05-03
* KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity2007-05-03
* KVM: MMU: Remove unnecessary check for pdptr accessAvi Kivity2007-05-03
* KVM: CosmeticsAvi Kivity2007-03-04
* KVM: mmu: add missing dirty page tracking casesAvi Kivity2007-03-04
* [PATCH] kvm: Fix gva_to_gpa()Avi Kivity2007-02-12
* [PATCH] KVM: MMU: Report nx faults to the guestAvi Kivity2007-01-26
* [PATCH] KVM: MMU: Perform access checks in walk_addr()Avi Kivity2007-01-26
* [PATCH] KVM: fix bogus pagefault on writable pagesAvi Kivity2007-01-23
* [PATCH] KVM: MMU: Add missing dirty bitAvi Kivity2007-01-06
* [PATCH] KVM: MMU: add audit code to check mappings, etc are correctAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a...Avi Kivity2007-01-06
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pteAvi Kivity2007-01-06