public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 14:21:22 to 2026-04-15 15:32:28 UTC [more...]

[PATCH v2] mtd: spinand: fmsh: add support for FM25G{01,02}B
 2026-04-15 15:31 UTC 

[PATCH 1/1] mtd: spinand: fmsh: add support for FM25G{01,02}B
 2026-04-15 15:19 UTC 

[PATCH 0/2] jffs2: bound summary reads on crafted flash
 2026-04-15 12:48 UTC  (3+ messages)
` [PATCH 1/2] jffs2: reject truncated summary node before header validation
` [PATCH 2/2] jffs2: bound summary entry walks against the payload

[PATCH] mtd: spi-nor: macronix: Document support for additional flash aliases
 2026-04-15 11:01 UTC  (6+ messages)

[PATCH v5 1/3] ubifs: prefer kstrtobool_from_user() over custom helper
 2026-04-15  7:18 UTC  (3+ messages)
` [PATCH v5 2/3] ubifs: use strscpy() and kmemdup_nul() where appropriate
` [PATCH v5 3/3] ubifs: avoid redundant calls to memset()

[PATCH v3 1/1] mtd: cfi_cmdset_0001: Factor out do_write_buffer_locked() to reduce stack frame
 2026-04-14 12:38 UTC  (5+ messages)

[PATCH 0/2] MIPS RB532 GPIO descriptor conversion
 2026-04-13 13:43 UTC  (2+ messages)

[PATCH] ubifs: prefer kstrtobool_from_user() over custom helper
 2026-04-13 13:24 UTC  (15+ messages)
  ` [PATCH v2 1/2] "
    ` [PATCH v2 2/2] ubifs: use strscpy() and kmemdup_nul() where appropriate
        ` [PATCH v3 1/2] ubifs: prefer kstrtobool_from_user() over custom helper
          ` [PATCH v3 2/2] ubifs: use strscpy() and kmemdup_nul() where appropriate
              ` [PATCH v4 1/2] ubifs: prefer kstrtobool_from_user() over custom helper
                ` [PATCH v4 2/2] ubifs: use strscpy() and kmemdup_nul() where appropriate

[ANNOUNCE] mtd-utils-2.3.1 is released
 2026-04-13 13:15 UTC 

[PATCH] mtd: nand: bbt: clamp GENMASK high bit to word boundary
 2026-04-13 10:57 UTC  (3+ messages)

[PATCH] mtd-utils: tests: jittertest: reject overlong file names
 2026-04-13  6:58 UTC  (2+ messages)

[PATCH] misc-utils: docfdisk.c: validate partition size to prevent arithmetic overflow
 2026-04-13  6:44 UTC  (2+ messages)

[PATCH] misc-utils: docfdisk.c: fix potential integer underflow in partition size calculation
 2026-04-13  6:44 UTC  (2+ messages)

[PATCH] nftl_format: prevent unsigned underflow in INFTL virtual unit calculation
 2026-04-13  6:24 UTC  (2+ messages)

[PATCH] nftl_format: prevent buffer overflow in BadUnitTable access
 2026-04-13  6:17 UTC  (2+ messages)

[PATCH] iniparser: prevent signed integer underflow in line length calculation
 2026-04-13  6:14 UTC  (2+ messages)

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-04-13  5:37 UTC  (4+ messages)
` [PATCH v4 19/21] uio: replace deprecated mmap hook with mmap_prepare in uio_info

[PATCH mtd-utils 2/2] fsck.ubifs: use the appropriate format specifiers for ino_t and loff_t
 2026-04-13  5:34 UTC  (4+ messages)
` [mtd-utils,v2,2/2] fsck.ubifs: fix platform dependant ino_t and loff_t formatting

[PATCH] ubiattach: fix wording in usage example
 2026-04-13  5:33 UTC  (3+ messages)

[PATCH 0/5] mtd/spi: Fix Winbond W35N02JW / W35N04JW support
 2026-04-11 10:53 UTC  (7+ messages)
` [PATCH 1/5] spi: cadence-qspi: Revert the filtering of certain opcodes in ODTR
` [PATCH 2/5] spi: spi-mem: Add a packed command operation
` [PATCH 3/5] mtd: spinand: Add support for packed read data ODTR commands
` [PATCH 4/5] mtd: spinand: winbond: Set the packed page read flag to W35N02/04JW
` [PATCH 5/5] mtd: spinand: winbond: Fix ODTR write VCR on W35NxxJW
` (subset) [PATCH 0/5] mtd/spi: Fix Winbond W35N02JW / W35N04JW support

[PATCH] mtd: spinand: winbond: Declare the QE bit on W25NxxJW
 2026-04-10 17:13 UTC  (2+ messages)

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH 1/2] mtd: mtdoops: replace simple_strtoul with kstrtouint
 2026-04-10 13:37 UTC  (2+ messages)
