Age | Commit message (Expand) | Author | Files | Lines |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-06-26 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2015-06-26 | Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 7 | -208/+145 |
2015-06-24 | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 3 | -0/+294 |
2015-06-17 | mtd: docg3: Fix kasprintf() usage | Richard Weinberger | 1 | -2/+8 |
2015-06-17 | mtd: docg3: Don't leak docg3->bbt in error path | Richard Weinberger | 1 | -2/+4 |
2015-06-17 | mtd: nandsim: Fix kasprintf() usage | Richard Weinberger | 1 | -0/+10 |
2015-06-17 | mtd: cs553x_nand: Fix kasprintf() usage | Richard Weinberger | 1 | -3/+9 |
2015-06-17 | mtd: r852: Fix device_create_file() usage | Richard Weinberger | 1 | -1/+5 |
2015-06-17 | mtd: brcmnand: drop unnecessary initialization | Brian Norris | 1 | -1/+1 |
2015-06-17 | mtd: propagate error codes from add_mtd_device() | Brian Norris | 1 | -7/+11 |
2015-06-17 | mtd: diskonchip: remove two-phase partitioning / registration | Brian Norris | 1 | -8/+2 |
2015-06-11 | mtd: powernv: Add powernv flash MTD abstraction driver | Cyril Bur | 3 | -0/+294 |
2015-06-03 | UBI: Remove unnecessary `\' | shengyong | 2 | -2/+2 |
2015-06-02 | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 1 | -0/+1 |
2015-06-02 | UBI: Use static class and attribute groups | Takashi Iwai | 3 | -142/+57 |
2015-06-02 | UBI: add a helper function for updatting on-flash layout volumes | shengyong | 1 | -21/+24 |
2015-06-02 | UBI: Fastmap: Do not add vol if it already exists | shengyong | 1 | -1/+8 |
2015-06-02 | UBI: Init vol->reserved_pebs by assignment | shengyong | 1 | -2/+2 |
2015-06-02 | UBI: Fastmap: Rename variables to make them meaningful | shengyong | 1 | -29/+29 |
2015-06-02 | UBI: Fastmap: Remove unnecessary `\' | shengyong | 1 | -7/+7 |
2015-06-02 | UBI: Fastmap: Use max() to get the larger value | shengyong | 1 | -2/+2 |
2015-06-02 | UBI: block: Dynamically allocate minor numbers | Dan Ehrenberg | 1 | -2/+14 |
2015-05-28 | mtd: dc21285: use raw spinlock functions for nw_gpio_lock | Uwe Kleine-König | 1 | -2/+2 |
2015-05-28 | mtd: chips: fixup dependencies, to prevent build error | Brian Norris | 1 | -0/+1 |
2015-05-28 | kernel/params: constify struct kernel_param_ops uses | Luis R. Rodriguez | 1 | -1/+1 |
2015-05-27 | mtd: cfi_cmdset_0002: Initialize datum before calling map_word_load_partial | Christian Riesch | 1 | -1/+1 |
2015-05-27 | mtd: cfi: deinline large functions | Denys Vlasenko | 1 | -0/+188 |
2015-05-27 | mtd: lantiq-flash: use default partition parsers | Brian Norris | 1 | -3/+1 |
2015-05-27 | mtd: plat_nand: use default partition probe | Brian Norris | 2 | -7/+1 |
2015-05-22 | mtd: nand: correct indentation within conditional | Brian Norris | 1 | -1/+1 |
2015-05-22 | mtd: remove incorrect file name | Brian Norris | 5 | -10/+2 |
2015-05-21 | mtd: blktrans: use better error code for unimplemented ioctl() | Brian Norris | 1 | -1/+1 |
2015-05-21 | mtd: maps: Spelling s/reseved/reserved/ | Geert Uytterhoeven | 3 | -3/+3 |
2015-05-21 | mtd: blktrans: change blktrans_getgeo return value | Wenlin Kang | 1 | -1/+1 |
2015-05-21 | mtd: mxc_nand: generate nand_ecclayout for 8 bit ECC | Baruch Siach | 1 | -1/+21 |
2015-05-21 | mtd: spi-nor: Properly set SECT_4K for recently added flashes | Rafał Miłecki | 1 | -3/+10 |
2015-05-21 | mtd: spi-nor: Add support for Spansion S25FL164K | Rafał Miłecki | 1 | -0/+1 |
2015-05-21 | mtd: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 2 | -2/+2 |
2015-05-21 | mtd: mxc_nand: fix truncate of unaligned oob copying | Baruch Siach | 1 | -4/+36 |
2015-05-21 | mtd: mxc_nand: limit the size of used oob | Baruch Siach | 1 | -3/+13 |
2015-05-21 | mtd: mxc_nand: cleanup copy_spare function | Uwe Kleine-König | 1 | -15/+31 |
2015-05-18 | mtd: brcmnand: do not make local variable static | Hauke Mehrtens | 1 | -1/+1 |
2015-05-18 | mtd: brcmnand: remove double new line from print | Hauke Mehrtens | 1 | -1/+1 |
2015-05-18 | Merge tag 'v4.1-rc4' into MTD's -next | Brian Norris | 3 | -5/+9 |
2015-05-18 | Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2 | -5/+7 |
2015-05-15 | mtd: brcmnand: add BCM63138 support | Brian Norris | 2 | -0/+112 |
2015-05-15 | mtd: brcmnand: add support for Broadcom's IPROC family | Brian Norris | 2 | -0/+153 |
2015-05-15 | mtd: brcmnand: add extra SoC support to library | Brian Norris | 2 | -5/+71 |
2015-05-15 | mtd: brcmnand: add support for STB chips | Brian Norris | 2 | -0/+45 |