[PATCH v3 00/11] mtd: spinand: Winbond continuous read support
2026-04-29 17:56 UTC (12+ messages)
` [PATCH v3 01/11] mtd: spinand: Drop a too strong limitation
` [PATCH v3 02/11] mtd: spinand: Expose spinand_op_is_odtr()
` [PATCH v3 03/11] mtd: spinand: Drop ECC dirmaps
` [PATCH v3 04/11] spi: spi-mem: Transform the read operation template
` [PATCH v3 05/11] spi: spi-mem: Create a secondary read operation
` [PATCH v3 06/11] mtd: spinand: Use secondary ops for continuous reads
` [PATCH v3 07/11] mtd: spinand: winbond: Ensure chips are ordered by density
` [PATCH v3 08/11] mtd: spinand: winbond: Add support for continuous reads on W35NxxJW
` [PATCH v3 09/11] mtd: spinand: winbond: Create a helper to write the HS bit
` [PATCH v3 10/11] mtd: spinand: winbond: Create a helper to detect the need for "
` [PATCH v3 11/11] mtd: spinand: winbond: Add support for continuous reads on W25NxxJW
[PATCH v3 0/3] at91: Remove of_platform_default_populate() calls
2026-04-29 14:31 UTC (9+ messages)
` [PATCH v3 3/3] ARM: at91: remove unnecessary of_platform_default_populate calls
[PATCH] mtd: spi-nor: cypress: Add support for CY15V104QSN
2026-04-29 14:14 UTC (2+ messages)
[PATCH] memory: atmel-ebi: Allow deferred probing
2026-04-29 12:59 UTC
[PATCH v2] mtd: spinand: fmsh: add support for FM25G{01,02}B
2026-04-28 12:49 UTC (2+ messages)
[PATCH 0/4] spi: spi-mem/mtd: spinand: Prevent SPI NAND continuous reads on am65/am62
2026-04-28 12:44 UTC (6+ messages)
` [PATCH 1/4] spi: spi-mem: Add a no_cs_assertion capability
[PATCH v2 00/11] mtd: spinand: Winbond continuous read support
2026-04-28 12:43 UTC (2+ messages)
[PATCH v3 1/1] mtd: cfi_cmdset_0001: Factor out do_write_buffer_locked() to reduce stack frame
2026-04-28 8:20 UTC (8+ messages)
[PATCH v4 00/27] mtd: spi-nor: Enhance software protection
2026-04-28 7:56 UTC (32+ 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] unittests: fix syscall mocks on 32-bit with time64 glibc
2026-04-27 22:37 UTC
[PATCH 1/2] mtd: mtdoops: replace simple_strtoul with kstrtouint
2026-04-27 13:13 UTC (3+ messages)
` [PATCH 2/2] mtd: mtdsuper: "
[PATCH] mtd: qcom: Unify user-visible "Qualcomm" name
2026-04-27 13:10 UTC (2+ messages)
[PATCH 0/5] mtd/spi: Fix Winbond W35N02JW / W35N04JW support
2026-04-27 13:10 UTC (8+ 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: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show()
2026-04-27 13:08 UTC (7+ messages)
[PATCH v2 0/3] mtd: maps: vmu-flash: Fix build and runtime errors
2026-04-27 12:35 UTC (6+ messages)
` [PATCH v2 1/3] mtd: maps: vmu-flash: fix build error due to missing include of linux/device.h
` [PATCH v2 2/3] mtd: maps: vmu-flash: fix fault in unaligned fixup
` [PATCH v2 3/3] mtd: maps: vmu-flash: Fix NULL pointer dereference in initialization
[PATCH] lib: libmtd: fix sign extension of ioctl request in mtd_xlock
2026-04-27 11:24 UTC
[PATCH] mtd: maps: physmap: fix reference leak on failed device registration
2026-04-24 8:22 UTC (2+ messages)
[PATCH v9 0/3] mtd: spi-nand: Add support for randomizer feature
2026-04-22 8:14 UTC (6+ messages)
` [PATCH v9 1/3] dt-bindings: mtd: nand: Add nand-randomizer property
` [PATCH v9 2/3] mtd: spi-nand: Add support for randomizer
` [PATCH v9 3/3] mtd: spi-nand: macronix: Enable randomizer support
[PATCH] mtd: nand: bbt: clamp GENMASK high bit to word boundary
2026-04-21 7:32 UTC (4+ messages)
[PATCH] mtd-utils: don't include features.h
2026-04-21 1:14 UTC
[PATCH] [v3] mtd: spi-nor: gigadevice: Add support for GD25LQ255E
2026-04-20 10:44 UTC (5+ messages)
[PATCH] jffs2: fix BUG_ON in jffs2_start_garbage_collect_thread on reconfigure
2026-04-20 9:52 UTC
[PATCH v5] mtd: spi-nor: Fix SST AAI write mode opcode handling
2026-04-20 9:02 UTC (2+ messages)
[GIT PULL] mtd: Changes for 7.1
2026-04-18 1:07 UTC (2+ messages)
[GIT PULL] mtd: spi-nor: changes for 7.1
2026-04-17 20:02 UTC (2+ messages)
[GIT PULL] mtd: nand: Changes for 7.1
2026-04-17 19:57 UTC (2+ messages)
[PATCH v2] mtd: spi-nor: remove unused NO_OP_CHIP_ERASE flag
2026-04-17 15:27 UTC (4+ messages)
[PATCH] mtd: spi-nor: remove unused NO_OP_CHIP_ERASE flag
2026-04-17 6:30 UTC (6+ messages)
[PATCH 0/2] mtd: spi-nor: spansion: fix die erase support
2026-04-17 4:09 UTC (3+ messages)
` [PATCH 1/2] mtd: spi-nor: spansion: use die erase for multi-die devices only
` [PATCH 2/2] mtd: spi-nor: spansion: add die erase support in s28hx-t
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-04-16 12:30 UTC (6+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "
[PATCH v5 1/3] ubifs: prefer kstrtobool_from_user() over custom helper
2026-04-16 6:41 UTC (7+ messages)
` [PATCH v5 2/3] ubifs: use strscpy() and kmemdup_nul() where appropriate
` [PATCH v5 3/3] ubifs: avoid redundant calls to memset()
[PATCH] mtd: spi-nor: macronix: Document support for additional flash aliases
2026-04-16 6:10 UTC (7+ messages)
[PATCH v1] mtd: ubi: fix kref leak on -EBUSY return in ubi_detach_mtd_dev()
2026-04-16 3:34 UTC (3+ messages)
[PATCH] ubifs: prefer kstrtobool_from_user() over custom helper
2026-04-16 3:30 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
[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 0/2] MIPS RB532 GPIO descriptor conversion
2026-04-13 13:43 UTC (2+ messages)
[ANNOUNCE] mtd-utils-2.3.1 is released
2026-04-13 13:15 UTC
[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] 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] 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)
[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)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox