patch-2.6.11.7 Upstream fixes. linux-2.6.10-x86-tune-p4.patch Tweak the build so that 686 kernels are optimised with -mtune=pentium4. This is a win even on Athlons. linux-2.6.11-x86_64-pmdpud-race.patch linux-2.6.11-x86_64-badpmd-debug.patch Debugging stuff for an x86-64 problem. linux-2.6.2-ppc64-build.patch linux-2.6.8-ppc64-netboot.patch linux-2.6.10-ppc-headerabuse.patch linux-2.6.3-ia64-build.patch linux-2.6.1-s390-compile.patch linux-2.6.9-s390-autoraid.patch linux-2.6.9-s390-zfcp_port-fix.patch linux-2.6.9-s390-qeth_hipersocket-fix.patch linux-2.6.3-sparc-addbzimage.patch various upstream arch tree fixes. linux-2.4.0-nonintconfig.patch add a 'make nonintconfig' target. like oldconfig, but autoanswers questions and prints a summary at the end of missing options. linux-2.6.0-exec-shield.patch linux-2.6.8-print-fatal-signals.patch linux-2.6.8-execshield-vaspace.patch linux-2.6.0-must_check.patch Add a bunch of must_check gcc attributes to various functions. linux-2.6.7-modsign-core.patch linux-2.6.7-modsign-crypto.patch linux-2.6.7-modsign-ksign.patch linux-2.6.7-modsign-mpilib.patch linux-2.6.7-modsign-script.patch linux-2.6.7-modsign-include.patch Signed modules infrastructure. linux-2.6.9-sha1.patch Fix unaligned access. linux-2.4.0-test11-vidfail.patch ?? linux-2.6.10-periodic-slab-debug.patch Periodically scan the slab lists for corruption. This can catch issues where we corrupt a slab that doesn't get free'd very often (or at all). linux-2.6.4-stackusage.patch Lower stack usage of some big offenders. linux-2.6.7-devmem.patch linux-2.6.0-devmem.patch restricted /dev/mem linux-2.6.3-crash-driver.patch kernel debugger helper. linux-2.6.10-crashdump-common.patch linux-2.6.10-netdump.patch linux-2.6.8-netconsole.patch linux-2.6.10-diskdump.patch Various dumping patches. At some point, when upstream has kexec merged, and we have userspace infrastructure for kexec-dump, these will be dropped. linux-2.6.0-sleepon.patch Debugging patch to print warnings when sleepon is used, also a bunch of conversions to other APIs. linux-2.6.10-scsi-blacklist.patch Some devices dont like having all LUNs probed. linux-2.6.9-scsi-advansys-enabler.patch Allow advansys to be built on x86 linux-2.6.11-scsi-st_ioctl-CAP_ADMIN.patch restrict tape driver permissions linux-2.6.11-scsi-queue-lock.patch Fix oops that showed up a lot with USB key removal. linux-2.6.11-scsi-aacraid-openoops.patch Fix oops when using adaptec raid tools linux-2.6.9-scsi-megaraid-legacy.patch Allow both old and new megaraid drivers to be built. linux-2.6.9-NFSD-non-null-getxattr.patch linux-2.6.8-lockd-racewarn2.patch linux-2.6.9-lockd-block-nosleep.patch linux-2.6.9-lockd-reclaims.patch Bits from upstream NFS tree. linux-2.6.9-net-airo-nullptr.patch Various NIC driver bugfixes. linux-2.6.9-module_version.patch Add some missing MODULE_VERSION tags. linux-2.6.9-spinlock-debug-panic.patch panic() instantly instead of printing a warning when spinlock debugging is triggered. This reduces the possibility of silent data corruption. linux-2.6.10-revert-module-invalidparam.patch 2.6.11 (and .10-ac) introduce a 'feature' where modules that get passed invalid options don't load. This causes all sorts of breakage in existing setups. This patch reverts that. linux-2.6.9-vm-pageout-throttling.patch linux-2.6.9-vm-oomkiller-debugging.patch Tweaks to try and get the out-of-memory handling correct. linux-2.6.10-vm-taint.patch Print the tainted() info out when various vm 'bad things' happen (like bad page state etc) linux-2.6.3-printopen.patch This patch is disabled most of the time. It's a debugging tool which prints the name of every file being opened. This is useful for collecting a list of filenames for use with /sbin/readahead to speed up booting. linux-2.6.9-ipw2100.patch linux-2.6.9-ipw2200.patch linux-2.6.9-ieee80211.patch Wireless drivers. linux-2.6.10-tux.patch Ingo's webserver accelerator toy. linux-2.6.0-compile.patch A hairball. Originally it contained just compile fixes. These days theres all sorts of little one-liners and such in there. Needs splitting up into its component parts, leaving behind the pure build-fixes.