aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* PV-on-HVM: Add infrastructure for a compatibility shim in order toIan Campbell2006-10-2511-0/+44
* [LINUX] PV-on-HVM: The elevator_init prototype changed in 2.6.10Ian Campbell2006-10-251-0/+4
* [LINUX] PV-on-HVM: Implement HDIO_GETGEO ioctl on kernels beforeIan Campbell2006-10-252-0/+23
* [LINUX] PV-on-HVM: The probe, remove and shutdown methods were addedIan Campbell2006-10-251-0/+7
* [LINUX] PV-on-HVM: Only initialize the owner field of structIan Campbell2006-10-251-0/+2
* [LINUX] Exclude support for /proc/xen/xsd_kva when building aIan Campbell2006-10-251-2/+2
* [LINUX] PV-on-HVM: Remove the attr parameter from device attributeIan Campbell2006-10-251-2/+8
* [LINUX] Move xenbus backend probing into a separate source file andIan Campbell2006-10-254-212/+367
* [LINUX] PV-on-HVM: Directly include headers which are used in variousIan Campbell2006-10-254-0/+5
* [BLOCK] blkback: Fix potential grant entry leaks on errorkfraser@localhost.localdomain2006-10-251-1/+9
* [BLKTAP] Do not allocate a descriptor for blktap control devicekfraser@localhost.localdomain2006-10-231-23/+15
* [BLKTAP] Only allocate tapfd descriptors when they are requested.kfraser@localhost.localdomain2006-10-231-100/+150
* [BALLOON] Add a sysfs interface.kfraser@localhost.localdomain2006-10-234-51/+263
* [NET] back: Fix packet queuing so that packets are drained if thekfraser@localhost.localdomain2006-10-234-37/+53
* [BLOCK] blkback: Fix first_sect check.kfraser@localhost.localdomain2006-10-231-1/+1
* [BLOCK] blkback: Copy shared data before verificationkfraser@localhost.localdomain2006-10-231-7/+7
* Omit seg fixup warning if it's just from statically linked init.Steven Hand2006-10-201-0/+3
* [BLKTAP]: Fix potential grant entry leaks on errorkfraser@localhost.localdomain2006-10-201-21/+32
* [BLKTAP]: Kill bogus fast_flush_areakfraser@localhost.localdomain2006-10-201-3/+4
* [BLKTAP]: Kill duplicate fast_flush_area callkfraser@localhost.localdomain2006-10-201-2/+0
* [BLKTAP]: Copy shared data before verificationkfraser@localhost.localdomain2006-10-191-7/+7
* [NET] front: Fix "rmmod xennet" crash in dom0.kfraser@localhost.localdomain2006-10-181-0/+3
* [NET] front/back: Avoid unaligned accesses to IP datagrams. Thesekfraser@localhost.localdomain2006-10-182-5/+5
* [LINUX] Eliminate microcode driver's dependency on sys_m{,un}lock askfraser@localhost.localdomain2006-10-181-22/+16
* [TPM] Fix the tpm frontend to properly shut down when the domainkfraser@localhost.localdomain2006-10-182-5/+10
* [NET] back: Remove unused variable declaration.kfraser@localhost.localdomain2006-10-171-1/+1
* [NET] front: Do not read features from backend until it enters InitWait.kfraser@localhost.localdomain2006-10-131-45/+45
* [NET] back: Simplify probing of new interfaces. There's no needkfraser@localhost.localdomain2006-10-133-80/+33
* [NET] front: No need to read handle field from xenstore. It's not used.kfraser@localhost.localdomain2006-10-131-12/+4
* [NET] back: Copy tx_ring data before verificationkfraser@localhost.localdomain2006-10-121-26/+27
* Fix privcmd mmap() on 64b architectures for regions larger than 2GB.kfraser@localhost.localdomain2006-10-121-3/+4
* [IA64] Add support for enforcing singleshot mmap() semantics at thekfraser@localhost.localdomain2006-10-123-6/+21
* [PRIVCMD] Fix ia64 domain creation by abstracting the singleshot mapping check.kfraser@localhost.localdomain2006-10-121-8/+12
* [NET] back: Fix inter-domain networking when using rx-copy path.kfraser@localhost.localdomain2006-10-121-4/+12
* [NET] front: Fix error handling to correctly skip bogus frags.kfraser@localhost.localdomain2006-10-121-7/+15
* [NET] back: Fix netif rate limiting.kfraser@localhost.localdomain2006-10-102-3/+20
* [NET] back: Refcount fixes to vif rate-limiting code.kfraser@localhost.localdomain2006-10-092-3/+8
* [PRIVCMD] Fix trivial bug introduced in IOCTL_PRIVCMD_MMAP.kfraser@localhost.localdomain2006-10-091-1/+1
* [LINUX] Various fixes for mmapping I/O and foreign memory pages.kfraser@localhost.localdomain2006-10-093-69/+97
* [BALLOON] Replace alloc_empty_page_range with new helper alloc_empty_pages_an...kfraser@localhost.localdomain2006-10-066-145/+86
* [BLK] tap: Allocate pages for foreign mappings individually rather than conti...kfraser@localhost.localdomain2006-10-061-81/+46
* [TPM] back: Allocate pages for foreign mappings individually rather than cont...kaf24@firebug.cl.cam.ac.uk2006-10-053-16/+43
* [NET] back: Allocate pages for foreign mappings individually rather than cont...kaf24@firebug.cl.cam.ac.uk2006-10-051-19/+30
* [NET] back: Remove unused rx_mmap area. Copying happens inside Xen, sokaf24@firebug.cl.cam.ac.uk2006-10-051-18/+0
* [BLK] back: Allocate pages for foreign mappings individually ratherkaf24@firebug.cl.cam.ac.uk2006-10-053-39/+44
* [NET] front: Fix size of grant_rx_ref[]. It should use the RX ringkfraser@localhost.localdomain2006-10-051-1/+1
* [NET] front: Include linux/moduleparam.h since we use module_param_*Ian Campbell2006-10-051-0/+1
* [NET] front: If the kernel does not include GSO then look for TSO.Ian Campbell2006-10-051-5/+32
* [NET] front: Invert the test for a kernel with GSO support.Ian Campbell2006-10-051-4/+4
* [LINUX] Don't bother to write a 5-bit value to a 2-bit field.kfraser@localhost.localdomain2006-10-041-1/+0