1. 897f3a1 mtd: lpddr: fix Kconfig dependency, for I/O accessors by Brian Norris · 11 years ago
  2. fe4fd75 mtd: nand: pxa3xx: Add supported ECC strength and step size to the DT binding by Ezequiel Garcia · 11 years ago
  3. 5b3e507 mtd: nand: pxa3xx: Use ECC strength and step size devicetree binding by Ezequiel Garcia · 11 years ago
  4. eee0166 mtd: nand: pxa3xx: Clean pxa_ecc_init() error handling by Ezequiel Garcia · 11 years ago
  5. 67a9ad9 mtd: nand: Warn the user if the selected ECC strength is too weak by Ezequiel Garcia · 11 years ago
  6. edf02fb mtd: nand: omap: Documentation: How to select correct ECC scheme for your device ? by pekon gupta · 11 years ago
  7. 9748fff mtd: nand: omap: add support for BCH16_ECC - NAND driver updates by pekon gupta · 11 years ago
  8. 2be589e mtd: nand: omap: add support for BCH16_ECC - ELM driver updates by pekon gupta · 11 years ago
  9. 27c9fd6 mtd: nand: omap: add support for BCH16_ECC - GPMC driver updates by pekon gupta · 11 years ago
  10. 4007e2d NAND_ECC_SOFT_BCH can support subpage reads too by Ron Lee · 11 years ago
  11. 96ba9dd mtd: lpddr: add driver for LPDDR2-NVM PCM memories by Vincenzo Aliberti · 11 years ago
  12. 5a4c4c5 mtd: Kconfig: give the CFI command set version in prompt and help by Philippe De Muyter · 11 years ago
  13. 2170480 mtd: fsl_ifc_nand: Workaround bogus WP on 16-bit NAND by Joe Schultz · 11 years ago
  14. 4454406 mtd: fsl_ifc_nand: Use void type for IFC buffer by Aaron Sierra · 11 years ago
  15. 555b8d1 mtd: cfi: indent some if statements by Dan Carpenter · 11 years ago
  16. 66507c7 mtd: nand: Add support to use nand_base poi databuf as bounce buffer by Kamal Dasu · 11 years ago
  17. 6e52215 Documentation: mtd: update the document for m25p80 by Huang Shijie · 11 years ago
  18. f034d87 mtd: eLBC NAND: fix subpage write support by Pekon Gupta · 11 years ago
  19. 81d46c5 mtd: onenand: fix build warning for dma type by Arnd Bergmann · 11 years ago
  20. cb3346a mtd: orion_nand: Make of_device_id array const by Jingoo Han · 11 years ago
  21. 17754ad mtd: nand: pxa3xx: Make of_device_id array const by Jingoo Han · 11 years ago
  22. aeea6eb mtd: st_spi_fsm: Make of_device_id array const by Jingoo Han · 11 years ago
  23. f62cde4 mtd: Fix warning in access_ok() parameter passing by Geert Uytterhoeven · 11 years ago
  24. f306e8c mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-page by pekon gupta · 11 years ago
  25. 9ab8699 mtd: spi-nor: Enable Dual and Quad SPI read transfers for s25sl032p by Geert Uytterhoeven · 11 years ago
  26. 8848e16 mtd: m25p80: Revive dual read support by Geert Uytterhoeven · 11 years ago
  27. 8d80895 mtd: elm: compile suspend/resume only with PM_SLEEP by Wolfram Sang · 11 years ago
  28. 3579ad4 mtd: Fix Elan SC520 dependencies by Jean Delvare · 11 years ago
  29. 49c50b9 mtd: nand: refactor erase_cmd() to return chip status by Brian Norris · 11 years ago
  30. 35fc519 mtd: nand: fix a typo in a comment line by Masahiro Yamada · 11 years ago
  31. be54f8f mtd: mtd_oobtest: generate consistent data for verification by Akinobu Mita · 11 years ago
  32. d66d351 Merge branch 'spinor' by Brian Norris · 11 years ago
  33. dc002f9 mtd: st_spi_fsm: only build for ARM by Brian Norris · 11 years ago
  34. 38e2eee mtd: st_spi_fsm: correct type issues by Brian Norris · 11 years ago
  35. a965d04 mtd: fsl-quadspi: fix __iomem annotations by Brian Norris · 11 years ago
  36. 6189ccc mtd: gpmi: add gpmi_devdata{} to simplify the code by Huang Shijie · 11 years ago
  37. 85a3bd9 mtd: nand: add line feed to pr_err by Raphaël Poggi · 11 years ago
  38. b4a8128 mtd: davinci-nand: disable subpage write for keystone-nand by Murali Karicheri · 11 years ago
  39. 566c0d6 mtd: mtd_blkdevs: handle REQ_FLUSH request and do explicit flush of writeback buffer by Roman Peniaev · 11 years ago
  40. 47570bb1 mtd: nand: use the nand_read_subpage index everywhere by Ron · 11 years ago
  41. 9fd6c6c mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’ by Christian Engelmayer · 11 years ago
  42. 8ac326f mtd: spi-nor: allow to be built as module by Brian Norris · 11 years ago
  43. 6c8e1b3 mtd: st_spi_fsm: begin using spi-nor.h opcodes by Brian Norris · 11 years ago
  44. 92d3af9 mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_* by Brian Norris · 11 years ago
  45. a402191 mtd: st_spi_fsm: kill duplicate CMD definitions by Brian Norris · 11 years ago
  46. 8607bd4 mtd: st_spi_fsm: fixup Kconfig dependency by Brian Norris · 11 years ago
  47. e43b206 mtd: spi-nor: shorten Kconfig naming by Brian Norris · 11 years ago
  48. 254592db Documentation: spi-nor: rewrite some portions by Brian Norris · 11 years ago
  49. 58b89a1 mtd: spi-nor: unify read opcode variants with ST SPI FSM by Brian Norris · 11 years ago
  50. b02e7f3 mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_* by Brian Norris · 11 years ago
  51. becd0cb mtd: spi-nor: drop \t after #define by Brian Norris · 11 years ago
  52. 8eabdd1 mtd: spi-nor: add the copyright information by Huang Shijie · 11 years ago
  53. 6b6d373 mtd: st_spi_fsm: Add support for Macronix MX25L3255E by Angus Clark · 11 years ago
  54. 85bdcf6 mtd: st_spi_fsm: Add Spansion S25FL032P to device table by Angus Clark · 11 years ago
  55. 5d0bdda mtd: st_spi_fsm: Refactor status register operations by Angus Clark · 11 years ago
  56. cc66686 mtd: st_spi_fsm: Update Macronix 'QE' configuration by Angus Clark · 11 years ago
  57. 009e7e6 mtd: st_spi_fsm: Update Macronix 32-bit addressing support by Angus Clark · 11 years ago
  58. 5fa9806 mtd: st_spi_fsm: Add Macronix MX25L25655E device by Angus Clark · 11 years ago
  59. b61834b mtd: spi-nor: EXPORT symbols which could be used by module drivers by Brian Norris · 11 years ago
  60. e46ecda mtd: spi-nor: Add Freescale QuadSPI driver by Huang Shijie · 11 years ago
  61. c7a8a11 Documentation: add the binding file for Freescale QuadSPI driver by Huang Shijie · 11 years ago
  62. 0d8c11c mtd: spi-nor: add a helper to find the spi_device_id by Huang Shijie · 11 years ago
  63. 03e296f mtd: m25p80: use the SPI nor framework by Brian Norris · 11 years ago
  64. 1ef3910 Documentation: add the document for the SPI NOR framework by Huang Shijie · 11 years ago
  65. b199489 mtd: spi-nor: add the framework for SPI NOR by Huang Shijie · 11 years ago
  66. 6e602ef mtd: spi-nor: add the basic data structures by Huang Shijie · 11 years ago
  67. f39d2fa mtd: spi-nor: copy the SPI NOR commands to a new header file by Huang Shijie · 11 years ago
  68. c9eaa44 Linux 3.15-rc1 by Linus Torvalds · 11 years ago
  69. f7c1d07 mm: Initialize error in shmem_file_aio_read() by Geert Uytterhoeven · 11 years ago
  70. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 11 years ago
  71. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  72. 321d03c Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  73. fd1232b sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue by Mikulas Patocka · 11 years ago
  74. 18aa0da powerpc: Don't try to set LPCR unless we're in hypervisor mode by Paul Mackerras · 11 years ago
  75. d7e8af1 futex: update documentation for ordering guarantees by Davidlohr Bueso · 11 years ago
  76. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  77. fd18f00 Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 11 years ago
  78. de0c9cf Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 11 years ago
  79. 09c9b61 Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/kernel by Linus Torvalds · 11 years ago
  80. 141eacc Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  81. 9309444 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  82. 07f5fef Merge tag 'ntb-3.15' of git://github.com/jonmason/ntb by Linus Torvalds · 11 years ago
  83. 96c57ad ceph: fix pr_fmt() redefinition by Linus Torvalds · 11 years ago
  84. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  85. eda43ce Merge branch 'tunnels' by David S. Miller · 11 years ago
  86. 8d89dcd vti: don't allow to add the same tunnel twice by Nicolas Dichtel · 11 years ago
  87. 5a45527 gre: don't allow to add the same tunnel twice by Nicolas Dichtel · 11 years ago
  88. 810d8ce drivers: net: xen-netfront: fix array initialization bug by Vincenzo Maffione · 11 years ago
  89. dcfba94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  90. 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  91. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  92. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 11 years ago
  93. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 11 years ago
  94. eab8723 ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure by Al Viro · 11 years ago
  95. 0f2eea4 pktgen: be friendly to LLTX devices by Daniel Borkmann · 11 years ago
  96. 6871438 r8152: check RTL8152_UNPLUG by hayeswang · 11 years ago
  97. cec9ae5 net: sun4i-emac: add promiscuous support by Marc Zyngier · 11 years ago
  98. 0af764e net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  99. c4a2c58 blackfin: cleanup board files by Steven Miao · 11 years ago
  100. f8ef77d93 bf609: clock: drop unused clock bit set/clear functions by Steven Miao · 11 years ago