messages from 2025-11-07 08:46:28 to 2025-11-18 12:47:07 UTC [more...]
[PATCH 00/19] mtd: spi-nor: Enhance software protection
2025-11-18 12:46 UTC (29+ messages)
` [PATCH 01/19] mtd: spi-nor: debugfs: Fix the flags list
` [PATCH 02/19] mtd: spi-nor: swp: Improve locking user experience
` [PATCH 03/19] mtd: spi-nor: Improve opcodes documentation
` [PATCH 04/19] mtd: spi-nor: debugfs: Align variable access with the rest of the file
` [PATCH 05/19] mtd: spi-nor: debugfs: Enhance output
` [PATCH 06/19] mtd: spi-nor: swp: Explain the MEMLOCK ioctl implementation behaviour
` [PATCH 07/19] mtd: spi-nor: swp: Clarify a comment
` [PATCH 08/19] mtd: spi-nor: swp: Use a pointer for SR instead of a single byte
` [PATCH 09/19] mtd: spi-nor: swp: Create a helper that writes SR, CR and checks
` [PATCH 10/19] mtd: spi-nor: swp: Rename a mask
` [PATCH 11/19] mtd: spi-nor: swp: Create a TB intermediate variable
` [PATCH 12/19] mtd: spi-nor: swp: Create helpers for building the SR register
` [PATCH 13/19] mtd: spi-nor: swp: Simplify checking the locked/unlocked range
` [PATCH 14/19] mtd: spi-nor: swp: Cosmetic changes
` [PATCH 15/19] mtd: spi-nor: debugfs: Add locking support
` [PATCH 16/19] mtd: spi-nor: Add steps for testing "
` [PATCH 17/19] mtd: spi-nor: swp: Add support for the complement feature
` [PATCH 18/19] mtd: spi-nor: Add steps for testing locking with CMP
` [PATCH 19/19] mtd: spi-nor: winbond: Add CMP locking support
[PATCH v2] mtd: spi-nor: core: Check read CR support
2025-11-18 12:34 UTC (2+ messages)
[PATCH v4 0/5] mtd: spi-nor: micron-st: few clean up for micron spi nor chip
2025-11-18 12:12 UTC (11+ messages)
` [PATCH v4 1/5] mtd: spi-nor: micron-st: rename the die_late_init functions
` [PATCH v4 2/5] mtd: spi-nor: micron-st: move set_octal_dtr to late_init()
` [PATCH v4 3/5] mtd: spi-nor: micron-st: use SFDP of mt35xu512aba
` [PATCH v4 4/5] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH v4 5/5] mtd: spi-nor: micron-st: add comment for mt35xu02gcba
[PATCH v2 0/3] mtd: spi-nor: spansion: Add SMPT fixup for S25FS-S
2025-11-18 10:00 UTC (7+ messages)
[PATCH 0/3] mtd: maps: vmu-flash: Fix build and runtime errors
2025-11-18 7:31 UTC (5+ messages)
` [PATCH 1/3] sh: maple: Fix build error due to missing include of linux/device.h
` [PATCH 2/3] mtd: maps: vmu-flash: Fix fault in unaligned fixup
` [PATCH 3/3] mtd: maps: vmu-flash: Fix NULL pointer dereference in initialization
[PATCH v2] mtd: docg3: fix kernel-doc warnings
2025-11-17 19:30 UTC
[PATCH] mtd: docg3: fix kernel-doc warnings
2025-11-17 19:25 UTC (4+ messages)
[PATCH 0/3] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
2025-11-17 18:04 UTC (6+ messages)
` [PATCH 1/3] of: reserved_mem: Support multiple 'reg' entries for memory-region
` [PATCH 2/3] dt-bindings: mtd: physmap: Allow using memory-region to access memory resources
` [PATCH 3/3] mtd: physmap: Add support for RAM reserved memory regions
[GIT PULL] mtd: Fixes for 6.18-rc7
2025-11-17 17:51 UTC (2+ messages)
[PATCH] mtd: spinand: esmt: add support for F50L1G41LC
2025-11-17 10:55 UTC (2+ messages)
[PATCH] mtd: rawnand: lpc32xx_slc: Convert to use devm_gpiod_get_optional()
2025-11-17 10:55 UTC (3+ messages)
[PATCH] mtd: maps: pcmciamtd: fix potential memory leak in pcmciamtd_detach()
2025-11-17 10:54 UTC (2+ messages)
[PATCH] mtd: mtdpart: ignore error -ENOENT from parsers on subpartitions
2025-11-17 10:54 UTC (5+ messages)
re-enable IOCB_NOWAIT writes to files
2025-11-17 7:50 UTC (32+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 04/14] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 11/14] fs: add a ->sync_lazytime method
` [PATCH 12/14] fs: add support for non-blocking timestamp updates
` [PATCH 13/14] xfs: implement ->sync_lazytime
` [PATCH 14/14] xfs: enable non-blocking timestamp updates
[PATCH 0/6] Hello,
2025-11-14 17:59 UTC (5+ messages)
[PATCH] mtd: spi-nor: Enable locking for n25q00a
2025-11-14 17:55 UTC (18+ messages)
Possible bug?
2025-11-14 16:22 UTC (7+ messages)
[PATCH v2 0/1] mtd: ubi: skip programming unused bits in ubi headers
2025-11-14 9:28 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH mtd-utils 0/2] mtd-utils: fsck.ubifs: fixes several undefined behaviors
2025-11-14 8:54 UTC (5+ messages)
` [PATCH mtd-utils 1/2] fsck.ubifs: don't use pointers that reference out-of-scope variables
` [PATCH mtd-utils 2/2] fsck.ubifs: use the appropriate format specifiers for ino_t and loff_t
[PATCH v3 0/5] mtd: spi-nor: micron-st: few clean up for micron spi nor chip
2025-11-12 9:22 UTC (11+ messages)
` [PATCH v3 1/5] mtd: spi-nor: micron-st: rename the die_late_init functions
` [PATCH v3 2/5] mtd: spi-nor: micron-st: move set_octal_dtr to late_init()
` [PATCH v3 3/5] mtd: spi-nor: micron-st: use SFDP of mt35xu512aba
` [PATCH v3 4/5] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH v3 5/5] mtd: spi-nor: micron-st: add comment for mt35xu02gcba
[PATCH v2 0/5] mtd: spi-nor: micron-st: few clean up for micron spi nor chip
2025-11-12 6:39 UTC (7+ messages)
` [PATCH v2 1/5] mtd: spi-nor: micron-st: rename the die_late_init functions
` [PATCH v2 2/5] mtd: spi-nor: micron-st: move set_octal_dtr to late_init()
` [PATCH v2 3/5] mtd: spi-nor: micron-st: use SFDP of mt35xu512aba
` [PATCH v2 4/5] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH v2 5/5] mtd: spi-nor: micron-st: add comment for mt35xu02gcba
[PATCH] mtd: intel-dg: Fix accessing regions before setting nregions
2025-11-11 15:28 UTC
[[RFC PATCH]] jffs2: attempt to fix "Error garbage collecting node"
2025-11-11 14:56 UTC
[PATCH 0/4] mtd: spi-nor: micron-st: add die erase for micron spi nor chip
2025-11-11 8:33 UTC (15+ messages)
` [PATCH 1/4] mtd: spi-nor: micron-st: rename the die_late_init functions
` [PATCH 2/4] mtd: spi-nor: micron-st: add die erase for mt35xu512aba
` [PATCH 3/4] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH 4/4] mtd: spi-nor: micron-st: enable 8D-8D-8D mode and die erase for mt35xu02gcba
[PATCH v6 00/26] Non-const bitfield helpers
2025-11-10 14:03 UTC (20+ messages)
` [PATCH v6 03/26] EDAC/ie31200: #undef field_get() before local definition
` [PATCH v6 05/26] iio: dac: ad3530r: #undef field_prep() "
` [PATCH v6 06/26] iio: mlx90614: #undef field_{get,prep}() "
` [PATCH -next v6 10/26] iio: imu: smi330: #undef field_{get,prep}() before definition
` [PATCH v6 12/26] bitfield: Add less-checking __FIELD_{GET,PREP}()
` [PATCH v6 16/26] EDAC/ie31200: Convert to common field_get() helper
` [PATCH -next v6 23/26] iio: imu: smi330: Convert to common field_{get,prep}() helpers
[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
2025-11-10 13:13 UTC
[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
2025-11-08 9:19 UTC (7+ messages)
` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)
UBIFS errors since Linux 5.15
2025-11-08 3:10 UTC (5+ messages)
[PATCH v2] ubi: fastmap: fix ubi->fm memory leak
2025-11-07 19:23 UTC (4+ messages)
` [v2] "
[PATCH] ubi: fastmap: fix ubi->fm memory leak
2025-11-07 9:38 UTC (2+ messages)
[PATCH 0/1] mtd: ubi: skip programming unused bits in ubi headers
2025-11-07 9:12 UTC (5+ messages)
` [PATCH 1/1] "
Pytanie o samochód
2025-11-07 8:45 UTC
page: next (older) | prev (newer) | latest
- 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;
as well as URLs for NNTP newsgroup(s).