aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm/p2m-pod.c
Commit message (Expand)AuthorAgeFilesLines
* x86: remove IS_PRIV_FOR referencesDaniel De Graaf2013-04-231-3/+0
* xen: fix error handling of guest_physmap_mark_populate_on_demand()Jan Beulich2012-12-041-3/+5
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-4/+0
* xen: Don't BUG_ON() PoD operations on a non-translated guest.Ian Jackson2012-09-051-1/+2
* x86/PoD: clean up typesJan Beulich2012-08-161-11/+11
* x86/PoD: prevent guest from being destroyed upon early access to its memoryJan Beulich2012-08-161-5/+4
* x86/PoD: fix (un)locking after 24772:28edc2b31a9bJan Beulich2012-08-141-0/+1
* xen,pod: Only sweep in an emergency, and only for 4k pagesGeorge Dunlap2012-06-281-48/+5
* xen,pod: Zero-check recently populated pages (checklast)George Dunlap2012-06-281-0/+27
* xen,pod: Try to reclaim superpages when ballooning downGeorge Dunlap2012-06-281-7/+24
* xen,pod: Cosmetic code motionGeorge Dunlap2012-06-271-3/+3
* x86/mm: make 'query type' argument to get_gfn into a set of flagsTim Deegan2012-03-151-6/+6
* x86/mm: remove 'p2m_guest' lookup type.Tim Deegan2012-03-151-1/+1
* x86/mm: Rework locking in the PoD layerAndres Lagar-Cavilla2012-02-101-45/+61
* x86/mm: Clean up locking now that p2m lockups are fully synchronizedAndres Lagar-Cavilla2012-02-101-5/+9
* x86/mm: Rework stale p2m auditingAndres Lagar-Cavilla2011-12-011-5/+0
* x86/mm/p2m: fix pod lockingAndres Lagar-Cavilla2011-11-241-1/+0
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-7/+12
* x86/mm: Enforce ordering constraints for the page alloc lock in the PoD codeTim Deegan2011-11-101-13/+27
* x86/mm/p2m: use defines for page sizesChristoph Egger2011-08-261-29/+31
* x86/mm: dedup the various copies of the shadow lock functionsTim Deegan2011-06-021-2/+3
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-8/+8
* x86/mm/p2m: little fixes and tidying upTim Deegan2011-06-021-8/+5
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-18/+0
* x86/mm/p2m: break into common, pt-implementation and pod parts.Tim Deegan2011-05-061-0/+1151