aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix README.kaf24@firebug.cl.cam.ac.uk2005-07-111-6/+6
* Device model SXP cleanupkaf24@firebug.cl.cam.ac.uk2005-07-113-31/+25
* Tools build fixes.kaf24@firebug.cl.cam.ac.uk2005-07-112-2/+2
* This is the patch for xen which allows using up to 16 GBkaf24@firebug.cl.cam.ac.uk2005-07-111-6/+9
* non-PAE behavior should be identical after applying thesekaf24@firebug.cl.cam.ac.uk2005-07-118-40/+149
* Place all low mem in DMA pool.kaf24@firebug.cl.cam.ac.uk2005-07-111-1/+8
* This adds a patch for the vanilla kernel, to be pushed upstream somekaf24@firebug.cl.cam.ac.uk2005-07-113-8/+169
* Another fix to the hgignore list.kaf24@firebug.cl.cam.ac.uk2005-07-111-173/+173
* Remove 2.6.11 patches directory.kaf24@firebug.cl.cam.ac.uk2005-07-119-4516/+0
* Remove old linux sparse trees.kaf24@firebug.cl.cam.ac.uk2005-07-11318-124259/+0
* We need this patch to make shadow code compile ok on FC4 which is usingkaf24@firebug.cl.cam.ac.uk2005-07-112-3/+3
* Manual merge.kaf24@firebug.cl.cam.ac.uk2005-07-11333-10/+128925
|\
| * The 1:1 page table should be a 3 level PAE page table on x86-64 kaf24@firebug.cl.cam.ac.uk2005-07-116-10/+150
* | upgrade linux sparse tree from 2.6.11 to 2.6.12vh249@kneesaa.uk.xensource.com2005-07-11100-6107/+3548
* | lose latest digit of the sparse tree for 2.4vh249@kneesaa.uk.xensource.com2005-07-1181-2/+3
* | lose latest digit of the sparse tree for 2.6vh249@kneesaa.uk.xensource.com2005-07-11241-4/+5
|/
* Remaining files for shadow 64 mode checkin. kaf24@firebug.cl.cam.ac.uk2005-07-113-0/+670
* Added regexp fixes kaf24@firebug.cl.cam.ac.uk2005-07-111-186/+185
* Check in files I missed from shadow64 checkin.kaf24@firebug.cl.cam.ac.uk2005-07-112-0/+5042
* Fix stupid switch stmt mess-up that broke emulationkaf24@firebug.cl.cam.ac.uk2005-07-111-5/+5
* Now we have extended the patch to support x86_64 domU as well. Thekaf24@firebug.cl.cam.ac.uk2005-07-1112-1413/+1007
* Don't build xenctx by default,a nd fix one error msg.kaf24@firebug.cl.cam.ac.uk2005-07-112-2/+2
* Manual merge.kaf24@firebug.cl.cam.ac.uk2005-07-111-1/+2
|\
| * fix build when not using grant tables for blkdev. smh22@firebug.cl.cam.ac.uk2005-07-101-1/+2
* | cmpl workaround for mmio regionskaf24@firebug.cl.cam.ac.uk2005-07-111-2/+12
* | Remove debug printks.kaf24@firebug.cl.cam.ac.uk2005-07-111-4/+1
* | Narrow the diff between i386 and x86-64 for xen0 config.kaf24@firebug.cl.cam.ac.uk2005-07-111-1/+1
* | More verbose log when vmx_decode() fails.kaf24@firebug.cl.cam.ac.uk2005-07-111-1/+4
* | Fix xenctx compilation and support 64 bit.kaf24@firebug.cl.cam.ac.uk2005-07-112-16/+48
|/
* Manual merge.kaf24@firebug.cl.cam.ac.uk2005-07-103-0/+24
|\
| * add ocaml compilation targets and pdb to .hgignore ach61@arcadians.cl.cam.ac.uk2005-07-101-0/+3
* | Small fix to x86_64 entry.S.kaf24@firebug.cl.cam.ac.uk2005-07-101-1/+1
* | Remove checks for libcurl. It's no longer a dependency.kaf24@firebug.cl.cam.ac.uk2005-07-102-21/+0
|/
* Manual merge.kaf24@firebug.cl.cam.ac.uk2005-07-098-90/+135
|\
| * Merge.sos22@douglas.cl.cam.ac.uk2005-07-082-3/+19
| |\
| | * Certain types of event channel are now auto-bound to vcpu0 by Xen.sos22@douglas.cl.cam.ac.uk2005-07-083-5/+21
| * | Get rid of some debug printks.sos22@douglas.cl.cam.ac.uk2005-07-082-16/+2
| * | Get a very primitive relation of IRQ affinity working. For thesos22@douglas.cl.cam.ac.uk2005-07-083-50/+77
| |/
| * Clean up Xen's event-channel interface, and semantics for bindingkaf24@firebug.cl.cam.ac.uk2005-07-087-45/+61
* | Make structs non-empty.kaf24@firebug.cl.cam.ac.uk2005-07-091-1/+2
|/
* Merge.sos22@douglas.cl.cam.ac.uk2005-07-088-66/+195
|\
| * The attached patch adds a new dom0_op, DOM0_GETDOMAININFOLIST. Thiskaf24@firebug.cl.cam.ac.uk2005-07-084-50/+156
| * trivial header fix for ACM code.kaf24@firebug.cl.cam.ac.uk2005-07-081-0/+1
| * Fix top Makefile targets linux24 and linux26.kaf24@firebug.cl.cam.ac.uk2005-07-081-2/+2
| * Add debug-register access emulation.kaf24@firebug.cl.cam.ac.uk2005-07-081-13/+35
| * python wrapper arg fix from aq.kaf24@firebug.cl.cam.ac.uk2005-07-081-1/+1
* | Merge.sos22@douglas.cl.cam.ac.uk2005-07-0814-46/+121
|\|
| * Fix cross-compilation, and gcc4.kaf24@firebug.cl.cam.ac.uk2005-07-074-18/+14
| * Change default Xen scheduler to Stephan Diestelhorst's SEDF, which can provid...iap10@freefall.cl.cam.ac.uk2005-07-061-2/+2
| * Enable CONFIG_SMP, CONFIG_SMP_HOTPLUG and CONFIG_SMP_ALTERNATIVES in the -xen...iap10@freefall.cl.cam.ac.uk2005-07-061-3/+9