aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Install libxenstore in /usr/lib64 for 64 bit buildsiap10@firebug.cl.cam.ac.uk2005-08-101-1/+0
| * | | | Small time fixes.kaf24@firebug.cl.cam.ac.uk2005-08-101-10/+8
* | | | | Make xenconsole more friendly when invoked directly.cl349@firebug.cl.cam.ac.uk2005-08-101-6/+14
|/ / / /
* | | | Fix wallclock initialisation in domain0.kaf24@firebug.cl.cam.ac.uk2005-08-101-8/+4
* | | | Fix domain0 builder for PAE.kaf24@firebug.cl.cam.ac.uk2005-08-103-19/+26
* | | | Fix 64-bit __get_user() on 32-bit x86. Needed for PAE.kaf24@firebug.cl.cam.ac.uk2005-08-101-1/+1
* | | | Fix stupid typo in previous checkin (stopped time.ckaf24@firebug.cl.cam.ac.uk2005-08-101-1/+1
* | | | Fix time handling on x86/64.kaf24@firebug.cl.cam.ac.uk2005-08-102-0/+16
* | | | Fix simple index error in error handling. Now reports correct domain name in...twilkie@paploo.uk.xensource.com2005-08-101-1/+1
* | | | mergekaf24@firebug.cl.cam.ac.uk2005-08-106-37/+62
|\ \ \ \
| * \ \ \ merge?cl349@firebug.cl.cam.ac.uk2005-08-103-7/+12
| |\ \ \ \
| * | | | | Make xen daemon startup more robust.cl349@firebug.cl.cam.ac.uk2005-08-106-37/+62
* | | | | | dma_map_single can't sleep since it may be called with locks held, orkaf24@firebug.cl.cam.ac.uk2005-08-102-4/+4
| |/ / / / |/| | | |
* | | | | Add padding to allocation bitmap. Should fix page faultkaf24@firebug.cl.cam.ac.uk2005-08-101-5/+10
* | | | | The following patch adds cramfs support to domU kernels so cramfs basedkaf24@firebug.cl.cam.ac.uk2005-08-102-2/+2
|/ / / /
* | | | Initialize the xenstore MFN for VMX domainscl349@firebug.cl.cam.ac.uk2005-08-105-55/+94
* | | | merge?cl349@firebug.cl.cam.ac.uk2005-08-094-8/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Directly including ../tools breaks building in separate object tree,kaf24@firebug.cl.cam.ac.uk2005-08-094-8/+4
* | | | Do not suppress errors on writes outside transactions.cl349@firebug.cl.cam.ac.uk2005-08-091-2/+1
|/ / /
* | | Add missing LGPL license notice to python sourceskaf24@firebug.cl.cam.ac.uk2005-08-0960-37/+976
* | | PAE PMDs must be made writable before freeing.kaf24@firebug.cl.cam.ac.uk2005-08-091-0/+1
* | | mergekaf24@firebug.cl.cam.ac.uk2005-08-091-821/+583
|\ \ \
| * \ \ merge?cl349@firebug.cl.cam.ac.uk2005-08-092-110/+61
| |\ \ \
| * | | | The following patch is a major restructuring of main.py to be more straight f...cl349@firebug.cl.cam.ac.uk2005-08-091-821/+583
* | | | | mergekaf24@firebug.cl.cam.ac.uk2005-08-0924-813/+522
|\ \ \ \ \
| * | | | | Updates to SV. New look. Removed and simplified lots of files.twilkie@paploo.uk.xensource.com2005-08-0924-813/+522
| | |/ / / | |/| | |
* / | | | When building in separate object directory entry.o fails buildingkaf24@firebug.cl.cam.ac.uk2005-08-091-0/+1
|/ / / /
* / / / Fixes for x86/64 writable pagetables, including SMPkaf24@firebug.cl.cam.ac.uk2005-08-092-110/+61
|/ / /
* | | Restore suspend/resume calls for the control interface on suspend/resume.cl349@firebug.cl.cam.ac.uk2005-08-091-0/+4
* | | Don't expose xenstore daemon-only permission bits through python bindings.cl349@firebug.cl.cam.ac.uk2005-08-091-13/+4
* | | Simple fix to getdomaininfo cpu_time calculation forkaf24@firebug.cl.cam.ac.uk2005-08-081-2/+1
* | | Fix page_to_phys() macro as suggested by Gerd.kaf24@firebug.cl.cam.ac.uk2005-08-081-5/+2
* | | That one is obviously needed to make pae xen-linux work withkaf24@firebug.cl.cam.ac.uk2005-08-081-1/+2
* | | Fix x86/64 xenlinux build. Remove stupid patch.kaf24@firebug.cl.cam.ac.uk2005-08-082-69/+2
* | | Fix signedness issue in xenlinux timer interrupt handler.kaf24@firebug.cl.cam.ac.uk2005-08-081-1/+1
* | | Really fix the x86/64 build. Get rid of push/pop fromkaf24@firebug.cl.cam.ac.uk2005-08-082-24/+20
* | | Fix the x86/64 build.kaf24@firebug.cl.cam.ac.uk2005-08-082-18/+18
* | | Remove dead file.kaf24@firebug.cl.cam.ac.uk2005-08-081-120/+0
* | | Remove dead files.kaf24@firebug.cl.cam.ac.uk2005-08-082-396/+0
* | | Fix both Xen and XenLinux to correctly handle 64-bitkaf24@firebug.cl.cam.ac.uk2005-08-082-40/+70
* | | 1) More testing: include tests which I forgot in previous patch, removekaf24@firebug.cl.cam.ac.uk2005-08-0827-86/+1435
* | | Fix hw_resend_irq() -- IRQ_PENDING must be propagated backkaf24@firebug.cl.cam.ac.uk2005-08-083-0/+218
* | | The attached patch adds -Werror to HOSTCFLAGS in Config.mk, makeskaf24@firebug.cl.cam.ac.uk2005-08-083-7/+7
* | | Attached is a patch to x86_64 xenlinux. It also includes cleanups. Wekaf24@firebug.cl.cam.ac.uk2005-08-086-119/+312
* | | Writable pagetables for x86/64. Xen portion.kaf24@firebug.cl.cam.ac.uk2005-08-0811-125/+269
* | | Really include renamed console files. :-)kaf24@firebug.cl.cam.ac.uk2005-08-0712-0/+1393
* | | Rename console binaries to xenconsole and xenconsoled.kaf24@firebug.cl.cam.ac.uk2005-08-0717-1410/+8
* | | this patch fixes X86_64 Xorg Xfree86 issues.kaf24@firebug.cl.cam.ac.uk2005-08-071-2/+2
* | | Fix perfc_defn.h to allow multiple inclusion.kaf24@firebug.cl.cam.ac.uk2005-08-061-3/+4
* | | xend prints out some messages when starting, which is annoying. Thiskaf24@firebug.cl.cam.ac.uk2005-08-061-4/+4