aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm/p2m-pt.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Fix possible increment of uninitialised variableAndrew Cooper2013-09-101-1/+1
* p2m: rename p2m_is_magic to p2m_is_podOlaf Hering2012-10-221-1/+1
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-2/+2
* x86/mm: remove the linear mapping of the p2m tables.Tim Deegan2012-09-131-191/+0
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-78/+9
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-9/+0
* x86/mm: update max_mapped_pfn on MMIO mappings too.Tim Deegan2012-08-161-1/+1
* x86/PoD: clean up typesJan Beulich2012-08-161-3/+2
* x86/mm/p2m: use NX bit for p2m entriesChristoph Egger2012-07-261-1/+1
* x86/mm/p2m: use NX bit in p2m entries.Christoph Egger2012-07-191-2/+4
* x86/mm: Teach paging to page table-based p2mAndres Lagar-Cavilla2012-03-291-10/+19
* x86/mm/p2m-pt: Clip mfn to allowable width when building a PTETim Deegan2012-03-291-3/+10
* x86/mm: make 'query type' argument to get_gfn into a set of flagsTim Deegan2012-03-151-6/+6
* x86/mm: Rework locking in the PoD layerAndres Lagar-Cavilla2012-02-101-0/+1
* x86/mm: Clean up locking now that p2m lockups are fully synchronizedAndres Lagar-Cavilla2012-02-101-37/+8
* x86/mm: Rework stale p2m auditingAndres Lagar-Cavilla2011-12-011-113/+22
* x86/mm/p2m: fix pod lockingAndres Lagar-Cavilla2011-11-241-3/+6
* x86/mm: adjust p2m interface to return superpage sizesTim Deegan2011-09-081-3/+17
* x86/mm/p2m: use defines for page sizesChristoph Egger2011-08-261-9/+9
* x86/mm: Make MM locks recursive.Tim Deegan2011-06-021-10/+5
* x86/mm: dedup the various copies of the shadow lock functionsTim Deegan2011-06-021-0/+2
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-6/+5
* x86/mm/p2m: hide the current-domain fast-path inside the p2m-pt code.Tim Deegan2011-06-021-180/+178
* x86/mm/p2m: little fixes and tidying upTim Deegan2011-06-021-15/+11
* x86/mm/p2m: Mark internal functions staticTim Deegan2011-06-021-36/+5
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-22/+0
* x86/mm/p2m: break into common, pt-implementation and pod parts.Tim Deegan2011-05-061-0/+1301