aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NET] back: Disable packet queuing when a client has no receive buffers.kfraser@localhost.localdomain2006-10-042-13/+36
* [NET] Make MAX_SKBUFF_ORDER page-size independent.kfraser@localhost.localdomain2006-10-031-1/+6
* [NET] front: Allow copying receive path to be selected by user atkfraser@localhost.localdomain2006-10-021-17/+51
* [NET] back: Loopback must copy foreign mappings.kfraser@localhost.localdomain2006-09-292-1/+51
* [LINUX] Make evtchn device use a dynamic minor number.kfraser@localhost.localdomain2006-09-292-5/+1
* [BLKTAP] Remove unnecessary TLB flush from blktap driver.kfraser@localhost.localdomain2006-09-291-1/+0
* [NET] back: Reset netfilter context in loopback receive path.kfraser@localhost.localdomain2006-09-291-1/+7
* [BLK] front: Flush workqueues with no locks held. Operation can sleep.kfraser@localhost.localdomain2006-09-291-2/+6
* [XENBUS] Don't perform normal state-machine transitions andkfraser@localhost.localdomain2006-09-292-1/+15
* [BLKTAP] have udev create the device for blktapAndrew Warfield2006-09-281-6/+62
* [BLKTAP] have blktap use a dynamic majorAndrew Warfield2006-09-281-8/+9
* [BLKTAP] Fix SMP debugging assert failures in blktapAndrew Warfield2006-09-281-36/+1
* [BLKTAP] clean up blktap and remove private structureAndrew Warfield2006-09-281-72/+51
* [BLKTAP] Fix blktap oops on domain shutdownAndrew Warfield2006-09-281-1/+0
* [NET] back: 4 loopbacks by default for dom0 (previously was 8).kfraser@localhost.localdomain2006-09-281-1/+1
* [NET] back: Create 0 loopbacks by default for non-domain-0.kfraser@localhost.localdomain2006-09-281-1/+5
* [LINUX] Provide permanent global version of machine_e820 map forkfraser@localhost.localdomain2006-09-212-18/+19
* [linux] Update to linux-2.6.16.29.Christian Limpach2006-09-199-13/+27
* Clean up dom0_vga_console_info structure for v3.0.3.kfraser@localhost.localdomain2006-09-185-60/+48
* Add new operation XENOPROF_get_buffer in xenoprof hypercall. Alsokaf24@firebug.cl.cam.ac.uk2006-09-131-38/+51
* [IA64] swiotlb clash fixawilliam@xenbuild.aw2006-09-121-0/+2
* [IA64] machvec cleanupsawilliam@xenbuild.aw2006-09-122-15/+33
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-09-103-14/+32
|\
| * Build fix.kfraser@ubuntu.eng.hq.xensource.com2006-09-081-1/+1
| * [LINUX] console: ensure virtual console is disabled if mfn/evtchnkfraser@ubuntu.eng.hq.xensource.com2006-09-082-13/+23
| * Add support for netif frontends which don't support checksum offload.ssmith@weybridge.uk.xensource.com2006-09-041-0/+8