1. a4d62ba mtd: map: fixed bug in 64-bit systems by Wang Haitao · 11 years ago
  2. f83c383 mtd: Move major number definitions to major.h by Ezequiel Garcia · 11 years ago
  3. 33094c7 mtd: bcm47xxpart: detect "factory" partition by Rafał Miłecki · 11 years ago
  4. 020c6bc mtd: bcm47xxpart: detect block aligned Squashfs partition by Rafał Miłecki · 11 years ago
  5. 99b1d18 mtd: bcm47xxpart: handle malloc failures by Hauke Mehrtens · 11 years ago
  6. 7e3019e mtd: bcm47xxnflash: Use devm_kzalloc by Sachin Kamat · 11 years ago
  7. 994bbd0 mtd: bcm47xxnflash: Use module_platform_driver by Sachin Kamat · 11 years ago
  8. 98a7c74 mtd: plat-ram: Use module_platform_driver by Sachin Kamat · 11 years ago
  9. 4355b70 mtd: nand: hack ONFI for non-power-of-2 dimensions by Brian Norris · 11 years ago
  10. 62e8b85 mtd: nand: pxa3xx: Allocate data buffer on detected flash size by Ezequiel Garcia · 11 years ago
  11. 95b2656 mtd: nand: pxa3xx: Move DMA I/O enabling by Ezequiel Garcia · 11 years ago
  12. 867f770 mtd: m25p80: Add support for Micron N25Q512A memory by Priyanka Jain · 11 years ago
  13. 39ac9ca mtg: docg3: use free_bch() instead of kfree() by Wei Yongjun · 11 years ago
  14. 9fee840 mtd: docg4: fix status polling loop by Mike Dunn · 11 years ago
  15. 5422933 mtd: socrates_nand: Use dev_err instead of printk by Sachin Kamat · 11 years ago
  16. cf3a9b5 mtd: socrates_nand: Use devm_kzalloc by Sachin Kamat · 11 years ago
  17. ecb598d mtd: socrates_nand: Remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago
  18. c69ad0e mtd: fsl_ifc_nand: Use module_platform_driver by Sachin Kamat · 11 years ago
  19. bcecd39 mtd: fsl_ifc_nand: Remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago
  20. b38be28 mtd: sst25l: Use devm_kzalloc by Sachin Kamat · 11 years ago
  21. fcfd9f2 mtd: sst25l: Remove redundant spi_set_drvdata by Sachin Kamat · 11 years ago
  22. 2aabeb2 mtd: Use MTD_BLOCK_MAJOR instead of the magic number by Ezequiel Garcia · 11 years ago
  23. 5576bc7 mtd: nand: pxa3xx_nand: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  24. fea7b56 mtd: nand: lpc32xx_slc: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  25. 6dcd592 mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  26. 60d0dc7 mtd: denali: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  27. 4d47011 mtd: scb2_flash: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  28. cd68892 mtd: pci: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  29. fe7feb9 mtd: intel_vr_nor: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  30. 2a46f83 mtd: phram: Make phram 64-bit compatible by Alexander Sverdlin · 11 years ago
  31. 14a95b8a mtd: diskonchip: Fix incorrect placement of __initdata by Sachin Kamat · 11 years ago
  32. e6db7c8 mtd: m25p80: Add support for ESMT F25L32PA by Flavio Silveira · 11 years ago
  33. 14ac078 mtd: plat-ram: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  34. 963d1c2 mtd: nand: fix the wrong mtd->type for nand chip by Huang Shijie · 11 years ago
  35. e104f1e jffs2: do not support the MLC nand by Huang Shijie · 11 years ago
  36. f483724 mtd: add MTD_MLCNANDFLASH case for mtd_type_show() by Huang Shijie · 11 years ago
  37. 4f8a3ba mtd: mtd-abi: add a helper to detect the nand type by Huang Shijie · 11 years ago
  38. 818b973 mtd: nand: add a helper to detect the nand type by Huang Shijie · 11 years ago
  39. fda5b0e mtd: nand: add more comment for MTD_NANDFLASH/MTD_MLCNANDFLASH by Huang Shijie · 11 years ago
  40. 7a2b89a mtd: gpmi: rewrite the gpmi_ecc_write_oob() to support the jffs2 by Huang Shijie · 11 years ago
  41. 3723e93 mtd: nand: print out the cell information for nand chip by Huang Shijie · 11 years ago
  42. 13fbd17 mtd: nand: set the cell information for ONFI nand by Huang Shijie · 11 years ago
  43. 1c195e9 mtd: nand: add the "bits per cell" info for legacy ID NAND by Huang Shijie · 11 years ago
  44. 7db906b mtd: nand: rename the cellinfo to bits_per_cell by Huang Shijie · 11 years ago
  45. 1d0ed69 mtd: nand: add a helper to check the SLC/MLC nand chip by Huang Shijie · 11 years ago
  46. 4ae7d22 mtd: nand: correct extemded param page error handling by Brian Norris · 11 years ago
  47. 2a3d933 mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_ds by Josh Wu · 11 years ago
  48. 81f29b4 mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driver by Josh Wu · 11 years ago
  49. e9d8da8 mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code by Josh Wu · 11 years ago
  50. 86bc7bdd mtd: onenand: omap: remove two unused functions by Paul Bolle · 11 years ago
  51. c7f23a7 mtd: nand: cleanup ONFI printed errors, warnings by Brian Norris · 11 years ago
  52. 535ab90 mtd: lpddr_cmds: make function static by Brian Norris · 11 years ago
  53. 6b7368c mtd: onenand: remove unused variable assignments by Brian Norris · 11 years ago
  54. aaadd98 mtd: nand: remove obsolete 'ecclayout' field by Brian Norris · 11 years ago
  55. 53d66ba mtd: onenand: remove redundant offset check by Brian Norris · 11 years ago
  56. 8c51943 mtd: denali: make init function static by Brian Norris · 11 years ago
  57. be1ee7d mtd: dataflash: remove unused field by Brian Norris · 11 years ago
  58. 552fb55 mtd: nand: stop exporting nand_default_bbt by Brian Norris · 11 years ago
  59. 4fd18ae mtd: nandsim: don't call nand_default_bbt() directly by Brian Norris · 11 years ago
  60. 252026a mtd: nand: lpc32xx_slc: don't call nand_default_bbt directly by Brian Norris · 11 years ago
  61. 2ee41fa nand: docg4: use nand_base's default BBT scan by Brian Norris · 11 years ago
  62. a6eaa2a of_mtd: Add no-op stubs to support CONFIG_OF=n by Ezequiel Garcia · 11 years ago
  63. d41f950 mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struct initializer) by Lothar Waßmann · 11 years ago
  64. d255c59 Merge tag 'for-linus-20131025' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  65. f55ac56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  66. 031e277 mtd: gpmi: fix ECC regression by David Woodhouse · 11 years ago
  67. 05e1674 seq_file: always update file->f_pos in seq_lseek() by Gu Zheng · 11 years ago
  68. 4208c47 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  69. 88829df Merge tag 'ecryptfs-3.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  70. 18a84e9 mtd: nand: pxa3xx: Fix registered MTD name by Ezequiel Garcia · 11 years ago
  71. 43b7c6c eCryptfs: fix 32 bit corruption issue by Colin Ian King · 11 years ago
  72. e6036c0 Merge tag 'md/3.12-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  73. be6e8c7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  74. d47648f raid5: avoid finding "discard" stripe by Shaohua Li · 11 years ago
  75. 37c61ff raid5: set bio bi_vcnt 0 for discard request by Shaohua Li · 11 years ago
  76. 905b029 md: avoid deadlock when md_set_badblocks. by Bian Yu · 11 years ago
  77. 61e4947 md: Fix skipping recovery for read-only arrays. by Lukasz Dorau · 11 years ago
  78. 10c580e [SCSI] sd: call blk_pm_runtime_init before add_disk by Aaron Lu · 11 years ago
  79. 36008cf [SCSI] qla2xxx: Fix request queue null dereference. by Chad Dupuis · 11 years ago
  80. 320437af Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  81. 9033832 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  82. ea89e1d platform/x86: fix asus-wmi build error by Randy Dunlap · 11 years ago
  83. d4eddd4 bcache: Fixed incorrect order of arguments to bio_alloc_bioset() by Kent Overstreet · 11 years ago
  84. f4e5e14f Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  85. 0d645a8 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  86. db10acc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  87. f11a5bc ax88179_178a: Add VID:DID for Samsung USB Ethernet Adapter by Freddy Xin · 11 years ago
  88. 7e78b83 ax88179_178a: Correct the RX error definition in RX header by Freddy Xin · 11 years ago
  89. 454594f Revert "bridge: only expire the mdb entry when query is received" by Linus Lüssing · 11 years ago
  90. 294d31e sony-laptop: don't change keyboard backlight settings by Mattia Dongili · 11 years ago
  91. 69c88dc vfs: fix new kernel-doc warnings by Randy Dunlap · 11 years ago
  92. 606d6fe fs/namei.c: fix new kernel-doc warning by Randy Dunlap · 11 years ago
  93. 93cd000 Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  94. d24fec3 Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  95. b403b73 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  96. 1c24113 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  97. 19eddab Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  98. ee7eafc Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  99. 8c071b0 s390/time: correct use of store clock fast by Martin Schwidefsky · 11 years ago
  100. 579123f Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago