Age | Commit message (Expand) | Author | Files | Lines |
2024-03-22 | Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 11 | -146/+503 |
2024-03-15 | Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2024-03-15 | Merge tag 'mtd/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/... | Linus Torvalds | 26 | -626/+535 |
2024-03-15 | Merge tag 'nand/for-6.9' into mtd/next | Miquel Raynal | 16 | -182/+403 |
2024-03-15 | mtd: rawnand: Ensure continuous reads are well disabled | Miquel Raynal | 1 | -0/+3 |
2024-03-15 | mtd: rawnand: Constrain even more when continuous reads are enabled | Miquel Raynal | 1 | -1/+11 |
2024-03-15 | mtd: rawnand: brcmnand: Add support for getting ecc setting from strap | William Zhang | 1 | -6/+77 |
2024-03-15 | mtd: rawnand: brcmnand: fix sparse warnings | William Zhang | 1 | -2/+2 |
2024-03-15 | mtd: nand: raw: atmel: Fix comment in timings preparation | Alexander Dahl | 1 | -1/+1 |
2024-03-15 | mtd: rawnand: Ensure all continuous terms are always in sync | Miquel Raynal | 1 | -9/+14 |
2024-03-15 | mtd: rawnand: Add a helper for calculating a page index | Miquel Raynal | 1 | -5/+11 |
2024-03-15 | mtd: rawnand: Fix and simplify again the continuous read derivations | Miquel Raynal | 1 | -14/+20 |
2024-03-15 | mtd: rawnand: hynix: remove @nand_technology kernel-doc description | Randy Dunlap | 1 | -1/+0 |
2024-03-15 | mtd: rawnand: brcmnand: Support write protection setting from dts | William Zhang | 1 | -0/+4 |
2024-03-15 | mtd: rawnand: brcmnand: Add BCMBCA read data bus interface | William Zhang | 3 | -3/+46 |
2024-03-15 | mtd: rawnand: brcmnand: Rename bcm63138 nand driver | William Zhang | 3 | -100/+100 |
2024-03-14 | mtd: spi-nor: core: correct type of i | Muhammad Usama Anjum | 1 | -1/+1 |
2024-03-14 | Merge tag 'spi-nor/for-6.9' into mtd/next | Miquel Raynal | 4 | -165/+125 |
2024-03-13 | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -1/+1 |
2024-03-11 | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -8/+10 |
2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -25/+21 |
2024-03-11 | mtd: ubi: fix NVMEM over UBI volumes on 32-bit systems | Daniel Golle | 1 | -1/+4 |
2024-03-08 | mtd: maps: sun_uflash: Declare uflash_devinit static | Sam Ravnborg | 1 | -1/+1 |
2024-02-26 | mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase map | Takahiro Kuwano | 1 | -2/+56 |
2024-02-26 | mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flag | Takahiro Kuwano | 4 | -17/+8 |
2024-02-26 | mtd: spi-nor: core: get rid of SNOR_LAST_REGION flag | Takahiro Kuwano | 4 | -105/+41 |
2024-02-26 | mtd: rawnand: brcmnand: update log level messages | David Regan | 1 | -3/+3 |
2024-02-26 | mtd: rawnand: brcmnand: fix style issues | William Zhang | 1 | -12/+11 |
2024-02-26 | mtd: rawnand: brcmnand: exec_op helper functions return type fixes | David Regan | 1 | -4/+8 |
2024-02-26 | mtd: rawnand: stm32_fmc2: add MP25 support | Christophe Kerello | 1 | -9/+45 |
2024-02-26 | mtd: rawnand: stm32_fmc2: use dma_get_slave_caps to get DMA max burst | Christophe Kerello | 1 | -5/+24 |
2024-02-26 | mtd: rawnand: lpc32xx_mlc: fix irq handler prototype | Arnd Bergmann | 1 | -2/+3 |
2024-02-26 | mtd: rawnand: Prefer struct_size over open coded arithmetic | Erick Archer | 1 | -1/+1 |
2024-02-26 | mtd: rawnand: meson: fix scrambling mode value in command macro | Arseniy Krasnov | 1 | -1/+1 |
2024-02-26 | mtd: rawnand: remove redundant assignment to variable bbtblocks | Colin Ian King | 1 | -1/+0 |
2024-02-26 | mtd: spi-nor: core: rework struct spi_nor_erase_region | Takahiro Kuwano | 4 | -67/+46 |
2024-02-26 | mtd: Remove support for Carillo Ranch driver | Matthew Wilcox (Oracle) | 3 | -273/+0 |
2024-02-26 | mtd: chips: remove redundant assignment to variable timeo | Colin Ian King | 1 | -2/+2 |
2024-02-26 | mtd: maps: physmap-core: fix flash size larger than 32-bit | Baruch Siach | 1 | -1/+1 |
2024-02-26 | mtd: ubi: provide NVMEM layer over UBI volumes | Daniel Golle | 3 | -0/+202 |
2024-02-26 | mtd: ubi: populate ubi volume fwnode | Daniel Golle | 1 | -0/+27 |
2024-02-26 | mtd: ubi: introduce pre-removal notification for UBI volumes | Daniel Golle | 4 | -8/+32 |
2024-02-26 | mtd: ubi: attach from device tree | Daniel Golle | 1 | -39/+96 |
2024-02-26 | mtd: ubi: block: use notifier to create ubiblock from parameter | Daniel Golle | 3 | -85/+106 |
2024-02-25 | ubi: Correct the number of PEBs after a volume resize failure | ZhaoLong Wang | 1 | -5/+4 |
2024-02-25 | ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130 | Guo Xuenan | 2 | -7/+24 |
2024-02-25 | ubi: correct the calculation of fastmap size | Zhang Yi | 1 | -3/+4 |
2024-02-25 | ubi: Check for too small LEB size in VTBL code | Richard Weinberger | 1 | -0/+6 |
2024-02-25 | block2mtd: port device access to files | Christian Brauner | 1 | -25/+21 |
2024-02-20 | ubiblock: pass queue_limits to blk_mq_alloc_disk | Christoph Hellwig | 1 | -2/+4 |