aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* [MINIOS] fix x86_64 p2m map and CFLAGSTim Deegan2007-08-023-3/+10
* [MINIOS][IA64] mini-os without linux-optimization in hypervisorAlex Williamson2007-06-263-23/+33
* minios: Fix xenbus request-id release.Keir Fraser2007-04-061-0/+2
* merge with xen-unstable.hgawilliam@xenbuild2.aw2007-03-206-6/+15
|\
| * minios: Various small fixes.kaf24@firebug.cl.cam.ac.uk2007-03-194-3/+12
| * minios: Fix an extern declaration and add an extra 'const' tokfraser@localhost.localdomain2007-03-152-3/+3
* | [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-206-6/+58
* | [IA64][MINIOS] cleanup ia64_boot_paramP and add ARCH_LDFLAGSawilliam@xenbuild2.aw2007-03-123-2/+7
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-03-077-8/+56
|\|
| * Create P2M map during Mini-OS boot (fixes 'xm dump-core').kfraser@localhost.localdomain2007-03-014-0/+50
| * Fix PAE Mini-OS build.kfraser@localhost.localdomain2007-03-013-8/+6
* | [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-205-17/+17
|\
| * minios: Fix xenbus-id allocation loop.kfraser@localhost.localdomain2007-02-191-1/+1
| * minios: build system cleanups.kfraser@localhost.localdomain2007-02-154-16/+16
* | [IA64][MINIOS] Port of mini-os to ia64awilliam@xenbuild2.aw2007-02-1534-0/+6965
|/
* minios: Fix netfront for ia64.kfraser@localhost.localdomain2007-02-062-1/+8
* minios: Fix bug in xenbus implementation.kfraser@localhost.localdomain2007-02-021-0/+2
* minios: Fix ret_from_exception routine. Stack consistency is now preserved.kfraser@localhost.localdomain2007-02-021-5/+4
* minios : netfront driver fixes.kaf24@localhost.localdomain2007-01-261-9/+10
* [MINIOS] More cleanups for the ia64 port.kfraser@localhost.localdomain2007-01-196-22/+38
* [MINIOS] Fix compile warnings with -O.kfraser@localhost.localdomain2007-01-193-3/+2
* [MINIOS] Added domctl and sysctl hypercalls to thekfraser@localhost.localdomain2007-01-193-1/+29
* [MINIOS] New make structure to support different architectures.kfraser@localhost.localdomain2007-01-178-89/+190
* [MINIOS] Clean up final link stage of the build.kaf24@firebug.cl.cam.ac.uk2007-01-151-9/+13
* [MINIOS] Update __XEN_INTERFACE_VERSION__kfraser@localhost.localdomain2007-01-124-18/+1
* [MINIOS] Implement a network frontend driver.kfraser@localhost.localdomain2007-01-123-2/+466
* [MINIOS] Fix grant-entry freelist maintenance.kfraser@localhost.localdomain2007-01-121-20/+12
* [MINIOS] Support xenbus watches.kfraser@localhost.localdomain2007-01-122-7/+80
* [MINIOS] Improved unbind_all_ports().kfraser@localhost.localdomain2006-11-302-12/+16
* [MINIOS] Switched to new interface for HYPERVISOR_sched_op().kfraser@localhost.localdomain2006-11-273-3/+7
* [MINIOS] Exports a function to have all Xen ports unbound.kfraser@localhost.localdomain2006-11-271-0/+15
* [MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved tokfraser@localhost.localdomain2006-11-229-691/+875
* [MINIOS] Delay enabling event delivery at start of day.kfraser@localhost.localdomain2006-11-201-3/+3
* [MINIOS] Refactor spinlock header for multi-arch support.kfraser@localhost.localdomain2006-11-172-33/+60
* [MINIOS] Event channel hypercall update for 64-bit guests.kfraser@localhost.localdomain2006-11-173-4/+8
* [MINIOS] Move initialisation of events (masking event channels)kfraser@localhost.localdomain2006-11-173-8/+7
* [MINIOS] Add timer support.kfraser@localhost.localdomain2006-11-156-27/+97
* [MINIOS] Added a new file arc/x86/setup.c and moved some x86 specifickfraser@localhost.localdomain2006-09-233-65/+117
* [MINIOS] Fix to use new event-channel API properly.kaf24@firebug.cl.cam.ac.uk2006-09-153-24/+20
* [MINIOS] Declare a __XEN_INTERFACE_VERSION__ to fix the buildAnil Madhavapeddy2006-08-311-0/+3
* [MINIOS] Fix the build after start_info interface changes.kfraser@localhost.localdomain2006-08-161-4/+4
* [MINIOS] A first step to re-architecture mini-os for a port to ia64.kfraser@localhost.localdomain2006-08-109-4/+56
* [MINI-OS] Add a function mapping grant table error codes to strings.sos22@douglas.cl.cam.ac.uk2006-07-282-0/+13
* [MINI-OS] Add evtchn_bind_interdomain to mini-os, allowing clients tosos22@douglas.cl.cam.ac.uk2006-07-282-0/+23
* [MINI-OS] Extend alloc_unbound so that the remote domain isn't always dom0.sos22@douglas.cl.cam.ac.uk2006-07-282-19/+17
* [MINI-OS] Clean up event channel types in mini-os.sos22@douglas.cl.cam.ac.uk2006-07-285-26/+24
* [MINI-OS] unbind_virq is broken and nobody uses it. Remove it.sos22@douglas.cl.cam.ac.uk2006-07-282-6/+0