summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: Keep going on permission errorAvi Kivity2010-08-021-22/+30
* KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabledAvi Kivity2010-08-021-1/+1
* KVM: MMU: Introduce drop_spte()Avi Kivity2010-08-021-7/+6
* KVM: MMU: cleanup FNAME(fetch)() functionsXiao Guangrong2010-08-011-11/+8
* KVM: MMU: fix direct sp's access corruptedXiao Guangrong2010-08-011-2/+26
* KVM: MMU: fix conflict access permissions in direct spXiao Guangrong2010-08-011-0/+2
* KVM: Remove memory alias supportAvi Kivity2010-08-011-2/+1
* KVM: MMU: don't mark pte notrap if it's just sync transientXiao Guangrong2010-08-011-2/+3
* KVM: MMU: cleanup for dirty page judgmentXiao Guangrong2010-08-011-2/+2
* KVM: MMU: rename 'page' and 'shadow_page' to 'sp'Xiao Guangrong2010-08-011-11/+11
* KVM: Fix unused but set warningsAndi Kleen2010-08-011-0/+1
* KVM: MMU: calculate correct gfn for small host pages backing large guest pagesLai Jiangshan2010-08-011-4/+7
* KVM: MMU: Don't allocate gfns page for direct mmu pagesLai Jiangshan2010-08-011-0/+3
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* KVM: MMU: only update unsync page in invlpg pathXiao Guangrong2010-08-011-2/+6
* KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_pageXiao Guangrong2010-08-011-3/+4
* KVM: MMU: Fix debug output error in walk_addr()Gui Jianfeng2010-08-011-1/+1
* KVM: MMU: mark page table dirty when a pte is actually modifiedGui Jianfeng2010-08-011-2/+2
* KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2010-08-011-5/+2
* KVM: MMU: fix conflict access permissions in direct spXiao Guangrong2010-07-231-0/+1
* KVM: MMU: cleanup invlpg codeXiao Guangrong2010-05-191-3/+1
* KVM: MMU: fix for calculating gpa in invlpg codeXiao Guangrong2010-05-191-1/+6
* KVM: MMU: Make use of is_large_pte() in walkerGui Jianfeng2010-05-171-2/+2
* KVM: MMU: Move sync_page() first pte address calculation out of loopGui Jianfeng2010-05-171-2/+4
* KVM: MMU: remove unnecessary NX check in walk_addrXiao Guangrong2010-05-171-1/+1
* KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity2010-05-171-0/+15
* KVM: MMU: Do not instantiate nontrapping spte on unsync pageAvi Kivity2010-05-171-2/+8
* KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov2010-03-011-3/+8
* KVM: rename is_writeble_pte() to is_writable_pte()Takuya Yoshikawa2010-03-011-1/+1
* KVM: MMU: bail out pagewalk on kvm_read_guest errorMarcelo Tosatti2010-01-251-1/+3
* KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti2009-12-271-18/+0
* KVM: MMU: update invlpg handler commentMarcelo Tosatti2009-12-031-1/+0
* 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/+20
* 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/+2
* 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/+0
* 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
OpenPOWER on IntegriCloud