aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* [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
* [MINIOS] Various address-space fixes.kaf24@firebug.cl.cam.ac.uk2006-05-316-32/+91
* [MINIOS] Allows the use of a C library without modifying Mini-OS source files.kaf24@firebug.cl.cam.ac.uk2006-05-263-5/+12
* [MINIOS] PAE support.kaf24@firebug.cl.cam.ac.uk2006-05-197-58/+133
* This patch fixes the x86_64 __xen_guest section allowing Mini-OS to run again.kaf24@firebug.cl.cam.ac.uk2006-05-171-1/+2
* [MINIOS] Fix the pagefault handler to detect recursive faults.kaf24@firebug.cl.cam.ac.uk2006-05-162-2/+23
* Allow linking of mini-os with application-specific object code.kaf24@firebug.cl.cam.ac.uk2006-05-154-17/+31
* Change Mini-OS so that it uses stddef.h to define size_t andkaf24@firebug.cl.cam.ac.uk2006-05-043-5/+1
* Fix fault handler for both 32 and 64 bit architecture. Clean up unused code.kaf24@firebug.cl.cam.ac.uk2006-05-045-197/+95
* Fix x86/64 version of Mini-OS. It encompasses the following:kaf24@firebug.cl.cam.ac.uk2006-05-0211-36/+381
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+3
* Minor minios traps.c fix for x86/64.kaf24@firebug.cl.cam.ac.uk2006-04-011-28/+25
* The patch removes old Xenbus files, fixes 0 length mmu_updates table bug kaf24@firebug.cl.cam.ac.uk2006-03-246-1030/+50
* Fix mini-os xenbus.kaf24@firebug.cl.cam.ac.uk2006-03-2414-316/+473
* Implement console for Mini-os and also fix 2 bugs:kaf24@firebug.cl.cam.ac.uk2006-03-159-24/+272
* 64 bit pagetable builder added to mm.ckaf24@firebug.cl.cam.ac.uk2006-03-097-118/+248
* Update the hypercalls in Mini-OS to reflect the current state in XenLinux.kaf24@firebug.cl.cam.ac.uk2006-02-235-499/+675
* Merge in the newer Xenbus implementation from Linux to the Mini-OS. The newkaf24@firebug.cl.cam.ac.uk2005-12-0812-350/+861
* The Mini-OS build once again broke, this time since vcpu_data became vcpu_infokaf24@firebug.cl.cam.ac.uk2005-12-065-11/+16
* I've created a patch to get the mini-os to compile in Xen-unstable. The patchkaf24@firebug.cl.cam.ac.uk2005-10-277-526/+172
* Remove extraneous semicolon.emellor@ewan2005-09-201-1/+1
* Get rid of anonymous unions in public header files.kaf24@firebug.cl.cam.ac.uk2005-09-141-1/+1
* 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-0930-624/+3448
* Mini-os fixes from Simon Kagstrom.kaf24@firebug.cl.cam.ac.uk2005-09-024-10/+206
* The patch removes broken, and very complicated malloc inkaf24@firebug.cl.cam.ac.uk2005-08-267-5735/+261
* Memory management fixes. Page tables are created, buddy allocator now kaf24@firebug.cl.cam.ac.uk2005-08-254-92/+318
* Mini-os updated to use the new time interface.kaf24@firebug.cl.cam.ac.uk2005-08-203-121/+129
* Mini-os updates from Grzegorz Milos.kaf24@firebug.cl.cam.ac.uk2005-07-0615-285/+455
* bitkeeper revision 1.1415 (42887ada_Jmkta2rYHnpJBE2EVpy4w)kaf24@firebug.cl.cam.ac.uk2005-05-161-11/+0
* bitkeeper revision 1.1236.1.36 (4221cfd30UrMyu3TpXKGjVNXNVS1Bw)kaf24@scramble.cl.cam.ac.uk2005-02-272-2/+2
* bitkeeper revision 1.1236.1.16 (421db67dL0mXatHebAtt9KpMqkCIBQ)kaf24@scramble.cl.cam.ac.uk2005-02-241-2/+8
* bitkeeper revision 1.1185 (420cf3c8-bMMcsnH1kMVRwy5AQ-ecg)kaf24@scramble.cl.cam.ac.uk2005-02-119-101/+316