aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* Mergecl349@firebug.cl.cam.ac.uk2005-12-041-5/+11
|\
| * Pull requests from blkfront into blkback a bit morekaf24@firebug.cl.cam.ac.uk2005-12-041-5/+11
* | Make version strings consistent across all interfaces.cl349@firebug.cl.cam.ac.uk2005-12-042-2/+2
* | Update -xen config file to include newgen megaraid and qla scsi drivers.cl349@firebug.cl.cam.ac.uk2005-12-041-7/+8
|/
* Fix request-notification holdoff in blkback. New code iskaf24@firebug.cl.cam.ac.uk2005-12-031-4/+5
* Remove scary warning message about 'breaking irq affinity'kaf24@firebug.cl.cam.ac.uk2005-12-031-1/+1
* Always initialise a swiotlb for domain0. Make it a small kaf24@firebug.cl.cam.ac.uk2005-12-031-13/+14
* Fix block backend teardown when the device didn't setup completely.cl349@firebug.cl.cam.ac.uk2005-12-031-5/+4
* Fix blkback request notification holdoff. req_cons must bekaf24@firebug.cl.cam.ac.uk2005-12-031-7/+7
* Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2005-12-032-4/+32
|\
| * Using a slow serial console with sync_console on SMP leaves ankaf24@firebug.cl.cam.ac.uk2005-12-031-1/+2
| * Merged.emellor@leeni.uk.xensource.com2005-12-0218-121/+87
| |\
| * | Fix the block-sharing check for physical devices by using a lock to serialiseemellor@leeni.uk.xensource.com2005-12-021-3/+30
* | | Revert to simpler ia64 defconfigs, generic one causes loopback failuresdjm@kirby.fc.hp.com2005-12-021-249/+286
* | | Mergedjm@kirby.fc.hp.com2005-12-0273-1188/+1154
|\ \ \ | | |/ | |/|
| * | More console-related cleanups.kaf24@firebug.cl.cam.ac.uk2005-12-024-25/+16
| * | Simplify console driver and avoid unnecessary spinning in thekaf24@firebug.cl.cam.ac.uk2005-12-025-69/+33
| * | Disable devfs from the -xen configs. It's obsolete and was causing problems f...iap10@freefall.cl.cam.ac.uk2005-12-022-2/+2
| * | Avoid a hang when probing the partition table on imported blocksos22@douglas.cl.cam.ac.uk2005-12-023-5/+8
| * | Blkif request notifications use generic ring req_event holdoffkaf24@firebug.cl.cam.ac.uk2005-12-022-12/+11
| * | Clean up netif messages. Remove bitfields, and createkaf24@firebug.cl.cam.ac.uk2005-12-022-8/+10
| * | Fix tpm split driver to include grant-table defintions.kaf24@firebug.cl.cam.ac.uk2005-12-022-0/+2
| * | While working bug #143, it came to my attention that no verbose error iskaf24@firebug.cl.cam.ac.uk2005-12-021-0/+5
| |/
| * Fix VBD recovery logic on SMP guests (+ a minor error reporting fix for save)smh22@firebug.cl.cam.ac.uk2005-12-011-9/+19
| * Implement generic notiication hold-off in the ring macroskaf24@firebug.cl.cam.ac.uk2005-12-015-82/+78
| * Define explicit evtchn_port_t type (32 bits) and plumb upkaf24@firebug.cl.cam.ac.uk2005-12-011-51/+31
| * fix the console when only XEN_PHYSDEV_ACCESS is Yes.vhanquez@kneesa.uk.xensource.com2005-12-012-2/+2
| * Move net split driver onto ring.h generic rings.kaf24@firebug.cl.cam.ac.uk2005-12-0113-164/+189
| * Add a new /proc/xen file called 'capabilities'. Currently, when read in dom0 ...iap10@freefall.cl.cam.ac.uk2005-12-011-0/+17
| * Improve the tls warning message to mention that the best soloution is to inst...iap10@freefall.cl.cam.ac.uk2005-12-011-2/+4
| * GNTTABOP_map_grant_ref returns error status and handle askaf24@firebug.cl.cam.ac.uk2005-11-3012-36/+36
| * Public interface cleanups. Widen some fields in publickaf24@firebug.cl.cam.ac.uk2005-11-304-20/+20
| * Add ATA-over-Ethernet as a module to the default 32-bit -xen configkaf24@firebug.cl.cam.ac.uk2005-11-301-1/+1
| * Cleanup backend block device logic under save/restore; this should smh22@firebug.cl.cam.ac.uk2005-11-293-4/+27
| * Make psmouse module builtin.rread@ubuntu.eng.hq.xensource.com2005-11-281-2/+2
| * Bundle vcpu_time and vcpu_info structures together into a singlekaf24@firebug.cl.cam.ac.uk2005-11-2810-23/+24
| * mergeMichael.Fetterman@cl.cam.ac.uk2005-11-281-0/+6
| |\
| | * mergeMichael.Fetterman@cl.cam.ac.uk2005-11-281-0/+6
| | |\
| | | * Avoid ccache and distcc for x86-64 compilation of ia32/syscall32.cMichael.Fetterman@cl.cam.ac.uk2005-11-231-0/+6
| * | | arch/xen/kernel/fixup.c -> arch/xen/i386/kernel/fixup.ckaf24@firebug.cl.cam.ac.uk2005-11-288-28/+12
| * | | More cleanups to the pmd-shared patch.kaf24@firebug.cl.cam.ac.uk2005-11-261-26/+27
| * | | Merged.emellor@leeni.uk.xensource.com2005-11-262-56/+0
| |\ \ \
| | * | | Implement new memory_op() XENMEM_machphys_mfn_list. Replaces oldkaf24@firebug.cl.cam.ac.uk2005-11-252-56/+0
| * | | | Check when using physical devices that the device is not already in use. Usingemellor@leeni.uk.xensource.com2005-11-253-39/+67
| |/ / /
| * | | Merged.emellor@leeni.uk.xensource.com2005-11-258-360/+351
| |\ \ \
| | * | | Update vtpm driver following the recent changes to the kaf24@firebug.cl.cam.ac.uk2005-11-256-316/+315
| | * | | Big reworking of SHARED_KERNEL_PMD logic. Includes severalkaf24@firebug.cl.cam.ac.uk2005-11-242-44/+36
| * | | | Move XenbusState from the Linux-specific xenbus.h into a new file with the Xenemellor@leeni.uk.xensource.com2005-11-251-21/+2
| |/ / /
| * | | Merged.emellor@leeni.uk.xensource.com2005-11-249-56/+62
| |\ \ \
| | * | | Remove CONFIG_PREEMPT configuration option from Xen kernel builds.kaf24@firebug.cl.cam.ac.uk2005-11-248-40/+26