summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: update invlpg handler commentMarcelo Tosatti2009-12-031-1/+0Star
* KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus2009-10-041-3/+15
* KVM: MMU: shadow support for 1gb pagesJoerg Roedel2009-09-101-23/+20Star
* KVM: MMU: make page walker aware of mapping levelsJoerg Roedel2009-09-101-24/+28
* KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel2009-09-101-3/+3
* KVM: MMU: rename is_largepage_backed to mapping_levelJoerg Roedel2009-09-101-2/+2
* KVM: MMU: Trace guest pagetable walkerAvi Kivity2009-09-101-3/+8
* KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel2009-09-101-1/+2
* KVM: MMU: s/shadow_pte/spte/Avi Kivity2009-09-101-8/+8
* KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity2009-09-101-11/+11
* KVM: Cache pdptrsAvi Kivity2009-09-101-1/+1
* KVM: shut up uninit compiler warning in paging_tmpl.hJaswinder Singh Rajput2009-06-281-1/+1
* KVM: MMU: remove global page optimization logicMarcelo Tosatti2009-06-101-4/+2Star
* KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie2009-06-101-0/+7
* KVM: MMU: Fix comment in page_fault()Eddie Dong2009-06-101-1/+1
* KVM: MMU: remove call to kvm_mmu_pte_write from walk_addrJoerg Roedel2009-06-101-1/+0Star
* KVM: Fix missing smp tlb flush in invlpgAndrea Arcangeli2009-03-241-0/+4
* KVM: MMU: Fix another largepage memory leakJoerg Roedel2009-03-241-1/+1
* KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity2009-03-241-6/+6
* KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg()Avi Kivity2009-03-241-49/+32Star
* KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch()Avi Kivity2009-03-241-70/+58Star
* KVM: MMU: handle large host sptes on invlpg/resyncMarcelo Tosatti2008-12-311-2/+7
* KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti2008-12-311-1/+24
* KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti2008-12-311-4/+6
* KVM: MMU: avoid creation of unreachable pages in the shadowMarcelo Tosatti2008-11-261-0/+1
* KVM: MMU: out of sync shadow coreMarcelo Tosatti2008-10-151-1/+1
* KVM: x86: trap invlpgMarcelo Tosatti2008-10-151-0/+25
* KVM: MMU: mode specific sync_pageMarcelo Tosatti2008-10-151-0/+54
* KVM: MMU: flush remote TLBs on large->normal entry overwriteMarcelo Tosatti2008-10-151-1/+4
* KVM: switch to get_user_pages_fastMarcelo Tosatti2008-10-151-7/+1Star
* KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addrSheng Yang2008-10-151-2/+2
* KVM: MMU: Convert the paging mode shadow walk to use the generic walkerAvi Kivity2008-10-151-72/+86
* KVM: MMU: Move SHADOW_PT_INDEX to mmu.cAvi Kivity2008-10-151-3/+0Star
* KVM: MMU: Fix torn shadow pteAvi Kivity2008-08-251-1/+1
* KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli2008-07-291-0/+12
* KVM: MMU: Optimize prefetch_page()Avi Kivity2008-07-201-13/+15
* KVM: MMU: Fix printk() format stringAvi Kivity2008-06-061-1/+1
* KVM: MMU: Don't assume struct page for x86Anthony Liguori2008-04-271-13/+13
* KVM: MMU: unify slots_lock usageMarcelo Tosatti2008-04-271-4/+0Star
* KVM: MMU: Set the accessed bit on non-speculative shadow ptesAvi Kivity2008-04-271-2/+2
* KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-04-271-7/+7
* KVM: MMU: large page supportMarcelo Tosatti2008-04-271-6/+26
* KVM: MMU: Decouple mmio from shadow page tablesAvi Kivity2008-04-271-9/+8Star
* KVM: MMU: Update shadow ptes on partial guest pte writesDong, Eddie2008-04-271-5/+2Star
* KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity2008-03-041-3/+2Star
* KVM: make MMU_DEBUG compile againMarcelo Tosatti2008-03-041-1/+1
* KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-041-4/+9
* KVM: MMU: Merge shadow level check in FNAME(fetch)Dong, Eddie2008-01-301-5/+2Star
* KVM: MMU: Move kvm_free_some_pages() into critical sectionAvi Kivity2008-01-301-0/+1
* KVM: MMU: Switch to mmu spinlockMarcelo Tosatti2008-01-301-4/+6