Age | Commit message (Expand) | Author | Files | Lines |
2007-07-18 | UBI: fix compile warning | Paul Mundt | 1 | -0/+1 |
2007-07-18 | UBI: fix error handling in erase worker | Artem Bityutskiy | 1 | -41/+48 |
2007-07-18 | UBI: fix comments | Artem Bityutskiy | 1 | -3/+3 |
2007-07-18 | UBI: remove unneeded error checks | Artem Bityutskiy | 2 | -13/+2 |
2007-07-18 | UBI: cleanup usage of try_module_get | Fernando Luis Vázquez Cao | 1 | -5/+0 |
2007-07-18 | UBI: fix overflow bug | Vinit Agnihotri | 2 | -6/+11 |
2007-07-18 | UBI: bugfix in max_sqnum calculation | Artem Bityutskiy | 1 | -1/+0 |
2007-07-18 | UBI: bugfix in sqnum calculation | Brijesh Singh | 1 | -3/+3 |
2007-07-18 | UBI: fix signed-unsigned multiplication | Brijesh Singh | 1 | -1/+1 |
2007-07-18 | UBI: fix bug in atomic_leb_change() | Artem Bityutskiy | 1 | -1/+1 |
2007-07-18 | UBI: fix message | Vinit Agnihotri | 1 | -2/+1 |
2007-07-18 | UBI: fix debugging stuff | Artem Bityutskiy | 1 | -4/+16 |
2007-07-18 | UBI: bugfix in error path | Artem Bityutskiy | 4 | -10/+7 |
2007-07-18 | UBI: use is_power_of_2() | Vignesh Babu | 1 | -2/+2 |
2007-07-18 | UBI: fix freeing ubi->vtbl while unloading | Vinit Agnihotri | 1 | -2/+2 |
2007-07-18 | UBI: bugfix in ubi_leb_change() | Artem Bityutskiy | 1 | -5/+7 |
2007-07-18 | UBI: kill homegrown endian macros | Christoph Hellwig | 7 | -132/+132 |
2007-07-18 | UBI: cleanup ioctl handling | Christoph Hellwig | 1 | -28/+5 |
2007-07-18 | UBI: error path bugfix | Artem Bityutskiy | 1 | -1/+0 |
2007-07-18 | UBI: minor comma fix | Artem Bityutskiy | 1 | -2/+2 |
2007-07-18 | UBI: use vmalloc for large buffers | Artem Bityutskiy | 9 | -37/+41 |
2007-07-18 | UBI: add few more comments | Artem Bityutskiy | 1 | -2/+6 |
2007-07-18 | UBI: set correct gluebi device size | Artem Bityutskiy | 4 | -2/+30 |
2007-07-18 | UBI: do not let to read too much | Artem Bityutskiy | 1 | -3/+8 |
2007-07-18 | UBI: fix error path in create_vtbl() | Artem Bityutskiy | 3 | -27/+35 |
2007-07-18 | UBI: fix dereference after kfree | Florin Malita | 1 | -6/+5 |
2007-07-18 | UBI: fix memory leak in checking code | Artem Bityutskiy | 1 | -1/+3 |
2007-07-18 | drivers/*: mark variables with uninitialized_var() | Jeff Garzik | 1 | -1/+1 |
2007-07-18 | drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local var | Jeff Garzik | 1 | -2/+2 |
2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2 | -1/+3 |
2007-07-10 | [MIPS] remove LASAT Networks platforms support | Yoichi Yuasa | 3 | -110/+0 |
2007-07-10 | [MIPS] Remove Momenco Ocelot C support | Franck Bui-Huu | 2 | -2/+2 |
2007-06-05 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 3 | -7/+233 |
2007-06-01 | [MTD] Fix error checking after get_mtd_device() in get_sb_mtd functions | David Woodhouse | 1 | -3/+3 |
2007-06-01 | parse errors in ifdefs | Yoann Padioleau | 1 | -2/+2 |
2007-06-01 | potential parse error in ifdef | Yoann Padioleau | 3 | -3/+3 |
2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -3/+0 |
2007-05-11 | [MTD] generalise the handling of MTD-specific superblocks | David Howells | 2 | -2/+233 |
2007-05-11 | [MTD] [MAPS] don't force uclinux mtd map to be root dev | Mike Frysinger | 1 | -5/+0 |
2007-05-10 | [S390] Kconfig: menus with depends on HAS_IOMEM. | Martin Schwidefsky | 1 | -0/+1 |
2007-05-10 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 19 | -4677/+301 |
2007-05-09 | [MTD] [CHIPS] Remove MTD_OBSOLETE_CHIPS (jedec, amd_flash, sharp) | David Woodhouse | 5 | -2976/+0 |
2007-05-09 | [MTD] Delete allegedly obsolete "bank_size" field of mtd_info. | Robert P. J. Day | 1 | -1/+0 |
2007-05-09 | [MTD] [MAPS] Remove flash maps for no longer supported 405LP boards | David Gibson | 4 | -285/+0 |
2007-05-09 | [MTD] [MAPS] Fix missing printk() parameter in physmap_of.c MTD driver | David Gibson | 1 | -1/+1 |
2007-05-09 | misc doc and kconfig typos | Matt LaPlante | 1 | -1/+1 |
2007-05-09 | Fix occurrences of "the the " | Michael Opdenacker | 2 | -2/+2 |
2007-05-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 1 | -4/+4 |
2007-05-08 | Clean up mutex_trylock noise | Jean Delvare | 1 | -2/+2 |
2007-05-08 | Merge branch 'linux-2.6' | Paul Mackerras | 10 | -15/+5 |