aboutsummaryrefslogtreecommitdiffstats
path: root/patches
Commit message (Expand)AuthorAgeFilesLines
* [LINUX] Update pci-mmconfig patch to refer to machine_e820 map on Xen.kfraser@localhost.localdomain2006-09-211-7/+15
* [LINUX] Backport PCI MMCONFIG patch from 2.6.17 -- only use MMCONFIGkfraser@localhost.localdomain2006-09-202-0/+285
* [linux patches] Update patches for linux-2.6.16.29.Christian Limpach2006-09-1924-672/+562
* [LINUX] Move .bss declaration after .data.* in x86_64 linker script.Ian Campbell2006-09-091-6/+29
* [LINUX] Define ELFNOTE as a preprocessor macro rather than an assembler macroIan Campbell2006-08-232-0/+45
* [LINUX] Update x86/64 ELF note patch to version accepted upstream.Ian Campbell2006-08-221-7/+27
* [LINUX] Support creating ELF note segments in the kernel ELF image.Ian Campbell2006-08-223-0/+216
* Add a series file to order the patches in patches/linux-<version>Ian.Campbell@xensource.com2006-08-151-0/+20
* [NET] linux: Kill the WARN_ON() calls for checksum fixups.kfraser@localhost.localdomain2006-08-141-0/+29
* [NET] gso: Fix reversed error test in netif_tx_trylockkfraser@localhost.localdomain2006-07-251-0/+17
* Split networking GSO patch into base portion plus additions.kfraser@localhost.localdomain2006-07-253-225/+551
* Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TA...jchesterfield@dhcp92.uk.xensource.com2006-07-131-0/+297
* Ifdef stuff that is XEN specific in patchesack@localhost.localdomain2006-07-121-13/+12
* [XENOPROF] Some fixes for xenoprof passive domain support.kfraser@localhost.localdomain2006-07-101-87/+123
* [NET] net-gso.patch: Fix up GSO packets with broken checksumskfraser@localhost.localdomain2006-07-101-67/+213
* [NET]: Update net-gso.patch. Remove net-tso.patch.kaf24@firebug.cl.cam.ac.uk2006-06-302-34/+12
* [NET]: Add net-tso.patchkaf24@firebug.cl.cam.ac.uk2006-06-301-0/+28
* Replace my previous patch with equivalent fix from linux-2.6.17.ack@localhost.localdomain2006-06-291-14/+18
* Add Xenoprof passive domain support (missing file).kaf24@firebug.cl.cam.ac.uk2006-06-291-0/+15
* Fix next_timer_interrupt() in patch and update callerack@localhost.localdomain2006-06-281-0/+22
* [TPM] Add an upgrade patch to bring TPM subsystem to 2.6.17-rc4.kaf24@firebug.cl.cam.ac.uk2006-06-281-0/+1546
* [NET]: Added GSO supportkaf24@firebug.cl.cam.ac.uk2006-06-281-0/+2907
* Add Xenoprof passive domain supportkaf24@firebug.cl.cam.ac.uk2006-06-271-50/+199
* [LINUX] Kernel should not send out IPv6 autoconfig multicastkaf24@firebug.cl.cam.ac.uk2006-06-171-0/+23
* [LINUX] Fix interaction between idle loop and RCU subsystem.kaf24@firebug.cl.cam.ac.uk2006-06-121-0/+33
* Fix IDE CD-drive PIO mode.cl349@firebug.cl.cam.ac.uk2006-05-241-0/+18
* Patch linux so that /proc/stat shows all -- not just online -- CPUs.ack@kneesa.uk.xensource.com2006-05-221-0/+11
* Fixes to the xenoprofile Linux driver.kaf24@firebug.cl.cam.ac.uk2006-05-161-41/+72
* Linux: upgrade patches to 2.6.16.13.cl349@firebug.cl.cam.ac.uk2006-05-049-208/+190
* The Xen checksum offload feature attempts to insert a TCP/UDPkaf24@firebug.cl.cam.ac.uk2006-04-221-0/+23
* Rename TSS_sysenter_esp0 to SYSENTER_stack_esp0 to reflect the actualIan.Campbell@xensource.com2006-04-211-0/+31
* Add xenoprof supportack@kneesa.uk.xensource.com2006-04-061-0/+384
* Fix do_IRQ high bit masking.cl349@firebug.cl.cam.ac.uk2006-03-311-0/+107
* Fix a Linux bug in the driver core in regards to the bind sysfs driverkaf24@firebug.cl.cam.ac.uk2006-03-231-0/+14
* Update to Linux 2.6.16.cl349@firebug.cl.cam.ac.uk2006-03-204-62/+62
* Update to Linux 2.6.16-rc6.cl349@firebug.cl.cam.ac.uk2006-03-184-60/+60
* Update to Linux 2.6.16-rc5.cl349@firebug.cl.cam.ac.uk2006-02-274-63/+63
* Update to Linux 2.6.16-rc4.cl349@firebug.cl.cam.ac.uk2006-02-214-0/+0
* Update to Linux 2.6.16-rc3.cl349@firebug.cl.cam.ac.uk2006-02-154-53/+51
* The NAT checksum fixes in patches/linux-2.6.16-rc2/net-csum.patch dokaf24@firebug.cl.cam.ac.uk2006-02-091-11/+6
* Update patches for Linux 2.6.16-rc2.cl349@firebug.cl.cam.ac.uk2006-02-034-37/+37
* Update to Linux 2.6.16-rc1-git4.cl349@firebug.cl.cam.ac.uk2006-02-024-78/+78
* Update patches for linux 2.6.15.cl349@firebug.cl.cam.ac.uk2006-02-024-68/+98
* No need for the rcu-nohz patch any more, as rcupdate.c waskaf24@firebug.cl.cam.ac.uk2006-02-011-16/+0
* Update to Linux 2.6.14.cl349@firebug.cl.cam.ac.uk2006-01-319-2542/+162
* Factor re-enabling the IOCK line out of io_check_error()Ian.Campbell@xensource.com2006-01-111-0/+43
* More cleanups to the pmd-shared patch.kaf24@firebug.cl.cam.ac.uk2005-11-261-39/+34
* Big reworking of SHARED_KERNEL_PMD logic. Includes severalkaf24@firebug.cl.cam.ac.uk2005-11-241-49/+50
* Fix CPU hotplug -- cpu initialisation functions must be declaredkaf24@firebug.cl.cam.ac.uk2005-11-011-0/+34
* Upgrade tree to 2.6.12.6.kaf24@firebug.cl.cam.ac.uk2005-10-211-13/+137