aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm/p2m.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Don't dereference p2m pointer before NULL check.Tim Deegan2013-09-121-1/+3
* x86/mem_access: check for errors in p2m->set_entry().Tim Deegan2013-03-141-7/+18
* x86/mm: fix invalid unlinking of nested p2m tablesMatthew Daley2013-02-281-5/+3
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86/mm: Take the p2m lock even in shadow mode.Tim Deegan2013-02-211-4/+2
* x86/mm: revert 26399:b0e618cb0233 (multiple vram areas)Tim Deegan2013-01-171-7/+4
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-171-4/+7
* EPT: Make ept data structure or operations neutralZhang Xiantao2013-01-151-41/+92
* nestedhap: Change hostcr3 and p2m->cr3 to meaningful wordsZhang Xiantao2013-01-151-13/+13
* x86/p2m: drop redundant macro definitionsJan Beulich2012-12-071-12/+0
* x86/physmap: Prevent incorrect updates of m2p mappingsIan Jackson2012-11-141-0/+4
* p2m: rename p2m_is_magic to p2m_is_podOlaf Hering2012-10-221-1/+1
* x86: enable VIA CPU supportJan Beulich2012-09-211-1/+1
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-12/+1
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-14/+0
* 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
* x86/mm: Introduce get_page_from_gfn().Tim Deegan2012-05-171-0/+53
* x86/mm: make p2m lock into an rwlockTim Deegan2012-05-171-1/+1
* x86/mm/sharing: Clean ups for relinquishing shared pages on destroyAndres Lagar-Cavilla2012-04-181-0/+4
* 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: make 'query type' argument to get_gfn into a set of flagsTim Deegan2012-03-151-21/+25
* x86/mm: remove 'p2m_guest' lookup type.Tim Deegan2012-03-151-1/+1
* 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-151-1/+17
* hvm: Print support/enable status of HAP superpage mappings.Keir Fraser2012-03-081-2/+2
* mem_event: use C99 initializers for mem_event_request_t usersOlaf Hering2012-02-201-7/+2
* mem_event: remove type memberOlaf Hering2012-02-201-3/+0
* x86/mm: Fix more ballooning+paging and ballooning+sharing bugsAndres Lagar-Cavilla2012-02-161-2/+5
* x86/mm: Make asserts on types and counts of shared pages more accurateTim Deegan2012-02-161-2/+6
* x86/mm: When removing/adding a page from/to the physmap, keep in mind it coul...Andres Lagar-Cavilla2012-02-101-1/+25
* x86/mm: Revert changeset 24582:f6c33cfe7333Andres Lagar-Cavilla2012-02-101-2/+2
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-101-23/+29
* x86/mm: Rework locking in the PoD layerAndres Lagar-Cavilla2012-02-101-1/+7
* x86/mm: Clean up locking now that p2m lockups are fully synchronizedAndres Lagar-Cavilla2012-02-101-29/+33
* x86/mm: Make p2m lookups fully synchronized wrt modificationsAndres Lagar-Cavilla2012-02-101-2/+19
* x86/mm: Fix paging statsAndres Lagar-Cavilla2012-02-021-1/+11
* x86/mm: Don't fail to nominate for paging on type flag, rather look at type c...Andres Lagar-Cavilla2012-02-021-2/+2
* x86/mm: Remove p2m_ram_paging_inAndres Lagar-Cavilla2012-02-021-4/+3
* xenpaging: unify return value in nominate and evictOlaf Hering2012-01-301-5/+2
* x86/mm: Properly account for paged out pagesAndres Lagar-Cavilla2012-01-261-1/+2
* x86/mm: Remove stale variable from debugtrace printk in p2m auditAndres Lagar-Cavilla2012-01-261-2/+2
* x86/mm: Fix p2m teardown lockingAndres Lagar-Cavilla2012-01-261-2/+2
* x86/mm: Fix paging_loadAndres Lagar-Cavilla2012-01-261-10/+8
* x86/mm: Don't ASSERT() for a valid mfn on paged p2m entries in guest_physmap_adAndres Lagar-Cavilla2012-01-191-2/+2
* x86/mm: Improve ring management for memory events. Do not lose guest eventsAndres Lagar-Cavilla2012-01-191-37/+34
* x86/mm: Disable paging_prepAndres Lagar-Cavilla2012-01-121-0/+4
* x86/mm: Allow a page in p2m_ram_paged_out state to be loadedAndres Lagar-Cavilla2012-01-121-4/+11
* x86/mm: New mem access type to log accessAndres Lagar-Cavilla2011-12-061-9/+21