aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/x86
Commit message (Expand)AuthorAgeFilesLines
* mini-os: eliminate duplicated definition of spin_unlock_waitChen Baozi2013-07-041-1/+1
* [minios] Add xenbus shutdown control supportSamuel Thibault2012-11-302-0/+16
* minios: Disable the mfn_is_ram() check, it doesn't work correctly on all systemsMatthew Fioravante2012-10-081-1/+0
* minios: Add endian, byteswap, and wordsize macros to mini-osMatthew Fioravante2012-10-083-0/+10
* minios: do not export {test,set,clear}_bit etc to applicationsIan Campbell2011-02-071-1/+2
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-181-3/+3
* minios: switch to C99 integer typesKeir Fraser2009-07-153-4/+4
* minios: allow to allocate machine contiguous pagesKeir Fraser2009-03-131-0/+3
* minios: add ioremap/iounmapKeir Fraser2009-03-021-0/+5
* mini-os: adding some missing posix function declarationsKeir Fraser2008-09-171-0/+1
* mini-os: add stack walking debugKeir Fraser2008-07-181-0/+1
* stubdom: fixes to compile with qemu-xenKeir Fraser2008-07-105-7/+7
* stubdom: use host's gccKeir Fraser2008-07-041-1/+1
* Add PV-GRUBKeir Fraser2008-06-181-0/+2
* minios: Fix >4GB machine addressesKeir Fraser2008-06-101-11/+11
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-1/+3
* stubdom: complete libxc supportKeir Fraser2008-05-231-5/+0
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-083-40/+4
* minios: call do_hypervisor_callback directly from force_evtchn_callbackKeir Fraser2008-04-161-1/+0
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-125-15/+33
* minios: permit blkfront to write from mapped memoryKeir Fraser2008-01-221-0/+29
* minios: Fix x86_32 compilationKeir Fraser2008-01-221-1/+1
* minios: support COW for a zero pageKeir Fraser2008-01-182-0/+8
* minios: extend map_frames into being able to map a series ofKeir Fraser2008-01-181-0/+1
* minios: set text and rodata read-only, free unused pages 0 and 1Keir Fraser2008-01-181-1/+1
* minios: make stack size configurableKeir Fraser2008-01-172-1/+20
* minios: Add noreturn attribute to do_exitKeir Fraser2008-01-171-1/+1
* [Mini-OS] Fix x86 arch_switch_threadKeir Fraser2007-11-231-37/+2
* [Mini-OS] Optimize get_current()Keir Fraser2007-11-231-2/+3
* minios: Fix get_current() inline asm.Keir Fraser2007-10-161-2/+2
* [MINIOS] Added domctl and sysctl hypercalls to thekfraser@localhost.localdomain2007-01-192-0/+28
* [MINIOS] Update __XEN_INTERFACE_VERSION__kfraser@localhost.localdomain2007-01-122-16/+0
* [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-222-0/+267
* [MINIOS] Refactor spinlock header for multi-arch support.kfraser@localhost.localdomain2006-11-171-33/+5
* [MINIOS] Event channel hypercall update for 64-bit guests.kfraser@localhost.localdomain2006-11-171-2/+2
* [MINIOS] Move initialisation of events (masking event channels)kfraser@localhost.localdomain2006-11-171-0/+2
* [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-151-2/+2
* [MINIOS] A first step to re-architecture mini-os for a port to ia64.kfraser@localhost.localdomain2006-08-105-0/+1407