aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle failure to register the xen store event channel instead of3.0.2-branchedIan.Campbell@xensource.com2006-04-032-21/+26
* Make checksum handling in the virtual network drivers more robust.kaf24@firebug.cl.cam.ac.uk2006-04-027-32/+56
* Enable HYPERVISOR_sched_op() and HYPERVISOR_sched_opt_compat() for ia64.kaf24@firebug.cl.cam.ac.uk2006-04-021-2/+12
* Define __XEN_INTERFACE_VERSION__ when building Xen.kaf24@firebug.cl.cam.ac.uk2006-04-021-1/+11
* This patch fixes several issues related to vmxassist:kaf24@firebug.cl.cam.ac.uk2006-04-015-46/+63
* Rename sched_op->sched_op_compat and sched_op_new->sched_opkaf24@firebug.cl.cam.ac.uk2006-04-0110-31/+36
* When dom0 fails to balloon enough memory to allow a new domain to start,kaf24@firebug.cl.cam.ac.uk2006-04-011-1/+1
* Changed deprecated "set-vcpus" to "vcpu-set" in the xm man page.kaf24@firebug.cl.cam.ac.uk2006-04-011-3/+3
* Fix makefiles for hvmloader and vmxassist for FC5 on x86_64kaf24@firebug.cl.cam.ac.uk2006-04-012-4/+4
* [SVM] Do not update seg.base in realmode while obtaining the iokaf24@firebug.cl.cam.ac.uk2006-04-011-5/+1
* Minor minios traps.c fix for x86/64.kaf24@firebug.cl.cam.ac.uk2006-04-011-28/+25
* [IA64] Include features header in xenbus_probe and build features.ckaf24@firebug.cl.cam.ac.uk2006-04-012-1/+2
* Add new boot parameter 'lowmem_emergency_pool' which createskaf24@firebug.cl.cam.ac.uk2006-04-011-1/+33
* Fix do_IRQ high bit masking.cl349@firebug.cl.cam.ac.uk2006-03-316-8/+115
* Plumb network vif credit-based rate limiting thorugh xenbuskaf24@firebug.cl.cam.ac.uk2006-03-315-25/+130
* Currently, xm & xend allow an XAUTHORITY to be specified in the configkaf24@firebug.cl.cam.ac.uk2006-03-311-1/+8
* Various softirq cleanups:kaf24@firebug.cl.cam.ac.uk2006-03-313-11/+8
* Disable xen bus and grant tables when supervisor_mode_kernel is enabled.Ian.Campbell@xensource.com2006-03-312-2/+14
* See panic messages before the post message processing.kaf24@firebug.cl.cam.ac.uk2006-03-311-0/+1
* Enable the setting and trapping of breakpoints for hvm guest.kaf24@firebug.cl.cam.ac.uk2006-03-314-2/+50
* The ia64 build doesn't yet include drivers/xen/Kconfig directly so wekaf24@firebug.cl.cam.ac.uk2006-03-311-0/+5
* Merged.emellor@leeni.uk.xensource.com2006-03-3116-100/+234
|\
| * Remove __HYPERVISOR_sched_op_new in favour of a header file interface version...cl349@firebug.cl.cam.ac.uk2006-03-3016-98/+232
| * Change how we add the include asm override to CPPFLAGS.cl349@firebug.cl.cam.ac.uk2006-03-302-2/+2
* | Remove the transaction parameter from xenbus_switch_state and move the stateemellor@leeni.uk.xensource.com2006-03-3110-54/+48
* | Better formatting of error messages for xmlrpclib.Faults, matching similar codeemellor@leeni.uk.xensource.com2006-03-311-0/+13
* | Print error messages to stderr. Remove unused handle_xend_error.emellor@leeni.uk.xensource.com2006-03-311-14/+3
* | Set the permissions correctly on the XML-RPC UDP socket, so that non-root usersemellor@leeni.uk.xensource.com2006-03-312-7/+10
* | Further attempts to recover from a corrupt store, this one triggered when aemellor@leeni.uk.xensource.com2006-03-311-0/+1
* | Don't use abbreviated ip subcommands -- these are not accepted by iproute2.emellor@leeni.uk.xensource.com2006-03-312-3/+10
|/
* Merged.emellor@leeni.uk.xensource.com2006-03-3016-173/+190
|\
| * The attached trivial patch fixes cases where a block device is mountedkaf24@firebug.cl.cam.ac.uk2006-03-301-1/+1
| * Fix comment.smh22@firebug.cl.cam.ac.uk2006-03-301-2/+2
| * More fixes to gdbserver for HVM guest debugging. Also fixkaf24@firebug.cl.cam.ac.uk2006-03-3010-166/+180
| * Use AFLAGS for assembly files so we can "+=" more flags.kaf24@firebug.cl.cam.ac.uk2006-03-303-3/+6
| * Include the E7520 (e.g., Dell 1850) irqbalance quirk fix even whenkaf24@firebug.cl.cam.ac.uk2006-03-301-1/+1
* | Added medium-length (around 20 minute run-time) test group.emellor@leeni.uk.xensource.com2006-03-302-1/+28
|/
* Merged.emellor@leeni.uk.xensource.com2006-03-301-12/+24
|\
| * Fix xenconsoled when sending lots of console data to a domU.kaf24@firebug.cl.cam.ac.uk2006-03-301-12/+24
* | Check the return value of domain_lookup_by_name_or_id_nr for None (i.e. noemellor@leeni.uk.xensource.com2006-03-301-5/+26
* | Fix the ProtocolError seen when the server throws an exception and runningemellor@leeni.uk.xensource.com2006-03-301-6/+9
|/
* Same panic() behaviour as native Linux when running as domain 0.kaf24@firebug.cl.cam.ac.uk2006-03-301-2/+2
* Xen waits 5 seconds to reboot when domain 0 crashes, givingkaf24@firebug.cl.cam.ac.uk2006-03-301-0/+8
* Revert accidental commit.emellor@leeni.uk.xensource.com2006-03-294-53/+0
* Merged.emellor@leeni.uk.xensource.com2006-03-294-0/+53
* Fix save/restore on 64-bit. smh22@firebug.cl.cam.ac.uk2006-03-291-1/+1
* Fix save/restore bug; further rationalization of xenbus state machine smh22@firebug.cl.cam.ac.uk2006-03-291-5/+10
* Free shadows of any pages which are released by a domain back to Xen.cl349@firebug.cl.cam.ac.uk2006-03-291-0/+3
* Re-arrange code for followup patch and remove extra shadow_lock in function w...cl349@firebug.cl.cam.ac.uk2006-03-291-44/+42
* Compute actual baud rate from UART divisor latch contentskaf24@firebug.cl.cam.ac.uk2006-03-291-4/+17