aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix grant-table transfer implementation. Also fix transferkaf24@firebug.cl.cam.ac.uk2005-11-212-38/+21
* Move tpmfe.h file next to other xen specific header files.cl349@firebug.cl.cam.ac.uk2005-11-192-2/+2
* Merged.emellor@leeni.uk.xensource.com2005-11-185-124/+12
|\
| * Remove conditionally-compiled code for Linux 2.4.kaf24@firebug.cl.cam.ac.uk2005-11-184-116/+0
| * Fix race in blkfront resume path (watch thread could fire watch during thesmh22@firebug.cl.cam.ac.uk2005-11-171-8/+12
* | Initialise the request ID in xs_talkv, to silence valgrind. We're not actuallyemellor@leeni.uk.xensource.com2005-11-171-0/+1
|/
* Merged.emellor@leeni.uk.xensource.com2005-11-171-5/+4
|\
| * Fix IOCTL_PRIVCMD_GET_MACH2PHYS_MFNS to work properly forkaf24@firebug.cl.cam.ac.uk2005-11-171-5/+4
* | Here's the patch for making the otherend_changed entrypointemellor@leeni.uk.xensource.com2005-11-171-2/+2
|/
* Many fixes for save/restore and related areas for PAE in particular. Nowsmh22@firebug.cl.cam.ac.uk2005-11-162-15/+40
* Remove unnecessary cast of kmalloc() result.kaf24@firebug.cl.cam.ac.uk2005-11-161-1/+1
* Correctly export xencons functions to avoid ugly 'extern'kaf24@firebug.cl.cam.ac.uk2005-11-161-0/+1
* Fix function that shouldn't be globally defined.kaf24@firebug.cl.cam.ac.uk2005-11-161-3/+3
* Trivial coding style fix.kaf24@firebug.cl.cam.ac.uk2005-11-161-1/+1
* Replace 0 with NULL when assigning pointer fields/parameters.kaf24@firebug.cl.cam.ac.uk2005-11-163-3/+3
* Fix 64-bit build that I broke by making acpi table mappingkaf24@firebug.cl.cam.ac.uk2005-11-151-1/+1
* acpi change is Xen/x86 specific, so make it dependent onkaf24@firebug.cl.cam.ac.uk2005-11-151-1/+1
* Declare local variables at the start of a block, not in the middlekaf24@firebug.cl.cam.ac.uk2005-11-143-10/+14
* Clean up xenstore/console shared page initialisation, which iskaf24@firebug.cl.cam.ac.uk2005-11-142-8/+15
* Revert accidentally applied changes from changesetkaf24@firebug.cl.cam.ac.uk2005-11-142-15/+8
* If /sbin/ isn't in the path, udev rules will erroneously not getkaf24@firebug.cl.cam.ac.uk2005-11-142-8/+15
* New Xenbus driver structure, bringing an explicit state machine to the table.emellor@leeni.uk.xensource.com2005-11-119-1088/+1584
* New location for code common to both netfront and netback, with the MAC parsingemellor@leeni.uk.xensource.com2005-11-112-0/+68
* Missed two files from NULL-pointer-check changeset.kaf24@firebug.cl.cam.ac.uk2005-11-112-6/+3
* Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-1110-41/+19
* Merge with xen-unstable-ia64.hgkaf24@firebug.cl.cam.ac.uk2005-11-117-24/+16
|\
| * Remove unnecessary ifdef in defn of xprintk. Installkaf24@firebug.cl.cam.ac.uk2005-11-111-4/+0
| * Indirect writes to phys_to_machine_mapping array through an inlinekaf24@firebug.cl.cam.ac.uk2005-11-106-20/+16
* | Merge latest xen-unstable into xen-ia64-unstabledjm@kirby.fc.hp.com2005-11-1016-32/+39
|\|
| * Attached patch allows building of netfront and blkfront as moduleskaf24@firebug.cl.cam.ac.uk2005-11-092-2/+6
| * Remove use of get_gendisk in blkfront gen_gendisk is no long exportedkaf24@firebug.cl.cam.ac.uk2005-11-093-8/+8
| * Rationalise the kernel event-channel binding interfaces. Thekaf24@firebug.cl.cam.ac.uk2005-11-0811-21/+24
| * Increase the static constant default number of loopback interfaces, nloopbacks,emellor@leeni.uk.xensource.com2005-11-081-1/+1
* | Fix domU (by Kevin Tian)djm@kirby.fc.hp.com2005-11-081-0/+6
|/
* Missed ia64 changes to one drivers/xen filedjm@kirby.fc.hp.com2005-11-071-0/+12
* Merge latest xen-unstable into xen-ia64-unstabledjm@kirby.fc.hp.com2005-11-0716-124/+203
|\
| * fast_flush_area() should index the unmap request array usingkaf24@firebug.cl.cam.ac.uk2005-11-071-6/+7
| * Fix error path in blkback driver where a grant mapping in thekaf24@firebug.cl.cam.ac.uk2005-11-061-15/+15
| * Quiet down balloon driver. smh22@firebug.cl.cam.ac.uk2005-11-051-1/+1
| * Temporary fix for blkfront failure on save/restore.kaf24@firebug.cl.cam.ac.uk2005-11-011-1/+1
| * From Gerd Knorr <kraxel@suse.de>:emellor@leeni.uk.xensource.com2005-10-311-2/+3
| * Merged.emellor@leeni.uk.xensource.com2005-10-301-0/+2
| |\
| | * Once grant refs run out, netfront prints a nice message, but doesn't setkaf24@firebug.cl.cam.ac.uk2005-10-301-0/+2
| * | Move misplaced netif_free declaration.emellor@leeni.uk.xensource.com2005-10-301-2/+2
| * | Change the grant table interface so that gnttab_end_foreign_access_ref returnsemellor@leeni.uk.xensource.com2005-10-303-40/+28
| * | Added cast to silence warning on 64-bit.emellor@leeni.uk.xensource.com2005-10-301-1/+1
| |/
| * mergekaf24@firebug.cl.cam.ac.uk2005-10-2913-59/+117
| |\
| | * BUG_ON() is a macro very very similar to assert(), and it's a really badkaf24@firebug.cl.cam.ac.uk2005-10-2712-50/+106
| | * Merged.emellor@leeni.uk.xensource.com2005-10-251-0/+5
| | |\
| | | * compute the correct totalram_pages when the balloon increase or decrease thevhanquez@kneesa.uk.xensource.com2005-10-241-0/+5