1. e43fe68 Merge git://git.infradead.org/~dedekind/ubi-2.6 by David Woodhouse · 18 years ago
  2. 986ee01 [MTD] Clean up AR7 partition map support by David Woodhouse · 18 years ago
  3. fe22466 [MTD] [NOR] Fix Intel CFI driver for collie flash by Thomas Kunze · 18 years ago
  4. ed8165c [MTD] [NAND] Verify probe by retrying to checking the results match by Ben Dooks · 18 years ago
  5. 37e5ffa [MTD] [NAND] S3C2410 Allow ECC disable to be specified by the board by Ben Dooks · 18 years ago
  6. 1c21ab6 [MTD] [NAND] S3C2410 Allow ECC layout to be passed through platform data by Ben Dooks · 18 years ago
  7. c45c6c6 [MTD] [NAND] S3C2410 Allow unset ecc to be ignored for ecc correction by Ben Dooks · 18 years ago
  8. 71d54f3 [MTD] [NAND] S3C2410 Large page NAND support by Ben Dooks · 18 years ago
  9. 0916083 [MTD] [NAND] S3C2410 Fix previous nFCE suspend save patch by Ben Dooks · 18 years ago
  10. 67e5a28 [MTD] [OneNAND] Allow for controller errors when reading by Adrian Hunter · 18 years ago
  11. f1ebe4e [MTD] [MAPS] omap_nor section fixes by David Brownell · 18 years ago
  12. 70b0725 [MTD] [NOR] Fixup for incorrect CFI data in Spansion S29GL064/32N flash chips by Trent Piepho · 18 years ago
  13. fecb886 [MTD] [NOR] Read extended device ID from AMD/Spansion CFI flash chips by Trent Piepho · 18 years ago
  14. 0ff6631 [MTD] [NAND] fsl_elbc_nand: workaround for hangs during nand write by Anton Vorontsov · 18 years ago
  15. 93919d3 [MTD] [NAND] plat_nand: set mtd->name by Hamish Moffatt · 18 years ago
  16. 1938de4 [MTD] [NAND] corrected MPC8313 NAND fixes by Mike Hench · 18 years ago
  17. 9ebed3e [MTD] [NAND] fsl_elbc_nand: fix mtd name by Anton Vorontsov · 18 years ago
  18. f079788 [MTD] AR7 mtd partition map by Matteo Croce · 18 years ago
  19. 5c249c5 [MTD] [NAND] FSL UPM NAND driver by Anton Vorontsov · 18 years ago
  20. a1c06ee [MTD] [NAND] Fix checkpatch errors in pxa3xx_nand by David Woodhouse · 18 years ago
  21. 1b0a062 [MTD] [NOR] Add JEDEC support for the SST 36VF3203 flash chip by Andrei Dolnikov · 18 years ago
  22. 75757006 [MTD] [MAPS] Extend plat-ram to support a supplied probe type by Florian Fainelli · 18 years ago
  23. ca5c23c [MTD] XIP: Use generic xip_iprefetch() instead of asm volatile (...) by Paulius Zaleckas · 18 years ago
  24. fe69af0 [MTD] [NAND] support for pxa3xx by eric miao · 18 years ago
  25. b73d7e4 [MTD] [OneNAND] unlikely(x) || unlikely(y) => unlikely(x || y) by Roel Kluin · 18 years ago
  26. 8e2537e [MTD] fix minor typo in the MTD map driver for SHARP SL series by Thomas Petazzoni · 18 years ago
  27. b0d06af [MTD] cmdlinepart: Missing partition info is not an error by Peter Korsgaard · 18 years ago
  28. c3f08b3 [MTD] [MAPS] add support for Nvidia MCP55 to ck804xrom by Carl-Daniel Hailfinger · 18 years ago
  29. 7fe9296 [MTD] make struct rfd_ftl_tr static by Adrian Bunk · 18 years ago
  30. 607d1cb [MTD] [OneNAND] proper onenand_bbt_read_oob() prototype by Adrian Bunk · 18 years ago
  31. eb8e318 [MTD] [NOR] cfi_cmdset_0020.c: make a function static by Adrian Bunk · 18 years ago
  32. 5ce45d5 [MTD] ftl.c: make code static by Adrian Bunk · 18 years ago
  33. ed262c4 [MTD] cmdlinepart.c: don't compare pointers with 0 by Adrian Bunk · 18 years ago
  34. 456d9fc [MTD] mtdram.c should #include <linux/mtd/mtdram.h> by Adrian Bunk · 18 years ago
  35. 51ee83d [MTD] proper prototypes for nftl_{read,write}_oob() by Adrian Bunk · 18 years ago
  36. a8e8aa2 [MTD] proper prototypes for inftl_{read,write}_oob() by Adrian Bunk · 18 years ago
  37. 950bcb2 [MTD] mtd/ofpart.c: add MODULE_LICENSE by Adrian Bunk · 18 years ago
  38. 5765066 [MTD] [NAND] fsl_elbc_nand: Fix SEQIN handling for large pages. by Scott Wood · 18 years ago
  39. f72561c [MTD] Correct phram module param description by Mark Hindley · 18 years ago
  40. 52f8301 [MTD] [NAND] at91_nand: Make part_probes[] static by Atsushi Nemoto · 18 years ago
  41. 1ff1842 [MTD] [NAND] fix platform driver hotplug/coldplug by Kay Sievers · 18 years ago
  42. 41d867c [MTD] [MAPS] fix platform driver hotplug/coldplug by Kay Sievers · 18 years ago
  43. c27e9b8 [MTD] [NAND] fix possible Ooops in rfc_from4 by Sebastian Siewior · 18 years ago
  44. cb53b3b [MTD] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 18 years ago
  45. 35d086b [MTD] [JEDEC] Fix whitespace noise in chip table by David Woodhouse · 18 years ago
  46. 30d6a24 [MTD] [JEDEC] add support for the ST M29W400DB flash chip by Gordon Farquharson · 18 years ago
  47. 0bc88c5 [MTD] block2mtd: logging typo fixes by Stephane Chazelas · 18 years ago
  48. ec12cc74e [MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] static by Adrian Bunk · 18 years ago
  49. 7903cba [MTD] mtdoops.c: make struct oops_cxt static again by Adrian Bunk · 18 years ago
  50. 41bdf96 [MTD] [MAPS] Document MTD_PHYSMAP module name in kconfig by Mike Frysinger · 18 years ago
  51. f838bad Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  52. bc751fe IB/ipath: Correct capitalization "IntX" -> "INTx" by Roland Dreier · 18 years ago
  53. 4495757 IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.c by Roland Dreier · 18 years ago
  54. 480f58e IB/ipath: Remove dependency on PCI_MSI || HT_IRQ by Roland Dreier · 18 years ago
  55. 37a6ab5 IB/ipath: Build IBA7220 code unconditionally by Roland Dreier · 18 years ago
  56. 88a8317 IB/ipath: Remove reference to dev->class_dev by Roland Dreier · 18 years ago
  57. 9862874 IB/ipath: Fix module parameter description for disable_sma by Paul Bolle · 18 years ago
  58. 6a5546e RDMA/nes: Remove unneeded function declarations by Roland Dreier · 18 years ago
  59. 135ceda Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 18 years ago
  60. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 18 years ago
  61. 548453f Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  62. bda0c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  63. 904e0ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 18 years ago
  64. 98a1e95f Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 18 years ago
  65. abe834c Merge branch 'isdn-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 18 years ago
  66. 9a64388 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  67. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  68. 529a41e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  69. c3823c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 18 years ago
  70. fdefa4d RAID: remove trailing space from printk line by Nick Andrew · 18 years ago
  71. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 18 years ago
  72. 85b375a Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  73. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 18 years ago
  74. 8a5703f DMA engine: typo fixes by Sebastian Siewior · 18 years ago
  75. b1af9cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 18 years ago
  76. 22d56fc V4L: Storage class should be before const qualifier (sn9c102) by Tobias Klauser · 18 years ago
  77. c81010b V4L: Storage class should be before const qualifier by Tobias Klauser · 18 years ago
  78. b0cdb5e sonypi: Storage class should be before const qualifier by Tobias Klauser · 18 years ago
  79. f7e8dd5 intel_menlow: Storage class should be before const qualifier by Tobias Klauser · 18 years ago
  80. cbfa6f2 DVB: Storage class should be before const qualifier by Tobias Klauser · 18 years ago
  81. b299c22 acpi: Storage class should be before const qualifier by Tobias Klauser · 18 years ago
  82. cece933 block: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 18 years ago
  83. 6195057 cciss: fix warning oops on rmmod of driver by scameron@beardog.cca.cpqcorp.net · 18 years ago
  84. e14ac67 cciss: Fix race between disk-adding code and interrupt handler by scameron@beardog.cca.cpqcorp.net · 18 years ago
  85. f18573a block: move the padding adjustment to blk_rq_map_sg by FUJITA Tomonori · 18 years ago
  86. 476a481 loop: manage partitions in disk image by Laurent Vivier · 18 years ago
  87. 22a9189 cdrom: use kmalloced buffers instead of buffers on stack by Thomas Bogendoerfer · 18 years ago
  88. 0a0c411 cdrom: make unregister_cdrom() return void by Akinobu Mita · 18 years ago
  89. 7fd097d cdrom: use list_head for cdrom_device_info list by Akinobu Mita · 18 years ago
  90. 032d8d9 cdrom: protect cdrom_device_info list by mutex by Akinobu Mita · 18 years ago
  91. 3c3f4e0 cdrom: cleanup hardcoded error-code by Akinobu Mita · 18 years ago
  92. 17672cf cdrom: remove ifdef CONFIG_SYSCTL by Akinobu Mita · 18 years ago
  93. 80b20dd PCI: pci-iommu-iotlb-flushing-speedup by mark gross · 18 years ago
  94. a391f19 PCI: pci_setup_bridge() mustn't be __devinit by Adrian Bunk · 18 years ago
  95. 5468ae6 PCI: pci_bus_size_cardbus() mustn't be __devinit by Adrian Bunk · 18 years ago
  96. 7f7b5de PCI: pci_scan_device() mustn't be __devinit by Adrian Bunk · 18 years ago
  97. cbd4e05 PCI: pci_alloc_child_bus() mustn't be __devinit by Adrian Bunk · 18 years ago
  98. 66bef8c PCI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 18 years ago
  99. ca99eb8 PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggered by Trent Piepho · 18 years ago
  100. 029c3c1 PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno() by Jesper Juhl · 18 years ago