summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-15[PATCH] jffs2: memory leak in jffs2_scan_medium()Florin Malita1-3/+3
2006-05-15[JFFS2] Fix printk format in some error messages.Andrew Morton1-2/+2
2006-05-15[JFFS2] Don't pack on-medium structures, because GCC emits crappy codeDavid Woodhouse2-8/+20
2006-05-14[MTD NAND] Modify check for modules registering NAND devices without ->ownerDavid Woodhouse1-6/+11
2006-05-14[MTD] Clean up <linux/mtd/physmap.h> to fix modular buildDavid Woodhouse1-6/+2
2006-05-14[MTD] Remove gratuitous inclusion of ARM-only header from physmap.cDavid Woodhouse1-1/+0
2006-05-14[JFFS2] Reduce excessive node count for syslog files.David Woodhouse1-6/+14
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse11-17/+17
2006-05-14[MTD] Deal correctly with NOR chips which are smaller than the map windowDavid Woodhouse1-2/+14
2006-05-14mtd: fix memory leak in block2mtd_setup()Jesper Juhl1-3/+6
2006-05-14[MTD] Fix module refcounting in NAND board drivers.David Woodhouse14-4/+27
2006-05-14mtd: fix memory leaks in phram_setupJesper Juhl1-2/+6
2006-05-13[MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse17-1292/+1217
2006-05-13[MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chipsDavid Woodhouse1-2/+2
2006-05-13[MTD NAND] Update CS553x NAND driver: Hardware ECC support, optimisations.David Woodhouse1-27/+75
2006-05-13[MTD NAND] Use vmalloc for buffer when scanning for bad blocks.David Woodhouse1-3/+3
2006-05-12Trivial typo fixes in Kconfig files (MTD).Egry Gábor3-4/+4
2006-05-12OneNAND: fix block command typoKyungmin Park1-1/+1
2006-05-12OneNAND: One-Time Programmable (OTP) supportKyungmin Park5-4/+335
2006-05-12OneNAND: Handle erase correctly in Double Density Package (DDP)Kyungmin Park1-0/+6
2006-05-12OneNAND: Write oob area with aligned size, mtd->oobsizeKyungmin Park1-2/+5
2006-05-12OneNAND: Add write_oob verify functionKyungmin Park1-4/+43
2006-05-12OneNand: Fix free byte positions.Jarkko Lavinen1-1/+2
2006-05-12OneNAND: handle byte access on BufferRAMKyungmin Park2-0/+41
2006-05-12OneNAND: Add touch_softlock_watchdog()Kyungmin Park1-0/+1
2006-05-12[JFFS2] Remove number of pointer dereferences in fs/jffs2/summary.cJesper Juhl1-19/+19
2006-05-12[MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in KconfigJean-Luc Leger1-1/+0
2006-05-12[JFFS2] Remove obsolete histo.hDomen Puncer1-3/+0
2006-05-12[MTD] Fix capitalisation in export of old doc2001.c initfuncDavid Woodhouse1-1/+1
2006-05-11[MTD] Basic NAND driver for AMD/NatSemi CS5535/CS5536 Geode companion chipDavid Woodhouse3-0/+298
2006-05-10[MTD] Fix capitalisation in export of DiskOnChip Millennium initfuncDavid Woodhouse1-1/+1
2006-05-08Export cfi_cmdset_0020 and cfi_cmdset_0002 with EXPORT_SYMBOL_GPLDavid Woodhouse2-1/+2
2006-05-08Finally remove the obnoxious inter_module_xxx()David Woodhouse4-197/+0
2006-05-08Remove use of inter_module_crap in NOR flash chip drivers.David Woodhouse7-93/+20
2006-05-08Fix non-modular case for DiskOnChip probeDavid Woodhouse1-4/+31
2006-05-08Remove inter_module_xxx() from DiskOnChip drivers.David Woodhouse6-64/+18
2006-05-07[MTD] Convert physmap to platform driverLennert Buytenhek3-83/+196
2006-05-05[JFFS2] Fix race in setting file attributesDmitry Bazhenov1-1/+6
2006-05-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse892-12904/+21258
2006-05-03Move jffs2_fs_i.h and jffs2_fs_sb.h from include/linux/ to fs/jffs2/David Woodhouse5-6/+6
2006-05-02[NETFILTER] SCTP conntrack: fix infinite loopPatrick McHardy2-8/+14
2006-05-02forcedeth: fix multi irq issuesAyaz Abdulla1-84/+228
2006-05-02[PATCH] via-rhine: zero pad short packets on Rhine I ethernet cardsCraig Brind1-0/+6
2006-05-02[PATCH] mv643xx_eth: provide sysfs class device symlinkOlaf Hering1-0/+2
2006-05-02[PATCH] vmsplice: restrict stealing a little moreJens Axboe3-4/+5
2006-05-02[PATCH] splice: fix page LRU accountingJens Axboe2-13/+23
2006-05-02[PATCH] vmsplice: fix badly placed end paranthesisJens Axboe1-1/+1
2006-05-01Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds33-275/+1142
2006-05-01[NETFILTER] x_tables: fix compat related crash on non-x86Patrick McHardy2-19/+22
2006-05-01Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds4-126/+255