aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated to reflect new KERNELS defaults, and properly describe make install andemellor@leeni.uk.xensource.com2006-04-101-158/+176
* Merged.emellor@leeni.uk.xensource.com2006-04-0768-1166/+3761
|\
| * Clean up xenoprof code a bit. The main remaining TODO is tokaf24@firebug.cl.cam.ac.uk2006-04-0710-155/+134
| * Do not accept empty definition of __XEN_INTERFACE_VERSION__kaf24@firebug.cl.cam.ac.uk2006-04-071-4/+1
| * Support __XEN_INTERFACE_VERSION__ defined to the empty string.cl349@firebug.cl.cam.ac.uk2006-04-071-1/+4
| * mergeack@kneesa.uk.xensource.com2006-04-063-17/+24
| |\
| | * Do not create blkback vbd kernel thread until fully connectedkaf24@firebug.cl.cam.ac.uk2006-04-063-17/+24
| * | Add xenoprof supportack@kneesa.uk.xensource.com2006-04-0627-3/+3088
| |/
| * Merge. smh22@firebug.cl.cam.ac.uk2006-04-062-0/+2
| |\
| | * This adds proper cleanup in case of a failure.emellor@leeni.uk.xensource.com2006-04-062-0/+2
| * | Merge. smh22@firebug.cl.cam.ac.uk2006-04-0610-88/+80
| |\|
| | * Rename and clean up 'error_code' path in entry.S.kaf24@firebug.cl.cam.ac.uk2006-04-062-65/+56
| | * Cleanups to do_callback_op() new hypercall changeset.kaf24@firebug.cl.cam.ac.uk2006-04-065-16/+16
| | * Use machine_halt() where it makes sense, to halt all processorskaf24@firebug.cl.cam.ac.uk2006-04-065-7/+8
| * | Make root page table sanity check on restore more generic. smh22@firebug.cl.cam.ac.uk2006-04-062-14/+11
| |/
| * Fix long-standing save/restore bug on x86-64. smh22@firebug.cl.cam.ac.uk2006-04-061-0/+19
| * Saner error handling in iret hypercall (x86/64).kaf24@firebug.cl.cam.ac.uk2006-04-061-1/+7
| * Clean up files created by the XenLinux boot-xen code.kaf24@firebug.cl.cam.ac.uk2006-04-061-0/+1
| * Add code to make handling domain poweroff/reboot symmetrical betweenkaf24@firebug.cl.cam.ac.uk2006-04-067-13/+116
| * Move misplaced CONFIG_KEXEC code chunk in setup-xen.c to its proper location.kaf24@firebug.cl.cam.ac.uk2006-04-061-5/+5
| * Fix the example xend init.d script so it correctly detects when it is runningapeace@paploo.uk.xensource.com2006-04-061-1/+1
| * Add new hypercall "set_callback" taking a callback identifier and theIan.Campbell@xensource.com2006-04-0612-21/+303
| * More simplifications to blkback:kaf24@firebug.cl.cam.ac.uk2006-04-064-45/+27
| * Stupidly forgot there is a separate waitqueue for free pending requestkaf24@firebug.cl.cam.ac.uk2006-04-061-2/+5
| * Fix the blkif_schedule() kthread loop. Much simpler; much more correct.kaf24@firebug.cl.cam.ac.uk2006-04-061-37/+10
| * Allow CONFIG_DEBUG_INFO to be specified when buildingkaf24@firebug.cl.cam.ac.uk2006-04-064-224/+3
| * Remove some unnecessary code from the vTPM hotplug scripts.kaf24@firebug.cl.cam.ac.uk2006-04-061-6/+0
| * Fix a problem that was caused by recent changes to the xenbus'skaf24@firebug.cl.cam.ac.uk2006-04-061-42/+79
| * Update the user manual appendix to describe bow to get a mouse workingkaf24@firebug.cl.cam.ac.uk2006-04-061-1/+27
| * Remove unused code in netback's net_rx_action():kaf24@firebug.cl.cam.ac.uk2006-04-061-3/+0
| * Use PAGE_OFFSET instead of __PAGE_OFFSET in netfront.c.kaf24@firebug.cl.cam.ac.uk2006-04-061-4/+4
| * Remove unused teardown_irq() definition. Removes two files from sparse tree.kaf24@firebug.cl.cam.ac.uk2006-04-062-669/+0
* | Factor out the parsing of XAUTHORITY, so that it can be used by the unit test,emellor@leeni.uk.xensource.com2006-04-062-8/+20
* | Fix test to match change to DCE formatting of UUIDs.emellor@leeni.uk.xensource.com2006-04-061-2/+2
|/
* Merged.emellor@leeni.uk.xensource.com2006-04-0680-1111/+945
|\
| * Backtrack on the new interface for reserved event-channelkaf24@firebug.cl.cam.ac.uk2006-04-059-68/+100
| * Add new interface for allocating reserved event-channelkaf24@firebug.cl.cam.ac.uk2006-04-052-1/+56
| * Clean up build system some more. No need to explicitlykaf24@firebug.cl.cam.ac.uk2006-04-0528-160/+70
| * Clean up HDRS Makefile variable.kaf24@firebug.cl.cam.ac.uk2006-04-052-12/+15
| * Add support for XCHG instruction accessing LAPIC device model.kaf24@firebug.cl.cam.ac.uk2006-04-055-1/+35
| * Rename update_dom_time() to update_vcpu_system_time().kaf24@firebug.cl.cam.ac.uk2006-04-057-35/+31
| * Extend the 'badpage' boot option to parse inclusivekaf24@firebug.cl.cam.ac.uk2006-04-051-7/+20
| * Fix a regression in hvm_pio_assist() when booting Windowskaf24@firebug.cl.cam.ac.uk2006-04-051-44/+33
| * gdbserver readme update.kaf24@firebug.cl.cam.ac.uk2006-04-051-3/+4
| * There are a couple of bugs with the current handling of reads and writeskaf24@firebug.cl.cam.ac.uk2006-04-051-5/+8
| * Define Xen interface version for tools build.kaf24@firebug.cl.cam.ac.uk2006-04-051-0/+2
| * Fix checksum-offload problems introduced in c/s 9514, due tokaf24@firebug.cl.cam.ac.uk2006-04-052-10/+21
| * We had reports of reboot not working on certain machines (specificallykaf24@firebug.cl.cam.ac.uk2006-04-043-82/+343
| * With the standard (XEN) prefix and the setting of 8 words per line,kaf24@firebug.cl.cam.ac.uk2006-04-042-9/+10
| * HVM patch to add pio IOREQ_WRITE OVERLAP/REPZ support in hvm io.ckaf24@firebug.cl.cam.ac.uk2006-04-041-21/+34