index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-31
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+1
2018-01-30
Merge tag 'upstream-4.16-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
8
-52
/
+116
2018-01-29
Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtd
Linus Torvalds
58
-1809
/
+6033
2018-01-29
Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
45
-1353
/
+5736
2018-01-29
Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
6
-162
/
+231
2018-01-25
mtd: nand: sunxi: Fix ECC strength choice
Miquel Raynal
1
-1
/
+7
2018-01-25
mtd: nand: gpmi: Fix subpage reads
Boris Brezillon
1
-5
/
+13
2018-01-20
mtd: nand: Fix build issues due to an anonymous union
Miquel Raynal
1
-6
/
+7
2018-01-20
mtd: nand: marvell: Fix missing memory allocation modifier
Miquel Raynal
1
-1
/
+1
2018-01-19
mtd: nand: marvell: remove redundant variable 'oob_len'
Colin Ian King
1
-2
/
+0
2018-01-19
mtd: nand: marvell: fix spelling mistake: "suceed"-> "succeed"
Colin Ian King
1
-1
/
+1
2018-01-19
mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe()
Wei Yongjun
1
-3
/
+1
2018-01-18
ubi: block: Fix locking for idr_alloc/idr_remove
Bradley Bolen
1
-16
/
+26
2018-01-18
mtd: ubi: wl: Fix error return code in ubi_wl_init()
Wei Yongjun
1
-2
/
+6
2018-01-18
ubi: Fix copy/paste error in function documentation
Sascha Hauer
1
-1
/
+1
2018-01-18
ubi: Fastmap: Fix typo
Sascha Hauer
3
-3
/
+3
2018-01-17
ubi: fastmap: Erase outdated anchor PEBs during attach
Sascha Hauer
1
-20
/
+57
2018-01-17
ubi: fastmap: Clean up the initialization of pointer p
Colin Ian King
1
-2
/
+1
2018-01-17
ubi: fastmap: Use kmem_cache_free to deallocate memory
Pan Bian
1
-1
/
+1
2018-01-17
ubi: Fix race condition between ubi volume creation and udev
Clay McClure
1
-5
/
+10
2018-01-17
mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if available
Jeff Westfahl
1
-2
/
+11
2018-01-16
mtd: Remove duplicate checks on mtd_oob_ops parameter
Boris Brezillon
4
-91
/
+0
2018-01-16
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
Boris Brezillon
5
-188
/
+33
2018-01-16
mtd: mtdpart: Make ECC stat handling consistent
Boris Brezillon
1
-6
/
+8
2018-01-16
mtd: onenand: omap2: print resource using %pR format string
Arnd Bergmann
1
-2
/
+1
2018-01-14
mtd: mtk-nor: modify functions' name more generally
Guochun Mao
1
-120
/
+120
2018-01-14
mtd: onenand: samsung: remove incorrect __iomem annotation
Christophe JAILLET
1
-6
/
+6
2018-01-12
mtd: onenand: omap2: Configure driver from DT
Ladislav Michl
2
-98
/
+156
2018-01-12
mtd: onenand: omap2: Decouple DMA enabling from INT pin availability
Ladislav Michl
1
-31
/
+21
2018-01-12
mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specific
Ladislav Michl
1
-5
/
+2
2018-01-12
mtd: onenand: omap2: Convert to use dmaengine for memcpy
Peter Ujfalusi
1
-42
/
+38
2018-01-12
mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementation
Ladislav Michl
1
-125
/
+4
2018-01-12
mtd: onenand: omap2: Simplify the DMA setup for various paths
Peter Ujfalusi
1
-64
/
+45
2018-01-12
mtd: onenand: omap2: Account waiting time as waiting on IO
Ladislav Michl
1
-3
/
+2
2018-01-12
mtd: onenand: omap2: Remove partitioning support from platform data
Ladislav Michl
1
-2
/
+1
2018-01-12
mtd: onenand: omap2: Remove skip initial unlocking support
Ladislav Michl
1
-3
/
+0
2018-01-12
mtd: onenand: omap2: Remove regulator support
Ladislav Michl
1
-41
/
+1
2018-01-12
mtd: nand: add reworked Marvell NAND controller driver
Miquel Raynal
3
-0
/
+2912
2018-01-12
mtd: nand: Fix nand_do_read_oob() return value
Miquel Raynal
1
-1
/
+4
2018-01-12
mtd: mtd_oobtest: Handle bitflips during reads
Miquel Raynal
1
-0
/
+21
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-0
/
+1
2018-01-10
mtd: nand: samsung: Disable subpage writes on E-die NAND
Ladislav Michl
1
-4
/
+17
2018-01-09
mtd: tests: nandbiterrs: Fix read_page return value
Sascha Hauer
1
-1
/
+1
2018-01-09
mtd: nand: brcmnand: Disable prefetch by default
Kamal Dasu
1
-10
/
+3
2018-01-07
spi-nor: intel-spi: Remove unused preopcodes field
Mika Westerberg
1
-6
/
+0
2018-01-07
mtd: fsl-quadspi: account for const type of of_device_id.data
Julia Lawall
1
-4
/
+4
2018-01-07
mtd: spi-nor: cadence-quadspi: Add support for direct access mode
Vignesh R
1
-2
/
+29
2018-01-07
mtd: spi-nor: cadence-quadspi: Refactor indirect read/write sequence.
Vignesh R
1
-16
/
+12
2018-01-07
mtd: nand: pxa3xx: Fix READOOB implementation
Boris Brezillon
1
-0
/
+1
2018-01-06
mtd: nand: qcom: Add a NULL check for devm_kasprintf()
Fabio Estevam
1
-0
/
+3
[next]