aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/arch/x86/mm.c
Commit message (Expand)AuthorAgeFilesLines
* minios: Disable the mfn_is_ram() check, it doesn't work correctly on all systemsMatthew Fioravante2012-10-081-16/+0
* stubdom/minios: don't retrieve the address of void variableGianni Tedesco2011-01-111-1/+1
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-181-10/+11
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-6/+6
* minios: allow to allocate machine contiguous pagesKeir Fraser2009-03-131-0/+142
* minios: Fix 18874 memory clippingKeir Fraser2009-03-091-5/+8
* minios: general cleanup of mm.cKeir Fraser2009-03-021-202/+287
* minios: add ioremap/iounmapKeir Fraser2009-03-021-11/+110
* minios: fix p2m on x86Keir Fraser2009-02-091-0/+6
* minios: Clip memory not usable by Mini-OS (above 1GB)Keir Fraser2008-12-051-3/+10
* mini-os: export allocate_ondemandKeir Fraser2008-07-181-6/+15
* stubdom: use host's gccKeir Fraser2008-07-041-1/+1
* minios: do not systematically free the page under shared info, as theKeir Fraser2008-06-201-8/+3
* Add PV-GRUBKeir Fraser2008-06-181-1/+1
* minios: Fix >4GB machine addressesKeir Fraser2008-06-101-4/+4
* minios: We do not need to pin the page tables, as they implicitly getKeir Fraser2008-05-271-15/+2
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-081-15/+0
* stubdom: sparse application's BSS by linking it separately first, putKeir Fraser2008-04-161-6/+1
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-121-0/+17
* minios: make allocation of page tables for ondemand mapping lazyKeir Fraser2008-01-231-62/+109
* minios: fix case when _text is not 0Keir Fraser2008-01-221-5/+5
* minios: support COW for a zero pageKeir Fraser2008-01-181-1/+5
* minios: extend map_frames into being able to map a series ofKeir Fraser2008-01-181-20/+42
* minios: set text and rodata read-only, free unused pages 0 and 1Keir Fraser2008-01-181-4/+85
* [Mini-OS] Catch NULL dereferencesKeir Fraser2007-11-281-0/+3
* [MINIOS] fix x86_64 p2m map and CFLAGSTim Deegan2007-08-021-3/+3
* minios: Fix an extern declaration and add an extra 'const' tokfraser@localhost.localdomain2007-03-151-2/+2
* Create P2M map during Mini-OS boot (fixes 'xm dump-core').kfraser@localhost.localdomain2007-03-011-0/+43
* [MINIOS] Fix compile warnings with -O.kfraser@localhost.localdomain2007-01-191-0/+1
* [MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved tokfraser@localhost.localdomain2006-11-221-0/+428