aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm/p2m-ept.c
Commit message (Expand)AuthorAgeFilesLines
* x86/ept: check for errors in a few callers of ept_set_entry.Tim Deegan2013-03-141-5/+15
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* EPT: Make ept data structure or operations neutralZhang Xiantao2013-01-151-22/+82
* EPT/PoD: fix interaction with 1Gb pagesJan Beulich2012-08-161-3/+2
* x86/mm: update max_mapped_pfn on MMIO mappings too.Tim Deegan2012-08-161-1/+1
* x86/mm: make 'query type' argument to get_gfn into a set of flagsTim Deegan2012-03-151-2/+2
* x86/mm: Clean up locking now that p2m lockups are fully synchronizedAndres Lagar-Cavilla2012-02-101-29/+4
* x86/mm: Remove p2m_ram_paging_inAndres Lagar-Cavilla2012-02-021-2/+1
* x86/mm: refine epte_present testTim Deegan2012-01-191-1/+5
* x86/mm: New mem access type to log accessAndres Lagar-Cavilla2011-12-061-0/+1
* x86/mm: Rework stale p2m auditingAndres Lagar-Cavilla2011-12-011-0/+1
* atomic: Define {read,write}_atomic() for reading/writing memory atomically.Keir Fraser2011-11-251-2/+2
* x86/mm: adjust p2m interface to return superpage sizesTim Deegan2011-09-081-1/+4
* p2m-ept: remove map_domain_page checkOlaf Hering2011-09-071-2/+0
* x86/mm: Make MM locks recursive.Tim Deegan2011-06-021-9/+5
* x86/mm: dedup the various copies of the shadow lock functionsTim Deegan2011-06-021-0/+2
* x86/mm/p2m: hide the current-domain fast-path inside the p2m-pt code.Tim Deegan2011-06-021-8/+0
* x86/mm/p2m: Mark internal functions staticTim Deegan2011-06-021-1/+1
* x86/mm: Fix one more check in the EPT p2m codeTim Deegan2011-05-241-1/+1
* x86/mm/p2m: break into common, pt-implementation and pod parts.Tim Deegan2011-05-061-0/+910