aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/arch
Commit message (Expand)AuthorAgeFilesLines
...
* minios: fix case when _text is not 0Keir Fraser2008-01-221-5/+5
* minios: make time interface POSIXKeir Fraser2008-01-212-18/+21
* minios: support COW for a zero pageKeir Fraser2008-01-182-1/+49
* minios: extend map_frames into being able to map a series ofKeir Fraser2008-01-182-22/+49
* minios: set text and rodata read-only, free unused pages 0 and 1Keir Fraser2008-01-183-4/+89
* minios: make stack size configurableKeir Fraser2008-01-175-13/+15
* mini-os: No -fpic when building for x86.Keir Fraser2007-12-041-1/+1
* [Mini-OS] Catch NULL dereferencesKeir Fraser2007-11-281-0/+3
* [Mini-OS] Permit x86_64 trap handlers to returnKeir Fraser2007-11-241-0/+1
* [Mini-OS] Make bind_virq return the portKeir Fraser2007-11-231-1/+1
* [Mini-OS] Fix x86 arch_switch_threadKeir Fraser2007-11-232-0/+38
* [Mini-OS] Fix stack closuresKeir Fraser2007-11-232-0/+5
* [Mini-OS] Fix x86 initial stack alignmentKeir Fraser2007-11-233-4/+6
* minios: Remove unnecessary padding and unused sections from x86/64Keir Fraser2007-09-251-9/+0
* merge with xen-unstable.hgAlex Williamson2007-08-122-3/+6
|\
| * [MINIOS] fix x86_64 p2m map and CFLAGSTim Deegan2007-08-022-3/+6
* | [IA64][MINIOS] PKR supportAlex Williamson2007-07-303-5/+34
|/
* [MINIOS][IA64] mini-os without linux-optimization in hypervisorAlex Williamson2007-06-262-21/+31
* merge with xen-unstable.hgawilliam@xenbuild2.aw2007-03-201-2/+2
|\
| * minios: Fix an extern declaration and add an extra 'const' tokfraser@localhost.localdomain2007-03-151-2/+2
* | [IA64][MINIOS] Make Endian-ness build changeable on the command lineawilliam@xenbuild2.aw2007-03-201-1/+1
* | [IA64][MINIOS] Fixed some big-endian bugs and add HYPERVISOR_suspendawilliam@xenbuild2.aw2007-03-205-5/+57
* | [IA64][MINIOS] cleanup ia64_boot_paramP and add ARCH_LDFLAGSawilliam@xenbuild2.aw2007-03-122-1/+6
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-03-074-6/+52
|\|
| * Create P2M map during Mini-OS boot (fixes 'xm dump-core').kfraser@localhost.localdomain2007-03-012-0/+47
| * Fix PAE Mini-OS build.kfraser@localhost.localdomain2007-03-012-6/+5
* | [IA64][MINIOS] Make mini-os ia64 cross compile-ableawilliam@xenbuild2.aw2007-02-282-55/+22
* | [IA64][MINIOS] Build fixawilliam@xenbuild2.aw2007-02-231-1/+1
|/
* merge with xen-unstable.hgawilliam@xenbuild2.aw2007-02-202-6/+4
|\
| * minios: build system cleanups.kfraser@localhost.localdomain2007-02-152-6/+4
* | [IA64][MINIOS] Port of mini-os to ia64awilliam@xenbuild2.aw2007-02-1518-0/+3834
|/
* minios: Fix ret_from_exception routine. Stack consistency is now preserved.kfraser@localhost.localdomain2007-02-021-5/+4
* [MINIOS] More cleanups for the ia64 port.kfraser@localhost.localdomain2007-01-192-17/+228
* [MINIOS] Fix compile warnings with -O.kfraser@localhost.localdomain2007-01-191-0/+1
* [MINIOS] New make structure to support different architectures.kfraser@localhost.localdomain2007-01-176-0/+828
* [MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved tokfraser@localhost.localdomain2006-11-222-0/+578
* [MINIOS] Added a new file arc/x86/setup.c and moved some x86 specifickfraser@localhost.localdomain2006-09-231-0/+108
* [MINIOS] A first step to re-architecture mini-os for a port to ia64.kfraser@localhost.localdomain2006-08-101-0/+229