1. 44b07b9 mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt() by Boris Brezillon · 7 years ago
  2. 1c3ab61 mtd: rawnand: Remove forward declaration of device_node by Boris Brezillon · 7 years ago
  3. 707329a mtd: rawnand: Remove forward declaration of mtd_info by Boris Brezillon · 7 years ago
  4. a4c0253 mtd: rawnand: Remove nand_do_read() prototype from rawnand.h by Boris Brezillon · 7 years ago
  5. 5dcddeb mtd: rawnand: Kill cafe_nand_bug() by Boris Brezillon · 7 years ago
  6. a58d0b4 bcma: Allow selection of this driver when COMPILE_TEST=y by Boris Brezillon · 7 years ago
  7. d4de09e mtd: rawnand: nuc900: Allow selection of this driver when COMPILE_TEST=y by Boris Brezillon · 7 years ago
  8. b2d55fe mtd: rawnand: qcom: Allow selection of this driver when COMPILE_TEST=y by Boris Brezillon · 7 years ago
  9. 434bc2e mtd: rawnand: mxc: Allow selection of this driver when COMPILE_TEST=y by Boris Brezillon · 7 years ago
  10. c03f3cf mtd: rawnand: mxc: Avoid inclusion of asm/mach headers by Boris Brezillon · 7 years ago
  11. 0beb487 mtd: rawnand: brcmnand: Allow selection of this driver when COMPILE_TEST=y by Boris Brezillon · 7 years ago
  12. ee70e5e mtd: rawnand: lpc32xx: Allow selection of these drivers when COMPILE_TEST=y by Boris Brezillon · 7 years ago
  13. 18331b9 mtd: rawnand: sharpsl: Allow selection of this driver when COMPILE_TEST=y by Boris Brezillon · 7 years ago
  14. b22a8b0 mtd: rawnand: sharpsl: Remove inclusion of mach and asm headers by Boris Brezillon · 7 years ago
  15. 31ac1a5 mtd: rawnand: omap2: Allow selection of this driver when COMPILE_TEST=y by Boris Brezillon · 7 years ago
  16. 45e9f40 mtd: rawnand: Add 'depends on HAS_IOMEM' where missing by Boris Brezillon · 7 years ago
  17. 4d54df4 mtd: rawnand: gpmi: Remove useless dependency on MTD_NAND by Boris Brezillon · 7 years ago
  18. 9f43dee mtd: rawnand: qcom: erased page bitflips detection by Abhishek Sahu · 7 years ago
  19. da8eb7d mtd: rawnand: gpmi: remove redundant variable payload_virt by Colin Ian King · 7 years ago
  20. 8604e63 mtd: rawnand: docg4: fix the probe function error path by Miquel Raynal · 7 years ago
  21. 1dfac31 mtd: rawnand: denali: optimize timing parameters for data interface by Masahiro Yamada · 7 years ago
  22. 6f1fe97 mtd: rawnand: denali_dt: add more clocks based on IP datasheet by Masahiro Yamada · 7 years ago
  23. d91e8a3 dt-binding: mtd: denali_dt: document clock property by Masahiro Yamada · 7 years ago
  24. cd1beff mtd: rawnand: denali_dt: use dev as a shorthand of &pdev->dev by Masahiro Yamada · 7 years ago
  25. 24f0ae9 mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dt by Martin Kaiser · 7 years ago
  26. 3dfa025 mtd: spinand: macronix: Add support for MX35LF2GE4AB by Miquel Raynal · 7 years ago
  27. b02308a mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · 7 years ago
  28. 1075492 mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · 7 years ago
  29. a508e88 mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · 7 years ago
  30. 5ef5640 dt-bindings: Add bindings for SPI NAND devices by Boris Brezillon · 7 years ago
  31. 7529df4 mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · 7 years ago
  32. 0cf5c7d mtd: rawnand: provide only single helper function for ECC conf by Abhishek Sahu · 7 years ago
  33. 85632c1 mtd: rawnand: qcom: code reorganization for raw read by Abhishek Sahu · 7 years ago
  34. 5bc36b2 mtd: rawnand: qcom: check for operation errors in case of raw read by Abhishek Sahu · 7 years ago
  35. 783b5bf mtd: rawnand: qcom: fix return value for raw page read by Abhishek Sahu · 7 years ago
  36. 28eed9f mtd: rawnand: qcom: modify write_oob to remove read codeword part by Abhishek Sahu · 7 years ago
  37. add0cfa mtd: rawnand: qcom: parse read errors for read oob also by Abhishek Sahu · 7 years ago
  38. 2f61038 mtd: rawnand: qcom: fix null pointer access for erased page detection by Abhishek Sahu · 7 years ago
  39. 8eab721 mtd: rawnand: qcom: erased page detection for uncorrectable errors only by Abhishek Sahu · 7 years ago
  40. 6f20070 mtd: rawnand: qcom: wait for desc completion in all BAM channels by Abhishek Sahu · 7 years ago
  41. 7ddb937 mtd: rawnand: qcom: use the ecc strength from device parameter by Abhishek Sahu · 7 years ago
  42. 320bdb5 mtd: rawnand: qcom: remove dt property nand-ecc-step-size by Abhishek Sahu · 7 years ago
  43. c168ac2 dt-bindings: qcom_nandc: update for ECC strength and step size by Abhishek Sahu · 7 years ago
  44. f9801fd mtd: rawnand: denali: use helper function for ecc setup by Abhishek Sahu · 7 years ago
  45. 181ace9 mtd: rawnand: helper function for setting up ECC configuration by Abhishek Sahu · 7 years ago
  46. 243f37c mtd: rawnand: micron: add fixup for ONFI revision by Chris Packham · 7 years ago
  47. 872b71f mtd: rawnand: add defines for ONFI version bits by Chris Packham · 7 years ago
  48. 00ce4e0 mtd: rawnand: add manufacturer fixup for ONFI parameter page by Chris Packham · 7 years ago
  49. ed6d028 mtd: rawnand: marvell: Handle on-die ECC by Chris Packham · 7 years ago
  50. d7d9f8e mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver by Stefan Agner · 7 years ago
  51. f8a5318 dt-bindings: mtd: add tegra NAND controller binding by Stefan Agner · 7 years ago
  52. f922bd7 mtd: rawnand: add an option to specify NAND chip as a boot device by Stefan Agner · 7 years ago
  53. f308d73 mtd: rawnand: add Reed-Solomon error correction algorithm by Stefan Agner · 7 years ago
  54. 16c4fba mtd: rawnand: hynix: fix decoding the OOB size on H27UCG8T2BTR by Martin Blumenstingl · 7 years ago
  55. ac8cf0b mtd: rawnand: micron: Update ecc_stats.corrected by Boris Brezillon · 7 years ago
  56. efc6362 mtd: rawnand: atmel: add module param to avoid using dma by Peter Rosin · 7 years ago
  57. 021c917 Linux 4.18-rc3 by Linus Torvalds · 7 years ago
  58. d3bc0e6 Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  59. 4a770e6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  60. d7563ca Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  61. 652788a Merge tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  62. c2aee37 Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  63. c350d6d Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  64. 883c9ab Merge branch 'parisc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  65. 08af78d Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  66. 22d3e0c Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  67. 0fbc4ae Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. d7d5388 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 34a484d Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  70. e6e5bec Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  71. 1904148 Merge tag 'powerpc-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  72. 4ca2f0b Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes by Olof Johansson · 7 years ago
  73. 35911e0 Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into fixes by Olof Johansson · 7 years ago
  74. d2d369a Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixes by Olof Johansson · 7 years ago
  75. 0d55ec6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  76. 44813aa Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  77. 7886953 Merge tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  78. 24b6c22 parisc: Build kernel without -ffunction-sections by Helge Deller · 7 years ago
  79. 9544bc5 sg: remove ->sg_magic member by Jens Axboe · 7 years ago
  80. cd993fc Merge tag 'pci-v4.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  81. 5e4e8c5 Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  82. 48a3c64 Merge tag 'drm-fixes-2018-06-29' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  83. ff23908 Merge tag 'for-4.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  84. 49f1c61 Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  85. fad2d4e drbd: Fix drbd_request_prepare() discard handling by Bart Van Assche · 7 years ago
  86. 1f57f8d blk-mq: don't queue more if we get a busy return by Jens Axboe · 7 years ago
  87. 2cd3ae2 aio: mark __aio_sigset::sigmask const by Avi Kivity · 7 years ago
  88. e88958e net: handle NULL ->poll gracefully by Christoph Hellwig · 7 years ago
  89. e27b4d4a Merge branch 'pm-domains' by Rafael J. Wysocki · 7 years ago
  90. 12b731d i2c: gpio: initialize SCL to HIGH again by Wolfram Sang · 7 years ago
  91. 9aa6136 i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfers by Peter Rosin · 7 years ago
  92. 2173ed0 i2c: algos: bit: mention our experience about initial states by Wolfram Sang · 7 years ago
  93. 2a2c8ee Revert "i2c: algo-bit: init the bus to a known state" by Wolfram Sang · 7 years ago
  94. 0da7412 selinux: move user accesses in selinuxfs out of locked regions by Jann Horn · 7 years ago
  95. 63ba82c parisc: Reduce debug output in unwind code by Helge Deller · 7 years ago
  96. 2d8aa4e Merge tag 'drm-misc-fixes-2018-06-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  97. d12bce9 Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 7 years ago
  98. dbc6265 dm: prevent DAX mounts if not supported by Ross Zwisler · 7 years ago
  99. 15256f6 dax: check for QUEUE_FLAG_DAX in bdev_dax_supported() by Ross Zwisler · 7 years ago
  100. 4557641 pmem: only set QUEUE_FLAG_DAX for fsdax mode by Ross Zwisler · 7 years ago