aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include
Commit message (Expand)AuthorAgeFilesLines
* [MINIOS][IA64] mini-os without linux-optimization in hypervisorAlex Williamson2007-06-261-2/+2
* merge with xen-unstable.hgawilliam@xenbuild2.aw2007-03-202-0/+8
|\
| * minios: Various small fixes.kaf24@firebug.cl.cam.ac.uk2007-03-192-0/+8
* | [IA64][MINIOS] Fixed some big-endian bugs and add HYPERVISOR_suspendawilliam@xenbuild2.aw2007-03-201-1/+1
* | [IA64][MINIOS] cleanup ia64_boot_paramP and add ARCH_LDFLAGSawilliam@xenbuild2.aw2007-03-121-1/+1
|/
* Create P2M map during Mini-OS boot (fixes 'xm dump-core').kfraser@localhost.localdomain2007-03-011-0/+1
* [IA64][MINIOS] Port of mini-os to ia64awilliam@xenbuild2.aw2007-02-1516-0/+3131
* [MINIOS] More cleanups for the ia64 port.kfraser@localhost.localdomain2007-01-191-0/+3
* [MINIOS] Added domctl and sysctl hypercalls to thekfraser@localhost.localdomain2007-01-192-0/+28
* [MINIOS] Update __XEN_INTERFACE_VERSION__kfraser@localhost.localdomain2007-01-123-17/+0
* [MINIOS] Implement a network frontend driver.kfraser@localhost.localdomain2007-01-121-0/+2
* [MINIOS] Support xenbus watches.kfraser@localhost.localdomain2007-01-121-0/+3
* [MINIOS] Improved unbind_all_ports().kfraser@localhost.localdomain2006-11-301-0/+1
* [MINIOS] Switched to new interface for HYPERVISOR_sched_op().kfraser@localhost.localdomain2006-11-272-2/+2
* [MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved tokfraser@localhost.localdomain2006-11-224-181/+287
* [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-172-3/+3
* [MINIOS] Move initialisation of events (masking event channels)kfraser@localhost.localdomain2006-11-171-0/+2
* [MINIOS] Add timer support.kfraser@localhost.localdomain2006-11-152-2/+7
* [MINIOS] Added a new file arc/x86/setup.c and moved some x86 specifickfraser@localhost.localdomain2006-09-231-0/+5
* [MINIOS] Fix to use new event-channel API properly.kaf24@firebug.cl.cam.ac.uk2006-09-152-6/+5
* [MINIOS] A first step to re-architecture mini-os for a port to ia64.kfraser@localhost.localdomain2006-08-107-2/+5
* [MINI-OS] Add a function mapping grant table error codes to strings.sos22@douglas.cl.cam.ac.uk2006-07-281-0/+1
* [MINI-OS] Add evtchn_bind_interdomain to mini-os, allowing clients tosos22@douglas.cl.cam.ac.uk2006-07-281-0/+3
* [MINI-OS] Extend alloc_unbound so that the remote domain isn't always dom0.sos22@douglas.cl.cam.ac.uk2006-07-281-2/+2
* [MINI-OS] Clean up event channel types in mini-os.sos22@douglas.cl.cam.ac.uk2006-07-281-10/+10
* [MINI-OS] unbind_virq is broken and nobody uses it. Remove it.sos22@douglas.cl.cam.ac.uk2006-07-281-1/+0
* [MINIOS] Mapping page frames on demand added to the memory management.kfraser@localhost.localdomain2006-07-052-1/+70
* [MINIOS]Mapping page frames on demand added to the memory management.kfraser@localhost.localdomain2006-07-051-2/+6
* [MINIOS]Events handling cleaned up. The interface extended to providekfraser@localhost.localdomain2006-07-052-17/+20
* [MINIOS] Implement XenBus transactions in MiniOS.kfraser@localhost.localdomain2006-07-051-6/+23
* This patch exposes XenBus functions to Mini-OS applications.sos22@douglas.cl.cam.ac.uk2006-06-131-0/+28
* [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-192-13/+65
* Allow linking of mini-os with application-specific object code.kaf24@firebug.cl.cam.ac.uk2006-05-151-5/+2
* Change Mini-OS so that it uses stddef.h to define size_t andkaf24@firebug.cl.cam.ac.uk2006-05-043-5/+1
* Fix x86/64 version of Mini-OS. It encompasses the following:kaf24@firebug.cl.cam.ac.uk2006-05-023-4/+13
* The patch removes old Xenbus files, fixes 0 length mmu_updates table bug kaf24@firebug.cl.cam.ac.uk2006-03-241-0/+49
* Fix mini-os xenbus.kaf24@firebug.cl.cam.ac.uk2006-03-243-222/+17
* Implement console for Mini-os and also fix 2 bugs:kaf24@firebug.cl.cam.ac.uk2006-03-151-4/+1
* 64 bit pagetable builder added to mm.ckaf24@firebug.cl.cam.ac.uk2006-03-093-23/+54
* Update the hypercalls in Mini-OS to reflect the current state in XenLinux.kaf24@firebug.cl.cam.ac.uk2006-02-233-494/+660
* Merge in the newer Xenbus implementation from Linux to the Mini-OS. The newkaf24@firebug.cl.cam.ac.uk2005-12-087-30/+336
* The Mini-OS build once again broke, this time since vcpu_data became vcpu_infokaf24@firebug.cl.cam.ac.uk2005-12-061-6/+6
* I've created a patch to get the mini-os to compile in Xen-unstable. The patchkaf24@firebug.cl.cam.ac.uk2005-10-274-522/+163
* Remove unsued domain_controller.h file.kaf24@firebug.cl.cam.ac.uk2005-09-141-3/+0
* Xen_version hypercalls takes two args, not one.kaf24@firebug.cl.cam.ac.uk2005-09-121-4/+4
* Xenbus implementation ported from Linux to Mini-os, simple thread support int...kaf24@firebug.cl.cam.ac.uk2005-09-0917-183/+1553
* Mini-os fixes from Simon Kagstrom.kaf24@firebug.cl.cam.ac.uk2005-09-022-1/+185
* The patch removes broken, and very complicated malloc inkaf24@firebug.cl.cam.ac.uk2005-08-264-33/+38