aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/memory.c
Commit message (Expand)AuthorAgeFilesLines
...
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-261-11/+0
* tmem: Placeholder hypercall.Keir Fraser2009-03-201-0/+11
* x86-64: use MFNs for linking together pages on listsKeir Fraser2009-01-301-20/+8
* Remove unused XENMEM_translate_pfn_list.Keir Fraser2009-01-141-78/+1
* PoD memory 7/9: Xen interfaceKeir Fraser2009-01-051-17/+30
* PoD memory 4/9: Decrease reservationKeir Fraser2009-01-051-0/+5
* Eliminate code duplication with rcu_lock_domain_by_id().Keir Fraser2008-10-021-29/+6
* Set default domain_to_node() allocation preference before droppingKeir Fraser2008-07-061-2/+5
* numa: Extend MEMOP_ allocation functions to take a node argument.Keir Fraser2008-07-051-13/+14
* Introduce guest_handle_subrange_okay() for checking sub-sections of anKeir Fraser2008-06-131-5/+8
* Handle dynamic IOMMU map/unmap for guestsKeir Fraser2008-05-241-10/+5
* x86, hvm: Support 2MB superpage allocations for HVM guests.Keir Fraser2008-05-151-8/+4
* xen: Allow NUMA node to be specific to alloc_domheap_pages() via a newKeir Fraser2008-04-041-15/+10
* Clean up handling of IS_PRIV_FOR() and rcu_[un]lock_domain().Keir Fraser2008-03-281-23/+28
* New XEN_DOMCTL_set_targetKeir Fraser2008-01-231-12/+28
* 32-on-64: Fixes to previous changeset.Keir Fraser2007-12-061-1/+1
* 32-on-64: Fix domain address-size clamping, implementKeir Fraser2007-12-061-12/+3
* hvm: Fail attempts to add pages to guest pseudophys memory map aboveKeir Fraser2007-10-311-2/+4
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-0/+25
* [XEN] replace shadow_* with paging_* in common codeTim Deegan2007-07-201-4/+4
* xen: No need for shadow_drop_references() in remove_page().Keir Fraser2007-04-041-6/+0
* Initial check-in to support PV balloon driver within HVM guests.Steven Hand2007-04-041-6/+1
* xen: Split domain_flags into discrete first-class fields in thekfraser@localhost.localdomain2007-03-291-1/+1
* Remove page_is_removable arch hook. Now the ia64 p2m semantic becomeskfraser@localhost.localdomain2007-03-281-2/+2
* hvm: Do not save/restore shared_info gpfn location.kfraser@localhost.localdomain2007-03-191-1/+14
* xen: Use RCU-based domain-locking functions where appropriate.kfraser@localhost.localdomain2007-03-011-10/+10
* xen memory alloctor: remove bit width restrictionskfraser@localhost.localdomain2007-02-231-4/+4
* [XEN] When removing pages, drop shadow refs before complaining about refcount.Tim Deegan2007-02-081-4/+6
* Rename find_domain_by_id() to get_domain_by_id().kaf24@localhost.localdomain2007-01-261-3/+3
* Enable compatibility mode operation for HYPERVISOR_memory_op,Emmanuel Ackaouy2007-01-051-14/+8
* Allow DMA address width to be overridden with boot parameters:kfraser@localhost.localdomain2006-11-281-2/+2
* Clean up the DMADOM physical upper limit handling to properly honourkfraser@localhost.localdomain2006-11-281-2/+2
* [XEN] memory_op hypercall does not use guest_handle_add_offset().kfraser@localhost.localdomain2006-11-101-128/+101
* [XEN] Some cleanups to the log-level stuff. Largely thiskaf24@localhost.localdomain2006-10-271-5/+5
* [XEN] Logging parameters for common code.kaf24@localhost.localdomain2006-10-271-5/+5
* [XEN] Make memory hypercalls NUMA-aware.kfraser@localhost.localdomain2006-10-251-7/+14
* [XEN] Make some implicit header includes explicit.kaf24@localhost.localdomain2006-08-191-0/+1
* [XEN] Remove shadow2 dependencies from common code.kfraser@localhost.localdomain2006-08-181-7/+2
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-161-3/+8
* [IA64] Fix of C/S 10529:4260eb8c08740de0000081c61a6237ffcb95b2d5 for IA64.kfraser@localhost.localdomain2006-07-271-1/+1
* [powerpc] print page->count_info as unsigned longkaf24@firebug.cl.cam.ac.uk2006-07-141-2/+2
* kunmap_atomic() must zap the PTE to avoid dangling referenceskfraser@dhcp93.uk.xensource.com2006-06-281-0/+9
* [XEN] Use correct xen_pfn_t type in implementation of XENMEM_exchange.kaf24@firebug.cl.cam.ac.uk2006-06-171-1/+1
* [XEN] New memory_op XENMEM_exchange. Allows atomickfraser@dhcp93.uk.xensource.com2006-06-161-23/+249
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-7/+13
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-5/+5
* Change the location of the shared_info page for auto_translated_physmap guests.cl349@firebug.cl.cam.ac.uk2006-03-091-26/+39
* Rename guest_handle() macro to GUEST_HANDLE() and define_guest_handle()kaf24@firebug.cl.cam.ac.uk2006-03-031-5/+5
* A few changes to the new 'guest handle' interface:kaf24@firebug.cl.cam.ac.uk2006-03-021-5/+5
* Sketch a new interface for transferring hypercall arguments in memory.kaf24@firebug.cl.cam.ac.uk2006-02-281-39/+40