ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc2/2.6.24-rc2-mm... - In response to various people needing to get at the mm tree in a timely fashion I have created "MM of the minute", at http://userweb.kernel.org/~akpm/mmotm/ I'll upload the patch queue there multiple times per day. I will attempt to ensure that the patches in there actually apply, but they sure as heck won't all compile and run. - 2.6.24-rc2-mm1 may oops during shutdown and reboot. This is due to gregkh-driver-kset-convert-sys-devices-system-to-use-kset_create.patch. It's a known problem, but if you have additional insights into what causes it, feel free to let Greg know. - Added the pci hotplug development quilt tree to the -mm lineup, from http://www.kernel.org/pub/linux/kernel/people/kristen/pci-hotplug/ (Kristen Carlson Accardi <kristen.c.accardi@intel.com>) - Added the x86 development tree to the -mm lineup (Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@elte.hu>) - Probably added other git trees too - I often forget to explicitly mention them. Boilerplate: - See the `hot-fixes' directory for any important updates to this patchset. - To fetch an -mm tree using git, use (for example) git-fetch git://git.kernel.org/pub/scm/linux/kernel/git/smurf/linux-trees.git tag v2.6.16-rc2-mm1 git-checkout -b local-v2.6.16-rc2-mm1 v2.6.16-rc2-mm1 - -mm kernel commit activity can be reviewed by subscribing to the mm-commits mailing list. echo "subscribe mm-commits" | mail majordomo@vger.kernel.org - If you hit a bug in -mm and it is not obvious which patch caused it, it is most valuable if you can perform a bisection search to identify which patch introduced the bug. Instructions for this process are at http://www.zip.com.au/~akpm/linux/patches/stuff/bisecting-mm-trees.txt But beware that this process takes some time (around ten rebuilds and reboots), so consider reporting the bug first and if we cannot immediately identify the faulty patch, then perform the bisection search. - When reporting bugs, please try to Cc: the relevant maintainer and mailing list on any email. - When reporting bugs in this kernel via email, please also rewrite the email Subject: in some manner to reflect the nature of the bug. Some developers filter by Subject: when looking for messages to read. - Occasional snapshots of the -mm lineup are uploaded to ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/ and are announced on the mm-commits list. These probably are at least compilable. - More-than-daily -mm snapshots may be found at http://userweb.kernel.org/~akpm/mmotm/. These are almost certainly not compileable. Changes since 2.6.23-mm1: origin.patch git-acpi.patch git-alsa.patch git-arm-master.patch git-arm.patch git-avr32.patch git-cpufreq.patch git-drm.patch git-dvb.patch git-hwmon.patch git-gfs2-nmw.patch git-hid.patch git-hrt.patch git-ieee1394.patch git-infiniband.patch git-input.patch git-jfs.patch git-kbuild.patch git-kvm.patch git-leds.patch git-libata-all.patch git-m32r.patch git-md-accel.patch git-mips.patch git-mmc.patch git-mtd.patch git-ubi.patch git-net.patch git-netdev-all.patch git-nfsd.patch git-ocfs2.patch git-parisc.patch git-s390.patch git-sh.patch git-scsi-misc.patch git-scsi-rc-fixes.patch git-unionfs.patch git-v9fs.patch git-watchdog.patch git-wireless.patch git-ipwireless_cs.patch git-x86.patch git-newsetup.patch git-xfs.patch git-cryptodev.patch git trees -consolidate-ptrace_detach.patch -slow-down-printk-during-boot.patch -clockevents-fix-bogus-next_event-reset-for-oneshot-broadcast-devices.patch -acpi-fix-bdc-handling-in-drivers-acpi-sleep-procc.patch -generic-ac97-mixer-modem-oss-use-list_for_each_entry.patch -fix-use-after-free--double-free-bug-in-amd_create_gatt_pages--amd_free_gatt_pages.patch -at91-remove-at91_lcdch.patch -make-power-supply-class-available-for-arm-architecture.patch -fix-auditscc-kernel-doc.patch -cifs-build-fix.patch -cifs-warning-fixes.patch -agk-dm-dm-mpath-rdac-fix-init-race.patch -agk-dm-dm-ioctl-use-constant-struct-size.patch -agk-dm-dm-crypt-drop-device-ref-in-ctr-error-path.patch -agk-dm-dm-crypt-missing-kfree-in-ctr-error-path.patch -agk-dm-dm-raid1-fix-leakage.patch -agk-dm-dm-delay-fix-ctr-error-paths.patch -agk-dm-dm-delay-fix-status.patch -agk-dm-dm-fix-thaw_bdev.patch -agk-dm-dm-use-is_power_of_2.patch -agk-dm-dm-use-kzalloc.patch -agk-dm-kcopyd-use-mutex-instead-of-semaphore.patch -agk-dm-dm-tidy-bio_io_error-usage.patch -agk-dm-dm-ioctl-remove-vmalloc-void-cast.patch -agk-dm-dm-bio_list-macro-renaming.patch -agk-dm-dm-crypt-use-per-device-singlethread-workqueues.patch -agk-dm-dm-crypt-add-post-processing-queue.patch -agk-dm-dm-crypt-tidy-pending.patch -agk-dm-dm-crypt-tidy-whitespace.patch -agk-dm-dm-crypt-tidy-labels.patch -agk-dm-dm-mpath-add-retry-pg-init.patch -agk-dm-dm-mpath-add-hp-handler.patch -agk-dm-dm-mpath-hp-retry-if-not-ready.patch -agk-dm-dm-log-split-suspend.patch -agk-dm-dm-raid1-add-mirror_set-to-struct-mirror.patch -agk-dm-dm-raid1-handle-recovery-write-failures.patch -gregkh-driver-platform-prefix-modalias-with-platform.patch -gregkh-driver-howto-update-ja_jp-howto-with-latest-changes.patch -gregkh-driver-driver-core-make-sysfs-uevent-attributes-static.patch -gregkh-driver-driver-core-change-add_uevent_var-to-use-a-struct.patch -gregkh-driver-driver-core-add-config_uevent_helper_path.patch -gregkh-driver-driver-core-remove-subsys_set_kset.patch -gregkh-driver-driver-core-remove-kset_set_kset_s.patch -gregkh-driver-driver-core-remove-subsys_put.patch -gregkh-driver-driver-core-remove-subsys_get.patch -gregkh-driver-driver-core-remove-put_bus.patch -gregkh-driver-driver-core-remove-get_bus.patch -gregkh-driver-kobjects-fix-up-improper-use-of-the-kobject-name-field.patch -gregkh-driver-cdev-remove-unneeded-setting-of-cdev-names.patch -gregkh-driver-drivers-clean-up-direct-setting-of-the-name-of-a-kset.patch -gregkh-driver-kobject-remove-the-static-array-for-the-name.patch -gregkh-driver-driver-core-clean-up-removed-functions-from-the-documentation.patch -gregkh-driver-debugfs-helper-for-decimal-challenged.patch -gregkh-driver-sysfs-filec-use-mutex-instead-of-semaphore.patch -gregkh-driver-sysfs-cleanup-semaphoreh.patch -gregkh-driver-sysfs-remove-first-pass-at-shadow-directory-support.patch -gregkh-driver-sysfs-cosmetic-changes-in-sysfs_lookup.patch -gregkh-driver-sysfs-simplify-sysfs_rename_dir.patch -gregkh-driver-sysfs-make-sysfs_add-remove_one-call-link-unlink_sibling-implictly.patch -gregkh-driver-sysfs-make-sysfs_add_one-automatically-check-for-duplicate-entry.patch -gregkh-driver-sysfs-make-sysfs_addrm_finish-return-void.patch -gregkh-driver-dmi-id-use-dynamic-sysfs-attributes.patch -gregkh-driver-dmi-id-possible-cleanup.patch -gregkh-driver-convert-from-class_device-to-device-for-drivers-video.patch -gregkh-driver-convert-from-class_device-to-device-in-drivers-char.patch -gregkh-driver-no-uevent-without-hotplug.patch -gregkh-driver-uevent-bus-driver.patch -gregkh-driver-kobject_uevent_trivial.patch -gregkh-driver-fix-firmware-class-name-collision.patch -gregkh-driver-drivers-base-power-make-2-functions-static.patch -gregkh-driver-sysfs-fix-typos-in-fs-sysfs-filec.patch -gregkh-driver-sysdev-remove-global-sysdev-drivers-list.patch -gregkh-driver-driver-core-make-platform_deviceid-an-int.patch -gregkh-driver-sysfs-fix-i_mutex-locking-in-sysfs_get_dentry.patch -gregkh-driver-sysfs-move-all-of-inode-initialization-into-sysfs_init_inode.patch -gregkh-driver-sysfs-remove-sysfs_instantiate.patch -gregkh-driver-sysfs-use-kill_anon_super.patch -gregkh-driver-sysfs-make-sysfs_mount-static.patch -gregkh-driver-sysfs-in-sysfs_lookup-don-t-open-code-sysfs_find_dirent.patch -gregkh-driver-sysfs-simplify-readdir.patch -gregkh-driver-sysfs-rewrite-sysfs_drop_dentry.patch -gregkh-driver-sysfs-introduce-sysfs_rename_mutex.patch -gregkh-driver-sysfs-simply-sysfs_get_dentry.patch -gregkh-driver-sysfs-remove-s_dentry.patch -gregkh-driver-sysfs-rewrite-rename-in-terms-of-sysfs-dirents.patch -gregkh-driver-sysfs-rewrite-sysfs_move_dir-in-terms-of-sysfs-dirents.patch -gregkh-driver-ptycount-parm.patch -gregkh-driver-sysfs-spit-a-warning-to-users-when-they-try-to-create-a-duplicate-sysfs-file.patch -gregkh-driver-sysfs-fix-comments-of-sysfs_add-remove_one.patch -gregkh-driver-sysfs-fix-sysfs_chmod_file-such-that-it-updates-sd-s_mode-too.patch -gregkh-driver-sysfs-clean-up-header-files.patch -gregkh-driver-sysfs-kill-sysfs_update_file.patch -gregkh-driver-sysfs-reposition-sysfs_dirent-s_mode.patch -gregkh-driver-sysfs-kill-unnecessary-sysfs_get-in-open-paths.patch -gregkh-driver-sysfs-kill-unnecessary-null-pointer-check-in-sysfs_release.patch -gregkh-driver-sysfs-make-bin-attr-open-get-active-reference-of-parent-too.patch -gregkh-driver-sysfs-make-s_elem-an-anonymous-union.patch -gregkh-driver-sysfs-open-code-sysfs_attach_dentry.patch -gregkh-driver-sysfs-make-sysfs_root-a-regular-directory-dirent.patch -gregkh-driver-sysfs-move-sysfs_dirent-s_children-into-sysfs_dirent-s_dir.patch -gregkh-driver-sysfs-implement-sysfs_open_dirent.patch -gregkh-driver-sysfs-move-sysfs-file-poll-implementation-to-sysfs_open_dirent.patch -gregkh-driver-driver-core-remove-subsystem_init.patch -gregkh-driver-kset-add-some-kerneldoc-to-help-describe-what-these-strange-things-are.patch -gregkh-driver-kobject-update-the-copyrights.patch -drm-via-invalid-device-ids-removal.patch -git-dvb-rename-videobuf_qtype_opscopy_to_user.patch -git-dvb-vs-i2c-tree.patch -v4l-stk11xx-add-a-new-webcam-driver.patch -v4l-stk11xx-use-array_size-in-another-2-cases.patch -v4l-stk11xx-use-retval-from-stk11xx_check_device.patch -v4l-stk11xx-add-static-to-tables.patch -jdelvare-i2c-i2c-kill-struct-i2c_device_id.patch -jdelvare-i2c-i2c-new-style-devices-can-support-wakeup-flags.patch -jdelvare-i2c-i2c-core-make-some-code-static.patch -jdelvare-i2c-i2c-tps65010-new-style-part-1.patch -jdelvare-i2c-i2c-tps65010-new-style-part-2.patch -jdelvare-i2c-i2c-ibm_iic-numbered-adapter.patch -jdelvare-i2c-i2c-davinci-new-bus-driver.patch -jdelvare-i2c-i2c-pcf8574-no-init.patch -jdelvare-i2c-i2c-document-i2c_msg.patch -jdelvare-i2c-i2c-i801-tolapai-support.patch -jdelvare-i2c-i2c-bfin_twi-remove-useless-mutex.patch -jdelvare-i2c-i2c-stub-add-multiple-chip-support.patch -jdelvare-i2c-i2c-dev-rejects-i2c_m_recv_len.patch -jdelvare-i2c-i2c-remove-nop-algo_control-methods.patch -jdelvare-i2c-i2c-remove-algo_control.patch -jdelvare-i2c-i2c-dev-move-interfaces-to-i2c-dev-h.patch -jdelvare-i2c-i2c-at91-mark-as-broken.patch -jdelvare-i2c-i2c-rename-pec-func-bit.patch -jdelvare-i2c-i2c-au1550-fix-misused-register.patch -jdelvare-i2c-i2c-nforce2-timeout-cleanup.patch -jdelvare-i2c-i2c-nforce2-implement-abort.patch -jdelvare-i2c-i2c-nforce2-declare-pec-functionality.patch -applesmc-for-mac-pro-2-x-quad-core.patch -applesmc-for-mac-pro-2-x-quad-core-fix.patch -ia64-tree-wide-misc-__cpuinitdata-init-exit.patch -ia64-perfmon-remove-exit_pfm_fs.patch -hdaps-switch-to-using-input-polldev.patch -adbhid-produce-all-capslock-key-events.patch -keyboard-capsshift-lock.patch -console-keyboard-events-and-accessibility.patch -git-jg-warning-fixes.patch -git-jg-misc-powernow-fix.patch -libata-implement-ata_wait_after_reset.patch -scsi-expose-an-support-to-user-space.patch -libata-expose-an-to-user-space.patch -ide-atiixp-sb700-2-ide-channels.patch -ide-hpt366-mwdma-filter-for-sata-cards-take-2.patch -ide-ide-add-platform-ide-driver.patch -ide-ide-hook-acpi-psx-method-to-ide-power-on-off.patch -ide-pdc202xx_new-switch-to-using-pci_get_slot-take-2.patch -ide-ide-make-jmicron-match-vendor-and-device-class.patch -ide-ide-call-udma_filter-before-resorting-to-the-ultradma-mask.patch -ide-ide-add-missing-ide-rate-filter-calls.patch -ide-ide-mode-limiting-fixes-for-user-requested-speed-changes.patch -ide-sis5513-udma-filter.patch -ide-ide-remove-ide-rate-filter-from-speedproc-take-2.patch -ide-ide-kconfig-face-lift.patch -ide-ide-add-ide-set-pio-take-4.patch -ide-amd74xx-via82cxxx-use-ide-tune-dma.patch -ide-sgiioc4-use-ide-tune-dma.patch -ide-icside-fix-speedproc-for-unsupported-modes-take-5.patch -ide-ide-pmac-pio-mode-setup-fixes-take-3.patch -ide-sc1200-remove-redundant-warning-message.patch -ide-cs5520-dont-enable-vdma-in-speedproc.patch -ide-siimage-fix-set-pio-method-to-select-pio-data-transfer.patch -ide-alim15x3-pio-mode-setup-fixes.patch -ide-it8213-piix-slc90e66-dont-change-dma-settings-for-pio-modes.patch -ide-sis5513-dont-change-udma-settings-for-pio-modes.patch -ide-ide-use-only-set-pio-mode-for-programming-pio-modes-take-2.patch -ide-ide-pmac-dont-check-kauai-lookup-timing-return-value.patch -ide-ide-pmac-fix-pmac-ide-tune-chipset.patch -ide-ide-pmac-fix-set-timings-mdma.patch -ide-ide-pmac-remove-control-register-messing-from-pmac-ide-dma-check.patch -ide-ide-pmac-remove-pmac-ide-dma-enable-take-2.patch -ide-ide-add-__ide-wait-stat-helper.patch -ide-ide-pmac-ide-do-setfeature-remove-pre-wait.patch -ide-ide-pmac-use-__ide-wait-stat.patch -ide-ide-pmac-remove-nien-clearing-from-pmac-ide-do-setfeature.patch -ide-ide-pmac-remove-pmac-ide-do-setfeature-take-2.patch -ide-ide-pmac-use-ide-tune-dma-take-2.patch -ide-ide-pmac-fix-pio-setup-and-enable-autotune.patch -ide-icside-use-ide-tune-dma.patch -ide-au1xxx-fix-au1xxx-fix-set-pio-mode.patch -ide-amd74xx-via82cxxx-check-ide-config-drive-speed-return-value.patch -ide-cs5535-check-ide-config-drive-speed-return-value.patch -ide-pdc202xx_new-check-ide-config-drive-speed-return-value.patch -ide-ide-move-ide-config-drive-speed-to-upper-layers-take-2.patch -ide-ide-change-master-slave-identify-order.patch -ide-ide-remove-config-idedma-ivb.patch -ide-cs5535-add-missing-dma-base-check.patch -ide-sgiioc4-add-missing-dma-base-check.patch -ide-cs5520-fix-dma-base-equal-zero-handling.patch -ide-sc1200-fix-dma-base-equal-zero-handling.patch -ide-alim15x3-remove-redundant-m5229_revision-check.patch -ide-hpt366-always-tune-pio.patch -ide-sis5513-dma-setup-fixes.patch -ide-sis5513-always-tune-pio.patch -ide-aec62xx-always-tune-pio.patch -ide-slc90e66-always-tune-pio.patch -ide-ide-cris-always-tune-pio.patch -ide-cs5530-always-tune-pio.patch -ide-sc1200-always-tune-pio.patch -ide-atiixp-dma-setup-fixes.patch -ide-it8213-piix-slc90e66-remove-dma-2-pio.patch -ide-au1xxx-use-ide-tune-dma.patch -ide-ide-remove-drive-init-speed-zeroing.patch -ide-ide-remove-ide-use-fast-pio.patch -ide-cs5530-sc1200-add-pio-autotune-fallback-to-ide-dma-check.patch -ide-sl82c105-add-pio-autotune-fallback-to-ide-dma-check.patch -ide-ide-cris-add-pio-autotune-fallback-to-ide-dma-check.patch -ide-ide-pmac-add-pio-autotune-fallback-to-ide-dma-check.patch -ide-ide-remove-ide-dma-check-take-2.patch -ide-it8213-piix-slc90e66-de-couple-pio-and-udma-modes.patch -ide-sis5513-clear-prefetch-and-postwrite-for-atapi-devices.patch -ide-sis5513-remove-proc-ide-sis.patch -ide-ide-use-pci-vdevice.patch -ide-ide-remove-config-blk-dev-idedma-forced.patch -ide-ide-remove-idex-autodma-kernel-parameter.patch -ide-ide-remove-hwif-autodma-and-drive-autodma.patch -ide-ide-add-hdx-nodma-kernel-parameter.patch -ide-ide-remove-config-idedma-onlydisk.patch -ide-ide-pci-generic-add-declare-generic-pci-dev-macro.patch -ide-amd74xx-via82cxxx-dont-initialize-drive-dn.patch -ide-amd74xx-remove-ide-proc-amd74xx.patch -ide-ide-add-ide-hflag-no-atapi-dma.patch -ide-ide-pci-add-ide-hflag-bootable-flag.patch -ide-ide-pci-add-ide-hflag-no-dma-and-no-autodma-flags.patch -ide-ide-remove-init-setup-dma-from-ide-pci-device-t.patch -ide-ide-add-ide-hflag-no-lba48-and-ide-hflag-no-lba48-dma.patch -ide-pdc202xx_old-remove-broken-swdma-support.patch -ide-ide-add-mwdma-mask-and-swdma-mask-to-ide-pci-device-t-take-2.patch -ide-amd74xx-omit-pci_revision_id-read.patch -ide-cmd64x-use-dev-revision.patch -ide-ide-pci-use-pci-dev-revision.patch -ide-ide-use-io-ops-directly-part-2-take-2.patch -ide-aec62xx-remove-init-setup.patch -ide-cmd64x-remove-init-setup.patch -ide-hpt366-remove-init-setup.patch -ide-pdc202xx_new-remove-init-setup.patch -ide-pdc202xx_old-remove-init-setup.patch -ide-scc_pata-remove-init-setup.patch -ide-serverworks-remove-init-setup.patch -ide-ide-remove-init-setup-from-ide-pci-device-t.patch -ide-aec62xx-no-need-to-disable-udma-in-init-hwif-method-for-atp850uf.patch -ide-pdc202xx_new-add-declare-pdcnew-dev-macro.patch -ide-pdc202xx_old-add-declare-pdc2026x-dev-macro.patch -ide-piix-add-declare-ich-dev-macro.patch -ide-ide-add-ide-hflag-error-stops-fifo.patch -ide-ide-add-ide-hflag-serialize.patch -ide-ide-add-ide-hflag-legacy-irqs.patch -ide-alim15x3-always-tune-pio.patch -ide-cs5520-always-tune-pio.patch -ide-cy82c693-always-tune-pio.patch -ide-opti621-always-tune-pio.patch -ide-triflex-always-tune-pio.patch -ide-ide-set-drive-autotune-in-ide-pci-setup-ports.patch -ide-cmd64x-always-set-hwif-chipset-for-cmd646.patch -ide-ide-fix-disabled-ports-reporting-for-pci-controllers.patch -ide-rz1000-set-serialized-flag-only-if-mate-interface-exists.patch -ide-serverworks-remove-dead-code-from-svwks-set-dma-mode.patch -ide-ide-add-hwif-register-devices-helper.patch -ide-ide-remove-unused-next-field-from-ide-pci-device-t.patch -ide-ide-add-chipset-field-to-ide-pci-device-t.patch -ide-ide-add-ide-hflag-force-legacy-irqs.patch -ide-ide-add-ide-hflag-rqsize-256.patch -ide-ide-add-ide-hflag-io-32bit-unmask-irqs-host-flags.patch -ide-alim15x3-fix-cd_rom-dma-and-pio-fifo-settings-setup.patch -ide-alim15x3-use-host-flags-and-udma-mask-fields-from-ide-pci-device-t.patch -ide-aec62xx-remove-aec62xx-dma-lost-irq.patch -ide-siimage-separate-pata-and-sata-methods.patch -ide-ide-add-fixup-method-to-ide-hwif-t.patch -ide-ide-add-ide-device-add.patch -ide-maintainers-mark-ide-scsi-as-orhpan.patch -ide-ide-add-ide-find-port-helper.patch -ide-ide-remove-redundant-comments-from-ide-h.patch -ide-ide-add-config-ide-arch-obsolete-init.patch -ide-ide_platform-set-hwif-chipset.patch -ide-ide-fix-ide-register-hw-to-check-hwif-io_ports.patch -ide-icside-use-ec-dma-directly.patch -ide-ide-remove-write-only-hwif-hw.patch -ide-au1xxx-ide-set-autotune-and-no-io-32bit-also-for-the-slave-device.patch -ide-dtc2278-set-pio-mask-also-for-the-second-port.patch -ide-via82cxxx-keep-local-ide-pci-device-t-copy.patch -ide-ide-replace-ide-pci-device-by-struct-ide-port-info.patch -ide-ide-constify-struct-ide-port-info.patch -ide-ali14xx-fix-deadlock-on-error-handling.patch -ide-dtc2278-fix-deadlock-on-error-handling.patch -ide-qd65xx-fix-deadlock-on-error-handling.patch -ide-opti621-fix-deadlock-on-error-handling.patch -ide-slc90e66-fix-deadlock-on-error-handling.patch -ide-cmd640-fix-deadlock-on-error-handling.patch -ide-ht6560b-fix-deadlock-on-error-handling.patch -ide-ide-take-ide-lock-for-prefetch-disable-enable-in-do-special.patch -ide-cs5530-remove-needless-ide-lock-taking.patch -ide-ide-enhance-ide-setup-pci-noise.patch -ide-ide-use-__ide_end_request-in-ide_end_dequeued_request.patch -ide-ide-remove-dead-code-from-ide-driveid-update.patch -ide-ide-remove-stale-comments-from-ide-taskfile-c.patch -ide-fix-ide-ide-hook-acpi-psx-method-to-ide-power-on-off.patch -ide-fix-ide-ide-remove-ide-dma-check.patch -ide-ide-unexport-noautodma.patch -ide-ide-pci-bmdma-initialization-fixes-take-2.patch -ide-qd65xx-remove-pointless-qd-read-write-reg-take-2.patch -mmc-fix-gregkh-driver-driver-core-change-add_uevent_var-to-use-a-struct.patch -gregkh-driver-driver-core-change-add_uevent_var-to-use-a-struct-vs-git-mmc.patch -mtd-alaudac-warning-fix.patch -git-mtd-vs-powerpc.patch -mtd-fix-ctrl-alt-del-cant-reboot-for-intel-flash-bug.patch -blackfin-on-chip-nand-flash-controller-driver.patch -ircomm-discovery-indication-simplification.patch -git-net-fix-qeth_main.patch -wol-bugfix-for-3c59xc.patch -git-net-vs-git-nfs.patch -clean-up-duplicate-includes-in-fs-ntfs.patch -pa-risc-use-page-allocator-instead-of-slab-allocator.patch -parisc-extern-inline-static-inline.patch -use-menuconfig-objects-pcmcia.patch -pxa2xx-pcmcia-timing-issue-on-ipaq-h5550.patch -move-a-few-definitions-to-au1000_xxs1500c.patch -move-a-few-definitions-to-au1000_xxs1500c-fix.patch -pcmcia-cistpl-use-get_unaligned-in-cis-parsing.patch -add-support-for-pcmcia-card-sierra-wireless-ac850.patch -introduce-dma_mask_none-as-a-signal-for-unable-to-do.patch -pcmcia-use-dma_mask_none-for-the-default-for-all.patch -serial_txx9-cleanup-includes.patch -8250_pci-autodetect-mainpine-cards.patch -8250_pci-autodetect-mainpine-cards-fix.patch -provide-stubs-for-enable_irq_wake-and-disable_irq_wake.patch -wake-up-from-a-serial-port.patch -serial_txx9-use-upf_fixed_port.patch -gregkh-pci-pci-hotplug-cpqphp_ctrlc-kmalloc-memset-conversion-to-kzalloc.patch -gregkh-pci-pciehp-remove-config_hotplug_pci_pcie_poll_event_mode.patch -gregkh-pci-pci-hotplug-pciehp-dont-check-bridge-control-on-remove.patch -gregkh-pci-pci-hotplug-pciehp-request-control-over-pci-express-capability-as-well-as-native-hotplug.patch -gregkh-pci-pciehp-remove-dbg_xxx_routine.patch -gregkh-pci-pciehp-remove-trailing-whitespace-from-pciehp_hpcc.patch -gregkh-pci-pciehp-remove-trailing-whitespace-from-pciehp_corec.patch -gregkh-pci-pciehp-remove-trailing-whitespace-from-pciehp_ctrlc.patch -gregkh-pci-pciehp-remove-trailing-whitespace-form-pciehp_pcic.patch -gregkh-pci-pciehp-minor-cleanups-for-pciehp_hpcc.patch -gregkh-pci-pci-is_power_of_2-in-drivers-pci-pcic.patch -gregkh-pci-pci-hotplug-ibmphp-convert-to-kthread.patch -gregkh-pci-pci-hotplug-cpqphp-convert-to-kthread.patch -gregkh-pci-dma_free_coherent-needs-irqs-enabled.patch -gregkh-pci-pci-pci_get_device-call-from-interrupt-in-reboot-fixups.patch -gregkh-pci-i386-add-support-for-picopower-irq-router.patch -gregkh-pci-pci-add-missing-pci-capability-ids.patch -gregkh-pci-cpqphp-use-pci_class_revision-instead-of-pci_revision_id-for-read.patch -gregkh-pci-pci-quirk-amd_8131_mmrbc-omit-reading-pci-revision-id.patch -gregkh-pci-pci-quirk_vt82c586_acpi-omit-reading-pci-revision-id.patch -gregkh-pci-pci-re-enable-onboard-sound-on-msi-k8t-neo2-fir.patch -gregkh-pci-pci-remove-no-longer-correct-documentation-regarding-msi-vector-assignment.patch -gregkh-pci-pci-i386-compaq-evo-n800c-needs-pci-bus-renumbering.patch -gregkh-pci-pci-fix-incorrect-argument-order-to-list_add_tail-in-pci-dynamic-id-code.patch -gregkh-pci-msi-use-correct-data-offset-for-32-bit-msi-in-read_msi_msg.patch -gregkh-pci-pci-fix-ide-legacy-mode-resources.patch -gregkh-pci-pci-implement-pci-noaer.patch -gregkh-pci-pci-use-size-stored-in-proc_dir_entry-for-proc-bus-files.patch -gregkh-pci-pci-write-file-size-to-inode-on-proc-bus-file-write.patch -gregkh-pci-pci-remove-transparent-bridge-sizing.patch -gregkh-pci-pci-skip-isa-ioresource-alignment-on-some-systems.patch -gregkh-pci-pci-avoid-p2p-prefetch-window-for-expansion-roms.patch -gregkh-pci-pci-use-_crs-for-pci-resource-allocation.patch -git-jg-misc-vs-gregkh-pci-pci-skip-isa-ioresource-alignment-on-some-systems.patch -qla2xxx-printk-fixes.patch -pci-error-recovery-symbios-scsi-base-support.patch -pci-error-recovery-symbios-scsi-first-failure.patch -scsi-send-media-state-change-modification-events.patch -scsi-use-notifier-chain-for-asynchronous-event.patch -sparc-fix-build-due-to-termios-changes.patch -partially-fix-up-the-lookup_one_noperm-mess.patch -gregkh-usb-usb-remove-unneeded-pointer-intf-from-speedtch_upload_firmware.patch -gregkh-usb-usb-clean-up-duplicate-includes-in-drivers-usb.patch -gregkh-usb-usblp-implement-the-enospc-convention.patch -gregkh-usb-usblp-make-use-of-urb_free_buffer.patch -gregkh-usb-usb-ohci-handles-more-zfmicro-quirks.patch -gregkh-usb-usb-remove-dead-references-to-safe_serial-config-variables.patch -gregkh-usb-usb-usb_gadgeth-whitespace-fixes.patch -gregkh-usb-usb-storage-usbat_check_status-fix-check-after-use.patch -gregkh-usb-usb-add-urb-ep.patch -gregkh-usb-usb-add-ep-enable.patch -gregkh-usb-usb-add-direction-bit-to-urb-transfer_flags.patch -gregkh-usb-usb-avoid-using-urb-pipe-in-usbcore.patch -gregkh-usb-usb-address-0-handling-during-device-initialization.patch -gregkh-usb-usb-avoid-urb-pipe-in-usbfs.patch -gregkh-usb-usb-avoid-urb-pipe-in-usbmon.patch -gregkh-usb-usb-cleanup-for-previous-patches.patch -gregkh-usb-usb-update-spinlock-usage-for-root-hub-urbs.patch -gregkh-usb-usb-separate-out-endpoint-queue-management-and-dma-mapping-routines.patch -gregkh-usb-usb-add-drivers-usb-misc-iowarriorc-to-the-makefile.patch -gregkh-usb-usb-gadget-gadget_is_-dualspeed-otg-predicates-and-cleanup.patch -gregkh-usb-usb-gadget-ethernet-gadget-cleanups-shrinkage.patch -gregkh-usb-usb-gadget-gmidi-cleanups.patch -gregkh-usb-usb-gadget-serial-gadget-cleanups.patch -gregkh-usb-usb-gadget-file-storage-gadget-cleanups.patch -gregkh-usb-usb-gadget-gadget-zero-cleanups.patch -gregkh-usb-usb-introduce-usb_device-authorization-bits.patch -gregkh-usb-usb-add-the-concept-of-default-authorization-to-usb-hosts.patch -gregkh-usb-usb-cleanup-usb_register_bus-and-hook-up-sysfs-group.patch -gregkh-usb-usb-initialize-authorization-and-wusb-bits-in-usb-devices.patch -gregkh-usb-usb-usb_set_configuration-obeys-authorization.patch -gregkh-usb-usb-usb_get_configuration-obeys-authorization.patch -gregkh-usb-usb-usb_probe_interface-obeys-authorization.patch -gregkh-usb-usb-usb_generic_probe-obeys-authorization.patch -gregkh-usb-usb-split-usb_new_device-for-clarity-and-refactoring.patch -gregkh-usb-usb-introduce-usb_authorize-deauthorize.patch -gregkh-usb-usb-hook-up-device-authorization-to-sysfs.patch -gregkh-usb-usb-document-device-authorization.patch -gregkh-usb-usb-choose_configuration.patch -gregkh-usb-usb-usb_release_interface-static.patch -gregkh-usb-usb-make-hcds-responsible-for-managing-endpoint-queues.patch -gregkh-usb-usb-don-t-touch-sysfs-stuff-when-altsetting-is-unchanged.patch -gregkh-usb-usb-cleanups-for-g_file_storage.patch -gregkh-usb-usb-sisusb2vga-whitespace-cleanups.patch -gregkh-usb-usb-sisusb2vga-remove-if-0-ed-code.patch -gregkh-usb-usb-sisusb2vga-mis-spelled-word.patch -gregkh-usb-usb-sisusb2vga-lindent-drivers-usb-misc-sisusbvga-sisusbh.patch -gregkh-usb-usb-sisusb2vga-lindent-drivers-usb-misc-sisusbvga-sisusb_initc.patch -gregkh-usb-usb-sisusb2vga-lindent-drivers-usb-misc-sisusbvga-sisusb_inith.patch -gregkh-usb-usb-sisusb2vga-lindent-drivers-usb-misc-sisusbvga-sisusb_structh.patch -gregkh-usb-usb-sisusb2vga-convert-printk-to-dev_-macros.patch -gregkh-usb-usblp-mutex-in-usblp_check_status.patch -gregkh-usb-usblp-cosmetics.patch -gregkh-usb-usbmon-update-pipe-removal-to-suit-my-taste.patch -gregkh-usb-usbmon-drop-dma-mapping-for-setup-packet.patch -gregkh-usb-usbmon-smooth-the-core-code.patch -gregkh-usb-usblp-fix-a-double-kfree.patch -gregkh-usb-usb-kl5kusb105-witch-to-new-speed-api.patch -gregkh-usb-usb-mct_u232-convert-to-proper-speed-handling-api-fix.patch -gregkh-usb-usb-ftdi-elanc-kmalloc-memset-conversion-to-kzalloc.patch -gregkh-usb-usb-remove-redundant-memset-from-amd5536udc.patch -gregkh-usb-usb-missing-test-for-eshutdown-in-adutux-driver.patch -gregkh-usb-usb-ark3116c-fix-check-after-use.patch -gregkh-usb-usb-remove-unnecessary-tests-in-isp116x-and-sl811.patch -gregkh-usb-ueagle-eagle-iv-chipset-support.patch -gregkh-usb-ueagle-devolo-and-elsa-chipsets-support.patch -gregkh-usb-ueagle-allow-user-to-choose-input-interface-alternate-setting.patch -gregkh-usb-ueagle-avoid-keyboard-driver-blocking.patch -gregkh-usb-ueagle-do-not-sleep-when-device-is-disconnected.patch -gregkh-usb-ueagle-cosmetic.patch -gregkh-usb-usb-ehci-restart-speedup.patch -gregkh-usb-usb-minor-fixes-for-r8a66597-driver.patch -gregkh-usb-usb-remove-iso-status-value-in-uhci-hcd.patch -gregkh-usb-usb-centralize-eremoteio-handling.patch -gregkh-usb-usb-add-urb-unlinked-field.patch -gregkh-usb-usb-ftdi_sio-handle-ft232rl-devices-like-ft232bm-devices.patch -gregkh-usb-usb-fix-mistake-in-usb_hcd_giveback_urb.patch -gregkh-usb-usb-avoid-the-donelist-after-an-error-in-ohci-hcd.patch -gregkh-usb-usb-cp2101-coding-style-police.patch -gregkh-usb-usb-kobil_sct-rework-driver.patch -gregkh-usb-usb-less-restrictive-command-checking-in-g-file-storage.patch -gregkh-usb-usb-berry-charge-memory-leak.patch -gregkh-usb-usb-serial-show-port-number-in-sysfs.patch -gregkh-usb-usb-usbmon-doc-update-mention-new-wildcard-bus.patch -gregkh-usb-usb-avoid-redundant-cast-of-kmalloc-return-value-in-oti-6858-driver.patch -gregkh-usb-usb-serial-pl2303-support-for-benq-siemens-mobile-phone-ef81.patch -gregkh-usb-usb-reorganize-urb-status-use-in-dummy-hcd.patch -gregkh-usb-usb-reorganize-urb-status-use-in-ehci-hcd.patch -gregkh-usb-usb-reorganize-urb-status-use-in-ohci-hcd.patch -gregkh-usb-usb-reorganize-urb-status-use-in-sl811-hcd.patch -gregkh-usb-usb-reorganize-urb-status-use-in-r8a66597-hcd.patch -gregkh-usb-usb-reorganize-urb-status-use-in-usbmon.patch -gregkh-usb-usb-eliminate-urb-status-usage.patch -gregkh-usb-usb-get-rid-of-urb-lock.patch -gregkh-usb-usb-remove-traces-of-urb-status-from-usbcore.patch -gregkh-usb-usb-fix-location-of-statement-label-in-dummy-hcd.patch -gregkh-usb-usb-usb-storage-initialize-huawei-e220-properly.patch -gregkh-usb-usb-elan-u132-host-controller-driver-convert-sw_lock-to-mutex.patch -gregkh-usb-usb-fix-errornous-assumption-in-the-usb-serial-framework-revealed-by-iuu_phoenix.patch -gregkh-usb-usb-sisusbvga-fix-bug-and-build-warnings.patch -gregkh-usb-usb-amd5536-use-pdev-revision.patch -gregkh-usb-usb-get-rid-of-annoying-endpoint-release-message.patch -gregkh-usb-usb-move-decision-to-ignore-freeze-events.patch -gregkh-usb-usb-break-apart-flush_endpoint-and-disable_endpoint.patch -gregkh-usb-usb-flush-outstanding-urbs-when-suspending.patch -gregkh-usb-usb-usb-skeleton-leaking-locks-on-open.patch -gregkh-usb-usb-always-visit-drivers-usb-misc.patch -gregkh-usb-usb-fix-double-frees-in-error-code-paths-of-ipaq-driver.patch -gregkh-usb-usb-fix-limited_power-setting-mistake-in-hubc.patch -gregkh-usb-usb-unusual_devs-update-for-nokia-6131.patch -gregkh-usb-usb-don-t-propagate-freeze-or-prethaw-suspends.patch -gregkh-usb-usb-remove-usb_quirk_no_autosuspend.patch -gregkh-usb-usb-unusual_devs-modification-for-nikon-d200.patch -gregkh-usb-usb-cp2101c-add-additional-device-id.patch -gregkh-usb-usb-cxacru-use-appropriate-logging-for-errors.patch -gregkh-usb-usb-driver-for-ch341-usb-serial-adaptor.patch -gregkh-usb-usb-usb-serial-ch341c-make-4-functions-static.patch -gregkh-usb-usb-r8a66597-hcd-fix-class-or-vendor-request.patch -gregkh-usb-usb-r8a66597-hcd-fix-endian-problem.patch -gregkh-usb-usb-r8a66597-hcd-fix-driver-removing.patch -gregkh-usb-usb-fix-gregkh-usb-usb-sisusb2vga-convert-printk-to-dev_-macros.patch -gregkh-usb-usb-gadget-ether-prevent-oops-caused-by-error-interrupt-race.patch -gregkh-usb-usb-drivers-usb-misc-sisusbvga-sisusbc-kill-two-unused-variables.patch -gregkh-usb-usb-serial-gadget-disable-endpoints-on-unload.patch -gregkh-usb-usb-export-urb-statistics-for-powertop.patch -gregkh-usb-usb-move-linux-usb_gadgeth-to-linux-usb-gadgeth.patch -gregkh-usb-usb-re-remove-linux-usb_sl811h.patch -gregkh-usb-usb-unusual_devs-entry-for-nikon-dsc-d2xs.patch -gregkh-usb-usb-visor-termios-bits.patch -gregkh-usb-usb-funsoft-fix-termios.patch -git-wireless-vs-gregkh-driver-driver-core-change-add_uevent_var-to-use-a-struct.patch -revert-x86_64-mm-cpa-einval.patch -fix-x86_64-mm-sched-clock-share.patch -agp-fix-race-condition-between-unmapping-and-freeing-pages.patch -x86_64-mce-poll-at-idle_start-and-printk-fix.patch -geode-mfgpt-support-for-geode-class-machines.patch -geode-mfgpt-clock-event-device-support.patch -i386-convert-mm_context_t-semaphore-to-a-mutex.patch -dma-use-dev_to_node-to-get-node-for-device-in-dma_alloc_pages.patch -x86-make-io-apic-not-connected-pin-print-complete.patch -intel_cacheinfo-misc-section-annotation-fixes.patch -intel_cacheinfo-call-cache_add_dev-from-cache_sysfs_init.patch -i386-stop-bogus-nmi-softlockup-warnings-in-show_mem.patch -x86-64-disable-local-apic-timer-use-on-amd-systems-with-c1e.patch -clockevents-remove-unused-inline-function.patch -clockevents-allow-build-without-runtime-use.patch -x86_64-consolidate-tsc-calibration.patch -i386-prepare-sharing-hpet-code.patch -i386-hpet-add-x8664-hpet-bits.patch -i386-prepare-sharing-pit-code.patch -x86_64-use-i386-i8253-h.patch -x86_64-preparatory-apic-set-lvtt.patch -x86_64-apic-remove-bogus-pit-synchronization.patch -x86_64-apic-shuffle-calibration-around.patch -x86_64-apic-calibration-remove-divisor.patch -x86_64-apic-change-setup-calling-convention.patch -x86_64-apic-remove-nested-irq-disable.patch -x86_64-prep-idle-loop-for-dynticks.patch -x86_64-apic-add-clockevents-functions.patch -x86_64-convert-to-clockevents.patch -x86_64-remove-unused-code.patch -x86_64-cleanup-apic-c.patch -jiffies-remove-unused-macros.patch -acpi-remove-the-useless-ifdef-code.patch -i386-pit-remove-the-useless-ifdefs.patch -i386-hpet-sharing-optimize.patch -ich-force-hpet-make-generic-time-capable-of-switching-broadcast-timer.patch -ich-force-hpet-restructure-hpet-generic-clock-code.patch -ich-force-hpet-ich7-or-later-quirk-to-force-detect-enable.patch -ich-force-hpet-late-initialization-of-hpet-after-quirk.patch -ich-force-hpet-ich5-quirk-to-force-detect-enable.patch -ich-force-hpet-ich5-fix-a-bug-with-suspend-resume.patch -ich-force-hpet-add-ich7_0-pciid-to-quirk-list.patch -x86-fix-cpu_to_node-references.patch -x86-convert-x86_cpu_to_apicid-to-be-a-per-cpu-variable.patch -x86-convert-cpu_llc_id-to-be-a-per-cpu-variable.patch -x86-acpi-use-cpu_physical_id.patch -i386-visws-extern-inline-static-inline.patch -i386-cleanup-struct-irqaction-initializers.patch -x86_64-cleanup-struct-irqaction-initializers.patch -asm-i386-ioh-fix-constness.patch -hpet-force-enable-on-vt8235-37-chipsets.patch -x86_64-check-msr-to-get-mmconfig-for-amd-family-10h-opteron.patch -x86_64-check-and-enable-mmconfig-for-amd-family-10h-opteron.patch -x86_64-set-cfg_size-for-amd-family-10h-in-case-mmconfig-is.patch -voyager-dont-try-to-support-unprocessor-builds.patch -x86_64-nx-bit-handling-in-change_page_attr.patch -x86-64-calgary-fix-calgary=disable=busnum-for-calioc2.patch -x86-64-calgary-get-rid-of-translate_phb.patch -x86_64-vdso-linker-script-cleanup.patch -x86_64-vdso-put-vars-in-rodata.patch -x86-convert-cpu_core_map-to-be-a-per-cpu-variable.patch -convert-cpu_sibling_map-to-be-a-per-cpu-variable.patch -convert-cpu_sibling_map-to-a-per_cpu-data-array-ia64.patch -convert-cpu_sibling_map-to-a-per_cpu-data-array-ia64-fix.patch -convert-cpu_sibling_map-to-a-per_cpu-data-array-ppc64.patch -convert-cpu_sibling_map-to-a-per_cpu-data-array-ppc64-fix.patch -convert-cpu_sibling_map-to-a-per_cpu-data-array-ppc64-fix-2.patch -convert-cpu_sibling_map-to-a-per_cpu-data-array-sparc64.patch -x86-convert-cpuinfo_x86-array-to-a-per_cpu-array.patch -optimize-x86-page-faults-like-all-other-achitectures-and-kill-notifier-cruft.patch -optimize-x86-page-faults-like-all-other-achitectures-and-kill-notifier-cruft-sparc64-fix.patch -sparsemem-clean-up-spelling-error-in-comments.patch -sparsemem-record-when-a-section-has-a-valid-mem_map.patch -sparsemem-record-when-a-section-has-a-valid-mem_map-fix.patch -generic-virtual-memmap-support-for-sparsemem.patch -generic-virtual-memmap-support-for-sparsemem-fix.patch -generic-virtual-memmap-support-for-sparsemem-remove-excess-debugging.patch -generic-virtual-memmap-support-for-sparsemem-simplify-initialisation-code-and-reduce-duplication.patch -generic-virtual-memmap-support-for-sparsemem-pull-out-the-vmemmap-code-into-its-own-file.patch -generic-virtual-memmap-support-vmemmap-generify-initialisation-via-helpers.patch -x86_64-sparsemem_vmemmap-2m-page-size-support.patch -x86_64-sparsemem_vmemmap-2m-page-size-support-ensure-end-of-section-memmap-is-initialised.patch -x86_64-sparsemem_vmemmap-vmemmap-x86_64-convert-to-new-helper-based-initialisation.patch -ia64-sparsemem_vmemmap-16k-page-size-support.patch -ia64-sparsemem_vmemmap-16k-page-size-support-convert-to-new-helper-based-initialisation.patch -sparc64-sparsemem_vmemmap-support.patch -sparc64-sparsemem_vmemmap-support-vmemmap-convert-to-new-config-options.patch -ppc64-sparsemem_vmemmap-support.patch -ppc64-sparsemem_vmemmap-support-vmemmap-ppc64-convert-vmm_-macros-to-a-real-function.patch -ppc64-sparsemem_vmemmap-support-vmemmap-ppc64-convert-vmm_-macros-to-a-real-function-fix.patch -ppc64-sparsemem_vmemmap-support-convert-to-new-config-options.patch -slubcearly_kmem_cache_node_alloc-shouldnt-be.patch -during-vm-oom-condition-kill-all-threads-in-process-group.patch -clean-up-duplicate-includes-in-include-linux-memory_hotplugh.patch -clean-up-duplicate-includes-in-mm.patch -readahead-compacting-file_ra_state.patch -readahead-mmap-read-around-simplification.patch -readahead-combine-file_ra_stateprev_index-prev_offset-into-prev_pos.patch -readahead-combine-file_ra_stateprev_index-prev_offset-into-prev_pos-fix.patch -readahead-combine-file_ra_stateprev_index-prev_offset-into-prev_pos-fix-2.patch -radixtree-introduce-radix_tree_next_hole.patch -readahead-basic-support-of-interleaved-reads.patch -readahead-remove-the-local-copy-of-ra-in-do_generic_mapping_read.patch -readahead-remove-several-readahead-macros.patch -readahead-remove-the-limit-max_sectors_kb-imposed-on-max_readahead_kb.patch -filemap-trivial-code-cleanups.patch -filemap-convert-some-unsigned-long-to-pgoff_t.patch -slub-direct-pass-through-of-page-size-or-higher-kmalloc.patch -remove-zero_page.patch -mm-use-lockless-radix-tree-probe.patch -mm-improve-find_lock_page.patch -mm-clarify-__add_to_swap_cache-locking.patch -mm-clarify-__add_to_swap_cache-locking-fix.patch -radix-tree-use-indirect-bit.patch -move-mm_struct-and-vm_area_struct.patch -move-mm_struct-and-vm_area_struct-fix.patch -slub-slob-use-unlikely-for-kfreezero_or_null_ptr-check.patch -calculation-of-pgoff-in-do_linear_fault-uses-mixed.patch -slab-allocators-fail-if-ksize-is-called-with-a-null-parameter.patch -mm-add-end_buffer_read-helper-function.patch -fs-fix-nobh-error-handling.patch -fix-the-max-path-calculation-in-radix-treec.patch -fix-the-max-path-calculation-in-radix-treec-update.patch -mm-no-need-to-cast-vmalloc-return-value-in-zone_wait_table_init.patch -use-vm_read-write-exec-to-set-vm_page_prot.patch -prevent-kswapd-from-freeing-excessive-amounts-of-lowmem.patch -mem-policy-add-mpol_f_mems_allowed-get_mempolicy-flag.patch -mm-use-pagevec-to-rotate-reclaimable-page.patch -mm-use-pagevec-to-rotate-reclaimable-page-fix.patch -mm-use-pagevec-to-rotate-reclaimable-page-fix-2.patch -mm-use-pagevec-to-rotate-reclaimable-page-fix-function-declaration.patch -mm-use-pagevec-to-rotate-reclaimable-page-fix-bug-at-include-linux-mmh220.patch -mm-use-pagevec-to-rotate-reclaimable-page-kill-redundancy-in-rotate_reclaimable_page.patch -mm-use-pagevec-to-rotate-reclaimable-page-move_tail_pages-into-lru_add_drain.patch -mm-revert-kernel_ds-buffered-write-optimisation.patch -revert-81b0c8713385ce1b1b9058e916edcf9561ad76d6.patch -revert-6527c2bdf1f833cc18e8f42bd97973d583e4aa83.patch -mm-clean-up-buffered-write-code.patch -mm-debug-write-deadlocks.patch -mm-trim-more-holes.patch -mm-buffered-write-cleanup.patch -mm-write-iovec-cleanup.patch -mm-fix-pagecache-write-deadlocks.patch -mm-buffered-write-iterator.patch -fs-fix-data-loss-on-error.patch -fs-introduce-write_begin-write_end-and-perform_write-aops.patch -introduce-write_begin-write_end-aops-important-fix.patch -introduce-write_begin-write_end-aops-fix2.patch -deny-partial-write-for-loop-dev-fd.patch -mm-restore-kernel_ds-optimisations.patch -implement-simple-fs-aops.patch -implement-simple-fs-aops-fix.patch -block_dev-convert-to-new-aops.patch -ext2-convert-to-new-aops.patch -ext2-convert-to-new-aops-fix.patch -ext2-convert-to-new-aops-fix2.patch -ext3-convert-to-new-aops.patch -ext3-convert-to-new-aops-fix.patch -ext3-convert-to-new-aops-fix-fix.patch -ext4-convert-to-new-aops.patch -ext4-convert-to-new-aops-fix.patch -ext4-convert-to-new-aops-fix-fix.patch -xfs-convert-to-new-aops.patch -gfs2-convert-to-new-aops.patch -gfs2-convert-to-new-aops-fix.patch -fs-new-cont-helpers.patch -fat-convert-to-new-aops.patch -hfs-convert-to-new-aops.patch -hfsplus-convert-to-new-aops.patch -hpfs-convert-to-new-aops.patch -bfs-convert-to-new-aops.patch -qnx4-convert-to-new-aops.patch -reiserfs-use-generic-write.patch -reiserfs-convert-to-new-aops.patch -reiserfs-convert-to-new-aops-fix.patch -reiserfs-convert-to-new-aops-fix2.patch -reiserfs-use-generic_cont_expand_simple.patch -with-reiserfs-no-longer-using-the-weird-generic_cont_expand-remove-it-completely.patch -nfs-convert-to-new-aops.patch -git-nfs-vs-nfs-convert-to-new-aops.patch -git-nfs-vs-nfs-convert-to-new-aops-fix.patch -smb-convert-to-new-aops.patch -fuse-convert-to-new-aops.patch -hostfs-convert-to-new-aops.patch -hostfs-convert-to-new-aops-fix.patch -hostfs-convert-to-new-aops-fix-fix.patch -jffs2-convert-to-new-aops.patch -ufs-convert-to-new-aops.patch -ufs-convert-to-new-aops-fix.patch -ufs-convert-to-new-aops-fix2.patch -udf-convert-to-new-aops.patch -udf-convert-to-new-aops-fix.patch -sysv-convert-to-new-aops.patch -sysv-convert-to-new-aops-fix.patch -sysv-convert-to-new-aops-fix2.patch -minix-convert-to-new-aops.patch -minix-convert-to-new-aops-fix.patch -minix-convert-to-new-aops-fix2.patch -jfs-convert-to-new-aops.patch -fs-adfs-convert-to-new-aops.patch -fs-affs-convert-to-new-aops.patch -affs-convert-to-new-aops-fix.patch -affs-convert-to-new-aops-fix-fix.patch -ocfs2-convert-to-new-aops.patch -fs-remove-some-aop_truncated_page.patch -memoryless-nodes-generic-management-of-nodemasks-for-various-purposes.patch -memoryless-nodes-generic-management-of-nodemasks-for-various-purposes-fix.patch -memoryless-nodes-introduce-mask-of-nodes-with-memory.patch -memoryless-nodes-introduce-mask-of-nodes-with-memory-fix.patch -update-n_high_memory-node-state-for-memory-hotadd.patch -update-n_high_memory-node-state-for-memory-hotadd-fix.patch -memoryless-nodes-fix-interleave-behavior-for-memoryless-nodes.patch -memoryless-nodes-oom-use-n_high_memory-map-instead-of-constructing-one-on-the-fly.patch -memoryless-nodes-no-need-for-kswapd.patch -memoryless-nodes-slab-support.patch -memoryless-nodes-slub-support.patch -memoryless-nodes-uncached-allocator-updates.patch -memoryless-nodes-allow-profiling-data-to-fall-back-to-other-nodes.patch -memoryless-nodes-update-memory-policy-and-page-migration.patch -memoryless-nodes-add-n_cpu-node-state.patch -memoryless-nodes-add-n_cpu-node-state-move-setup-of-n_cpu-node-state-mask.patch -memoryless-nodes-drop-one-memoryless-node-boot-warning.patch -memoryless-nodes-fix-gfp_thisnode-behavior.patch -memoryless-nodes-use-n_high_memory-for-cpusets.patch -memoryless-nodes-fixup-uses-of-node_online_map-in-generic-code.patch -memoryless-nodes-fixup-uses-of-node_online_map-in-generic-code-fix.patch -memoryless-nodes-fixup-uses-of-node_online_map-in-generic-code-fix-2.patch -memoryless-nodes-fixup-uses-of-node_online_map-in-generic-code-fix-2-3.patch -fix-panic-of-cpu-online-with-memory-less-node.patch -categorize-gfp-flags.patch -categorize-gfp-flags-fix.patch -make-swappiness-safer-to-use.patch -flush-cache-before-installing-new-page-at-migraton.patch -flush-icache-before-set_pte-on-ia64-flush-icache-at-set_pte.patch -flush-icache-before-set_pte-on-ia64-flush-icache-at-set_pte-fix.patch -flush-icache-before-set_pte-on-ia64-flush-icache-at-set_pte-fix-update.patch -add-a-bitmap-that-is-used-to-track-flags-affecting-a-block-of-pages.patch -split-the-free-lists-for-movable-and-unmovable-allocations.patch -choose-pages-from-the-per-cpu-list-based-on-migration-type.patch -add-a-configure-option-to-group-pages-by-mobility.patch -drain-per-cpu-lists-when-high-order-allocations-fail.patch -move-free-pages-between-lists-on-steal.patch -group-short-lived-and-reclaimable-kernel-allocations.patch -group-high-order-atomic-allocations.patch -do-not-group-pages-by-mobility-type-on-low-memory-systems.patch -bias-the-placement-of-kernel-pages-at-lower-pfns.patch -be-more-agressive-about-stealing-when-migrate_reclaimable-allocations-fallback.patch -fix-corruption-of-memmap-on-ia64-sparsemem-when-mem_section-is-not-a-power-of-2.patch -fix-corruption-of-memmap-on-ia64-sparsemem-when-mem_section-is-not-a-power-of-2-fix.patch -fix-corruption-of-memmap-on-ia64-sparsemem-when-mem_section-is-not-a-power-of-2-fix-fix.patch -bias-the-location-of-pages-freed-for-min_free_kbytes-in-the-same-max_order_nr_pages-blocks.patch -remove-page_group_by_mobility.patch -dont-group-high-order-atomic-allocations.patch -fix-calculation-in-move_freepages_block-for-counting-pages.patch -do-not-depend-on-max_order-when-grouping-pages-by-mobility.patch -print-out-statistics-in-relation-to-fragmentation-avoidance-to-proc-pagetypeinfo.patch -mm-page_allocc-make-code-static.patch -slub-avoid-page-struct-cacheline-bouncing-due-to-remote-frees-to-cpu-slab.patch -slub-do-not-use-page-mapping.patch -slub-do-not-use-page-mapping-fix.patch -slub-move-page-offset-to-kmem_cache_cpu-offset.patch -slub-avoid-touching-page-struct-when-freeing-to-per-cpu-slab.patch -slub-avoid-touching-page-struct-when-freeing-to-per-cpu-slab-fix.patch -slub-place-kmem_cache_cpu-structures-in-a-numa-aware-way.patch -slub-optimize-cacheline-use-for-zeroing.patch -slub-slab-validation-move-tracking-information-alloc-outside-of-melstuff.patch -breakout-page_order-to-internalh-to-avoid-special-knowledge-of-the-buddy-allocator.patch -memory-unplug-v7-memory-hotplug-cleanup.patch -memory-unplug-v7-memory-hotplug-cleanup-fix.patch -memory-unplug-v7-page-isolation.patch -memory-unplug-v7-page-offline.patch -memory-unplug-v7-page-offline-fix.patch -memory-unplug-v7-ia64-interface.patch -fix-memory-hot-remove-not-configured-case.patch -fix-memory-hot-remove-not-configured-case-fix.patch -memory-hotplug-hot-add-with-sparsemem-vmemmap.patch -memory-hotplug-hot-add-with-sparsemem-vmemmap-update.patch -hugetlb-move-update_and_free_page.patch -hugetlb-try-to-grow-hugetlb-pool-for-map_private-mappings.patch -hugetlb-try-to-grow-hugetlb-pool-for-map_shared-mappings.patch -hugetlb-add-hugetlb_dynamic_pool-sysctl.patch -hugetlb-allow-extending-ftruncate-on-hugetlbfs.patch -hugetlbfs-read-support.patch -hugetlbfs-read-support-fix.patch -hugetlbfs-read-support-fix-2.patch -hugetlbfs-read-support-fix-2-fix.patch -hugetlb-fix-pool-resizing-corner-case-v2.patch -mm-shmemc-make-3-functions-static.patch -mm-mempolicyc-cleanups.patch -mm-mempolicyc-cleanups-fix.patch -mm-vmstatc-cleanups.patch -add-node-states-sysfs-class-attributes-v5.patch -nfs-remove-congestion_end.patch -lib-percpu_counter_add.patch -lib-percpu_counter_sub.patch -lib-percpu_counter-variable-batch.patch -lib-make-percpu_counter_add-take-s64.patch -lib-percpu_counter_set.patch -lib-percpu_counter_sum_positive.patch -lib-percpu_count_sum.patch -lib-percpu_counter_init-error-handling.patch -lib-percpu_counter_init_irq.patch -mm-bdi-init-hooks.patch -mm-scalable-bdi-statistics-counters.patch -mm-count-reclaimable-pages-per-bdi.patch -mm-count-writeback-pages-per-bdi.patch -lib-floating-proportions.patch -mm-per-device-dirty-threshold.patch -mm-per-device-dirty-threshold-warning-fix.patch -mm-per-device-dirty-threshold-fix.patch -mm-dirty-balancing-for-tasks.patch -mm-dirty-balancing-for-tasks-warning-fix.patch -slub-simplify-irq-off-handling.patch -slab-api-remove-useless-ctor-parameter-and-reorder-parameters.patch -slab-api-remove-useless-ctor-parameter-and-reorder-parameters-fix.patch -slab-api-remove-useless-ctor-parameter-and-reorder-parameters-fix-2.patch -slab-api-remove-useless-ctor-parameter-and-reorder-parameters-vs-unionfs.patch -oom-move-prototypes-to-appropriate-header-file.patch -oom-move-prototypes-to-appropriate-header-file-fix.patch -oom-move-constraints-to-enum.patch -oom-change-all_unreclaimable-zone-member-to-flags.patch -oom-change-all_unreclaimable-zone-member-to-flags-fix.patch -oom-add-per-zone-locking.patch -oom-serialize-out-of-memory-calls.patch -oom-add-oom_kill_allocating_task-sysctl.patch -oom-suppress-extraneous-stack-and-memory-dump.patch -oom-compare-cpuset-mems_allowed-instead-of-exclusive.patch -oom-do-not-take-callback_mutex.patch -oom-do-not-take-callback_mutex-fix.patch -oom-prevent-including-schedh-in-header-file.patch -oom-add-header-file-to-kbuild-as-unifdef.patch -oom-convert-zone_scan_lock-from-mutex-to-spinlock.patch -mm-test-and-set-zone-reclaim-lock-before-starting.patch -mm-test-and-set-zone-reclaim-lock-before-starting-cleanup.patch -mm-document-tree_lock-zonelock-lockorder.patch -writeback-dont-propagate-aop_writepage_activate.patch -security-convert-lsm-into-a-static-interface.patch -security-convert-lsm-into-a-static-interface-fix.patch -security-convert-lsm-into-a-static-interface-fix-2.patch -security-convert-lsm-into-a-static-interface-fix-2-fix.patch -security-convert-lsm-into-a-static-interface-fix-unionfs.patch -security-convert-lsm-into-a-static-interface-vs-fix-null-pointer-dereference-in-__vm_enough_memory.patch -ifdef-struct-task_structsecurity.patch -implement-file-posix-capabilities.patch -implement-file-posix-capabilities-fix.patch -file-capabilities-introduce-cap_setfcap.patch -file-capabilities-get_file_caps-cleanups.patch -file-caps-update-selinux-xattr-hooks.patch -file-capabilities-clear-caps-cleanup.patch -file-capabilities-clear-caps-cleanup-fix.patch -file-capabilities-change-xattr-format-v2.patch -file-capabilities-change-fe-to-a-bool.patch -file-caps-clean-up-for-linux-capabilityh.patch -capabilityh-remove-include-of-currenth.patch -file-capabilities-clear-fcaps-on-inode-change.patch -file-capabilities-clear-fcaps-on-inode-change-fix.patch -capabilities-reset-current-pdeath_signal-when-increasing-capabilities.patch -security-cleanups.patch -remove-frv-usage-of-flush_tlb_pgtables.patch -include-asm-frv-thread_infoh-kmalloc-memset-conversion-to-kzalloc.patch -frv-cleanup-struct-irqaction-initializers.patch -blackfin-enable-arbitary-speed-serial-setting.patch -m68knommu-remove-unused-config-symbol-config_disktel.patch -cleanup-arch-alpha-makefile.patch -alpha-convert-to-generic-sys_ptrace.patch -alpha-beautify-vmlinuxlds.patch -make-kernel-power-maincsuspend_enter-static.patch -pm-move-definition-of-struct-pm_ops-to-suspendh.patch -pm-rename-struct-pm_ops-and-related-things.patch -pm-rework-struct-platform_suspend_ops.patch -pm-make-suspend_ops-static.patch -pm-rework-struct-hibernation_ops.patch -pm-rename-hibernation_ops-to-platform_hibernation_ops.patch -freezer-document-relationship-with-memory-shrinking.patch -freezer-do-not-sync-filesystems-from-freeze_processes.patch -freezer-prevent-new-tasks-from-inheriting-tif_freeze-set.patch -freezer-introduce-freezer-firendly-waiting-macros.patch -freezer-introduce-freezer-firendly-waiting-macros-fix.patch -freezer-do-not-send-signals-to-kernel-threads.patch -unexport-pm_power_off_prepare.patch -pm_trace-displays-the-wrong-time-from-the-rtc.patch -freezer-be-more-verbose.patch -freezer-use-wait-queue-instead-of-busy-looping.patch -freezer-measure-freezing-time.patch -serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option.patch -serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option-update.patch -s2ram-kill-old-debugging-junk.patch -hibernation-arbitrary-boot-kernel-support-generic-code-rev-2.patch -hibernation-arbitrary-boot-kernel-support-on-x86_64-rev-2.patch -hibernation-pass-cr3-in-the-image-header-on-x86_64-rev-2.patch -hibernation-use-temporary-page-tables-for-kernel-text-mapping-on-x86_64.patch -hibernation-check-if-acpi-is-enabled-during-restore-in-the-right-place.patch -hibernation-enter-platform-hibernation-state-in-a-consistent-way-rev-4.patch -hibernation-enter-platform-hibernation-state-in-a-consistent-way-rev-4-fix.patch -include-asm-m32r-thread_infoh-kmalloc-memset-conversion-to-kzalloc.patch -m32r-cleanup-struct-irqaction-initializers.patch -m32r-serial-remove-m32r_sio_share_irqs.patch -m32r-convert-to-generic-sys_ptrace.patch -cris-cleanup-struct-irqaction-initializers.patch -tty-bring-the-old-cris-driver-back-somewhere-into-the.patch -uml-move-userspace-code-to-userspace-file.patch -uml-tidy-recently-moved-code.patch -uml-fix-error-cleanup-ordering.patch -uml-console-subsystem-tidying.patch -uml-fix-console-writing-bugs.patch -uml-console-tidying.patch -uml-stop-using-libc-asm-pageh.patch -uml-fix-an-ipv6-libc-vs-kernel-symbol-clash.patch -uml-fix-nonremovability-of-watchdog.patch -uml-stop-specially-protecting-kernel-stacks.patch -uml-stop-saving-process-fp-state.patch -uml-stop-saving-process-fp-state-fix.patch -uml-physmem-code-tidying.patch -uml-add-vde-networking-support.patch -uml-remove-unnecessary-hostfs_getattr.patch -uml-throw-out-config_mode_tt.patch -uml-remove-sysdep-threadh.patch -uml-style-fixes-pass-1.patch -uml-throw-out-choose_mode.patch -uml-style-fixes-pass-2.patch -uml-remove-code-made-redundant-by-choose_mode-removal.patch -uml-style-fixes-pass-3.patch -uml-remove-__u64-usage-from-physical-memory-subsystem.patch -uml-get-rid-of-do_longjmp.patch -uml-fold-mmu_context_skas-into-mm_context.patch -uml-rename-pt_regs-general-purpose-register-file.patch -uml-rename-pt_regs-general-purpose-register-file-fix.patch -uml-free-ldt-state-on-process-exit.patch -uml-remove-os_-usage-from-userspace-files.patch -uml-replace-clone-with-fork.patch -uml-fix-inlines.patch -uml-userspace-files-should-call-libc-directly.patch -uml-clean-up-tlb-flush-path.patch -uml-remove-unneeded-if-from-hostfs.patch -uml-fix-hostfs-style.patch -uml-dont-use-glibc-asm-userh.patch -uml-floating-point-signal-delivery-fixes.patch -uml-ptrace-floating-point-fixes.patch -uml-coredumping-floating-point-fixes.patch -uml-sysrq-and-mconsole-fixes.patch -uml-style-fixes-in-fp-code.patch -uml-eliminate-floating-point-state-from-register-file.patch -uml-remove-unneeded-void-cast.patch -uml-remove-unused-file.patch -uml-more-idiomatic-parameter-parsing.patch -uml-eliminate-hz.patch -uml-fix-timer-switching.patch -uml-simplify-interval-setting.patch -uml-separate-timer-initialization.patch -uml-generic_time-support.patch -uml-generic_clockevents-support.patch -uml-clocksource-support.patch -uml-clocksource-support-fix.patch -uml-tickless-support.patch -uml-tickless-support-fix.patch -uml-eliminate-interrupts-in-the-idle-loop.patch -uml-time-build-fix.patch -uml-eliminate-sigalrm.patch -uml-use-sec_per_sec-constants.patch -uml-network-formatting.patch -uml-network-driver-mtu-cleanups.patch -uml-correctly-handle-skb-allocation-failures.patch -uml-correctly-handle-skb-allocation-failures-fix.patch -uml-fix-stub-address-calculations.patch -uml-fix-stub-address-calculations-checkpatch-fixes.patch -uml-arch-um-drivers-formatting.patch -uml-arch-um-drivers-formatting-checkpatch-fixes.patch -uml-definitively-kill-subprocesses-on-panic.patch -v850-cleanup-struct-irqaction-initializers.patch -i-oat-new-device-ids.patch -i-oat-rename-the-source-file.patch -i-oat-code-cleanup-from-checkpatch-output.patch -i-oat-split-pci-startup-from-dma-handling-code.patch -i-oat-add-support-for-msi-and-msi-x.patch -i-oat-add-support-for-msi-and-msi-x-fix.patch -dca-add-direct-cache-access-driver.patch -i-oat-add-dca-services.patch -cpuset-remove-sched-domain-hooks-from-cpusets.patch -fs-reiserfs-cleanups.patch -use-list_head-in-binfmt-handling-update.patch -make-unregister_binfmt-return-void.patch -immunize-rcu_dereference-against-crazy-compiler-writers.patch -remove-workaround-for-unimmunized-rcu_dereference-from-mce_log.patch -softlockup-use-cpu_clock-instead-of-sched_clock.patch -fix-the-softlockup-watchdog-to-actually-work.patch -softlockup-make-asm-irq_regsh-available-on-every-platform.patch -softlockup-improve-debug-output.patch -softlockup-improve-debug-output-fix.patch -softlockup-watchdog-style-cleanups.patch -softlockup-add-a-proc-tuning-parameter.patch -softlockup-add-a-proc-tuning-parameter-fix.patch -slab_panic-more-proc-posix-timers-shmem.patch -zisofs-use-mutex-instead-of-semaphore.patch -force-erroneous-inclusions-of-compiler-h-files-to-be-errors.patch -force-erroneous-inclusions-of-compiler-h-files-to-be-errors-fix.patch -driver-for-the-atmel-on-chip-ssc-on-at32ap-and-at91.patch -driver-for-the-atmel-on-chip-ssc-on-at32ap-and-at91-fix.patch -unexport-asm-shmparamh.patch -ext2-statfs-improvement-for-block-and-inode-free-count.patch -kill-declare_mutex_locked.patch -add-kernel-notifierc.patch -add-kernel-notifierc-fix.patch -add-kernel-notifierc-fix-2.patch -add-kernel-notifierc-fix-2-fix-3.patch -nbd-use-list_for_each_entry_safe-to-make-it-more-consolidated-and-readable.patch -nbd-change-a-parameters-type-to-remove-a-memcpy-call.patch -fs-romfs-inodec-trivial-improvements.patch -fs-mark-nibblemap-const.patch -kconfig-make-instrumentation-support-non-experimental.patch -faster-ext2_clear_inode.patch -remove-unneded-lock_kernel-in-driver-block-loopc.patch -do_sys_poll-simplify-playing-with-on-stack-data.patch -do_sys_poll-simplify-playing-with-on-stack-data-fix.patch -do_poll-return-eintr-when-signalled.patch -fs-proc-mmuc-headers-butchery.patch -i386-mark-pit_clockevent-static.patch -fs-use-kmem_cache_zalloc-instead.patch -pcmcia-compactflash-driver-for-pa-semi-electra-boards.patch -pcmcia-compactflash-driver-for-pa-semi-electra-boards-fix.patch -remove-sysctlh-from-fsh.patch -clean-up-duplicate-includes-in-drivers-char.patch -clean-up-duplicate-includes-in-drivers-w1.patch -clean-up-duplicate-includes-in-fs.patch -clean-up-duplicate-includes-in-fs-ecryptfs.patch -clean-up-duplicate-includes-in-kernel.patch -time-simplify-smp_call_function_single-call-sequence.patch -convert-ill-defined-log2-to-ilog2.patch -ext2-show-all-mount-options.patch -ext3-show-all-mount-options.patch -ext4-show-all-mount-options.patch -remove-unsafe-from-module-struct.patch -report-the-per-irq-statistics-on-allarches.patch -fix-config_debug_shirq-trigger-on-free_irq.patch -fs-remove-the-unused-mempages-parameter.patch -remove-unused-bh-in-calls-to-ext234_get_group_desc.patch -add-in-sunos-41x-compatible-mode-for-ufs.patch -add-in-sunos-41x-compatible-mode-for-ufs-fix.patch -add-in-sunos-41x-compatible-mode-for-ufs-fix-2.patch -ufs-implement-show_options.patch -argv_split-allow-argv_split-to-handle-null-pointer-in-argcp-parameter-gracefully.patch -core_pattern-ignore-rlimit_core-if-core_pattern-is-a-pipe.patch -core_pattern-ignore-rlimit_core-if-core_pattern-is-a-pipe-fix.patch -core_pattern-allow-passing-of-arguments-to-user-mode-helper-when-core_pattern-is-a-pipe.patch -core_pattern-fix-up-a-few-miscellaneous-bugs.patch -core_pattern-fix-up-a-few-miscellaneous-bugs-fix.patch -epcac-reformat-comments-and-coding-style-improvements.patch -add-sys-module-name-notes.patch -kernel-rtmutex-debugc-cleanups.patch -fs-afs-possible-cleanups.patch -lib-ioremapc-should-include-linux-ioh.patch -ipc-shmc-make-2-functions-static.patch -printk-add-interfaces-for-external-access-to-the-log-buffer.patch -printk-add-interfaces-for-external-access-to-the-log-buffer-fix.patch -printk-add-interfaces-for-external-access-to-the-log-buffer-fix-2.patch -drivers-char-consolemapc-kmalloc-memset-conversion-to-kzalloc.patch -doc-firmware_sample_firmware_classc-kmalloc-memset-conversion-to-kzalloc.patch -fs-autofs4-inodec-kmalloc-memset-conversion-to-kzalloc.patch -drivers-char-ip2-ip2mainc-kmalloc-memset-conversion-to-kzalloc.patch -tpm_tis-fix-interrupt-probing.patch -pi-futex-set-pf_exiting-without-taking-pi_lock.patch -do_sigaction-remove-now-unneeded-recalc_sigpending.patch -deprecate-aout-elf-interpreters.patch -deprecate-aout-elf-interpreters-fix.patch -handle-the-multi-threaded-inits-exit-properly.patch -tweak-proc-ipmi-removal.patch -ufs-move-non-layout-parts-of-ufs_fsh-to-fs-ufs.patch -ufs-fix-sun-state-fix-mount-check-in-ufs_fill_super.patch -add-linux-elfcore-compath.patch -x86_64-use-linux-elfcore-compath.patch -powerpc-use-linux-elfcore-compath.patch -avoid-a-small-unlikely-memory-leak-in-proc_read_escd.patch -wait_task_zombie-remove-unneeded-child-signal-check.patch -wait_task_zombie-fix-2-3-races-vs-forget_original_parent.patch -exit_notify-dont-take-tasklist-for-tif_sigpending-re-targeting.patch -zap_other_threads-dont-optimize-thread_group_empty-case.patch -wait_task_zombie-dont-fight-with-non-existing-race-with-a-dying-ptracee.patch -__group_complete_signal-eliminate-unneeded-wakeup-of-group_exit_task.patch -wait_task_stopped-continued-remove-unneeded-p-signal-=-null-check.patch -do-not-export-usr-include-scsi-in-make-headers_install.patch -add-mmf_dump_elf_headers.patch -ext2-ext3-ext4-add-block-bitmap-validation.patch -ext2-ext3-ext4-add-block-bitmap-validation-fix.patch -aoe-remove-unecessary-wrapper-function.patch -unicode-diacritics-support.patch -unicode-diacritics-support-s390-fix.patch -mxser-remove-use-of-dead-tty_flipbuf_size-definition.patch -jsm-remove-further-unneeded-crud.patch -jsm-remove-further-unneeded-crud-fix.patch -remove-consolemaph-from-header-exports.patch -lib-sortc-optimization.patch -vfs-check-nanoseconds-in-utimensat.patch -fix-execute-checking-in-permission.patch -exec-remove-unnecessary-check-for-mnt_noexec.patch -clean-out-unused-code-in-dentry-pruning.patch -include-linux-typesh-in-if_fddih.patch -pie-executable-randomization.patch -pie-executable-randomization-fix.patch -pie-executable-randomization-fix-2.patch -pie-executable-randomization-fix-3.patch -cramfs-error-message-about-endianess.patch -remove-strict-ansi-check-from-__u64-in-asm-typesh.patch -shrink-struct-task_structoomkilladj.patch -remove-struct-task_structio_wait.patch -ext2-4-use-is_power_of_2.patch -limit-minixfs-printks-on-corrupted-dir-i_size.patch -kernel-time-timekeepingc-cleanups.patch -make-fs-libfscsimple_commit_write-static.patch -allow-disabling-dnotify-without-embedded.patch -use-erestart_restartblock-if-poll-is-interrupted-by-a-signal.patch -use-erestart_restartblock-if-poll-is-interrupted-by-a-signal-fix.patch -use-num_possible_cpus-instead-of-nr_cpus-for-timer.patch -make-rcutorture-rng-use-temporal-entropy.patch -aio-account-i-o-wait-time-properly.patch -fix-f_version-type-should-be-u64-instead-of-unsigned-long.patch -exec-simplify-sighand-switching.patch -exec-simplify-the-new-sighand-allocation.patch -exec-consolidate-2-fast-paths.patch -exec-rt-sub-thread-can-livelock-and-monopolize-cpu-on-exec.patch -do_sigaction-dont-worry-about-signal_pending.patch -add-stack-checking-for-blackfin.patch -binfmt_flat-warning-fixes.patch -console-events-and-accessibility.patch -console-events-and-accessibility-fix.patch -add-vmcoreinfo.patch -add-vmcore-cleanup-the-coding-style-according-to-andrews-comments.patch -add-vmcore-add-nodemask_ts-size-and-nr_free_pagess-value-to-vmcoreinfo_data.patch -add-vmcore-use-the-existing-ia64_tpa-instead-of-asm-code.patch -add-vmcore-add-a-prefix-vmcoreinfo_-to-the-vmcoreinfo-macros.patch -maintainters-use-our-mail-list-as-blackfin-arch-maintainters.patch -shrink-task_struct-if-config_futex=n.patch -ttyh-remove-dead-define.patch -fix-a-trivial-typo-in-scripts-checkstackpl.patch -move-preempt_notifiers-into-an-always-included-kconfig.patch -floppy-tolerate-dma-channel-unavailability.patch -cleanup-floppyh.patch -codingstyle-relax-the-80-cole-rule.patch -script-to-check-for-undefined-kconfig-symbols.patch -nbd-set-uninitialized-devices-to-size-0.patch -nbd-allow-hung-network-i-o-to-be-cancelled.patch -cciss-fix-error-reporting-for-sg_io.patch -drop-some-headers-from-mmh.patch -remove-include-asm-ipch.patch -n_hdlcc-fix-check-after-use.patch -kernel-sys_nic-add-dummy-sys_ni_syscall-prototype.patch -make-kernel-profilectime_hook-static.patch -drivers-block-ccissc-fix-check-after-use.patch -remove-valueless-definition-of-hard-selected-ramfs-option.patch -local_t-documentation-update-2.patch -atomic_opstxt-mention-local_t.patch -local_t-update-documentation.patch -docs-ramdisk-initrd-initramfs-corrections.patch -remove-final-traces-of-long-deprecated-ramdisk-kernel.patch -send-quota-messages-via-netlink.patch -send-quota-messages-via-netlink-fix.patch -send-quota-messages-via-netlink-fix-fix.patch -make-dmapool-code-use-__set_current_state.patch -add-a-rounddown_pow_of_two-routine-to-log2h.patch -add-a-rounddown_pow_of_two-routine-to-log2hpatch-fix.patch -fix-discrepancy-between-vdso-based-gettimeofday-and-sys_gettimeofday.patch -handle-recursive-calls-to-bust_spinlocks.patch -store-__setup_str_-i
| Michal Piotrowski | Re: 2.6.23-rc3-mm1 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Fred Tyler | Slow, persistent memory leak in 2.6.20 |
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| David Miller | [GIT]: Networking |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Antonio Almeida | HTB accuracy for high speed |
