aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm/guest_walk.c
Commit message (Expand)AuthorAgeFilesLines
* nested_ept: Implement guest ept's walkerZhang Xiantao2013-01-151-7/+8
* x86: mark certain items staticJan Beulich2012-12-071-1/+1
* x86/mm: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-12/+10
* x86/mm: make 'query type' argument to get_gfn into a set of flagsTim Deegan2012-03-151-1/+2
* x86/mm: Don't check for invalid bits in non-present PTEs.Tim Deegan2012-02-231-5/+16
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-101-1/+1
* x86/mm: Ensure liveness of pages involved in a guest page table walkAndres Lagar-Cavilla2011-11-241-5/+11
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-6/+25
* x86/mm: adjust p2m interface to return superpage sizesTim Deegan2011-09-081-1/+1
* x86/mm: Handle 1GiB superpages in the pagetable walker.Tim Deegan2011-07-281-16/+52
* x86/hvm: add SMEP support to HVM guestTim Deegan2011-06-061-1/+14
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-3/+5
* x86/mm/p2m: merge gfn_to_mfn_unshare with other gfn_to_mfn paths.Tim Deegan2011-06-021-1/+1
* x86/mm: fix PSE alignment checks in pagetable walker.Tim Deegan2011-04-041-2/+21
* x86 guest pagetable walker: check for invalid bits in pagetableKeir Fraser2010-10-181-9/+11
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-7/+8
* The internal Xen x86 emulator is fixed to handle shared/sharable pages corretly.Keir Fraser2009-12-171-44/+48
* Paging support for guest walk tables to page in l1-l3 page table pages.Keir Fraser2009-12-171-0/+21
* Fix PSE PAT handling in guest walk.Keir Fraser2008-11-251-9/+9
* x86: Move the guest pagetable walker out of shadow/multi.cKeir Fraser2008-11-131-0/+260