aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/kernel.c
Commit message (Expand)AuthorAgeFilesLines
* mini-os: fix various memory leaks in various locationsMatthew Daley2013-09-211-2/+5
* mini-os: Notify shutdown through weak function call instead of wake queueSamuel Thibault2013-01-091-10/+8
* mini-os: drop shutdown variables when CONFIG_XENBUS=nSamuel Thibault2012-12-061-0/+2
* mini-os: shutdown_thread depends on xenbusDaniel De Graaf2012-11-301-0/+4
* [minios] Add xenbus shutdown control supportSamuel Thibault2012-11-301-0/+36
* mini-os: make frontends and xenbus optionalDaniel De Graaf2012-02-091-4/+0
* mini-os: Move test functions into test.cDaniel De Graaf2012-02-091-414/+0
* mini-os: do not wait for pci backend in pcifront_scanIan Campbell2011-12-091-0/+1
* tools: remove fs-front/fs-backTim Deegan2011-01-111-7/+0
* mini-os: Do not use the same wait element twiceKeir Fraser2010-04-061-1/+2
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-16/+16
* minios: switch to C99 integer typesKeir Fraser2009-07-151-1/+1
* minios: support secondary guest consoles.Keir Fraser2009-06-171-1/+1
* minios: general cleanup of mm.cKeir Fraser2009-03-021-8/+10
* Fix mini-os ia64 compilationKeir Fraser2008-12-181-11/+11
* mini-os: add stack walking debugKeir Fraser2008-07-181-0/+1
* stubdom: use host's gccKeir Fraser2008-07-041-0/+2
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-021-0/+26
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-2/+46
* minios: clear FB content since _xmalloc may return non-zeroed memoryKeir Fraser2008-05-121-5/+2
* pvfb/ioemu: transmit refresh interval advice from backend to frontendKeir Fraser2008-05-121-22/+43
* stubdom: make use of PVFB resize eventKeir Fraser2008-04-161-1/+12
* stubdom: add asynchronous disk flush supportKeir Fraser2008-04-051-21/+18
* mini-os: Fix build error.Keir Fraser2008-03-261-1/+1
* minios: get VBD CD/removable/RO infoKeir Fraser2008-03-201-1/+10
* minios: Automatically set IP from XenStore informationKeir Fraser2008-03-191-1/+1
* stubdom: Fix compilation after abs_z to rel_z changeKeir Fraser2008-02-281-3/+3
* minios: add PVFB supportKeir Fraser2008-02-261-0/+149
* minios: POSIX fixesKeir Fraser2008-01-221-14/+1
* minios: Fix x86_32 compilationKeir Fraser2008-01-221-1/+1
* minios: add blkfront testingKeir Fraser2008-01-221-0/+176
* minios: make time interface POSIXKeir Fraser2008-01-211-1/+1
* Add FS backend/frontend drivers (frontend in minios only).Keir Fraser2008-01-181-0/+7
* minios: support several netfrontsKeir Fraser2008-01-171-1/+1
* [MINIOS] Implement a network frontend driver.kfraser@localhost.localdomain2007-01-121-2/+9
* [MINIOS] Switched to new interface for HYPERVISOR_sched_op().kfraser@localhost.localdomain2006-11-271-1/+5
* [MINIOS] Delay enabling event delivery at start of day.kfraser@localhost.localdomain2006-11-201-3/+3
* [MINIOS] Move initialisation of events (masking event channels)kfraser@localhost.localdomain2006-11-171-3/+3
* [MINIOS] Add timer support.kfraser@localhost.localdomain2006-11-151-0/+14
* [MINIOS] Added a new file arc/x86/setup.c and moved some x86 specifickfraser@localhost.localdomain2006-09-231-65/+4
* [MINIOS] Mapping page frames on demand added to the memory management.kfraser@localhost.localdomain2006-07-051-1/+5
* [MINIOS] XenBus tests disabled in MiniOS. Xend bug inducedkfraser@localhost.localdomain2006-07-051-1/+2
* [MINI-OS] Applications that provide their own app_main need not run the xenbu...kaf24@firebug.cl.cam.ac.uk2006-06-131-13/+10
* [MINIOS] PAE support.kaf24@firebug.cl.cam.ac.uk2006-05-191-1/+10
* Allow linking of mini-os with application-specific object code.kaf24@firebug.cl.cam.ac.uk2006-05-151-1/+10
* Fix x86/64 version of Mini-OS. It encompasses the following:kaf24@firebug.cl.cam.ac.uk2006-05-021-1/+25
* Fix mini-os xenbus.kaf24@firebug.cl.cam.ac.uk2006-03-241-18/+23
* Implement console for Mini-os and also fix 2 bugs:kaf24@firebug.cl.cam.ac.uk2006-03-151-2/+8
* Merge in the newer Xenbus implementation from Linux to the Mini-OS. The newkaf24@firebug.cl.cam.ac.uk2005-12-081-0/+1
* I've created a patch to get the mini-os to compile in Xen-unstable. The patchkaf24@firebug.cl.cam.ac.uk2005-10-271-2/+2