aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/mm.h
Commit message (Expand)AuthorAgeFilesLines
* tools: drop ia64 supportIan Campbell2012-09-121-2/+0
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-181-4/+4
* minios: allow to allocate machine contiguous pagesKeir Fraser2009-03-131-0/+1
* minios: add ioremap/iounmapKeir Fraser2009-03-021-0/+1
* mini-os: export allocate_ondemandKeir Fraser2008-07-181-0/+1
* stubdom: fixes to compile with qemu-xenKeir Fraser2008-07-101-3/+3
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-0/+1
* stubdom: complete libxc supportKeir Fraser2008-05-231-0/+3
* minios: free netfront resources on error/shutdownKeir Fraser2008-05-121-0/+1
* stubdom: sparse application's BSS by linking it separately first, putKeir Fraser2008-04-161-0/+2
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-121-0/+8
* minios: extend map_frames into being able to map a series ofKeir Fraser2008-01-181-1/+4
* Create P2M map during Mini-OS boot (fixes 'xm dump-core').kfraser@localhost.localdomain2007-03-011-0/+1
* [MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved tokfraser@localhost.localdomain2006-11-221-170/+5
* [MINIOS]Mapping page frames on demand added to the memory management.kfraser@localhost.localdomain2006-07-051-2/+6
* [MINIOS] Various address-space fixes.kaf24@firebug.cl.cam.ac.uk2006-05-311-13/+8
* [MINIOS] PAE support.kaf24@firebug.cl.cam.ac.uk2006-05-191-12/+59
* Allow linking of mini-os with application-specific object code.kaf24@firebug.cl.cam.ac.uk2006-05-151-5/+2
* Fix x86/64 version of Mini-OS. It encompasses the following:kaf24@firebug.cl.cam.ac.uk2006-05-021-1/+1
* 64 bit pagetable builder added to mm.ckaf24@firebug.cl.cam.ac.uk2006-03-091-23/+51
* Xenbus implementation ported from Linux to Mini-os, simple thread support int...kaf24@firebug.cl.cam.ac.uk2005-09-091-4/+16
* The patch removes broken, and very complicated malloc inkaf24@firebug.cl.cam.ac.uk2005-08-261-1/+13
* Memory management fixes. Page tables are created, buddy allocator now kaf24@firebug.cl.cam.ac.uk2005-08-251-10/+30
* Mini-os updates from Grzegorz Milos.kaf24@firebug.cl.cam.ac.uk2005-07-061-0/+111