aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Don't take the domain lock for p2m operations.Tim Deegan2013-07-291-4/+0
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-141-8/+0
* xsm: add hooks for claimDaniel De Graaf2013-05-071-7/+8
* mmu: Introduce XENMEM_claim_pages (subop of memory ops)Dan Magenheimer2013-03-111-0/+33
* x86: make certain memory sub-ops return valid valuesJan Beulich2013-03-041-3/+2
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* fix XENMEM_remove_from_physmap return valueJan Beulich2013-01-151-2/+3
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-4/+4
* xen: add XSM hook for XENMEM_exchangeDaniel De Graaf2013-01-111-1/+11
* xen: avoid calling rcu_lock_*target_domain when an XSM hook existsDaniel De Graaf2013-01-111-7/+8
* xen: centralize accounting for domain tot_pagesDan Magenheimer2012-12-101-1/+1
* streamline guest copy operationsJan Beulich2012-12-101-3/+3
* tighten guest memory accessesJan Beulich2012-12-061-8/+11
* memop: adjust error checking in populate_physmap()Jan Beulich2012-12-061-3/+3
* memop: limit guest specified extent orderJan Beulich2012-12-041-2/+7
* xen: add missing guest address range checks to XENMEM_exchange handlersJan Beulich2012-12-041-0/+7
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-2/+2
* xen: change the limit of nr_extents to UINT_MAX >> MEMOP_EXTENT_SHIFTStefano Stabellini2012-10-171-1/+1
* CONFIG_X86_64 -> CONFIG_X86Keir Fraser2012-09-121-2/+2
* adjust a few RCU domain locking callsJan Beulich2012-09-071-30/+5
* common: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-7/+7
* remove ia64Jan Beulich2012-04-031-2/+0
* mm: guest_remove_page() should not populate or unshare.Tim Deegan2012-03-151-1/+1
* Memory sharing: better handling of ENOMEM while unsharingTim Deegan2012-03-151-0/+1
* x86/mm: Fix more ballooning+paging and ballooning+sharing bugsAndres Lagar-Cavilla2012-02-161-1/+16
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-101-1/+1
* ia64: fix build (next instance)Jan Beulich2012-02-061-1/+1
* Fix x86_32 buildTim Deegan2012-02-021-2/+2
* x86/mm: Fix balooning+sharingAndres Lagar-Cavilla2012-02-021-7/+7
* x86/mm: Fix paging statsAndres Lagar-Cavilla2012-02-021-1/+1
* xen: reinstate previously unused XENMEM_remove_from_physmap hypercallDaniel De Graaf2012-01-281-0/+37
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-231-2/+2
* ia64: build fixes (again)Jan Beulich2011-11-241-4/+4
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-3/+16
* mm: Cleanup, use PAGE_ORDER_4K as page_order instead of "0".Jean Guyader2011-11-081-4/+4
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-3/+3
* x86/mm/p2m: merge gfn_to_mfn_unshare with other gfn_to_mfn paths.Tim Deegan2011-06-021-1/+1
* xenpaging: drop paged pages in guest_remove_pageKeir Fraser2011-01-111-0/+6
* x86: Add -Wredundant-decls to Xen build flags.Keir Fraser2010-12-021-0/+1
* Eliminate unnecessary casts from __trace_var() invocationsKeir Fraser2010-09-201-1/+1
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-2/+2
* numa: Attempt more efficient NUMA allocation in hypervisor by default.Keir Fraser2010-08-041-6/+3
* Add an exact-node request flag for mem allocations.Keir Fraser2010-07-051-0/+2
* Fix off-by-one error in do_memory_op()'s start_extent range checkKeir Fraser2010-03-301-1/+1
* xentrace: Trace p2m eventsKeir Fraser2010-02-031-0/+15
* [IA64] Fix ia64 buildKeir Fraser2010-01-061-1/+15
* M2P translation cannot be handled through flat table with only one slot per MFNKeir Fraser2009-12-171-3/+27
* tmem: printk too chatty when tmem enabledKeir Fraser2009-11-231-4/+6
* Allow XENMEM_exchange to support exchange on foreign domains.Keir Fraser2009-07-131-12/+45
* x86: Allow guests to allocate up to 2MB (superpage) memory extents.Keir Fraser2009-06-161-6/+6