1. 8fcfba0 mtd: nand: tango: Use nand_to_mtd() instead of directly accessing chip->mtd by Boris Brezillon · 8 years ago
  2. 4d6aecf mtd: remove unneeded initializer in mtd_ooblayout_count_bytes() by Masahiro Yamada · 8 years ago
  3. 7c295ef mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes() by Masahiro Yamada · 8 years ago
  4. 8e8fd4d mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes() by Masahiro Yamada · 8 years ago
  5. 4421682 mtd: nand: nandsim: fix error check by Sudip Mukherjee · 8 years ago
  6. 37871ab mtd: nand: tango: Cleanup raw_write and raw_read by Marc Gonzalez · 8 years ago
  7. ff9e9ea mtd: nand: tango: Enable custom page accessors by Marc Gonzalez · 8 years ago
  8. 3371d66 mtd: nand: Support controllers with custom page by Marc Gonzalez · 8 years ago
  9. fc80f21 mtd: nand: denali: remove debug lines of __FILE__, __LINE__, __func__ by Masahiro Yamada · 8 years ago
  10. 01a1d52 mtd: nand: denali: remove unneeded parentheses by Masahiro Yamada · 8 years ago
  11. a227d4e mtd: nand: denali: return error code from nand_scan_ident/tail on error by Masahiro Yamada · 8 years ago
  12. 7ebb8d0 mtd: nand: denali: return error code from devm_request_irq() on error by Masahiro Yamada · 8 years ago
  13. c1d0df1 mtd: nand: denali: use managed devm_irq_request() by Masahiro Yamada · 8 years ago
  14. 3765639 mtd: nand: denali: remove unused struct member totalblks, blksperchip by Masahiro Yamada · 8 years ago
  15. 789ccf1 mtd: nand: denali: remove "Spectra:" prefix from printk strings by Masahiro Yamada · 8 years ago
  16. c9e0258 mtd: nand: denali: remove detect_partition_feature() by Masahiro Yamada · 8 years ago
  17. 50d5f2a mtd: nand: denali: remove bogus comment about interrupt handler setup by Masahiro Yamada · 8 years ago
  18. c4ae097 mtd: nand: denali: remove unused struct member denali_nand_info::idx by Masahiro Yamada · 8 years ago
  19. ef5327d mtd: nand: denali: remove unneeded <linux/slab.h> includes by Masahiro Yamada · 8 years ago
  20. 83f48f8 mtd: nand: socrates: use nand_scan() for nand_scan_ident/tail() combo by Masahiro Yamada · 8 years ago
  21. c751830 mtd: nand: nandsim: remove unneeded checks for nand_scan_ident/tail() by Masahiro Yamada · 8 years ago
  22. 133fe8f mtd: nand: pxa3xx: return error code of nand_scan_ident() on error by Masahiro Yamada · 8 years ago
  23. c8cae35 mtd: nand: hisi504: return error code of nand_scan_ident() on error by Masahiro Yamada · 8 years ago
  24. 72480e4 mtd: nand: cafe: return error code of nand_scan_ident() on error by Masahiro Yamada · 8 years ago
  25. e9d354b mtd: nand: vf610: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  26. bd93a3a mtd: nand: omap2: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  27. bc83c78 mtd: nand: mxc: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  28. f0dbe4a mtd: nand: mediatek: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  29. b04bafc mtd: nand: lpc32xx: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  30. ad5678e mtd: nand: fsmc: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  31. c25cca0 mtd: nand: brcmnand: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  32. b5169d3 mtd: nand: atmel: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  33. ce2eaca mtd: nand: plat_nand: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  34. 4e5af27e2 mtd: nand: pasemi: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  35. 6c34ad7 mtd: nand: orion: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  36. 43358c1 mtd: nand: tmio: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  37. bbd4d03 mtd: nand: mpc5121: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  38. 408bf51 mtd: nand: gpio: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  39. 29453ba mtd: nand: cs553x: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  40. 546fe03 mtd: nand: cmx270: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  41. 0d0aa86 mtd: nand: ams-delta: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  42. 4722c0e mtd: nand: change return type of nand_get_flash_type() to int by Masahiro Yamada · 8 years ago
  43. a1a2617 mtd: nand: denali_dt: replace clk_disable() with clk_disable_unprepare() by Masahiro Yamada · 8 years ago
  44. 6956e23 mtd: nand: add tango NAND flash controller support by Marc Gonzalez · 8 years ago
  45. c3d03de mtd: nand: add tango NFC dt bindings doc by Marc Gonzalez · 8 years ago
  46. 8bd8fbd mtd: nand: pxa3xx_nand: write exactly one message on probe failure by Uwe Kleine-König · 8 years ago
  47. 6ea40a3 mtd: nand: Wait tCCS after a column change by Boris Brezillon · 8 years ago
  48. 204e7ec mtd: nand: Add a few more timings to nand_sdr_timings by Boris Brezillon · 8 years ago
  49. 1c825ad mtd: s3c2410: parse the device configuration from OF node by Sergio Prado · 8 years ago
  50. 7baf9a0 dt-bindings: mtd: add DT binding for s3c2410 flash controller by Sergio Prado · 8 years ago
  51. e9f66ae mtd: s3c2410: make ecc mode configurable via platform data by Sergio Prado · 8 years ago
  52. 6685924 mtd: nand: Add OX820 NAND Support by Neil Armstrong · 8 years ago
  53. 6ac18a4 mtd: nand: add support for the TC58NVG2S0H chip by Boris Brezillon · 8 years ago
  54. f59dab8 mtd: nand: sunxi: fix support for 512bytes ECC chunks by Boris Brezillon · 8 years ago
  55. b156b7f mtd: nand: omap2: Fix module autoload by Javier Martinez Canillas · 8 years ago
  56. 1001354 Linux 4.9-rc1 by Linus Torvalds · 8 years ago
  57. df34d04 Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs by Linus Torvalds · 8 years ago
  58. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  59. 133d970 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  60. 050aaea Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  61. b26b5ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  62. 87dbe42 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  63. d3304ca Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  64. 2692a71 Merge branch 'work.uaccess' into for-linus by Al Viro · 8 years ago
  65. 7041c57 score: traps: Add missing include file to fix build error by Guenter Roeck · 8 years ago
  66. f1a9622 fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths by Oleg Nesterov · 8 years ago
  67. 1a892b4 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  68. 89f39af fs/super.c: fix race between freeze_super() and thaw_super() by Oleg Nesterov · 8 years ago
  69. 655042c overlayfs: Fix setting IOP_XATTR flag by Vivek Goyal · 8 years ago
  70. ffecee4 iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector() by Vegard Nossum · 8 years ago
  71. 5d89d9f Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  72. 50cff89 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  73. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  74. d4d24d2 Merge tag 'docs-4.9-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  75. ac9ef8c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  76. b292fb8 Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  77. 689f891 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  78. 8b70f71 Merge tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  79. e505014 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  80. b41d037 Merge tag 'acpi-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  81. ef98988 Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  82. 3514de3 CIFS: Retrieve uid and gid from special sid if enabled by Steve French · 8 years ago
  83. 9593265 CIFS: Add new mount option to set owner uid and gid from special sids in acl by Steve French · 8 years ago
  84. f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  85. 993d1b5 qedr: Add events support and register IB device by Ram Amrani · 8 years ago
  86. 0488677 qedr: Add GSI support by Ram Amrani · 8 years ago
  87. 1d1424c qedr: Add LL2 RoCE interface by Ram Amrani · 8 years ago
  88. afa0e13 qedr: Add support for data path by Ram Amrani · 8 years ago
  89. e0290cc qedr: Add support for memory registeration verbs by Ram Amrani · 8 years ago
  90. cecbcdd qedr: Add support for QP verbs by Ram Amrani · 8 years ago
  91. a7efd77 qedr: Add support for PD,PKEY and CQ verbs by Ram Amrani · 8 years ago
  92. ac1b36e qedr: Add support for user context verbs by Ram Amrani · 8 years ago
  93. ec72fce qedr: Add support for RoCE HW init by Ram Amrani · 8 years ago
  94. 2e0cbc4 qedr: Add RoCE driver framework by Ram Amrani · 8 years ago
  95. b6daa51 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  96. f96ed26 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  97. b56061b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  98. 4960634 pkeys: Remove easily triggered WARN by Dave Jones · 8 years ago
  99. e9f8f48 Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 8 years ago
  100. d8bfb96 Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago