aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* minios: Fix an extern declaration and add an extra 'const' tokfraser@localhost.localdomain2007-03-152-3/+3
* 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
* 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
* [MINI-OS] Fix a bug which prevented map_frames being used more than once.sos22@douglas.cl.cam.ac.uk2006-07-251-1/+1
* [MINIOS] Mapping page frames on demand added to the memory management.kfraser@localhost.localdomain2006-07-054-2/+233
* [MINIOS]Mapping page frames on demand added to the memory management.kfraser@localhost.localdomain2006-07-052-3/+128
* [MINIOS]Events handling cleaned up. The interface extended to providekfraser@localhost.localdomain2006-07-057-53/+92
* [MINIOS] XenBus tests disabled in MiniOS. Xend bug inducedkfraser@localhost.localdomain2006-07-051-1/+2
* [MINIOS] Implement XenBus transactions in MiniOS.kfraser@localhost.localdomain2006-07-052-28/+104
* [MINI-OS] Fix for event initialisation in Mini-OS. All events are masked when kaf24@firebug.cl.cam.ac.uk2006-06-151-3/+9
* [MINI-OS] Applications that provide their own app_main need not run the xenbu...kaf24@firebug.cl.cam.ac.uk2006-06-131-13/+10
* Expand test_xenbus a little.sos22@douglas.cl.cam.ac.uk2006-06-131-0/+35
* This patch exposes XenBus functions to Mini-OS applications.sos22@douglas.cl.cam.ac.uk2006-06-132-25/+158
* Use a global build configuration file, and rework libxc Makefile for PPC.kfraser@dhcp93.uk.xensource.com2006-05-311-1/+2