lkml.org 
[lkml]   [2006]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: 2.6.19-mm1
From
Date
On Mon, 2006-12-11 at 00:58 -0800, Andrew Morton wrote:
> Temporarily at
>
> http://userweb.kernel.org/~akpm/2.6.19-mm1/
>
> Will appear later at
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.19/2.6.19-mm1/
>
>
> - There's some new runtime debugging in kmap_atomic(). It catches one
> buglet in in ata_scsi_rbuf_get() - there may be others. If it gets too
> noisy, please revert kmap_atomic-debugging.patch.
>
> - The reiser4 build is broken by some VFS changes I made.
>
> - New git tree git-ubi.patch (Artem Bityutskiy <dedekind@infradead.org>):
>
> It is a kind of LVM layer but for flash (MTD) devices which hides
> flash devices complexities like bad eraseblocks (on NANDs) and wear. The
> documentation is available at the MTD web site:
> http://www.linux-mtd.infradead.org/doc/ubi.html
> http://www.linux-mtd.infradead.org/faq/ubi.html
>
> - The x86_64 tree here is a few days old - the server is down.
>
> - Brought back the write()-deadlock-fix-and-writev-speedup patches.
>
>
>
> 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.
>
> - Semi-daily 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.
>
>
>
>
> Changes since 2.6.19-rc6-mm2:
>
>
> origin.patch
> git-acpi.patch
> git-alsa.patch
> git-agpgart.patch
> git-cpufreq.patch
> git-gfs2-nmw.patch
> git-ieee1394.patch
> git-infiniband.patch
> git-jfs.patch
> git-libata-all.patch
> git-lxdialog.patch
> git-mmc.patch
> git-mmc-fixup.patch
> git-mtd.patch
> git-ubi.patch
> git-netdev-all.patch
> git-net.patch
> git-ioat.patch
> git-ocfs2.patch
> git-chelsio.patch
> git-pciseg.patch
> git-sh.patch
> git-block.patch
> git-sas.patch
> git-qla3xxx.patch
> git-gccbug.patch
>
> git trees.
>
> -fix-create_write_pipe-error-check.patch
> -ecryptfs-fix-crypto_alloc_blkcipher-error-check.patch
> -make-drivers-acpi-baycdrive_bays-static.patch
> -acpi-asus-s3-resume-fix.patch
> -sound-soc-soc-dapmc-make-4-functions-static.patch
> -gregkh-driver-driver-link-sysfs-timing.patch
> -gregkh-driver-cleanup-virtual_device_parent.patch
> -gregkh-driver-config_sysfs_deprecated.patch
> -gregkh-driver-udev-compatible-hack.patch
> -gregkh-driver-config_sysfs_deprecated-bus.patch
> -gregkh-driver-config_sysfs_deprecated-device.patch
> -gregkh-driver-config_sysfs_deprecated-PHYSDEV.patch
> -gregkh-driver-config_sysfs_deprecated-class.patch
> -gregkh-driver-vt-device.patch
> -gregkh-driver-vc-device.patch
> -gregkh-driver-misc-devices.patch
> -gregkh-driver-tty-device.patch
> -gregkh-driver-raw-device.patch
> -gregkh-driver-i2c-dev-device.patch
> -gregkh-driver-msr-device.patch
> -gregkh-driver-cpuid-device.patch
> -gregkh-driver-ppp-device.patch
> -gregkh-driver-ppdev-device.patch
> -gregkh-driver-mmc-device.patch
> -gregkh-driver-firmware-device.patch
> -gregkh-driver-fb-device.patch
> -gregkh-driver-mem-devices.patch
> -gregkh-driver-sound-device.patch
> -gregkh-driver-network-device.patch
> -gregkh-driver-acpi-change-acpi-to-use-dev_archdata-instead-of-firmware_data.patch
> -gregkh-driver-cpu-topology-consider-sysfs_create_group-return-value.patch
> -gregkh-driver-sysfs-sysfs_write_file-writes-zero-terminated-data.patch
> -gregkh-driver-driver-core-introduce-device_find_child.patch
> -gregkh-driver-driver-core-make-drivers-base-core.c-setup_parent-static.patch
> -gregkh-driver-driver-core-introduce-device_move-move-a-device-to-a-new-parent.patch
> -gregkh-driver-driver-core-use-klist_remove-in-device_move.patch
> -gregkh-driver-driver-core-platform_driver_probe-can-save-codespace.patch
> -gregkh-driver-documentation-driver-model-platform.txt-update-rewrite.patch
> -gregkh-driver-modules-drivers.patch
> -gregkh-driver-driver-core-fixes-sysfs_create_link-retval-checks-in-core.c.patch
> -fix-gregkh-driver-sound-device.patch
> -fix-gregkh-driver-sound-device-2.patch
> -platform_driver_probe-can-save-codespace-save-codespace.patch
> -git-dvb-budget-ci-fix.patch
> -jdelvare-hwmon-hwmon-unchecked-return-status-fixes-abituguru.patch
> -git-input-fixup.patch
> -input-check-whether-serio-dirver-registration-is-completed.patch
> -pa-risc-fix-bogus-warnings-from-modpost.patch
> -kconfig-refactoring-for-better-menu-nesting.patch
> -kbuild-fix-rr-is-now-default.patch
> -pata_hpt366-more-enable-bits.patch
> -pata-libata-suspend-resume-simple-cases.patch
> -pata-libata-suspend-resume-simple-cases-fix.patch
> -pata_cmd64x-suspend-resume.patch
> -pata_cs5520-resume-support.patch
> -pata_jmicron-fix-jmb368-support-add-suspend-resume.patch
> -pata_cs5530-suspend-resume-support.patch
> -pata_rz1000-force-readahead-off-on-resume.patch
> -pata_ali-suspend-resume-support.patch
> -pata_sil680-suspend-resume.patch
> -sata_promise-updates.patch
> -sata_nv-fix-atapi-in-adma-mode.patch
> -pata_it821x-suspend-resume-support.patch
> -pata_serverworks-suspend-resume.patch
> -pata_via-suspend-resume-support.patch
> -pata_amd-suspend-resume.patch
> -hpt36x-suspend-resume-support.patch
> -pata_hpt3x3-suspend-resume-support.patch
> -pata-more-drivers-that-need-only-standard-suspend-and.patch
> -pata_marvell-merge-mandriva-patches.patch
> -via-pata-controller-xfer-fixes.patch
> -via-pata-controller-xfer-fixes-fix.patch
> -libata_resume_fix.patch
> -ahci-ati-sb600-sata-support-for-various-modes.patch
> -mtd-fix-printk-format-warning.patch
> -mtd-replace-kmallocmemset-with-kzalloc.patch
> -make-drivers-mtd-cmdlinepartcmtdpart_setup-static.patch
> -spidernet-remove-eth_zlen-check-in-earlier-patch.patch
> -spidernet-poor-network-performance.patch
> -bonding-incorrect-bonding-state-reported-via-ioctl.patch
> -declance-fix-pmax-and-pmad-support.patch
> -tulip-dmfe-carrier-detection.patch
> -tulip-dmfe-carrier-detection-fix.patch
> -net-possible-cleanups.patch
> -net-possible-cleanups-fix.patch
> -net-possible-cleanups-fix-2.patch
> -fix-sunrpc-wakeup-execute-race-condition.patch
> -gregkh-pci-pci-multithread-not-broken.patch
> -gregkh-pci-pci-make-some-msi-x-defines-generic.patch
> -gregkh-pci-pci-save-restore-pci-x-state.patch
> -gregkh-pci-pci-quirks-fix-the-festering-mess-that-claims-to-handle-ide-quirks.patch
> -gregkh-pci-pci-use-pci_generic_prep_mwi-on-ia64.patch
> -gregkh-pci-pci-use-pci_generic_prep_mwi-on-sparc64.patch
> -gregkh-pci-pci-replace-have_arch_pci_mwi-with-pci_disable_mwi.patch
> -gregkh-pci-pci-delete-unused-extern-in-powermac-pci.c.patch
> -gregkh-pci-altix-add-initial-acpi-io-support.patch
> -gregkh-pci-altix-sn-acpi-hotplug-support.patch
> -gregkh-pci-altix-initial-acpi-support-rom-shadowing.patch
> -gregkh-pci-acpiphp-fix-use-of-list_for_each-macro.patch
> -gregkh-pci-acpiphp-fix-missing-acpiphp_glue_exit.patch
> -gregkh-pci-pci-clear-osc-support-flags-if-no-_osc-method.patch
> -gregkh-pci-pci-fix-__pci_register_driver-error-handling.patch
> -gregkh-pci-pci-block-on-access-to-temporarily-unavailable-pci-device.patch
> -gregkh-pci-pci-i386-style-cleanups.patch
> -gregkh-pci-pci-arch-i386-kernel-pci-dma.c-ioremap-balanced-with-iounmap.patch
> -gregkh-pci-pci-enable-disable-device-is-nestable.patch
> -gregkh-pci-pci-enable-disable-nestable-ports.patch
> -gregkh-pci-pci-irq-irq-and-pci_ids-patch-for-intel-ich9.patch
> -gregkh-pci-i2c-i801-smbus-patch-for-intel-ich9.patch
> -gregkh-pci-pci-change-memory-allocation-for-acpiphp-slots.patch
> -gregkh-pci-pci-rpaphp-change-device-tree-examination.patch
> -gregkh-pci-pciehp-remove-unnecessary-free_irq.patch
> -gregkh-pci-pciehp-remove-unnecessary-pci_disable_msi.patch
> -gregkh-pci-pci-ibmphp_pci.c-fix-null-dereference.patch
> -gregkh-pci-pci-make-arch-i386-pci-common.c-pci_bf_sort-static.patch
> -pci-introduce-pci_find_present.patch
> -pci-fix-multiple-problems-with-via-hardware.patch
> -pci-fix-multiple-problems-with-via-hardware-warning-fix.patch
> -fix-gregkh-pci-pci-enable-disable-device-is-nestable.patch
> -s390-preparatory-cleanup-in-common-i-o-layer.patch
> -s390-make-the-per-subchannel-lock-dynamic.patch
> -s390-dynamic-subchannel-mapping-of-ccw-devices.patch
> -aic94xx-dont-call-pci_map_sg-for-already-mapped-scatterlists.patch
> -add-missing-libsas-include-to-fix-s390-compilation.patch
> -gregkh-usb-usb-takes-31-devices-per-hub.patch
> -gregkh-usb-usb-hub-root-hub-code-takes-more-than-15-devices.patch
> -gregkh-usb-usb-hid-handle-stall-on-interrupt-endpoint.patch
> -gregkh-usb-usb-core-don-t-match-interface-descriptors-for-vendor-specific-devices.patch
> -gregkh-usb-usb-ohci-hcd-fix-compiler-warning.patch
> -gregkh-usb-usb-ohci-disable-rhsc-inside-interrupt-handler.patch
> -gregkh-usb-usb-kmemdup-cleanup-in-drivers-usb.patch
> -gregkh-usb-usb-ohci-remove-stale-testing-code-from-root-hub-resume.patch
> -gregkh-usb-aircable-use-usb-endpoint-functions.patch
> -gregkh-usb-appledisplay-use-usb-endpoint-functions.patch
> -gregkh-usb-cdc_ether-use-usb-endpoint-functions.patch
> -gregkh-usb-cdc-use-usb-endpoint-functions.patch
> -gregkh-usb-devices-use-usb-endpoint-functions.patch
> -gregkh-usb-ftdi-use-usb-endpoint-functions.patch
> -gregkh-usb-hid-use-usb-endpoint-functions.patch
> -gregkh-usb-idmouse-use-usb-endpoint-functions.patch
> -gregkh-usb-kobil_sct-use-usb-endpoint-functions.patch
> -gregkh-usb-legousbtower-use-usb-endpoint-functions.patch
> -gregkh-usb-onetouch-use-usb-endpoint-functions.patch
> -gregkh-usb-phidgetkit-use-usb-endpoint-functions.patch
> -gregkh-usb-phidgetmotorcontrol-use-usb-endpoint-functions.patch
> -gregkh-usb-speedtch-use-usb-endpoint-functions.patch
> -gregkh-usb-usbkbd-use-usb-endpoint-functions.patch
> -gregkh-usb-usbmouse-use-usb-endpoint-functions.patch
> -gregkh-usb-usbnet-use-usb-endpoint-functions.patch
> -gregkh-usb-usbtest-use-usb-endpoint-functions.patch
> -gregkh-usb-usb-use-usb-endpoint-functions.patch
> -gregkh-usb-yealink-use-usb-endpoint-functions.patch
> -gregkh-usb-usb-makes-usb_endpoint_-functions-inline.patch
> -gregkh-usb-usb-autosuspend-code-consolidation.patch
> -gregkh-usb-usb-expand-autosuspend-autoresume-api.patch
> -gregkh-usb-usb-net1080-fix-typos.patch
> -gregkh-usb-usb-move-private-hub-declarations-out-of-public-header-file.patch
> -gregkh-usb-usb-gadget-ether.c-minor-manycast-tweaks.patch
> -gregkh-usb-usb-resume_device-symbol-conflict.patch
> -gregkh-usb-usb-make-drivers-usb-input-wacom_sys.c-wacom_sys_irq-static.patch
> -gregkh-usb-usb-airprime-new-device-id.patch
> -gregkh-usb-usb-serial-ti_usb-ti-ez430-development-tool-id.patch
> -gregkh-usb-usb-pwc-if-loop-fix.patch
> -gregkh-usb-usb-writing_usb_driver-free-urb-cleanup.patch
> -gregkh-usb-usb-pcwd_usb-free-urb-cleanup.patch
> -gregkh-usb-usb-iforce-usb-free-urb-cleanup.patch
> -gregkh-usb-usb-usb-gigaset-free-kill-urb-cleanup.patch
> -gregkh-usb-usb-cinergyt2-free-kill-urb-cleanup.patch
> -gregkh-usb-usb-ttusb_dec-free-urb-cleanup.patch
> -gregkh-usb-usb-pvrusb2-hdw-free-unlink-urb-cleanup.patch
> -gregkh-usb-usb-pvrusb2-io-free-urb-cleanup.patch
> -gregkh-usb-usb-pwc-if-free-urb-cleanup.patch
> -gregkh-usb-usb-sn9c102_core-free-urb-cleanup.patch
> -gregkh-usb-usb-quickcam_messenger-free-urb-cleanup.patch
> -gregkh-usb-usb-zc0301_core-free-urb-cleanup.patch
> -gregkh-usb-usb-irda-usb-free-urb-cleanup.patch
> -gregkh-usb-usb-zd1201-free-urb-cleanup.patch
> -gregkh-usb-usb-ati_remote-free-urb-cleanup.patch
> -gregkh-usb-usb-ati_remote2-free-urb-cleanup.patch
> -gregkh-usb-usb-hid-core-free-urb-cleanup.patch
> -gregkh-usb-usb-usbkbd-free-urb-cleanup.patch
> -gregkh-usb-usb-auerswald-free-kill-urb-cleanup-and-memleak-fix.patch
> -gregkh-usb-usb-legousbtower-free-kill-urb-cleanup.patch
> -gregkh-usb-usb-phidgetkit-free-urb-cleanup.patch
> -gregkh-usb-usb-phidgetmotorcontrol-free-urb-cleanup.patch
> -gregkh-usb-usb-ftdi_sio-kill-urb-cleanup.patch
> -gregkh-usb-usb-catc-free-urb-cleanup.patch
> -gregkh-usb-usb-io_edgeport-kill-urb-cleanup.patch
> -gregkh-usb-usb-keyspan-free-urb-cleanup.patch
> -gregkh-usb-usb-kobil_sct-kill-urb-cleanup.patch
> -gregkh-usb-usb-mct_u232-free-urb-cleanup.patch
> -gregkh-usb-usb-navman-kill-urb-cleanup.patch
> -gregkh-usb-usb-usb-serial-free-urb-cleanup.patch
> -gregkh-usb-usb-visor-kill-urb-cleanup.patch
> -gregkh-usb-usb-usbmidi-kill-urb-cleanup.patch
> -gregkh-usb-usb-usbmixer-free-kill-urb-cleanup.patch
> -gregkh-usb-ohci-change-priority-level-of-resume-log-message.patch
> -gregkh-usb-usb-fix-aircable.c-inconsequent-null-checking.patch
> -gregkh-usb-usb-core-fix-compiler-warning-about-usb_autosuspend_work.patch
> -gregkh-usb-usb-add-digitech-usb-storage-to-unusual_devs.h.patch
> -gregkh-usb-usb-microtek-possible-memleak-fix.patch
> -gregkh-usb-usb-net2280-don-t-send-unwanted-zero-length-packets.patch
> -gregkh-usb-usb-ehci-hooks-for-high-speed-electrical-tests.patch
> -gregkh-usb-usb-add-ehci_hcd.ignore_oc-parameter.patch
> -gregkh-usb-usb-cypress_m8-init-error-path-fix.patch
> -gregkh-usb-usb-make-drivers-usb-host-u132-hcd.c-u132_hcd_wait-static.patch
> -gregkh-usb-usb-ftdi-elan.c-fixes-and-cleanups.patch
> -gregkh-usb-usb-usbtouchscreen-add-support-for-dmc-tsc-10-25-devices.patch
> -gregkh-usb-usb-pxa2xx_udc-recognizes-ixp425-rev-b0-chip.patch
> -gregkh-usb-usb-lh7a40x_udc-remove-double-declaration.patch
> -gregkh-usb-usb-make-drivers-usb-core-driver.c-usb_device_match-static.patch
> -gregkh-usb-usb-idmouse-cleanup.patch
> -gregkh-usb-usb-hid-core-canonical-defines-for-apple-usb-device-ids.patch
> -gregkh-usb-usb-serial-replace-kmalloc-memset-with-kzalloc.patch
> -gregkh-usb-usb-build-the-appledisplay-driver.patch
> -gregkh-usb-usb-endianness-fix-for-asix.c.patch
> -gregkh-usb-usb-pegasus-error-path-not-resetting-task-s-state.patch
> -gregkh-usb-usb-added-dynamic-major-number-for-usb-endpoints.patch
> -gregkh-usb-usb-multithread.patch
> -gregkh-usb-ehci-fix-root-hub-and-port-suspend-resume-problems.patch
> -gregkh-usb-usb-add-autosuspend-support-to-the-hub-driver.patch
> -gregkh-usb-ohci-make-autostop-conditional-on-config_pm.patch
> -gregkh-usb-usb-struct-usb_device-change-flag-to-bitflag.patch
> -gregkh-usb-usb-hub-simplify-remote-wakeup-handling.patch
> -gregkh-usb-usb-keep-count-of-unsuspended-children.patch
> -gregkh-usb-usbcore-remove-unused-argument-in-autosuspend.patch
> -usb-storage-unusual_devsh-entry-for-sony.patch
> -usb-auerswald-replace-kmallocmemset-with-kzalloc.patch
> -x86_64-mm-defconfig-update.patch
> -x86_64-mm-i386-defconfig-update.patch
> -x86_64-mm-copy-user-nocache.patch
> -x86_64-mm-fix-buggy-mtrr-address-checks.patch
> -x86_64-mm-dump-80cols.patch
> -x86_64-mm-dump-remove-newlines.patch
> -x86_64-mm-i386-mathemu-must-check.patch
> -x86_64-mm-i386-remove-pointless-printk.patch
> -x86_64-mm-spin-irqs-disabled.patch
> -x86_64-mm-x86_64-rename-x86_feature_dtes-to-x86_feature_ds.patch
> -x86_64-mm-add-x86_feature_pebs-and-detection.patch
> -x86_64-mm-remove-duplicated-cpu_mask_to_apicid-in-x86_64-smp.h.patch
> -x86_64-mm-i386-rename-x86_feature_dtes-to-x86_feature_ds.patch
> -x86_64-mm-i386-add-x86_feature_pebs-and-detection.patch
> -x86_64-mm-i386-math-emu-build-bug-on.patch
> -x86_64-mm-i386-default-ldt.patch
> -x86_64-mm-all-cpu-backtrace.patch
> -x86_64-mm-espfix-cleanup.patch
> -x86_64-mm-i386-sleazy-fpu.patch
> -x86_64-mm-insert-local-and-io-apics-into-resource-map.patch
> -x86_64-mm-i386-hpet-ioremap.patch
> -x86_64-mm-i386-hpet-cs-iounmap.patch
> -x86_64-mm-x86-64-add-intel-core-related-pmu-msrs.patch
> -x86_64-mm-i386-add-intel-core-related-pmu-msrs.patch
> -x86_64-mm-dump_trace-atomicity-fix.patch
> -x86_64-mm-entry-cleanup.patch
> -x86_64-mm-pda-asm-offset.patch
> -x86_64-mm-pda-basics.patch
> -x86_64-mm-pda-percpu-init.patch
> -x86_64-mm-pda-gs-base.patch
> -x86_64-mm-pda-interface.patch
> -x86_64-mm-pda-vm86.patch
> -x86_64-mm-pda-smp-processor-id.patch
> -x86_64-mm-pda-current.patch
> -x86_64-mm-pda-int-regs.patch
> -x86_64-mm-no-nested-idle-loops.patch
> -x86_64-mm-remove-pci_find.patch
> -x86_64-mm-nmi-message.patch
> -x86_64-mm-compat-siocsifhwbroadcast.patch
> -x86_64-mm-i386-reloc-abssym.patch
> -x86_64-mm-i386-reloc-cleanup-align.patch
> -x86_64-mm-i386-reloc-pa-symbol.patch
> -x86_64-mm-i386-reloc-cleanup-kernel-res.patch
> -x86_64-mm-i386-reloc-physical-start.patch
> -x86_64-mm-i386-reloc-kallsyms.patch
> -x86_64-mm-i386-reloc-core.patch
> -x86_64-mm-i386-reloc-warn.patch
> -x86_64-mm-i386-reloc-bzimage.patch
> -x86_64-mm-extend-bzimage-protocol-for-relocatable-protected-mode-kernel.patch
> -x86_64-mm-mark-config_relocatable-experimental.patch
> -x86_64-mm-desc-defs.patch
> -x86_64-mm-strange-work_notifysig-code-since-2.6.16.patch
> -x86_64-mm-cpa-clflush.patch
> -x86_64-mm-i386-clflush-size.patch
> -x86_64-mm-i386-cpa-clflush.patch
> -x86_64-mm-amd-tsc-sync.patch
> -x86_64-mm-clear-irq-vector.patch
> -x86_64-mm-pka-cast.patch
> -x86_64-mm-probe-kernel-address.patch
> -x86_64-mm-i386-probe-kernel-address.patch
> -x86_64-mm-try-multiple-timer-pins.patch
> -x86_64-mm-sa_siginfo-was-forgotten.patch
> -x86_64-mm-i386-create-e820.c-to-handle-standard-io-mem-resources.patch
> -x86_64-mm-i386-create-e820.c-about-e820-map-sanitize-and-copy-function.patch
> -x86_64-mm-i386-create-e820.c-to-handle-find_max_pfn-function.patch
> -x86_64-mm-i386-create-e820.c-to-handle-memmap-table-walking.patch
> -x86_64-mm-i386-create-e820.c-about-memap-boot-param-parse-and-print.patch
> -x86_64-mm-calgary-shift.patch
> -x86_64-mm-calgary-bios.patch
> -x86_64-mm-calgary-bios-cleanup.patch
> -x86_64-mm-calgary-not-default.patch
> -x86_64-mm-make-x86_64-udelay-round-up-instead-of-down..patch
> -x86_64-mm-comment-magic-constants-in-delay.h.patch
> -x86_64-mm-i386-apic-irq-race.patch
> -x86_64-mm-apic-irq-race.patch
> -x86_64-mm-i386-iopl.patch
> -x86_64-mm-csum-dont-inline.patch
> -x86_64-mm-substitute-__va-lookup-with-pfn_to_kaddr.patch
> -x86_64-mm-i386-double-includes.patch
> -x86_64-mm-paravirt-core.patch
> -x86_64-mm-paravirt-inline.patch
> -x86_64-mm-cpu_detect-extraction.patch
> -x86_64-mm-paravirt-startup.patch
> -x86_64-mm-paravirt-no-bugs.patch
> -x86_64-mm-paravirt-no-vdso.patch
> -x86_64-mm-paravirt-no-powermgmt.patch
> -x86_64-mm-paravirt-apic.patch
> -x86_64-mm-paravirt-mmu.patch
> -x86_64-mm-paravirt-bios.patch
> -x86_64-mm-mmu-header-movement.patch
> -x86_64-mm-fix-bad-mmu-names.patch
> -x86_64-mm-fix-missing-pte-update.patch
> -x86_64-mm-skip-timer-works.patch
> -x86_64-mm-config-core2.patch
> -x86_64-mm-i386-config-core2.patch
> -x86_64-mm-vsyscall-perms.patch
> -x86_64-mm-irq-rate-limit.patch
> -x86_64-mm-clear_fixmap-should-not-use-set_pte.patch
> -x86_64-mm-i386-nmi-watchdog-cpu-limit.patch
> -x86_64-mm-earlyprintk-con-boot.patch
> -x86_64-mm-remove-prototype-of-free_bootmem_generic.patch
> -x86_64-mm-conditionalize-inclusion-of-some-mtrr-flavors.patch
> -x86_64-mm-adjust-pmd_bad.patch
> -x86_64-mm-fix-mtrr-code.patch
> -x86_64-mm-alloc_gdt-static.patch
> -x86_64-mm-fix-x86_64-mm-i386-reloc-kallsyms.patch
> -x86_64-mm-convert-more-absolute-symbols-to-section-relative.patch
> -x86_64-mm-add-write_pci_config_byte-to-direct-pci-access-routines.patch
> -x86_64-mm-introduce-the-mechanism-of-disabling-cpu-hotplug-control.patch
> -x86_64-mm-change-the-no_control-field-to-hotpluggable-in-the-struct-cpu.patch
> -x86_64-mm-add-genapic_force.patch
> -x86_64-mm-fix-the-irqbalance-quirk-for-e7320-e7520-e7525.patch
> -x86_64-mm-calling-efi_get_time-during-suspend.patch
> -x86_64-mm-handle-a-negative-return-value.patch
> -x86_64-mm-i386-irq-vector-static.patch
> -x86_64-mm-x86-64-add-intel-bts-cpufeature-bit-and-detection-take-2.patch
> -x86_64-mm-i386-add-intel-bts-cpufeature-bit-and-detection-take-2.patch
> -x86_64-mm-i386-apic-early-param.patch
> -x86_64-mm-apic-suspend-msrs.patch
> -x86_64-mm-genericarch-up-compilation.patch
> -x86_64-mm-backtrace-strict-check.patch
> -x86_64-mm-vdso.patch
> -x86_64-mm-i386-efi-memmap.patch
> -x86_64-mm-i386-remove-duplicate-printk.patch
> -x86_64-mm-remove-unused-apic-ver.patch
> -x86_64-mm-msr-comment.patch
> -x86_64-mm-add-sysctl-for-kstack_depth_to_print.patch
> -x86_64-mm-clear-bss-early.patch
> -x86_64-mm-remove-duplicate-arch_discontigmem_enable-option.patch
> -x86_64-mm-172-kobject_init-on-resume-from-disk.patch
> -x86_64-mm-i386-touch-watchdog-in-backtrace.patch
> -x86_64-mm-remove-unused-acpi-madt.patch
> -x86_64-mm-unify-rewrite-smp-tsc-sync-code.patch
> -x86_64-mm-always-enable-regparm.patch
> -x86_64-mm-rdtsc-sync-amd-single-core.patch
> -revert-x86_64-mm-vdso.patch
> -revert-x86_64-mm-earlyprintk-con-boot.patch
> -post-x86_64-mm-i386-reloc-abssym.patch
> -fix-x86_64-mm-patch-inline-replacements-for-section-warnings.patch
> -genapic-optimize-fix-apic-mode-setup.patch
> -mtrr-replace-kmallocmemset-with-kzalloc.patch
> -i386-correct-documentation-for-bzimage-protocol-v205.patch
> -fix-asm-constraints-in-i386-atomic_add_return.patch
> -i386-msr-remove-unused-variable.patch
> -arch-i386-kernel-remove-remaining-pc98-code.patch
> -i386-replace-kmallocmemset-with-kzalloc.patch
> -x86_64-fake-numa-provides-a-io-hole-size-in-a-given-address-range.patch
> -x86_64-fake-numa-increase-the-node_shift.patch
> -x86_64-fake-numa-fix-numa=fake.patch
> -x86_64-fake-numa-extends-the-kernel-command-line-option-for-numa=fake.patch
> -x86-64-change-the-size-for-interrupt-array-to-nr_vectors.patch
> -altix-acpi-ssdt-pci-device-support.patch
> -altix-add-acpi-ssdt-pci-device-support-hotplug.patch
> -add-support-for-acpi_load_table-acpi_unload_table_id.patch
> -memory-page-alloc-minor-cleanups.patch
> -memory-page-alloc-minor-cleanups-fix.patch
> -__unmap_hugepage_range-add-comment.patch
> -get-rid-of-zone_table.patch
> -get-rid-of-zone_table-fix-3.patch
> -memory-page_alloc-zonelist-caching-speedup.patch
> -memory-page_alloc-zonelist-caching-reorder-structure.patch
> -oom-dont-kill-unkillable-children-or-siblings.patch
> -oom-cleanup-messages.patch
> -oom-less-memdie.patch
> -mm-incorrect-vm_fault_oom-returns-from-drivers.patch
> -grab-swap-token-reordered.patch
> -new-scheme-to-preempt-swap-token.patch
> -new-scheme-to-preempt-swap-token-tidy.patch
> -mm-add-arch_alloc_page.patch
> -balance_pdgat-cleanup.patch
> -shared-page-table-for-hugetlb-page-v4.patch
> -htlb-forget-rss-with-pt-sharing.patch
> -slab-debug-and-arch_slab_minalign-dont-get-along.patch
> -mm-slab-eliminate-lock_cpu_hotplug-from-slab.patch
> -add-noaliencache-boot-option-to-disable-numa-alien-caches.patch
> -mm-arch-do_page_fault-vs-in_atomic.patch
> -mm-pagefault_disableenable.patch
> -mm-pagefault_disableenable-s390-fix.patch
> -mm-kummap_atomic-vs-in_atomic.patch
> -fix-kunmap_atomics-use-of-kpte_clear_flush.patch
> -allowing-user-processes-to-rise-their-oom_adj-value.patch
> -mlock-cleanup.patch
> -oom-can-panic-due-to-processes-stuck-in-__alloc_pages.patch
> -always-print-out-the-header-line-in-proc-swaps.patch
> -leak-tracking-for-kmalloc_node.patch
> -leak-tracking-for-kmalloc_node-fix.patch
> -add-numa-node-information-to-struct-device.patch
> -add-numa-node-information-to-struct-device-tidy.patch
> -node-aware-skb-allocation.patch
> -node-aware-skb-allocation-fix-for-device-tree-changes.patch
> -allow-null-pointers-in-percpu_free.patch
> -enables-booting-a-numa-system-where-some-nodes-have-no.patch
> -make-mm-thrashcglobal_faults-static.patch
> -remove-bio_cachep-from-slabh.patch
> -move-sighand_cachep-to-include-signalh.patch
> -move-vm_area_cachep-to-include-mmh.patch
> -move-files_cachep-to-include-fileh.patch
> -move-filep_cachep-to-include-fileh.patch
> -move-fs_cachep-to-linux-fs_structh.patch
> -move-names_cachep-to-linux-fsh.patch
> -remove-uses-of-kmem_cache_t-from-mm-and-include-linux-slabh.patch
> -drain_node_page-drain-pages-in-batch-units.patch
> -numa-node-ids-are-int-page_to_nid-and-zone_to_nid-should-return-int.patch
> -silence-unused-pgdat-warning-from-alloc_bootmem_node-and-friends.patch
> -reject-corrupt-swapfiles-earlier.patch
> -mm-cleanup-indentation-on-switch-for-cpu-operations.patch
> -mm-call-into-direct-reclaim-without-pf_memalloc-set.patch
> -mm-cleanup-and-document-reclaim-recursion.patch
> -radix-tree-rcu-lockless-readside.patch
> -security-keys-user-kmemdup.patch
> -selinux-fix-dentry_open-error-check.patch
> -alpha-switch-to-pci_get-api.patch
> -uswsusp-add-pmops-prepareenterfinish-support-aka-platform-mode.patch
> -swsusp-use-partition-device-and-offset-to-identify-swap-areas.patch
> -swsusp-rearrange-swap-handling-code.patch
> -swsusp-use-block-device-offsets-to-identify-swap-locations-rev-2.patch
> -swsusp-add-resume_offset-command-line-parameter-rev-2.patch
> -swsusp-document-support-for-swap-files-rev-2.patch
> -swsusp-add-ioctl-for-swap-files-support.patch
> -swsusp-update-userland-interface-documentation.patch
> -swsusp-improve-handling-of-highmem.patch
> -swsusp-improve-handling-of-highmem-fix.patch
> -swsusp-use-__gfp_wait.patch
> -swsusp-fix-platform-mode.patch
> -add-include-linux-freezerh-and-move-definitions-from.patch
> -add-include-linux-freezerh-and-move-definitions-from-ueagle-fix.patch
> -add-include-linux-freezerh-and-move-definitions-from-ucb1400_ts-fix.patch
> -quieten-freezer-if-config_pm_debug.patch
> -swsusp-cleanup-whitespace-in-freezer-output.patch
> -swsusp-thaw-userspace-and-kernel-space-separately.patch
> -swsusp-support-i386-systems-with-pae-or-without-pse.patch
> -suspend-dont-change-cpus_allowed-for-task-initiating-the-suspend.patch
> -swsusp-measure-memory-shrinking-time.patch
> -suspend-to-disk-fails-if-gdb-is-suspended-with-a-traced-child.patch
> -convert-pm_sem-to-a-mutex.patch
> -convert-pm_sem-to-a-mutex-fix.patch
> -swsusp-untangle-thaw_processes.patch
> -swsusp-untangle-freeze_processes.patch
> -swsusp-fix-coding-style-in-suspendc.patch
> -swsusp-fix-labels.patch
> -s2ram-debugging-documentation.patch
> -support-for-freezeable-workqueues.patch
> -use-freezeable-workqueues-in-xfs.patch
> -cciss-version-change.patch
> -cciss-reference-driver-support.patch
> -cciss-increase-number-of-commands-on-controller.patch
> -cciss-fix-pci-ssid-for-the-e500-controller.patch
> -cciss-disable-dma-prefetch-on-p600.patch
> -cciss-set-sector_size-to-2048-for-performance.patch
> -cciss-set-sector_size-to-2048-for-performance-tidy.patch
> -cciss-change-cciss_open-for-consistency.patch
> -cciss-remove-unused-revalidate_allvol-function.patch
> -cciss-add-support-for-1024-logical-volumes.patch
> -cciss-cleanup-cciss_interrupt-mode.patch
> -kbuild-dont-put-temp-files-in-the-source-tree.patch
> -kbuild-dont-put-temp-files-in-the-source-tree-fix.patch
> -fix-rescan_partitions-to-return-errors-properly.patch
> -fix-check_partition-routines.patch
> -serial-uartlite-driver.patch
> -serial-uartlite-driver-fix.patch
> -fix-serial-uartlite-after-global-pt_regs.patch
> -serial-uartlite-support-multiple-devices.patch
> -serial-uartlite-initialize-port-parameters-in-console_setup.patch
> -ioremap-balanced-with-iounmap-for-drivers-char-rio-rio_linuxc.patch
> -ioremap-balanced-with-iounmap-for-drivers-char-moxac.patch
> -ioremap-balanced-with-iounmap-for-drivers-char-istallionc.patch
> -sound-oss-btaudioc-ioremap-balanced-with-iounmap.patch
> -lockdep-annotate-nfs-nfsd-in-kernel-sockets.patch
> -lockdep-annotate-nfs-nfsd-in-kernel-sockets-tidy.patch
> -honour-mnt_noexec-for-access.patch
> -ext2-fsid-for-statvfs.patch
> -ext3-fsid-for-statvfs.patch
> -ext4-fsid-for-statvfs.patch
> -kernel-proc-kallsyms-reports-lower-case.patch
> -i2o-more-error-checking.patch
> -pnp-handle-sysfs-errors.patch
> -rtc-handle-sysfs-errors.patch
> -sound-oss-emu10k1-handle-userspace-copy-errors.patch
> -spi-improve-sysfs-compiler-complaint-handling.patch
> -constify-inode-accessors.patch
> -ide-complete-switch-to-pci_get.patch
> -fuse-update-userspace-interface-to-version-78.patch
> -fuse-minor-cleanup-in-fuse_dentry_revalidate.patch
> -fuse-add-support-for-block-device-based-filesystems.patch
> -fuse-add-blksize-option.patch
> -fuse-add-bmap-support.patch
> -fuse-add-destroy-operation.patch
> -fuse-fix-compile-without-config_block.patch
> -sysrq-x-show-blocked-tasks.patch
> -#sysrq-t-broke-and-no-one-noticed.patch
> -file-kill-unnecessary-timer-in-fdtable_defer.patch
> -remove-double-cast-to-same-type.patch
> -io-storage-documentation-update-to-as-ioschedtxt.patch
> -export-pm_suspend-for-the-shared-apm-emulation.patch
> -patch-to-fix-reiserfs-bad-path-release-panic-on-2619-rc1.patch
> -via82cxxx-handle-error-condition-properly.patch
> -lockdep-fix-ide-proc-interaction.patch
> -pull-in-necessary-header-files-for-cdevh.patch
> -cpuset-minor-code-refinements.patch
> -remove-superfluous-lock_super-in-ext2-and-ext3-xattr-code.patch
> -correct-bus_num-and-buffer-bug-in-spi-core.patch
> -spi-set-kset-of-master-class-dev-explicitly.patch
> -paride-rename-pi_register-and-pi_unregister.patch
> -paride_register-shuffle-return-values.patch
> -lockdep-internal-locking-fixes.patch
> -lockdep-misc-fixes-in-lockdepc.patch
> -binfmt_elf-randomize-pie-binaries.patch
> -handle-ext3-directory-corruption-better.patch
> -handle-ext4-directory-corruption-better.patch
> -tifm-fix-null-ptr-and-style.patch
> -function-v9fs_get_idpool-returns-int-not-u32-as-called-twice.patch
> -disable-clone_child_cleartid-for-abnormal-exit.patch
> -binfmt-fix-uaccess-handling.patch
> -compat-fix-uaccess-handling.patch
> -profile-fix-uaccess-handling.patch
> -kconfig-printk_time-depends-on-printk.patch
> -parport_pc-add-support-for-ox16pci952-parallel-port.patch
> -probe_kernel_address-needs-to-do-set_fs.patch
> -slab-use-probe_kernel_address.patch
> -paride-return-proper-error-code.patch
> -read_cache_pages-cleanup.patch
> -taskstats_exit_alloc-optimize-simplify.patch
> -taskstats-cleanup-do_exit-path.patch
> -taskstats-cleanup-signal-stats-allocation.patch
> -taskstats-factor-out-reply-assembling.patch
> -taskstats-use-nla_reserve-for-reply-assembling.patch
> -taskstats-cleanup-reply-assembling.patch
> -cpuset-allow-a-larger-buffer-for-writes-to-cpuset-files.patch
> -compile-time-check-re-world-writeable-module-params.patch
> -lockdep-annotate-bcsp-driver.patch
> -aio-use-prepare_to_wait.patch
> -exar-quad-port-serial.patch
> -exar-quad-port-serial-fix.patch
> -fs-trivial-vsnprintf-conversion.patch
> -hpfs-bring-hpfs_error-into-shape.patch
> -hpfs-fix-printk-format-warnings.patch
> -drivers-cdrom-trivial-vsnprintf-conversion.patch
> -vfs-extra-check-inside-dentry_unhash.patch
> -correct-misc_register-return-code-handling-in-several-drivers.patch
> -more-list-debugging-context.patch
> -get_options-to-allow-a-hypenated-range-for-isolcpus.patch
> -vfs_getattr-remove-dead-code.patch
> -ext3-uninline-large-functions.patch
> -ext4-uninline-large-functions.patch
> -uninline-module_put.patch
> -i2lib-unused-variable-cleanup.patch
> -make-initramfs-printk-a-warning-on-incorrect-cpio-type.patch
> -corrupted-cramfs-filesystems-cause-kernel-oops.patch
> -lockdep-print-current-locks-on-in_atomic-warnings.patch
> -lockdep-name-some-old-style-locks.patch
> -documentation-remount_fs-needs-lock_kernel.patch
> -sleep-profiling.patch
> -sleep-profiling-fixes.patch
> -sleep-profiling-fix.patch
> -ext4_ext_split-remove-dead-code.patch
> -debug-workqueue-locking-sanity.patch
> -debug-workqueue-locking-sanity-fix.patch
> -hz-300hz-support.patch
> -pcengines-wrap-led-support.patch
> -pcengines-wrap-led-support-fix.patch
> -driver-base-memoryc-remove-warnings-of.patch
> -remove-kernel-syscalls.patch
> -remove-kernel-syscalls-x86_64-fix.patch
> -protect-ext2-ioctl-modifying-append_only-immutable-etc-with-i_mutex.patch
> -remove-hash_highmem.patch
> -retries-in-ext3_prepare_write-violate-ordering-requirements.patch
> -ktime-fix-signed--unsigned-mismatch-in-ktime_to_ns.patch
> -qconf-support-old-qt.patch
> -remove-the-syslog-interface-when-printk-is-disabled.patch
> -ver_linux-additions.patch
> -initrd-remove-unused-false-condition-for.patch
> -fix-the-size-limit-of-compat-space-msgsize.patch
> -elf-always-define-elf_addr_t-in-linux-elfh.patch
> -elf-include-terminating-zero-in-n_namesz.patch
> -elf-fix-kcore-note-size-calculation.patch
> -elf-fix-kcore-note-size-calculation-fix.patch
> -reiserfs-add-missing-d-cache-flushing.patch
> -reiserfs-add-missing-d-cache-flushing-tweak.patch
> -the-scheduled-removal-of-some-oss-options.patch
> -make-1-bit-bitfields-unsigned.patch
> -hvcs-char-driver-janitoring-move-block-of-code.patch
> -hvcs-char-driver-janitoring-rm-compiler-warnings.patch
> -kprobes-enable-booster-on-the-preemptible-kernel.patch
> -hotplug-cpu-clean-up-hotcpu_notifier-use.patch
> -hotplug-cpu-clean-up-hotcpu_notifier-use-vs-gregkh-driver-cpu-topology-consider-sysfs_create_group-return-value.patch
> -ext3-fix-reservation-extension.patch
> -ext4-fix-reservation-extension.patch
> -allow-hwrandom-core-to-be-a-module.patch
> -make-mm-shmemcshmem_xattr_security_handler-static.patch
> -remove-kernel-lockdepclockdep_internal.patch
> -make-kernel-signalckill_proc_info-static.patch
> -i2o-handle-__copy_from_user.patch
> -i2o-fix-i2o_config-without-adaptec-extension.patch
> -make-ecryptfs_version_str_map-static.patch
> -make-fs-jbd-transactionc__journal_temp_unlink_buffer-static.patch
> -make-fs-jbd2-transactionc__jbd2_journal_temp_unlink_buffer-static.patch
> -fs-lockd-hostc-make-2-functions-static.patch
> -make-fs-proc-basecproc_pid_instantiate-static.patch
> -parport-section-mismatches-with-hotplug=n.patch
> -agp-amd64-section-mismatches-with-hotplug=n.patch
> -add-rtc-omap-driver.patch
> -add-return-value-checking-of-get_user-in.patch
> -add-return-value-checking-of-get_user-in-fix.patch
> -ciss-require-same-scsi-module-support.patch
> -export-toshiba-smm-support-for-neofb-module.patch
> -kernel-doc-add-fusion-and-i2o-to-kernel-api-book.patch
> -kernel-doc-fix-fusion-and-i2o-docs.patch
> -kernel-api-book-remove-videodev-chapter.patch
> -rcu-add-a-prefetch-in-rcu_do_batch.patch
> -dont-insert-pipe-dentries-into-dentry_hashtable.patch
> -dcache-avoid-rcu-for-never-hashed-dentries.patch
> -net-dont-insert-socket-dentries-into-dentry_hashtable.patch
> -kernel-core-replace-kmallocmemset-with-kzalloc.patch
> -kernel-doc-stricter-function-pointer-recognition.patch
> -fs-reorder-some-struct-inode-fields-to-speedup-i_size-manipulations.patch
> -add-struct-dev-pointer-to-dma_is_consistent.patch
> -handle-per-subsystem-mutexes-for-config_hotplug_cpu-not-set.patch
> -handle-per-subsystem-mutexes-for-config_hotplug_cpu-not-set-tidy.patch
> -dz-fixes-to-make-it-work.patch
> -dz-fixes-to-make-it-work-fix.patch
> -reiser-replace-kmallocmemset-with-kzalloc.patch
> -futex-init-error-check.patch
> -spi-check-platform_device_register_simple-error.patch
> -synclink_gt-fix-init-error-handling.patch
> -sysctl-string-length-calculated-is-wrong-if-it-contains-negative-numbers.patch
> -sched-correct-output-of-show_state.patch
> -reiserfs-do-not-add-save-links-for-o_direct-writes.patch
> -io-accounting-core-statistics.patch
> -clean-up-__set_page_dirty_nobuffers.patch
> -io-accounting-write-accounting.patch
> -io-accounting-write-cancel-accounting.patch
> -io-accounting-read-accounting-2.patch
> -io-accounting-read-accounting-nfs-fix.patch
> -io-accounting-read-accounting-cifs-fix.patch
> -io-accounting-direct-io.patch
> -io-accounting-report-in-procfs.patch
> -cleanup-taskstatsh.patch
> -io-accounting-via-taskstats.patch
> -getdelays-various-fixes.patch
> -io-accounting-add-to-getdelays.patch
> -ext4-if-expression-format.patch
> -ext4-kmalloc-to-kzalloc.patch
> -ext4-eliminate-inline-functions.patch
> -tty-signal-tty-locking.patch
> -tty-signal-tty-locking-3270-fix.patch
> -do_task_stat-dont-take-tty_mutex.patch
> -do_acct_process-dont-take-tty_mutex.patch
> -trivial-make-set_special_pids-static.patch
> -sys_unshare-remove-a-broken-clone_sighand-code.patch
> -pktcdvd-reusability-of-procfs-functions.patch
> -pktcdvd-make-procfs-interface-optional.patch
> -pktcdvd-bio-write-congestion-using-blk_congestion_wait.patch
> -pktcdvd-bio-write-congestion-using-blk_congestion_wait-fix.patch
> -pktcdvd-add-sysfs-and-debugfs-interface.patch
> -remove-the-old-bd_mutex-lockdep-annotation.patch
> -new-bd_mutex-lockdep-annotation.patch
> -remove-lock_key-approach-to-managing-nested-bd_mutex-locks.patch
> -simplify-some-aspects-of-bd_mutex-nesting.patch
> -use-mutex_lock_nested-for-bd_mutex-to-avoid-lockdep-warning.patch
> -avoid-lockdep-warning-in-md.patch
> -bdev-fix-bd_part_count-leak.patch
> -generic-bug-implementation.patch
> -generic-bug-implementation-handle-bug=n.patch
> -generic-bug-implementation-include-linux-bugh-must-always-include-linux-moduleh.patch
> -generic-bug-for-i386.patch
> -generic-bug-for-x86-64.patch
> -uml-add-generic-bug-support.patch
> -use-generic-bug-for-ppc.patch
> -bug-test-1.patch
> -fix-generic-warn_on-message.patch
> -bit-revese-library.patch
> -crc32-replace-bitreverse-by-bitrev32.patch
> -video-use-bitrev8.patch
> -net-use-bitrev8-tidy.patch
> -isdn-hisax-use-bitrev8.patch
> -atm-ambassador-use-bitrev8.patch
> -isdn-gigaset-use-bitrev8.patch
> -drivers-mtd-nand-rtc_from4c-use-lib-bitrevc.patch
> -drivers-mtd-nand-rtc_from4c-use-lib-bitrevc-tidy.patch
> -fsstack-introduce-fsstack_copy_attrinode_.patch
> -fsstack-introduce-fsstack_copy_attrinode_-tidy.patch
> -fsstack-introduce-fsstack_copy_attrinode_-fs-stackc-should-include-linux-fs_stackh.patch
> -ecryptfs-use-fsstacks-generic-copy-inode-attr.patch
> -ecryptfs-use-fsstacks-generic-copy-inode-attr-tidy-fix.patch
> -ecryptfs-use-fsstacks-generic-copy-inode-attr-tidy-fix-fix.patch
> -struct-path-rename-reiserfss-struct-path.patch
> -struct-path-rename-dms-struct-path.patch
> -struct-path-move-struct-path-from-fs-nameic-into.patch
> -struct-path-make-ecryptfs-a-user-of-struct-path.patch
> -vfs-change-struct-file-to-use-struct-path.patch
> -sysfs-change-uses-of-f_dentry.patch
> -proc-change-uses-of-f_dentry-vfsmnt-to-use-f_path.patch
> -ext2-change-uses-of-f_dentry-vfsmnt-to-use-f_path.patch
> -ext3-change-uses-of-f_dentry-vfsmnt-to-use-f_path.patch
> -ext4-change-uses-of-f_dentry-vfsmnt-to-use-f_path.patch
> -fat-change-uses-of-f_dentryvfsmnt-to-use-f_path.patch
> -isofs-change-uses-of-f_dentry.patch
> -nfs-change-uses-of-f_dentryvfsmnt-to-use-f_path.patch
> -nfsd-change-uses-of-f_dentry-vfsmnt-to-use-f_path.patch
> -ntfs-change-uses-of-f_dentry-vfsmnt-to-use-f_path.patch
> -i386-change-uses-of-f_dentry-vfsmnt-to-use-f_path.patch
> -x86_64-change-uses-of-f_dentry.patch
> -kernel-change-uses-of-f_dentry.patch
> -mm-change-uses-of-f_dentryvfsmnt-to-use-f_path.patch
> -9p-change-uses-of-f_dentryvfsmnt-to-use-f_path.patch
> -affs-change-uses-of-f_dentry-vfsmnt-to-use-f_path.patch
> -autofs-change-uses-of-f_dentry.patch
> -autofs4-change-uses-of-f_dentry.patch
> -configfs-change-uses-of-f_dentry.patch
> -cifs-change-uses-of-f_dentry-vfsmnt-to-use-f_path.patch
> -ecryptfs-change-uses-of-f_dentry.patch
> -xfs-change-uses-of-f_dentryvfsmnt-to-use-f_path.patch
> -struct-path-convert-adfs.patch
> -struct-path-convert-afs.patch
> -struct-path-convert-alpha.patch
> -struct-path-convert-atm.patch
> -struct-path-convert-befs.patch
> -struct-path-convert-bfs.patch
> -struct-path-convert-block.patch
> -struct-path-convert-block_drivers.patch
> -struct-path-convert-char-drivers.patch
> -struct-path-convert-coda.patch
> -struct-path-convert-cosa.patch
> -struct-path-convert-cramfs.patch
> -struct-path-convert-cris.patch
> -struct-path-convert-drm.patch
> -struct-path-convert-efs.patch
> -struct-path-convert-freevxfs.patch
> -struct-path-convert-frv.patch
> -struct-path-convert-fuse.patch
> -struct-path-convert-gfs2.patch
> -struct-path-convert-hfs.patch
> -struct-path-convert-hfsplus.patch
> -struct-path-convert-hostfs.patch
> -struct-path-convert-hpfs.patch
> -struct-path-convert-hppfs.patch
> -struct-path-convert-hugetlbfs.patch
> -struct-path-convert-i2c-drivers.patch
> -struct-path-convert-ia64.patch
> -struct-path-convert-ieee1394.patch
> -struct-path-convert-infiniband.patch
> -struct-path-convert-ipc.patch
> -struct-path-convert-ipmi.patch
> -struct-path-convert-isapnp.patch
> -struct-path-convert-isdn.patch
> -struct-path-convert-ixj.patch
> -struct-path-convert-jffs.patch
> -struct-path-convert-jffs2.patch
> -struct-path-convert-jfs.patch
> -struct-path-convert-kernel.patch
> -struct-path-convert-lockd.patch
> -struct-path-convert-md.patch
> -struct-path-convert-minix.patch
> -struct-path-convert-mips.patch
> -struct-path-convert-mm.patch
> -struct-path-convert-nbd.patch
> -struct-path-convert-ncpfs.patch
> -struct-path-convert-net.patch
> -struct-path-convert-netfilter.patch
> -struct-path-convert-netlink.patch
> -struct-path-convert-ocfs2.patch
> -struct-path-convert-openpromfs.patch
> -struct-path-convert-oprofile.patch
> -struct-path-convert-parisc.patch
> -struct-path-convert-pci.patch
> -struct-path-convert-pcmcia.patch
> -struct-path-convert-powerpc.patch
> -struct-path-convert-ppc.patch
> -struct-path-convert-qnx4.patch
> -struct-path-convert-ramfs.patch
> -struct-path-convert-reiserfs.patch
> -struct-path-convert-romfs.patch
> -struct-path-convert-s390-drivers.patch
> -struct-path-convert-s390.patch
> -struct-path-convert-sbus.patch
> -struct-path-convert-scsi.patch
> -struct-path-convert-selinux.patch
> -struct-path-convert-sh.patch
> -struct-path-convert-smbfs.patch
> -struct-path-convert-sound.patch
> -struct-path-convert-sparc.patch
> -struct-path-convert-sparc64.patch
> -struct-path-convert-sunrpc.patch
> -struct-path-convert-sysv.patch
> -struct-path-convert-udf.patch
> -struct-path-convert-ufs.patch
> -struct-path-convert-unix.patch
> -struct-path-convert-usb.patch
> -struct-path-convert-v4l.patch
> -struct-path-convert-video.patch
> -struct-path-convert-zorro.patch
> -log2-implement-a-general-integer-log2-facility-in-the-kernel.patch
> -log2-implement-a-general-integer-log2-facility-in-the-kernel-fix.patch
> -log2-implement-a-general-integer-log2-facility-in-the-kernel-vs-git-cryptodev.patch
> -log2-implement-a-general-integer-log2-facility-in-the-kernel-ppc-fix.patch
> -log2-alter-roundup_pow_of_two-so-that-it-can-use-a-ilog2-on-a-constant.patch
> -log2-alter-get_order-so-that-it-can-make-use-of-ilog2-on-a-constant.patch
> -log2-provide-ilog2-fallbacks-for-powerpc.patch
> -add-process_session-helper-routine.patch
> -add-process_session-helper-routine-deprecate-old-field.patch
> -add-process_session-helper-routine-deprecate-old-field-tidy.patch
> -add-process_session-helper-routine-deprecate-old-field-fix-warnings.patch
> -add-process_session-helper-routine-deprecate-old-field-fix-warnings-2.patch
> -add-process_session-helper-routine-deprecate-old-field-fix-warnings-fix.patch
> -rename-struct-namespace-to-struct-mnt_namespace.patch
> -add-an-identifier-to-nsproxy.patch
> -rename-struct-pspace-to-struct-pid_namespace.patch
> -add-pid_namespace-to-nsproxy.patch
> -use-current-nsproxy-pid_ns.patch
> -add-child-reaper-to-pid_namespace.patch
> -sys_setpgid-eliminate-unnecessary-do_each_task_pidpidtype_pgid.patch
> -session_of_pgrp-kill-unnecessary-do_each_task_pidpidtype_pgid.patch
> -generic-ioremap_page_range-mips-conversion.patch
> -generic-ioremap_page_range-parisc-conversion.patch
> -generic-ioremap_page_range-s390-conversion.patch
> -generic-ioremap_page_range-sh-conversion.patch
> -generic-ioremap_page_range-sh64-conversion.patch
> -mxser-correct-tty-driver-name.patch
> -pci-mxser-pci-refcounts.patch
> -mxser-make-an-experimental-clone.patch
> -mxser-session-warning-fix.patch
> -char-mxser_new-correct-include-file.patch
> -char-mxser_new-upgrade-to-191.patch
> -char-mxser_new-rework-to-allow-dynamic-structs.patch
> -char-mxser_new-use-__devinit-macros.patch
> -char-mxser_new-pci_request_region-for-pci-regions.patch
> -char-mxser_new-check-request_region-retvals.patch
> -char-mxser_new-kill-unneeded-memsets.patch
> -char-mxser_new-revert-spin_lock-changes.patch
> -char-mxser_new-remove-request-for-testers-line.patch
> -char-mxser_new-debug-printk-dependent-on-debug.patch
> -char-mxser_new-alter-license-terms.patch
> -char-mxser_new-code-upside-down.patch
> -char-mxser_new-cmspar-is-defined.patch
> -char-remove-unneded-termbits-redefinitions-mxser_new.patch
> -char-mxser_new-eliminate-tty-ldisc-deref.patch
> -char-mxser_new-testbit-for-bit-testing.patch
> -char-mxser_new-correct-fail-paths.patch
> -char-mxser_new-dont-check-tty_unregister-retval.patch
> -char-mxser_new-compress-isa-finding.patch
> -char-mxser_new-register-tty-devices-on-the-fly.patch
> -char-mxser_new-compact-structures-round2.patch
> -char-mxser_new-reverse-if-else-paths-patch.patch
> -char-mxser_new-comments-cleanup.patch
> -char-mxser_new-correct-intr-handler-proto.patch
> -char-mxser_new-delete-ttys-and-termios.patch
> -char-mxser_new-pci-probing.patch
> -char-mxser_new-clean-macros.patch
> -maintainers-add-me-to-isicom-mxser.patch
> -mxser_new-correct-tty-driver-name.patch
> -char-stallion-use-pr_debug-macro.patch
> -char-stallion-remove-unneeded-casts.patch
> -char-stallion-kill-typedefs.patch
> -char-stallion-move-init-deinit.patch
> -char-stallion-uninline-functions.patch
> -char-stallion-mark-functions-as-init.patch
> -char-stallion-remove-many-prototypes.patch
> -tty-preparatory-structures-for-termios-revamp.patch
> -tty-preparatory-structures-for-termios-revamp-strip-fix.patch
> -tty-switch-to-ktermios-and-new-framework.patch
> -tty-switch-to-ktermios-and-new-framework-warning-fix.patch
> -tty-switch-to-ktermios-and-new-framework-irda-fix.patch
> -tty-switch-to-ktermios.patch
> -tty-switch-to-ktermios-nozomi-fix.patch
> -tty-switch-to-ktermios-bluetooth-fix.patch
> -tty-switch-to-ktermios-sclp-fix.patch
> -tty-switch-to-ktermios-3270-fix.patch
> -tty-switch-to-ktermios-powerpc-fix.patch
> -tty-switch-to-ktermios-uml-fix.patch
> -tty-switch-to-ktermios-uml-fix-2.patch
> -tty_ioctl-use-termios-for-the-old-structure-and-termios2.patch
> -tty_ioctl-use-termios-for-the-old-structure-and-termios2-fix.patch
> -tty_ioctl-use-termios-for-the-old-structure-and-termios2-update.patch
> -termios-enable-new-style-termios-ioctls-on-x86-64.patch
> -char-isicom-expand-function.patch
> -char-isicom-rename-init-function.patch
> -char-isicom-remove-isa-code.patch
> -char-isicom-remove-unneeded-memset.patch
> -char-isicom-move-to-tty_register_device.patch
> -char-isicom-use-pci_request_region.patch
> -char-isicom-check-kmalloc-retval.patch
> -char-isicom-use-completion.patch
> -char-isicom-simplify-timer.patch
> -char-isicom-remove-cvs-stuff.patch
> -char-isicom-fix-tty-index-check.patch
> -char-sx-convert-to-pci-probing.patch
> -char-sx-use-kcalloc.patch
> -char-sx-mark-functions-as-devinit.patch
> -char-sx-use-eisa-probing.patch
> -char-sx-ifdef-isa-code.patch
> -char-sx-lock-boards-struct.patch
> -char-sx-remove-duplicite-code.patch
> -char-sx-whitespace-cleanup.patch
> -char-sx-simplify-timer-logic.patch
> -char-sx-fix-return-in-module-init.patch
> -char-sx-use-pci_iomap.patch
> -char-sx-request-regions.patch
> -char-stallion-convert-to-pci-probing.patch
> -char-stallion-prints-cleanup.patch
> -char-stallion-implement-fail-paths.patch
> -char-stallion-correct-__init-macros.patch
> -char-stallion-functions-cleanup.patch
> -char-stallion-fix-fail-paths.patch
> -char-stallion-brd-struct-locking.patch
> -char-stallion-remove-syntactic-sugar.patch
> -char-stallion-variables-cleanup.patch
> -char-stallion-use-dynamic-dev.patch
> -char-istallion-convert-to-pci-probing.patch
> -char-istallion-remove-the-mess.patch
> -char-istallion-eliminate-typedefs.patch
> -char-istallion-variables-cleanup.patch
> -char-istallion-ifdef-eisa-code.patch
> -char-istallion-brdnr-locking.patch
> -char-istallion-free-only-isa.patch
> -char-istallion-correct-fail-paths.patch
> -char-istallion-correct-fail-paths-fix.patch
> -char-istallion-fix-enabling.patch
> -char-istallion-move-init-and-exit-code.patch
> -char-istallion-change-init-sequence.patch
> -char-istallion-dynamic-tty-device.patch
> -char-istallion-use-mod_timer.patch
> -char-cyclades-save-indent-levels.patch
> -char-cyclades-lindent-the-code.patch
> -char-cyclades-cleanup.patch
> -char-cyclades-fix-warnings.patch
> -drivers-isdn-handcrafted-min-max-macro-removal.patch
> -drivers-isdn-handcrafted-min-max-macro-removal-fix.patch
> -isdn-fix-missing-unregister_capi_driver.patch
> -isdn-avoid-a-potential-null-ptr-deref-in-ippp.patch
> -drivers-isdn-trivial-vsnprintf-conversion.patch
> -isdn-replace-kmallocmemset-with-kzalloc.patch
> -i4l-remove-the-broken-hisax_amd7930-option.patch
> -lockdep-annotate-nfsd4-recover-code.patch
> -nfs2-calculate-w-a-bit-later-in-nfsaclsvc_encode_getaclres.patch
> -nfs3-calculate-w-a-bit-later-in-nfs3svc_encode_getaclres.patch
> -fault-injection-documentation-and-scripts.patch
> -fault-injection-capabilities-infrastructure.patch
> -fault-injection-capabilities-infrastructure-tidy.patch
> -fault-injection-capabilities-infrastructure-tweaks.patch
> -fault-injection-capability-for-kmalloc.patch
> -fault-injection-capability-for-kmalloc-failslab-remove-__gfp_highmem-filtering.patch
> -fault-injection-capability-for-alloc_pages.patch
> -fault-injection-capability-for-disk-io.patch
> -fault-injection-process-filtering-for-fault-injection-capabilities.patch
> -fault-injection-stacktrace-filtering.patch
> -fault-injection-stacktrace-filtering-reject-failure-if-any-caller-lies-within-specified-range.patch
> -fault-injection-Kconfig-cleanup.patch
> -fault-injection-stacktrace-filtering-kconfig-fix.patch
> -fault-injection-Kconfig-cleanup-config_fault_injection-help-text.patch
> -schedc-correct-comment-for-this_rq_lock-routine.patch
> -sched-fix-migration-cost-estimator.patch
> -sched-domain-move-sched-group-allocations-to-percpu-area.patch
> -move_task_off_dead_cpu-should-be-called-with-disabled-ints.patch
> -sched-domain-increase-the-smt-busy-rebalance-interval.patch
> -sched-avoid-taking-rq-lock-in-wake_priority_sleeper.patch
> -sched-remove-staggering-of-load-balancing.patch
> -sched-disable-interrupts-for-locking-in-load_balance.patch
> -sched-extract-load-calculation-from-rebalance_tick.patch
> -sched-move-idle-status-calculation-into-rebalance_tick.patch
> -sched-use-softirq-for-load-balancing.patch
> -sched-call-tasklet-less-frequently.patch
> -sched-add-option-to-serialize-load-balancing.patch
> -sched-add-option-to-serialize-load-balancing-fix.patch
> -sched-improve-migration-accuracy.patch
> -sched-improve-migration-accuracy-tidy.patch
> -sched-improve-migration-accuracy-fix.patch
> -sched-decrease-number-of-load-balances.patch
> -sched-optimize-activate_task-for-rt-task.patch
> -kernel-schedc-whitespace-cleanups.patch
> -kernel-schedc-whitespace-cleanups-more.patch
> -sysctl-simplify-sysctl_uts_string.patch
> -sysctl-implement-sysctl_uts_string.patch
> -sysctl-simplify-ipc-ns-specific-sysctls.patch
> -sysctl-fix-sys_sysctl-interface-of-ipc-sysctls.patch
> -sysctl-fix-sys_sysctl-interface-of-ipc-sysctls-fix.patch
> -ide-more-conversion-to-pci_get-apis.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-virgefb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-vesafb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-tridentfb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-tgafb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-stifb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-retz3fb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-pvr2fb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-platinumfb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-offb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-macfb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-hpfb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-fm2fb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-ffb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-cyberfb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-cirrusfb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-atyfb_base.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-atafb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-amifb.patch
> -ioremap-balanced-with-iounmap-for-drivers-video-S3triofb.patch
> -atyfb-rivafb-minor-fixes.patch
> -igafb-switch-to-pci_get-api.patch
> -video-sis-remove-unnecessary-variables-in-sis_ddc2delay.patch
> -pmagb-b-fb-fix-a-default-clock.patch
> -video-get-the-default-mode-from-the-right-database.patch
> -s3c2410fb-add-support-for-stn-displays.patch
> -fbcmapc-mark-structs-const-or.patch
> -various-fbdev-files-mark-structs.patch
> -various-fbdev-files-mark-structs-fix.patch
> -constify-and-annotate-__read_mostly.patch
> -annotate-some-variables-in-vesafb.patch
> -constify-vga16fbc.patch
> -au1100fb-fix-to-remove-flickering.patch
> -mbxfb-fix-hscoeff3-register-address.patch
> -mbxfb-add-more-registers-bits.patch
> -mbxfb-add-more-registers-to-debugfs.patch
> -mbxfb-add-yuv-video-overlay-support.patch
> -mbxfb-document-the-new-ioctl.patch
> -atyfb-remove-fixme.patch
> -atyfb-fix-compiler-warnings.patch
> -atyfb-fix-sparse-warnings.patch
> -atyfb-fix-blanking-level.patch
> -atyfb-remove-pointless-aty_init.patch
> -atyfb-fix-__init-and-__devinit.patch
> -atyfb-remove-aty_cmap_regs.patch
> -atyfb-improve-atyfb_atari_probe.patch
> -atyfb-improve-power-management.patch
> -drivers-video-use-kmemdup.patch
> -visws-sgivwfb-is-module-needs-exports.patch
> -backlight-lcd-remove-dependenct-from-the-framebuffer-layer.patch
> -backlight-lcd-remove-dependenct-from-the-framebuffer-layer-tidy.patch
> -softcursorc-avoid-unaligned-accesses.patch
> -dm-io-fix-bi_max_vecs.patch
> -dm-tidy-core-formatting.patch
> -dm-suspend-parameter-change.patch
> -dm-map-and-endio-return-code-clarification.patch
> -dm-map-and-endio-symbolic-return-codes.patch
> -dm-ioctl-add-noflush-suspend.patch
> -dm-suspend-add-noflush-pushback.patch
> -dm-mpath-use-noflush-suspending.patch
> -dm-snapshot-abstract-memory-release.patch
> -dm-log-rename-complete_resync_work.patch
> -dm-raid1-reset-sync_search-on-resume.patch
> -make-drivers-md-dm-snapcksnapd-static.patch
> -md-tidy-up-device-change-notification-when-an-md-array-is-stopped.patch
> -md-define-raid5_mergeable_bvec.patch
> -md-handle-bypassing-the-read-cache-assuming-nothing-fails.patch
> -md-allow-reads-that-have-bypassed-the-cache-to-be-retried-on-failure.patch
> -md-allow-reads-that-have-bypassed-the-cache-to-be-retried-on-failure-fix.patch
> -md-allow-reads-that-have-bypassed-the-cache-to-be-retried-on-failure-misc-fixes-for-aligned-read-handling-including-raid6-read-corruption.patch
> -md-allow-reads-that-have-bypassed-the-cache-to-be-retried-on-failure-misc-fixes-for-error-handling-of-aligned-reads.patch
> -md-enable-bypassing-cache-for-reads.patch
> -md-fix-innocuous-bug-in-raid6-stripe_to_pdidx.patch
> -md-conditionalize-some-code.patch
> -dio-centralize-completion-in-dio_complete.patch
> -dio-call-blk_run_address_space-once-per-op.patch
> -dio-formalize-bio-counters-as-a-dio-reference-count.patch
> -dio-remove-duplicate-bio-wait-code.patch
> -dio-only-call-aio_complete-after-returning-eiocbqueued.patch
> -dio-lock-refcount-operations.patch
> -fdtable-delete-pointless-code-in-dup_fd.patch
> -fdtable-make-fdarray-and-fdsets-equal-in-size.patch
> -fdtable-remove-the-free_files-field.patch
> -fdtable-implement-new-pagesize-based-fdtable-allocator.patch
> -fdtable-implement-new-pagesize-based-fdtable-allocator-fix.patch
> -fdtable-implement-new-pagesize-based-fdtable-allocator-bound-minimum-allocation-size.patch
> -fdtable-implement-new-pagesize-based-fdtable-allocator-avoid-fdset-cacheline-ping-pong.patch
> -round_jiffies-infrastructure.patch
> -round_jiffies-infrastructure-fix.patch
> -user-of-the-jiffies-rounding-patch-ata-subsystem.patch
> -user-of-the-jiffies-rounding-code-jbd.patch
> -user-of-the-jiffies-rounding-code-networking.patch
> -user-of-the-jiffies-rounding-patch-slab.patch
> -clocksource-add-usage-of-config_sysfs.patch
> -clocksource-small-cleanup-2.patch
> -clocksource-small-cleanup-2-fix.patch
> -clocksource-small-acpi_pm-cleanup.patch
> -kvm-userspace-interface.patch
> -kvm-userspace-interface-make-enum-values-in-userspace-interface-explicit.patch
> -kvm-intel-virtual-mode-extensions-definitions.patch
> -kvm-kvm-data-structures.patch
> -kvm-random-accessors-and-constants.patch
> -kvm-virtualization-infrastructure.patch
> -kvm-virtualization-infrastructure-kvm-fix-guest-cr4-corruption.patch
> -kvm-virtualization-infrastructure-include-desch.patch
> -kvm-virtualization-infrastructure-fix-segment-state-changes-across-processor-mode-switches.patch
> -kvm-virtualization-infrastructure-fix-asm-constraints-for-segment-loads.patch
> -kvm-virtualization-infrastructure-fix-mmu-reset-locking-when-setting-cr0.patch
> -kvm-memory-slot-management.patch
> -kvm-vcpu-creation-and-maintenance.patch
> -kvm-vcpu-creation-and-maintenance-segment-access-cleanup.patch
> -kvm-workaround-cr0cd-cache-disable-bit-leak-from-guest-to.patch
> -kvm-vcpu-execution-loop.patch
> -kvm-define-exit-handlers.patch
> -kvm-define-exit-handlers-pass-fs-gs-segment-bases-to-x86-emulator.patch
> -kvm-less-common-exit-handlers.patch
> -kvm-less-common-exit-handlers-handle-rdmsrmsr_efer.patch
> -kvm-mmu.patch
> -kvm-x86-emulator.patch
> -kvm-clarify-licensing.patch
> -kvm-x86-emulator-fix-emulator-mov-cr-decoding.patch
> -kvm-plumbing.patch
> -kvm-dynamically-determine-which-msrs-to-load-and-save.patch
> -kvm-fix-calculation-of-initial-value-of-rdx-register.patch
> -kvm-avoid-using-vmx-instruction-directly.patch
> -kvm-avoid-using-vmx-instruction-directly-fix-asm-constraints.patch
> -kvm-expose-interrupt-bitmap.patch
> -kvm-add-time-stamp-counter-msr-and-accessors.patch
> -kvm-expose-msrs-to-userspace.patch
> -kvm-expose-msrs-to-userspace-v2.patch
> -kvm-create-kvm-intelko-module.patch
> -kvm-make-dev-registration-happen-when-the-arch.patch
> -kvm-make-hardware-detection-an-arch-operation.patch
> -kvm-make-the-per-cpu-enable-disable-functions-arch.patch
> -kvm-make-the-hardware-setup-operations-non-percpu.patch
> -kvm-make-the-guest-debugger-an-arch-operation.patch
> -kvm-make-msr-accessors-arch-operations.patch
> -kvm-make-the-segment-accessors-arch-operations.patch
> -kvm-cache-guest-cr4-in-vcpu-structure.patch
> -kvm-cache-guest-cr0-in-vcpu-structure.patch
> -kvm-add-get_segment_base-arch-accessor.patch
> -kvm-add-idt-and-gdt-descriptor-accessors.patch
> -kvm-make-syncing-the-register-file-to-the-vcpu.patch
> -kvm-make-the-vcpu-execution-loop-an-arch-operation.patch
> -kvm-move-the-vmx-exit-handlers-to-vmxc.patch
> -kvm-make-vcpu_setup-an-arch-operation.patch
> -kvm-make-__set_cr0-and-dependencies-arch-operations.patch
> -kvm-make-__set_cr4-an-arch-operation.patch
> -kvm-make-__set_efer-an-arch-operation.patch
> -kvm-make-set_cr3-and-tlb-flushing-arch-operations.patch
> -kvm-make-inject_page_fault-an-arch-operation.patch
> -kvm-make-inject_gp-an-arch-operation.patch
> -kvm-use-the-idt-and-gdt-accessors-in-realmode-emulation.patch
> -kvm-use-the-general-purpose-register-accessors-rather.patch
> -kvm-move-the-vmx-tsc-accessors-to-vmxc.patch
> -kvm-access-rflags-through-an-arch-operation.patch
> -kvm-move-the-vmx-segment-field-definitions-to-vmxc.patch
> -kvm-add-an-arch-accessor-for-cs-d-b-and-l-bits.patch
> -kvm-add-a-set_cr0_no_modeswitch-arch-accessor.patch
> -kvm-make-vcpu_load-and-vcpu_put-arch-operations.patch
> -kvm-make-vcpu-creation-and-destruction-arch-operations.patch
> -kvm-move-vmcs-static-variables-to-vmxc.patch
> -kvm-make-is_long_mode-an-arch-operation.patch
> -kvm-use-the-tlb-flush-arch-operation-instead-of-an.patch
> -kvm-remove-guest_cpl.patch
> -kvm-move-vmcs-accessors-to-vmxc.patch
> -kvm-move-vmx-helper-inlines-to-vmxc.patch
> -kvm-remove-vmx-includes-from-arch-independent-code.patch
> -kvm-build-fix.patch
> -kvm-build-fix-2.patch
>
> Merged into mainline or a subsystem tree.
>
> +x86-smp-export-smp_num_siblings-for-oprofile.patch
> +tty-export-get_current_tty.patch
> +ieee80211softmac-fix-errors-related-to-the-work_struct-changes.patch
> +kvm-add-missing-include.patch
> +kvm-put-kvm-in-a-new-virtualization-menu.patch
> +kvm-clean-up-amd-svm-debug-registers-load-and-unload.patch
> +kvm-replace-__x86_64__-with-config_x86_64.patch
> +fix-more-workqueue-build-breakage-tps65010.patch
> +another-build-fix-header-rearrangements-osk.patch
> +uml-fix-net_kern-workqueue-abuse.patch
> +isdn-gigaset-fix-possible-missing-wakeup.patch
> +i2o_exec_exit-and-i2o_driver_exit-should-not-be-__exit.patch
>
> 2.6.20 queue.
>
> +revert-generic_file_buffered_write-handle-zero-length-iovec-segments.patch
> +revert-generic_file_buffered_write-deadlock-on-vectored-write.patch
> +generic_file_buffered_write-cleanup.patch
> +mm-only-mm-debug-write-deadlocks.patch
> +mm-fix-pagecache-write-deadlocks.patch
> +mm-fix-pagecache-write-deadlocks-comment.patch
> +mm-fix-pagecache-write-deadlocks-xip.patch
> +mm-fix-pagecache-write-deadlocks-mm-pagecache-write-deadlocks-efault-fix.patch
> +mm-fix-pagecache-write-deadlocks-zerolength-fix.patch
> +mm-fix-pagecache-write-deadlocks-stale-holes-fix.patch
> +fs-prepare_write-fixes.patch
> +fs-prepare_write-fixes-fuse-fix.patch
> +fs-prepare_write-fixes-jffs-fix.patch
> +fs-prepare_write-fixes-fat-fix.patch
> +fs-fix-cont-vs-deadlock-patches.patch
>
> Bring back the ongoing pagecache deadlock fix work.
>
> -implementation-of-acpi_video_get_next_level-tidy.patch
>
> Folded into implementation-of-acpi_video_get_next_level.patch
>
> -video-sysfs-support-take-2-add-dev-argument-for-backlight_device_register-fix.patch
>
> Folded into video-sysfs-support-take-2-add-dev-argument-for-backlight_device_register.patch
>
> +fbdev-update-after-backlight-argument-change.patch
>
> Fix fbdev for acpi changes.
>
> +add-support-for-asus-a6va-m6v-w5f-v6v-laptops-in-asus-acpi.patch
> +add-support-for-acpi_load_table-acpi_unload_table_id.patch
> +altix-acpi-ssdt-pci-device-support.patch
> +altix-add-acpi-ssdt-pci-device-support-hotplug.patch
> +acpi-i686-x86_64-fix-laptop-bootup-hang-in-init_acpi.patch
>
> ACPI updates.
>
> +sony_apci-resume-fix.patch
>
> Fix sony_apci-resume.patch
>
> +git-alsa-fixup.patch
>
> Fix reject in git-alsa.patch
>
> +alsa-workqueue-fixes.patch
>
> Fix alsa
>
> +git-cpufreq-fixup.patch
>
> Fix rejects in git-cpufreq,patch
>
> +ppc-cs4218_tdm-remove-extra-brace.patch
>
> ppc build fix
>
> +gregkh-driver-uio.patch
> +gregkh-driver-uio-dummy.patch
> +gregkh-driver-driver-core-delete-virtual-directory-on-class_unregister.patch
> +gregkh-driver-debugfs-inotify-create-mkdir-support.patch
> +gregkh-driver-debugfs-coding-style-fixes.patch
> +gregkh-driver-debugfs-file-directory-creation-error-handling.patch
> +gregkh-driver-debugfs-more-file-directory-creation-error-handling.patch
> +gregkh-driver-debugfs-file-directory-removal-fix.patch
> +gregkh-driver-driver-core-platform_driver_probe-can-save-codespace-save-codespace.patch
> +gregkh-driver-driver-core-make-platform_device_add_data-accept-a-const-pointer.patch
> +gregkh-driver-driver-core-deprecate-pm_legacy-default-it-to-n.patch
> +gregkh-driver-network-device.patch
>
> driver tree updates
>
> +tty-switch-to-ktermios-nozomi-fix.patch
>
> Fix it.
>
> +drm-handle-pci_enable_device-failure.patch
>
> DRM fixlet.
>
> +saa7134-add-support-for-the-encore-enl-tv.patch
> +drivers-media-video-cpia2-cpia2_usbc-free.patch
> +fix-namespace-conflict-between-w9968cfc-on-mips.patch
> +avoid-race-when-deregistering-the-ir-control-for-dvb-usb.patch
>
> DVB fixes
>
> +jdelvare-i2c-i2c-i801-documentation-update.patch
> +jdelvare-i2c-i2c-fix-broken-ds1337-initialization.patch
> +jdelvare-i2c-i2c-versatile-new-arm-bus-driver.patch
> +jdelvare-i2c-i2c-discard-del-bus-wrappers.patch
> +jdelvare-i2c-i2c-i801-enable-PEC-on-ICH6.patch
> +jdelvare-i2c-i2c-dev-fix-return-value-check.patch
> +jdelvare-i2c-i2c-dev-merge-kfree.patch
> +jdelvare-i2c-i2c-omap-prescaler-formula.patch
>
> i2c tree updates
>
> +jdelvare-hwmon-hwmon-unchecked-return-status-fixes-abituguru.patch
> +jdelvare-hwmon-hwmon-rudolf-marek-changed-email-address.patch
> +jdelvare-hwmon-hwmon-w83793-new-driver.patch
> +jdelvare-hwmon-hwmon-w83793-documentation.patch
> +jdelvare-hwmon-hwmon-ams-new-driver.patch
> +jdelvare-hwmon-hwmon-ams-maintainers.patch
>
> hwmon tree updates
>
> +make-lm70_remove-a-__devexit-function.patch
>
> hwmon fix.
>
> +ia64-enable-config_debug_spinlock_sleep.patch
>
> Help ia64 developers find bugs.
>
> +git-libata-all-fixup.patch
>
> Fix rejects in git-libata-all.patch
>
> +sata_nv-add-suspend-resume-support.patch
> +pata_it8213-add-new-driver-for-the-it8213-card.patch
> +libata-simulate-report-luns-for-atapi-devices.patch
> +user-of-the-jiffies-rounding-patch-ata-subsystem.patch
> +libata-fix-oops-with-sparsemem.patch
>
> ata/pata updates.
>
> +mips-dbg_io-stray-brackets-fix.patch
>
> mips fix
>
> +git-mmc-fixup.patch
>
> Fix rejects in git-mmc.patch
>
> +git-mmc-tifm_sd-warning-fix.patch
> +mmc-fix-prev-state-2-=-task_running-problem-on-sd-mmc-card-removal.patch
>
> MMC fixes
>
> +git-mtd-build-fix.patch
>
> MTD fix
>
> +ubi-versus-add-include-linux-freezerh-and-move-definitions-from.patch
>
> Fix UBI tree
>
> -git-netdev-all-fixup.patch
> -libphy-dont-do-that.patch
>
> Unneeded
>
> +spidernet-dma-coalescing.patch
> +spidernet-add-net_ratelimit-to-suppress-long-output.patch
> +spidernet-rx-locking.patch
> +spidernet-refactor-rx-refill.patch
> +spidernet-rx-skb-mem-leak.patch
> +spidernet-another-skb-mem-leak.patch
> +spidernet-cleanup-return-codes.patch
> +spidernet-rx-refill.patch
> +spidernet-merge-error-branches.patch
> +spidernet-remove-unused-variable.patch
> +spidernet-rx-chain-tail.patch
> +spidernet-turn-rx-irq-back-on.patch
> +spidernet-memory-barrier.patch
> +spidernet-avoid-possible-rx-chain-corruption.patch
> +spidernet-rx-debugging-printout.patch
> +spidernet-rework-rx-linked-list.patch
> +driver-for-silan-sc92031-netdev.patch
> +driver-for-silan-sc92031-netdev-fixes.patch
> +driver-for-silan-sc92031-netdev-include-fix.patch
>
> netdev things.
>
> -auth_gss-unregister-gss_domain-when-unloading-module-fix.patch
>
> Folded into auth_gss-unregister-gss_domain-when-unloading-module.patch
>
> -serial-handle-pci_enable_device-failure-upon-resume.patch
>
> Dropped
>
> +fix-pnx8550-serial-breakage.patch
> +pnx8550-uart-driver.patch
>
> Serial updates
>
> +gregkh-pci-pci-use-sys-bus-pci-drivers-driver-new_id-first.patch
> +gregkh-pci-pci-add-class-codes-for-wireless-rf-controllers.patch
> +gregkh-pci-pci-quirks-remove-redundant-check.patch
> +gregkh-pci-rpaphp-compiler-warning-cleanup.patch
> +gregkh-pci-pci-pcieport-driver-remove-invalid-warning-message.patch
> +gregkh-pci-pci-introduce-pci_find_present.patch
> +gregkh-pci-pci-create-__pci_bus_find_cap_start-from-__pci_bus_find_cap.patch
> +gregkh-pci-pci-add-pci_find_ht_capability-for-finding-hypertransport-capabilities.patch
> +gregkh-pci-pci-use-pci_find_ht_capability-in-drivers-pci-htirq.c.patch
> +gregkh-pci-pci-add-defines-for-hypertransport-msi-fields.patch
> +gregkh-pci-pci-use-pci_find_ht_capability-in-drivers-pci-quirks.c.patch
> +gregkh-pci-pci-only-check-the-ht-capability-bits-in-mpic.c.patch
> +gregkh-pci-pci-fix-multiple-problems-with-via-hardware.patch
> +gregkh-pci-pci-be-a-bit-defensive-in-quirk_nvidia_ck804-so-we-don-t-risk-dereferencing-a-null-pdev.patch
> +gregkh-pci-pci-check-szhi-when-sz-is-0-when-64-bit-iomem-bigger-than-4g.patch
>
> PCI tree updates
>
> +dont-export-device-ids-to-userspace.patch
> +via-sb600-sata-quirk.patch
~~~~~~~~~
Hi Andrew,
Thank you for applying ATI SB600 SATA patch!
But it seems the patch file name should be
"ati"-sb600-sata-quirk.patch, not "via"-sb600-sata-quirk.patch, type
error? :)
BTW, the following line in ide/pci/atiixp.c had better be removed
since there would be no legacy ide mode any more after this patch is
applied.
"{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, PCI_ANY_ID,
PCI_ANY_ID, (PCI_CLASS_STORAGE_IDE<<8)|0x8a, 0xffff05, 1},"


Conke

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-12-12 18:21    [W:0.385 / U:1.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site