aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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