aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* [LINUX] Disable configuration of ARCH_SPARSEMEM_ENABLE on x86/64.kfraser@localhost.localdomain2006-07-261-1/+1
* Fix Linux so that it does not set a timeout if there are no pendingkfraser@localhost.localdomain2006-07-251-7/+14
* [LINUX][NET] Add default ethtool get_link implementation to allkfraser@localhost.localdomain2006-07-253-0/+3
* [LINUX] Improve single-page contiguous region creation/destructionkfraser@localhost.localdomain2006-07-251-18/+23
* Fix some more text inconsistencies and put devices in a more sensible order.chris@kneesaa.uk.xensource.com2006-07-141-47/+47
* [TPM] Discard a future response packet after a timeout has occurred instead ofkaf24@firebug.cl.cam.ac.uk2006-07-141-2/+2
* Fix typo in description of XEN_BLKDEV_TAPkfraser@localhost.localdomain2006-07-141-1/+1
* Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TA...jchesterfield@dhcp92.uk.xensource.com2006-07-137-0/+2094
* [LINUX] Define dma_get_cache_alignment even on x86/64.kfraser@localhost.localdomain2006-07-101-2/+0
* [XENOPROF] Some fixes for xenoprof passive domain support.kfraser@localhost.localdomain2006-07-101-5/+18
* [NET] net-gso.patch: Fix up GSO packets with broken checksumskfraser@localhost.localdomain2006-07-102-4/+37
* [XENCONSOLE] reference of tty->count in xencons_close() is racy.kfraser@localhost.localdomain2006-07-101-11/+20
* [NET]: Rename feature-tso to feature-gso-tcpv4kaf24@firebug.cl.cam.ac.uk2006-07-032-4/+5
* [NET] front: Zero negotiated bits in xen_set_featureskaf24@firebug.cl.cam.ac.uk2006-07-031-0/+5
* [NET] back: Add GSO features field and check gso_sizekaf24@firebug.cl.cam.ac.uk2006-07-032-12/+26
* [NET] back: Fix off-by-one error in netbk_tx_errkaf24@firebug.cl.cam.ac.uk2006-07-031-4/+4
* [LINUX] Fix booting with e.g. xencons=tty3, so that tty1/tty2 are valid (dumm...kfraser@dhcp93.uk.xensource.com2006-07-031-19/+16
* Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-07-0322-402/+1212
|\
| * [XENBUS] Another simplification -- bus_for_each_dev() better than bus_find_de...kaf24@firebug.cl.cam.ac.uk2006-06-301-10/+5
| * [XENBUS] Another fix to the wait-for-device-connection code.kfraser@dhcp93.uk.xensource.com2006-06-301-24/+15
| * [XENBUS] Do not wait for devices with no driver to connect.kfraser@dhcp93.uk.xensource.com2006-06-301-16/+42
| * [XENBUS] Improve the code for waiting for devices to connect. Providekaf24@firebug.cl.cam.ac.uk2006-06-301-17/+18
| * [BLK] back: Only remove sysfs attributes if they were previouslykfraser@dhcp93.uk.xensource.com2006-06-301-5/+11
| * [LINUX] Replace pagetable walks by simple address calculation.kfraser@dhcp93.uk.xensource.com2006-06-301-18/+2
| * [LINUX] A few clean ups and a fix to an error path in xen_create/destroy_cont...kfraser@dhcp93.uk.xensource.com2006-06-301-4/+5
| * Use explicit accessors to handle unusually-sized atomic operations in grant t...kaf24@firebug.cl.cam.ac.uk2006-06-303-2/+6
| * evtchn_do_upcall() has a micro optimization which is depends on that xchg is ...kaf24@firebug.cl.cam.ac.uk2006-06-301-1/+4
| * [NET]: Remove gso.segs field from netif protocol.kfraser@dhcp93.uk.xensource.com2006-06-302-5/+7
| * [BLK] back: Clean up sysfs-interfacing code to use VBD_SHOW macro where possi...kaf24@firebug.cl.cam.ac.uk2006-06-301-44/+21
| * [NET] front: Transmit TSO packets if supportedkfraser@dhcp93.uk.xensource.com2006-06-291-4/+53
| * [NET] back: build fixes.kfraser@dhcp93.uk.xensource.com2006-06-291-3/+3
| * [NET] More net protocol and GSO changes.kfraser@dhcp93.uk.xensource.com2006-06-292-13/+53
| * [LINUX] When ballooning out (returning memory to xen), don't try too hard shand@kneesaa.uk.xensource.com2006-06-291-1/+6
| * Use a static page for the frame_list in the balloon driver. shand@kneesaa.uk.xensource.com2006-06-291-26/+9
| * Fix the kunmap_atomic() change in 10529:4260eb8c08740de0000081c61a6237ffcb95b...kaf24@firebug.cl.cam.ac.uk2006-06-291-3/+3
| * Fix next_timer_interrupt() in patch and update callerack@localhost.localdomain2006-06-281-4/+3
| * New /sys/hypervisor/uuid, containing this domain's UUID.kaf24@firebug.cl.cam.ac.uk2006-06-281-0/+39
| * kunmap_atomic() must zap the PTE to avoid dangling referenceskfraser@dhcp93.uk.xensource.com2006-06-281-0/+10
| * [LINUX] Export flush_tlb_page() to modules in i386-smp builds.kfraser@dhcp93.uk.xensource.com2006-06-281-0/+1
| * [TPM] Update the TPM drivers in the repository to a newer versionkaf24@firebug.cl.cam.ac.uk2006-06-287-251/+945
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-06-2818-318/+706
|\|
| * [NET] back: Add TSO supportkaf24@firebug.cl.cam.ac.uk2006-06-283-16/+49
| * [NET] loopback: Added support for TSOkaf24@firebug.cl.cam.ac.uk2006-06-281-0/+5
| * [NET]: Give make_tx_response the req pointer instead of idkaf24@firebug.cl.cam.ac.uk2006-06-281-7/+7
| * [NET]: Added GSO supportkaf24@firebug.cl.cam.ac.uk2006-06-283-98/+324
| * [BLKBACK] Output statistics to sysfs.kfraser@dhcp93.uk.xensource.com2006-06-281-1/+66
| * [LINUX] Fix a few compile warnings and memory leaks in the sysfs driver.kaf24@firebug.cl.cam.ac.uk2006-06-271-38/+49
| * [LINUX][BLKBACK] Support temporary disconnection from frontend.kaf24@firebug.cl.cam.ac.uk2006-06-273-7/+22
| * [LINUX] Allow dma_alloc_coherent() to work for regions up to 2MB.kfraser@dhcp93.uk.xensource.com2006-06-271-1/+1
| * [BALLOON] Add fallback code so that e.g. a domain ballooned too far down can ...kaf24@firebug.cl.cam.ac.uk2006-06-271-16/+27