aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update version number for Xen 3.0.0 release.cl349@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Make version strings consistent across all interfaces.cl349@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Bump blktap and dom0op version numbers.kaf24@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Add a comment to tricky corner case in evtchn_close().kaf24@firebug.cl.cam.ac.uk2005-12-041-0/+8
* Fixes unmodified 32-bit guest support on the x86_64 Xen.kaf24@firebug.cl.cam.ac.uk2005-12-031-4/+14
* Fix typo in previous changeset. Include is ../grant_table.hkaf24@firebug.cl.cam.ac.uk2005-12-033-3/+3
* Inclide grant_ref_t definition in split-driver structkaf24@firebug.cl.cam.ac.uk2005-12-033-2/+4
* Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2005-12-037-73/+83
|\
| * Fix PAE bootstrap.kaf24@firebug.cl.cam.ac.uk2005-12-021-4/+4
| * Add a defensive batched tlb flush to free_page_type(), tokaf24@firebug.cl.cam.ac.uk2005-12-021-11/+29
| * Move cpu0_stack out of Xen text section and into BSS. Thiskaf24@firebug.cl.cam.ac.uk2005-12-026-58/+50
* | Minor changes due to file movement to merge xen-unstable with xen-ia64-unstabledjm@kirby.fc.hp.com2005-12-022-0/+4
* | Mergedjm@kirby.fc.hp.com2005-12-0284-2951/+1693
|\|
| * Blkif request notifications use generic ring req_event holdoffkaf24@firebug.cl.cam.ac.uk2005-12-021-5/+4
| * Add padding to ring headers for future expansion.kaf24@firebug.cl.cam.ac.uk2005-12-021-0/+2
| * Clean up netif messages. Remove bitfields, and createkaf24@firebug.cl.cam.ac.uk2005-12-021-6/+14
| * Fix __get_user() asm warning by making source and destkaf24@firebug.cl.cam.ac.uk2005-12-021-1/+1
| * Avoid ns16550 poll timeout underflow.kaf24@firebug.cl.cam.ac.uk2005-12-021-1/+2
| * More fixes for live migrate on PAE and 64-bit. smh22@firebug.cl.cam.ac.uk2005-12-023-13/+14
| * Implement generic notiication hold-off in the ring macroskaf24@firebug.cl.cam.ac.uk2005-12-013-56/+130
| * Prevent BVT scheduler to be set with a too low ctx_allow by applyingvhanquez@kneesa.uk.xensource.com2005-12-011-0/+5
| * Define explicit evtchn_port_t type (32 bits) and plumb upkaf24@firebug.cl.cam.ac.uk2005-12-011-15/+17
| * Move net split driver onto ring.h generic rings.kaf24@firebug.cl.cam.ac.uk2005-12-012-49/+11
| * GNTTABOP_map_grant_ref returns error status and handle askaf24@firebug.cl.cam.ac.uk2005-11-304-18/+25
| * Public interface cleanups. Widen some fields in publickaf24@firebug.cl.cam.ac.uk2005-11-308-78/+52
| * Remove some vmx header files from Xen public interfaces.kaf24@firebug.cl.cam.ac.uk2005-11-309-69/+10
| * We need to do sync when mov_to_cr3 to a value already shadowed.kaf24@firebug.cl.cam.ac.uk2005-11-302-1/+4
| * domain_pause duplicates the code from vcpu_pause. Eliminate thekaf24@firebug.cl.cam.ac.uk2005-11-301-5/+1
| * writable_pl1e in shadow mode is a machine address, sokaf24@firebug.cl.cam.ac.uk2005-11-301-1/+1
| * Fix typo. smh22@firebug.cl.cam.ac.uk2005-11-292-4/+5
| * Avoid audit code during live migrate on 32bit since it's not required. smh22@firebug.cl.cam.ac.uk2005-11-291-30/+34
| * Tidy up audit code for PAE plus avoid its use during live migrate where smh22@firebug.cl.cam.ac.uk2005-11-292-58/+77
| * Remove shadow32 dead code (it's never built for other thankaf24@firebug.cl.cam.ac.uk2005-11-292-21/+2
| * Fix vmx guest issue of allowing accessing supervisor pagekaf24@firebug.cl.cam.ac.uk2005-11-291-0/+20
| * Small fix for shadow mode: fix a p.t. limit check.kaf24@firebug.cl.cam.ac.uk2005-11-292-2/+2
| * Bundle vcpu_time and vcpu_info structures together into a singlekaf24@firebug.cl.cam.ac.uk2005-11-2811-46/+46
| * Hardcode many cpu features for x86/64 -- we know 64-bitkaf24@firebug.cl.cam.ac.uk2005-11-281-6/+24
| * In alloc_vcpu_struct, after doing a memset on the new allocated vcpu, wekaf24@firebug.cl.cam.ac.uk2005-11-282-10/+14
| * Remove bogus extra unmap_domain_page() call inkaf24@firebug.cl.cam.ac.uk2005-11-282-4/+0
| * mergeMichael.Fetterman@cl.cam.ac.uk2005-11-286-50/+34
| |\
| | * mergeMichael.Fetterman@cl.cam.ac.uk2005-11-286-50/+34
| | |\
| | | * minor printf and log message rework in the shadow code.Michael.Fetterman@cl.cam.ac.uk2005-11-283-16/+16
| | | * Allow __gpfn_to_mfn() to automatically deal with translated domains != current.Michael.Fetterman@cl.cam.ac.uk2005-11-285-27/+13
| * | | Simplify boot_vcpu() implementation.kaf24@firebug.cl.cam.ac.uk2005-11-281-5/+1
| * | | Clean the arch_memory_op() for-loop header.kaf24@firebug.cl.cam.ac.uk2005-11-261-3/+2
| * | | Fix x86_64 build. smh22@firebug.cl.cam.ac.uk2005-11-261-2/+2
| * | | Implement new memory_op() XENMEM_machphys_mfn_list. Replaces oldkaf24@firebug.cl.cam.ac.uk2005-11-256-2/+118
| * | | In shadow-external mode, every VCPU must free its ownkaf24@firebug.cl.cam.ac.uk2005-11-252-19/+11
| * | | Merged.emellor@leeni.uk.xensource.com2005-11-252-99/+94
| |\ \ \
| | * | | Use page-sized batches in GETPAGEFRAMEINFO2 (and generally tidy up). smh22@firebug.cl.cam.ac.uk2005-11-251-10/+4