index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-52
/
+2
2013-05-05
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+5
2013-05-02
Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+63
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2013-04-29
Include missing linux/slab.h inclusions
David Howells
1
-0
/
+1
2013-04-19
mtdchar: remove no-longer-used vma helpers
Linus Torvalds
1
-27
/
+0
2013-04-19
vm: convert mtdchar mmap to vm_iomap_memory() helper
Linus Torvalds
1
-30
/
+2
2013-04-19
mtd: onenand/samsung: make regs-onenand.h file local
Arnd Bergmann
2
-2
/
+63
2013-04-04
mtd: gpmi: move to use generic DMA helper
Shawn Guo
2
-52
/
+2
2013-03-18
Merge tag 'for-linus-20130318' of git://git.infradead.org/linux-mtd
Linus Torvalds
3
-58
/
+90
2013-03-15
CONFIG_SYMBOL_PREFIX: cleanup.
Rusty Russell
1
-3
/
+5
2013-03-14
mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDY
Brian Norris
2
-39
/
+57
2013-03-08
mtd: bcm47xxpart: look for NVRAM at the end of device
Rafał Miłecki
1
-7
/
+25
2013-03-08
Revert "mtd: bcm47xxpart: improve probing of nvram partition"
Rafał Miłecki
1
-13
/
+9
2013-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+1
2013-03-02
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
33
-329
/
+1800
2013-03-02
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+1
2013-02-27
mtd: mtd_stresstest: use prandom_bytes()
Akinobu Mita
1
-2
/
+1
2013-02-27
mtd: mtd_subpagetest: convert to use prandom library
Akinobu Mita
1
-30
/
+12
2013-02-27
mtd: mtd_speedtest: use prandom_bytes
Akinobu Mita
1
-8
/
+1
2013-02-27
mtd: mtd_pagetest: convert to use prandom library
Akinobu Mita
1
-30
/
+13
2013-02-27
mtd: mtd_oobtest: convert to use prandom library
Akinobu Mita
1
-33
/
+16
2013-02-27
mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()
Akinobu Mita
1
-1
/
+1
2013-02-27
mtd: convert to idr_alloc()
Tejun Heo
1
-7
/
+2
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-23
/
+13
2013-02-26
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-8
/
+14
2013-02-26
export kernel_write(), convert open-coded instances
Al Viro
1
-22
/
+12
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-21
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+1
2013-02-21
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2
-2
/
+6
2013-02-21
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13
-64
/
+51
2013-02-15
MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names
Hauke Mehrtens
1
-1
/
+1
2013-02-13
mtd: bcm47xxnflash: use pr_fmt for module prefix in messages
Rafał Miłecki
3
-4
/
+8
2013-02-13
mtd: davinci_nand: Use managed resources
Mrugesh Katepallewar
1
-19
/
+5
2013-02-13
mtd: mtd_torturetest can cause stack overflows
Al Cooper
1
-14
/
+11
2013-02-12
mtd: physmap_of: Convert device allocation to managed devm_kzalloc()
Ezequiel Garcia
1
-5
/
+3
2013-02-12
mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...
Josh Wu
1
-3
/
+87
2013-02-12
mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.
Josh Wu
1
-21
/
+31
2013-02-12
mtd: atmel_nand: avoid to report an error when lookup table offset is 0.
Josh Wu
1
-5
/
+4
2013-02-05
Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtd
Linus Torvalds
5
-6
/
+10
2013-02-04
mtd: bcm47xxsflash: adjust names of bus-specific functions
Rafał Miłecki
1
-4
/
+12
2013-02-04
mtd: bcm47xxpart: improve probing of nvram partition
Hauke Mehrtens
1
-9
/
+13
2013-02-04
mtd: bcm47xxpart: add support for other erase sizes
Hauke Mehrtens
1
-1
/
+4
2013-02-04
mtd: bcm47xxnflash: register this as normal driver
Hauke Mehrtens
1
-5
/
+2
2013-02-04
mtd: bcm47xxnflash: fix message
Hauke Mehrtens
1
-1
/
+2
2013-02-04
mtd: bcm47xxsflash: register this as normal driver
Hauke Mehrtens
1
-1
/
+2
2013-02-04
mtd: bcm47xxsflash: write number of written bytes
Hauke Mehrtens
1
-0
/
+1
2013-02-04
mtd: gpmi: add sanity check for the ECC
Huang Shijie
2
-2
/
+30
2013-02-04
mtd: gpmi: set the Golois Field bit for mx6q's BCH
Huang Shijie
3
-2
/
+28
2013-02-04
mtd: devices: elm: Removes <xx> literals in elm DT node
Philip Avinash
1
-1
/
+1
[next]