aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-14[MTD NAND] Modify check for modules registering NAND devices without ->ownerDavid Woodhouse
2006-05-14[MTD] Clean up <linux/mtd/physmap.h> to fix modular buildDavid Woodhouse
2006-05-14[MTD] Remove gratuitous inclusion of ARM-only header from physmap.cDavid Woodhouse
2006-05-14[JFFS2] Reduce excessive node count for syslog files.David Woodhouse
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse
2006-05-14[MTD] Deal correctly with NOR chips which are smaller than the map windowDavid Woodhouse
2006-05-14mtd: fix memory leak in block2mtd_setup()Jesper Juhl
2006-05-14[MTD] Fix module refcounting in NAND board drivers.David Woodhouse
2006-05-14mtd: fix memory leaks in phram_setupJesper Juhl
2006-05-13[MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse
2006-05-13[MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chipsDavid Woodhouse
2006-05-13Revert "[PATCH] i386: export: memory more than 4G through /proc/iomem"Linus Torvalds
2006-05-13[JFFS2][XATTR] Fix obvious typoKaiGai Kohei
2006-05-13[JFFS2][XATTR] Handling the duplicate JFFS2_NODETYPE_XATTR node cases.KaiGai Kohei
2006-05-13[JFFS2][XATTR] remove redundant pointer cast in acl.cKaiGai Kohei
2006-05-13[JFFS2][XATTR] remove '__KERNEL__' from acl.hKaiGai Kohei
2006-05-13[JFFS2][XATTR] remove senseless commentKaiGai Kohei
2006-05-13[JFFS2][XATTR] Unify each file header part with any jffs2 file.KaiGai Kohei
2006-05-13[JFFS2][XATTR] '#include <linux/list.h>' was added into xattr.h.KaiGai Kohei
2006-05-13[JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic)KaiGai Kohei
2006-05-13[JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.KaiGai Kohei
2006-05-13[JFFS2][XATTR] Add a description about c->xattr_semKaiGai Kohei
2006-05-13[JFFS2][XATTR] remove typedef from posix_acl related definition.KaiGai Kohei
2006-05-13[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei
2006-05-13[MTD NAND] Update CS553x NAND driver: Hardware ECC support, optimisations.David Woodhouse
2006-05-13[MTD NAND] Use vmalloc for buffer when scanning for bad blocks.David Woodhouse
2006-05-12Alternative fix for MMC oops on unmount after removalLinus Torvalds
2006-05-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2006-05-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2006-05-12IB: refcount race fixesSean Hefty
2006-05-12IB/ipath: Properly terminate PCI ID tableRoland Dreier
2006-05-12[NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley
2006-05-12[SPARC]: Fix warning on prom_getproperty in openprom.cMartin Habets
2006-05-12[TG3]: ethtool always report port is TP.Karsten Keil
2006-05-12[SPARC]: Handle UNWIND_INFO properly.David S. Miller
2006-05-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds
2006-05-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2006-05-12Revert "[BLOCK] Fix oops on removal of SD/MMC card"Linus Torvalds
2006-05-12[PATCH] USB: fix omninet driver bugGreg Kroah-Hartman
2006-05-12[PATCH] USB: add ark3116 usb to serial driverGreg Kroah-Hartman
2006-05-12[PATCH] usbserial: Fixes leak in serial_open() error path.Luiz Fernando Capitulino
2006-05-12[PATCH] usbserial: Fixes use-after-free in serial_open().Luiz Fernando Capitulino
2006-05-12[PATCH] USB: Emagic USB firmware loading fixesMonty
2006-05-12[PATCH] USB: add an IBM USB keyboard to the HID_QUIRK_NOGET blacklistOlaf Hering
2006-05-12[PATCH] USB: Add Sieraa Wireless 580 evdo card to airprime.cKen Brush
2006-05-12Trivial typo fixes in Kconfig files (MTD).Egry Gábor
2006-05-12OneNAND: fix block command typoKyungmin Park
2006-05-12OneNAND: One-Time Programmable (OTP) supportKyungmin Park
2006-05-12OneNAND: Handle erase correctly in Double Density Package (DDP)Kyungmin Park
2006-05-12OneNAND: Write oob area with aligned size, mtd->oobsizeKyungmin Park