aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixes to mtrr interface code in linux guest.kaf24@firebug.cl.cam.ac.uk2006-01-041-3/+10
| * | Add IO-APIC interrupt debugging to 'i' debug key.kaf24@firebug.cl.cam.ac.uk2006-01-042-1/+51
| * | Fix split of duties between close_netdev() andkaf24@firebug.cl.cam.ac.uk2006-01-041-10/+13
| * | Add pending status to irq debugkey dump.kaf24@firebug.cl.cam.ac.uk2006-01-041-5/+16
| * | Add dubug key for dumping guest-bound physical interruptskaf24@firebug.cl.cam.ac.uk2006-01-041-3/+61
| * | This patch adds TPM_Seal support to the VTSP. On measured platformskaf24@firebug.cl.cam.ac.uk2006-01-043-17/+220
| * | mergekaf24@firebug.cl.cam.ac.uk2006-01-0318-65/+3905
| |\ \
| | * \ Marge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-01-0342-233/+243
| | |\ \ | | | |/ | | |/|
| | * | Adapt xen-ia64 to changes in xen-unstabledjm@kirby.fc.hp.com2006-01-032-0/+2
| | * | Mergedjm@kirby.fc.hp.com2006-01-0370-725/+2300
| | |\ \
| | * | | Small bug fixesdjm@kirby.fc.hp.com2006-01-032-2/+2
| | * | | Enable stack trace on Xen BUG (by Isaku Yamahata)djm@kirby.fc.hp.com2005-12-3011-13/+3854
| | * | | Plumb through nr_pages -- needed for correct balloon driver functiondjm@kirby.fc.hp.com2005-12-303-3/+5
| | * | | Missing initialization in cache sync code (by Anthony Xu)djm@kirby.fc.hp.com2005-12-301-1/+1
| | * | | Ensure initrd fields are set to 0 when no initrd is present (by Kevin Tian)djm@kirby.fc.hp.com2005-12-291-0/+3
| | * | | Leave psr.ic on in pal_cache_flush -- fixes Linux bug (by Anthony Xu)djm@kirby.fc.hp.com2005-12-291-0/+4
| | * | | Sync caches only on split cache machines (dynamic test instead of compile ifdef)djm@kirby.fc.hp.com2005-12-282-40/+24
| | * | | Missed portion of domU initrd patchdjm@kirby.fc.hp.com2005-12-231-7/+11
| * | | | convert latest old initializer to C99 initializervhanquez@kneesa.uk.xensource.com2006-01-031-1/+1
| | |_|/ | |/| |
| * | | Remove 03_network_attach_detach_multiple_pos.test from xfail listemellor@leeni.uk.xensource.com2006-01-031-1/+1
| * | | Vcpu-list's error message shows an unnecessary header.emellor@leeni.uk.xensource.com2006-01-031-1/+2
| * | | These xm info, top, dmesg and log requre no parameter.emellor@leeni.uk.xensource.com2006-01-031-0/+5
| * | | Move public hvm interfaces into xen/include/public/hvm.kaf24@firebug.cl.cam.ac.uk2006-01-0329-55/+63
| * | | mergekaf24@firebug.cl.cam.ac.uk2006-01-035-63/+44
| |\ \ \
| | * \ \ mergevhanquez@kneesa.uk.xensource.com2006-01-0310-85/+176
| | |\ \ \ | | | | |/ | | | |/|
| | * | | mixup during reorganization. when SIF_INITDOMAIN it should kcons_write_dom0vhanquez@kneesa.uk.xensource.com2006-01-031-3/+3
| | * | | fix possible memory leak if one of the kmalloc fail.vhanquez@kneesa.uk.xensource.com2005-12-311-0/+3
| | * | | remove one pointless macro and make code paths explicit.vhanquez@kneesa.uk.xensource.com2005-12-311-13/+4
| | * | | reorganize code to avoid duplicationvhanquez@kneesa.uk.xensource.com2005-12-311-24/+16
| | * | | Convert old initializer to C99 initializer.vhanquez@kneesa.uk.xensource.com2005-12-311-6/+6
| | * | | directly return -ENOMEM instead of jumping to a return -ENOMEM labelvhanquez@kneesa.uk.xensource.com2005-12-311-4/+1
| | * | | move error handling out of line to avoid duplicated code.vhanquez@kneesa.uk.xensource.com2005-12-311-16/+14
| * | | | Rename VMX option name lapic to apic, and pass it to xen bykaf24@firebug.cl.cam.ac.uk2006-01-0313-129/+144
| | |/ / | |/| |
| * | | Fix VMX disk config string parse (allow leading whitespace).kaf24@firebug.cl.cam.ac.uk2006-01-022-38/+38
| * | | Provide an option to disable ACPI from the VMX config file.kaf24@firebug.cl.cam.ac.uk2006-01-019-47/+138
| |/ /
| * | Clean up 'q' debug key output.kaf24@firebug.cl.cam.ac.uk2005-12-313-21/+21
| * | Allow non-privileged domains restricted access tokaf24@firebug.cl.cam.ac.uk2005-12-3123-59/+276
| * | Store admin-specified ioport capabilities in a rangesetkaf24@firebug.cl.cam.ac.uk2005-12-3117-117/+107
| * | Fix a missing break in ioemu command-line parsing switchkaf24@firebug.cl.cam.ac.uk2005-12-301-0/+1
| * | Fix rdmsrl() for x86_32 -- high 32 bits must be cast tokaf24@firebug.cl.cam.ac.uk2005-12-301-1/+1
| * | Avoid xen crash if there is no VMX support. If a platformkaf24@firebug.cl.cam.ac.uk2005-12-303-26/+16
| * | Move initial stack-pointer adjustment into assemblykaf24@firebug.cl.cam.ac.uk2005-12-304-29/+14
| * | Virtual TPM persistent states contain VTPM secrets, which are encryptedkaf24@firebug.cl.cam.ac.uk2005-12-307-166/+271
| * | Extend the range abstraction by adding an internalkaf24@firebug.cl.cam.ac.uk2005-12-291-5/+25
| * | Add a little more internal abstraction to the rangesetkaf24@firebug.cl.cam.ac.uk2005-12-291-14/+31
| * | Reset the stack pointer on every cpu early during bootstrap.kaf24@firebug.cl.cam.ac.uk2005-12-294-204/+203
| * | Initialise grant tables via core_initcall so that it happenskaf24@firebug.cl.cam.ac.uk2005-12-291-19/+25
| * | Various fixes to Xen stack management. Ensure the cpu0_stackkaf24@firebug.cl.cam.ac.uk2005-12-2910-110/+127
| * | Add auto-destructing per-domain rangeset data structure,kaf24@firebug.cl.cam.ac.uk2005-12-295-0/+435
| * | Fix iobmp_mask setup when permitting a domU access tokaf24@firebug.cl.cam.ac.uk2005-12-281-1/+1