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
2009-06-05
mtd: nand: fix 512 byte software ecc support
Vimal Singh
1
-2
/
+2
2009-06-05
mtd: nand: davinci_nand, 4-bit ECC for smallpage
David Brownell
1
-13
/
+291
2009-06-05
mtd: nand: minor davinci_nand cleanup
David Brownell
1
-16
/
+11
2009-06-05
mtd: nand: don't walk past end of oobfree[]
David Brownell
1
-1
/
+2
2009-06-05
mtd: plat_nand: fix section error
Thomas Chou
1
-1
/
+1
2009-06-03
UBI: make gluebi a separate module
Dmitry Pervushin
3
-98
/
+295
2009-06-02
UBI: remove built-in gluebi
Dmitry Pervushin
3
-51
/
+2
2009-06-02
UBI: add notification API
Dmitry Pervushin
5
-21
/
+204
2009-06-02
UBI: do not switch to R/O mode on read errors
Artem Bityutskiy
4
-15
/
+74
2009-06-02
UBI: fix and clean-up error paths in WL worker
Artem Bityutskiy
2
-61
/
+53
2009-06-02
UBI: introduce new constants
Artem Bityutskiy
3
-26
/
+36
2009-05-30
[MTD] [NAND] S3C2410: Allow commandline partition processing
Andy Green
1
-2
/
+16
2009-05-30
[MTD] [NAND] S3C2410: Fix CFG debug order
Andy Green
1
-2
/
+2
2009-05-30
[MTD] [NAND] S3C2410: Uninitialised variable cleanup
Nelson Castillo
1
-4
/
+1
2009-05-30
[MTD] [NAND] S3C2410: NAND ECC by chip rather than global
Andy Green
1
-9
/
+25
2009-05-30
[MTD] [NAND] S3C2410: Basic kerneldoc comment updates
Ben Dooks
1
-11
/
+78
2009-05-30
[MTD] [NAND] S3C2410: Move to using platform device table
Ben Dooks
1
-52
/
+26
2009-05-29
mtd: Fix pointer handling in compat ioctls to use compat_ptr()
David Woodhouse
1
-2
/
+2
2009-05-29
mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.c
Kevin Cernekee
1
-1
/
+2
2009-05-29
mtd: add OOB ioctls for >4GiB devices
Kevin Cernekee
1
-0
/
+28
2009-05-29
mtd: compat_ioctl cleanup
Kevin Cernekee
1
-84
/
+171
2009-05-29
mtd: add MEMERASE64 ioctl for >4GiB devices
Kevin Cernekee
1
-8
/
+21
2009-05-29
mtd: Fix handling of mtdname in txx9ndfmc.c
David Woodhouse
1
-4
/
+12
2009-05-29
mtd: Add armflash support for multiple blocks of flash
Catalin Marinas
1
-62
/
+164
2009-05-29
mtd: DIL/NetPC broken for now
David Woodhouse
1
-1
/
+1
2009-05-29
mtd: MXC NAND driver fixes (v5)
Vladimir Barinov
1
-20
/
+23
2009-05-28
OMAP2/3: PM: push core PM code from linux-omap
Kevin Hilman
1
-1
/
+0
2009-05-26
[MTD] Remove option for add_mtd_partitions() to not register partitions.
David Woodhouse
1
-14
/
+4
2009-05-26
[MTD] Only set partition suspend/resume method if parent not registered
David Woodhouse
1
-1
/
+1
2009-05-26
[MTD] Remove mtd->{suspend,resume} calls from board drivers
David Woodhouse
5
-113
/
+0
2009-05-26
[MTD] Restore suspend/resume support for mtd devices
David Woodhouse
1
-10
/
+37
2009-05-26
[MTD] set blkdev parent to the mtd device, not its parent
David Woodhouse
1
-1
/
+1
2009-05-26
UBI: fix race condition
Artem Bityutskiy
1
-1
/
+7
2009-05-22
block: Do away with the notion of hardsect_size
Martin K. Petersen
1
-1
/
+1
2009-05-22
Merge branch 'master' into for-2.6.31
Jens Axboe
4
-18
/
+31
2009-05-18
mtd_dataflash: unbreak erase support
Peter Korsgaard
1
-1
/
+1
2009-05-18
UBI: minor serialization fix
Artem Bityutskiy
1
-2
/
+2
2009-05-18
UBI: do not panic if volume check fails
Artem Bityutskiy
1
-7
/
+11
2009-05-18
UBI: add dump_stack in checking code
Artem Bityutskiy
1
-0
/
+1
2009-05-18
UBI: fix races in I/O debugging checks
Artem Bityutskiy
1
-7
/
+73
2009-05-18
UBI: small debugging code optimization
Artem Bityutskiy
2
-4
/
+4
2009-05-18
UBI: improve debugging messages
Artem Bityutskiy
3
-10
/
+15
2009-05-18
UBI: re-name volumes_mutex to device_mutex
Artem Bityutskiy
5
-23
/
+23
2009-05-18
UBI: remove redundant mutex
Artem Bityutskiy
3
-7
/
+2
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-6
/
+1
2009-05-11
mtd_blkdevs: dequeue in-flight request
Tejun Heo
1
-4
/
+13
2009-05-11
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
Tejun Heo
1
-1
/
+1
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-3
/
+4
2009-05-09
Convert obvious places to deactivate_locked_super()
Al Viro
1
-2
/
+1
2009-05-08
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2
-15
/
+29
[prev]
[next]