aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
...
* 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-162-2/+2
* x86/PoD: clean up typesJan Beulich2012-08-162-14/+13
* 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
* nestedhvm: fix nested page fault build error on 32-bitIan Campbell2012-08-031-1/+1
* nestedhvm: return the pfec from the pagetable walk.Tim Deegan2012-08-021-1/+2
* nestedhvm: fix write access fault on ro mappingChristoph Egger2012-08-021-15/+22
* x86/mm/p2m: use NX bit for p2m entriesChristoph Egger2012-07-261-1/+1
* nestedhvm: initialize pfec for l1 pagetable walkChristoph Egger2012-07-191-3/+12
* x86/mm/p2m: use NX bit in p2m entries.Christoph Egger2012-07-191-2/+4
* 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
* xen: Define new struct hvm_trap and cleanup vmx exceptionKeir Fraser2012-05-302-2/+2
* x86/mem_sharing: Allow paging-in pages to be replaced by shared ones.Andres Lagar-Cavilla2012-05-181-0/+10
* x86/mem_sharing: Fix test for "empty" physmap entry in sharing_add_to_physmapTim Deegan2012-05-171-3/+4
* x86/mm: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-172-26/+25
* x86/mm: Introduce get_page_from_gfn().Tim Deegan2012-05-171-0/+53
* x86/mm: make p2m lock into an rwlockTim Deegan2012-05-172-19/+74
* x86/mm: Eliminate _shadow_mode_refcountsAndres Lagar-Cavilla2012-05-031-5/+0
* x86/mem_sharing: For shared pages with many references, use a hash tableAndres Lagar-Cavilla2012-04-261-13/+157
* x86/mem_sharing: modularize reverse map for shared framesAndres Lagar-Cavilla2012-04-261-38/+100
* x86/mem_sharing: Don't destroy a page's shared state before depleting its <gf...Andres Lagar-Cavilla2012-04-261-3/+5
* x86/mem_sharing: Fix saved mfns stat for failed unsharingAndres Lagar-Cavilla2012-04-261-0/+2
* x86/mm/shadow: don't use locking p2m lookups with the paging lock held.Tim Deegan2012-04-262-19/+9
* x86/mem_sharing: Clean up debugging callsAndres Lagar-Cavilla2012-04-241-9/+2
* x86/mm: fix parens in mm lock level checkTim Deegan2012-04-191-1/+1
* x86/mm: BUG() rather than panic() on mm lock order violationsTim Deegan2012-04-181-2/+5
* x86/mm/shadow: enclose an OOS function in the proper conditional ifdefAndres Lagar-Cavilla2012-04-181-1/+2
* x86/mm/sharing: Clean ups for relinquishing shared pages on destroyAndres Lagar-Cavilla2012-04-182-0/+49
* x86/mm: Fix locking on hap enable failureAndres Lagar-Cavilla2012-04-181-1/+2
* x86/mem_event: Fix foreign domain flag in grab_slotAndres Lagar-Cavilla2012-04-181-1/+1
* x86: fix memset(ptr, 0, sizeof ptr).Tim Deegan2012-04-111-2/+1
* x86/mm: Another couple of comparisons of unsigned vars with < 0.Tim Deegan2012-04-111-2/+2
* x86/mm: Take care of domain reference for shared pagesAndres Lagar-Cavilla2012-04-051-1/+7
* xenpaging: add error code to indicate iommem passthroughOlaf Hering2012-03-301-1/+2
* x86/mm: allow mem_event ops on AMD processors too.Tim Deegan2012-03-291-4/+0
* x86/mm: Make iommu passthrough and mem paging/sharing mutually exclusiveAndres Lagar-Cavilla2012-03-292-1/+8
* 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: fix broken shadow debug printkAndres Lagar-Cavilla2012-03-221-1/+1
* x86/mm: make 'query type' argument to get_gfn into a set of flagsTim Deegan2012-03-159-42/+49
* x86/mm: remove 'p2m_guest' lookup type.Tim Deegan2012-03-154-6/+4
* x86/mm/paging: Prevent the guest from faulting on the same gfn when dyingTim Deegan2012-03-151-0/+3
* Memory sharing: better handling of ENOMEM while unsharingTim Deegan2012-03-152-21/+49
* x86/mm: Allow to not sleep on mem event ringTim Deegan2012-03-151-2/+3
* Mem event: don't leave zombie domains if there are wait-queued vcpusTim Deegan2012-03-151-3/+16
* x86/mm: Fix mem event error message typosTim Deegan2012-03-081-3/+3