` [PATCH 2/2] mtd: mtdsuper: "

[PATCH v4 00/27] mtd: spi-nor: Enhance software protection
 2026-04-10  4:39 UTC  (29+ messages)
` [PATCH v4 01/27] mtd: spi-nor: Drop duplicate Kconfig dependency
` [PATCH v4 02/27] mtd: spi-nor: debugfs: Fix the flags list
` [PATCH v4 03/27] mtd: spi-nor: swp: Improve locking user experience
` [PATCH v4 04/27] mtd: spi-nor: Improve opcodes documentation
` [PATCH v4 05/27] mtd: spi-nor: debugfs: Align variable access with the rest of the file
` [PATCH v4 06/27] mtd: spi-nor: debugfs: Enhance output
` [PATCH v4 07/27] mtd: spi-nor: swp: Explain the MEMLOCK ioctl implementation behaviour
` [PATCH v4 08/27] mtd: spi-nor: swp: Clarify a comment
` [PATCH v4 09/27] mtd: spi-nor: swp: Use a pointer for SR instead of a single byte
` [PATCH v4 10/27] mtd: spi-nor: swp: Create a helper that writes SR, CR and checks
` [PATCH v4 11/27] mtd: spi-nor: swp: Rename a mask
` [PATCH v4 12/27] mtd: spi-nor: swp: Create a TB intermediate variable
` [PATCH v4 13/27] mtd: spi-nor: swp: Create helpers for building the SR register
` [PATCH v4 14/27] mtd: spi-nor: swp: Simplify checking the locked/unlocked range
` [PATCH v4 15/27] mtd: spi-nor: swp: Cosmetic changes
` [PATCH v4 16/27] mtd: spi-nor: Create a local SR cache
` [PATCH v4 17/27] mtd: spi-nor: debugfs: Add locking support
` [PATCH v4 18/27] mtd: spi-nor: debugfs: Add a locked sectors map
` [PATCH v4 19/27] mtd: spi-nor: Add steps for testing locking support
` [PATCH v4 20/27] mtd: spi-nor: swp: Add support for the complement feature
` [PATCH v4 21/27] mtd: spi-nor: Add steps for testing locking with CMP
` [PATCH v4 22/27] mtd: spi-nor: winbond: Add W25H512NWxxAM CMP locking support
` [PATCH v4 23/27] mtd: spi-nor: winbond: Add W25H01NWxxAM "
` [PATCH v4 24/27] mtd: spi-nor: winbond: Add W25H02NWxxAM "
` [PATCH v4 25/27] mtd: spi-nor: winbond: Add W25H01NWxxIQ "
` [PATCH v4 26/27] mtd: spi-nor: winbond: Add W25Q01NWxxIM "
` [PATCH v4 27/27] mtd: spi-nor: winbond: Add W25Q02NWxxIM "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (2+ messages)

[PATCH] mtd: maps: vmu: add include to ensure maple mtd code builds
 2026-04-08 21:29 UTC 

[PATCH v2 1/1] mtd: cfi_cmdset_0001: Factor out do_write_buffer_locked() to reduce stack frame
 2026-04-08 21:17 UTC  (6+ messages)

arm allmodconfig
 2026-04-08 21:14 UTC  (3+ messages)

[GIT PULL] mtd: spi-nor: changes for 7.1
 2026-04-08 12:07 UTC 

[PATCH v2] jffs2: fix use-after-free in jffs2_garbage_collect_thread()
 2026-04-08 11:34 UTC  (2+ messages)

[PATCH] [JFFS2] update dead link in kconfig help text
 2026-04-07  1:20 UTC  (2+ messages)

[PATCH v3 00/27] mtd: spi-nor: Enhance software protection
 2026-04-03 16:06 UTC  (4+ messages)
` [PATCH v3 17/27] mtd: spi-nor: debugfs: Add locking support

[PATCH v5] mtd: spi-nor: Fix SST AAI write mode opcode handling
 2026-04-01 15:53 UTC  (2+ messages)

[PATCH RFC 0/7] Support for SPI RX Sampling Delay Compensation
 2026-04-01 11:00 UTC  (11+ messages)
` [PATCH RFC 6/7] spi: spi-mem: Call spi_set_rx_sampling_point() for each op

[PATCH v3] mtd: spi-nor: micron-st: Enable die erase support for MT35XU02GCBA
 2026-03-31 15:47 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: micron-st: Enable die erase support for MT35XU02GCBA
 2026-03-31  7:25 UTC  (3+ messages)

[PATCH v4 0/2] mtd: spi-nor: Fix SST AAI write mode
 2026-03-31  6:24 UTC  (8+ messages)
` [PATCH v4 1/2] mtd: spi-nor: sst: Fix write enable before AAI sequence
` [PATCH v4 2/2] mtd: spi-nor: core: Fix AAI mode when dirmap is not available

[RFC PATCH v2 00/12] spi: cadence-quadspi: add PHY tuning support
 2026-03-30 19:56 UTC  (7+ messages)
` [RFC PATCH v2 11/12] spi: cadence-quadspi: restrict PHY frequency to tuned operations

[PATCH v2 0/3] mtd: spi-nor: winbond: Fix protection handling
 2026-03-30 14:59 UTC  (4+ messages)

[PATCH] mtd: spi-nor: micron-st: Enable die erase support for MT35XU02GCBA
 2026-03-30 14:57 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox