aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* minios: PIRQ and MSI/MSI-X supportKeir Fraser2008-07-024-2/+121
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-024-0/+322
* merge with xen-unstable.hgIsaku Yamahata2008-07-026-20/+12
|\
| * minios: proper frees are now handled, so drop the FIXME commentKeir Fraser2008-07-012-3/+0
| * stubdom: fix libc-verbose non-lwip compilationKeir Fraser2008-06-301-1/+1
| * minios: fix add_id_to_freelist(0)Keir Fraser2008-06-202-8/+8
| * minios: do not systematically free the page under shared info, as theKeir Fraser2008-06-201-8/+3
* | merge with xen-unstable.hgIsaku Yamahata2008-06-1940-127/+479
|\|
| * minios: fix gnttab allocation boundaryKeir Fraser2008-06-181-1/+2
| * Add PV-GRUBKeir Fraser2008-06-186-6/+47
| * minios: fix declaration after codeKeir Fraser2008-06-181-1/+1
| * stubdom: fix using minios frontends directly when libc is activedKeir Fraser2008-06-183-13/+35
| * minios,stubdom: Add OBJ_DIR parameter to compile outside sources,Keir Fraser2008-06-175-33/+37
| * minios can cope with >4G CR3 since it never uses itKeir Fraser2008-06-121-1/+1
| * minios: Fix >4GB machine addressesKeir Fraser2008-06-102-15/+15
| * minios: add proper shutdown facilitiesKeir Fraser2008-06-0927-12/+184
| * stubdom: fetch command line from start_info instead of xenstoreKeir Fraser2008-06-091-21/+7
| * stubdom: permit compilation without lwipKeir Fraser2008-06-092-2/+26
| * minios: use inlines instead of macros for bswap*Keir Fraser2008-06-091-14/+25
| * minios: add a blkfront synchronous interfaceKeir Fraser2008-06-052-6/+28
| * stubdom: Add console reading supportKeir Fraser2008-06-034-8/+77
* | minios/ia64: fix EFI_RUNTIME_SERVICES_SIGNATURE valueIsaku Yamahata2008-06-101-1/+1
|/
* stubdom: Save main_thread value by moving it out from app_bss whichKeir Fraser2008-05-282-2/+2
* stubdom: make the build more generic by moving as many stubdom partsKeir Fraser2008-05-284-78/+7
* minios: We do not need to pin the page tables, as they implicitly getKeir Fraser2008-05-271-15/+2
* minios: Fix width of shifted 1Keir Fraser2008-05-243-22/+22
* stubdom: fix constructors/destructors in 64bit modeKeir Fraser2008-05-232-8/+8
* stubdom: fix and clean pthread minimal supportKeir Fraser2008-05-231-7/+45
* stubdom: complete libxc supportKeir Fraser2008-05-237-53/+38
* stubdom: support constructors and destructorsKeir Fraser2008-05-224-2/+59
* minios: free fbfront resources on error/shutdownKeir Fraser2008-05-131-14/+41
* minios: free blkfront resources on error/shutdownKeir Fraser2008-05-121-8/+24
* minios: free netfront resources on error/shutdownKeir Fraser2008-05-124-21/+52
* stubdom: let lwIP check TCP sums as they are now correct.Keir Fraser2008-05-121-3/+0
* 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-125-22/+125
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-0810-82/+7
* minios: fix and enforce block_domain atomicityKeir Fraser2008-05-081-0/+2
* minios: in non-x86 case, use wmb to enforce ordering betweenKeir Fraser2008-05-081-1/+5
* minios: clear the event before calling the handler since (especiallyKeir Fraser2008-05-081-4/+4
* minios: fix port selection shiftsKeir Fraser2008-05-081-2/+3
* minios: drop volatile qualifier from some status variablesKeir Fraser2008-05-061-2/+2
* minios: fix thread safety of xenbus watches by requiring callers toKeir Fraser2008-05-067-46/+70
* minios: end watch of FS backend state valueKeir Fraser2008-05-021-0/+1
* stubdom: make use of PVFB resize eventKeir Fraser2008-04-163-33/+59
* minios: simplify schedule()Keir Fraser2008-04-161-91/+43
* minios: call do_hypervisor_callback directly from force_evtchn_callbackKeir Fraser2008-04-164-13/+18
* stubdom: sparse application's BSS by linking it separately first, putKeir Fraser2008-04-1612-20/+88
* stubdom: add asynchronous disk flush supportKeir Fraser2008-04-053-108/+121
* minios: Fix xfree() bug.Keir Fraser2008-04-021-7/+7