messages from 2023-08-28 09:33:47 to 2023-09-10 22:01:53 UTC [more...]
[PATCH v6 00/11] io_uring getdents
2023-09-10 22:01 UTC (18+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
[PATCH 00/10] drm/i915/spi: spi access for discrete graphics
2023-09-10 12:39 UTC (11+ messages)
` [PATCH 01/10] drm/i915/spi: add spi device "
` [PATCH 02/10] drm/i915/spi: add intel_spi_region map
` [PATCH 03/10] drm/i915/spi: add driver for on-die spi device
` [PATCH 04/10] drm/i915/spi: implement region enumeration
` [PATCH 05/10] drm/i915/spi: implement spi access functions
` [PATCH 06/10] drm/i915/spi: spi register with mtd
` [PATCH 07/10] drm/i915/spi: mtd: implement access handlers
` [PATCH 08/10] drm/i915/spi: align 64bit read and write
` [PATCH 09/10] drm/i915/spi: wake card on operations
` [PATCH 10/10] drm/i915/spi: add support for access mode
[PATCH] mtd: nand: qcom: Fix the node for nand unmap resource
2023-09-09 6:03 UTC (3+ messages)
[PATCH] mtd: spi-nor: atmel: add at25ff321a entry
2023-09-08 15:14 UTC
[PATCH v2 0/3] mtd: rawnand: Sequential page reads
2023-09-08 12:25 UTC (3+ messages)
` [PATCH v2 3/3] mtd: rawnand: Support for sequential cache reads
[PATCH] flashcp: Add write last option
2023-09-08 11:55 UTC (2+ messages)
[PATCH v3 00/41] mtd: spi-nor: clean the flash_info database up
2023-09-08 10:16 UTC (42+ messages)
` [PATCH v3 01/41] mtd: spi-nor: remove catalyst 'flashes'
` [PATCH v3 02/41] mtd: spi-nor: remove Fujitsu MB85RS1MT support
` [PATCH v3 03/41] mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()
` [PATCH v3 04/41] mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()
` [PATCH v3 05/41] mtd: spi-nor: convert .n_sectors to .size
` [PATCH v3 06/41] mtd: spi-nor: default page_size to 256 bytes
` [PATCH v3 07/41] mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameter
` [PATCH v3 08/41] mtd: spi-nor: default .n_banks to 1
` [PATCH v3 09/41] mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()
` [PATCH v3 10/41] mtd: spi-nor: make sector_size optional
` [PATCH v3 11/41] mtd: spi-nor: drop .parse_sfdp
` [PATCH v3 12/41] mtd: spi-nor: introduce (temporary) INFO0()
` [PATCH v3 13/41] mtd: spi-nor: move the .id and .id_len into an own structure
` [PATCH v3 14/41] mtd: spi-nor: rename .otp_org to .otp and make it a pointer
` [PATCH v3 15/41] mtd: spi-nor: add SNOR_ID() and SNOR_OTP()
` [PATCH v3 16/41] mtd: spi-nor: remove or move flash_info comments
` [PATCH v3 17/41] mtd: spi-nor: atmel: convert flash_info to new format
` [PATCH v3 18/41] mtd: spi-nor: eon: "
` [PATCH v3 19/41] mtd: spi-nor: esmt: "
` [PATCH v3 20/41] mtd: spi-nor: everspin: "
` [PATCH v3 21/41] mtd: spi-nor: gigadevice: "
` [PATCH v3 22/41] mtd: spi-nor: intel: "
` [PATCH v3 23/41] mtd: spi-nor: issi: "
` [PATCH v3 24/41] mtd: spi-nor: macronix: "
` [PATCH v3 25/41] mtd: spi-nor: micron-st: "
` [PATCH v3 26/41] mtd: spi-nor: spansion: "
` [PATCH v3 27/41] mtd: spi-nor: sst: "
` [PATCH v3 28/41] mtd: spi-nor: winbond: "
` [PATCH v3 29/41] mtd: spi-nor: xilinx: use new macros in S3AN_INFO()
` [PATCH v3 30/41] mtd: spi-nor: xmc: convert flash_info to new format
` [PATCH v3 31/41] mtd: spi-nor: atmel: sort flash_info database
` [PATCH v3 32/41] mtd: spi-nor: eon: "
` [PATCH v3 33/41] mtd: spi-nor: gigadevice: "
` [PATCH v3 34/41] mtd: spi-nor: issi: "
` [PATCH v3 35/41] mtd: spi-nor: macronix: "
` [PATCH v3 36/41] mtd: spi-nor: micron-st: "
` [PATCH v3 37/41] mtd: spi-nor: spansion: "
` [PATCH v3 38/41] mtd: spi-nor: sst: "
` [PATCH v3 39/41] mtd: spi-nor: winbond: sort flash_info entries
` [PATCH v3 40/41] mtd: spi-nor: atmel: drop duplicate entry
` [PATCH v3 41/41] mtd: spi-nor: core: get rid of the INFOx() macros
[GIT PULL] mtd: Changes for v6.6-rc1
2023-09-08 8:18 UTC (10+ messages)
[PATCH v4 0/6] Add octal DTR support for Macronix flash
2023-09-08 6:43 UTC (7+ messages)
` [PATCH v4 1/6] mtd: spi-nor: Add manufacturer read id function
` [PATCH v4 2/6] mtd: spi-nor: add Octal DTR support for Macronix flash
` [PATCH v4 3/6] mtd: spi-nor: add support for Macronix Octal flash
` [PATCH v4 4/6] spi: spi-mem: Allow specifying the byte order in DTR mode
` [PATCH v4 5/6] mtd: spi-nor: core: "
` [PATCH v4 6/6] mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT
[PATCH v2 00/41] mtd: spi-nor: clean the flash_info database up
2023-09-07 9:45 UTC (44+ messages)
` [PATCH v2 05/41] mtd: spi-nor: convert .n_sectors to .size
` [PATCH v2 06/41] mtd: spi-nor: default page_size to 256 bytes
` [PATCH v2 09/41] mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()
` [PATCH v2 10/41] mtd: spi-nor: make sector_size optional
` [PATCH v2 11/41] mtd: spi-nor: drop .parse_sfdp
` [PATCH v2 12/41] mtd: spi-nor: introduce (temporary) INFO0()
` [PATCH v2 13/41] mtd: spi-nor: move the .id and .id_len into an own structure
` [PATCH v2 14/41] mtd: spi-nor: rename .otp_org to .otp and make it a pointer
` [PATCH v2 15/41] mtd: spi-nor: add SNOR_ID() and SNOR_OTP()
` [PATCH v2 16/41] mtd: spi-nor: remove or move flash_info comments
` [PATCH v2 17/41] mtd: spi-nor: atmel: convert flash_info to new format
` [PATCH v2 39/41] mtd: spi-nor: winbond: sort flash_info entries
` [PATCH v2 40/41] mtd: spi-nor: atmel: drop duplicate entry
` [PATCH v2 41/41] mtd: spi-nor: core: get rid of the INFOx() macros
Can't find correct configuration
2023-09-06 11:30 UTC (11+ messages)
[PATCH] ubifs: fix possible dereference after free
2023-09-06 1:42 UTC (2+ messages)
[PATCH v3] mtd: spinand: micron: correct bitmask for ecc status
2023-09-05 14:56 UTC
[PATCH v7 00/13] fs: implement multigrain timestamps
2023-09-04 18:11 UTC (2+ messages)
` [f2fs-dev] "
[PATCH v2 08/92] fs: new helper: simple_rename_timestamp
2023-09-04 18:11 UTC (3+ messages)
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime
[PATCH v3 0/5] Add octal DTR support for Macronix flash
2023-09-04 14:54 UTC (10+ messages)
` [PATCH v3 2/5] mtd: spi-nor: core: Hook manufacture by checking first byte ID
[PATCH v2 0/2] mtd: spinand: micron: correct parameters
2023-09-04 14:31 UTC (10+ messages)
` [PATCH v2 2/2] mtd: spinand: micron: fixing the offset for OOB
[PATCH] mtd: tests: remove useless checks
2023-09-02 10:32 UTC (3+ messages)
[PATCH] ubi: Reject device with erasesize 0
2023-09-01 10:22 UTC (8+ messages)
Memory mapped flash access breaks Broadcom NAND controller based access
2023-08-31 21:26 UTC (3+ messages)
[PATCH/RFC] ARM: dts: marzen: Add FLASH node
2023-08-31 11:19 UTC (8+ messages)
[PATCH/RFC 0/4] ARM: shmobile: Reserve boot area when SMP is enabled
2023-08-31 11:17 UTC (5+ messages)
` [PATCH 1/4] ARM: shmobile: rcar-gen2: Remove unneeded once handling
` [PATCH/RFC 2/4] ARM: shmobile: rcar-gen2: Reserve boot area when SMP is enabled
` [PATCH/RFC 3/4] ARM: shmobile: r8a7779: "
` [PATCH/RFC 4/4] ARM: shmobile: sh73a0: "
[PATCH] Add support for more XMC series
2023-08-31 6:41 UTC (5+ messages)
[PATCH] memory: renesas-rpc-if: Fix IO state based on flash type
2023-08-30 15:18 UTC (2+ messages)
[PATCH] mips: dts: ingenic: Remove unneeded probe-type properties
2023-08-30 15:11 UTC
[PATCH] ARM: dts: arm: realview: Fix development chip ROM compatible value
2023-08-30 15:03 UTC
[PATCH] mtd: physmap-core: Restore map_rom fallback
2023-08-30 15:00 UTC
[PATCH 0/2] mtd: switch to keying by dev_t
2023-08-30 12:19 UTC (18+ messages)
` [PATCH 1/2] fs: export sget_dev()
` [PATCH 2/2] mtd: key superblock by device number
[ANNOUNCE] mtd-utils-2.1.6 is released
2023-08-30 7:29 UTC
[PATCH v6 0/7] fs: implement multigrain timestamps
2023-08-30 1:22 UTC (7+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-29 11:02 UTC (4+ messages)
[GIT PULL] mtd: nand: Changes for 6.6-rc1
2023-08-28 14:57 UTC (2+ messages)
[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
2023-08-28 14:27 UTC (7+ messages)
[PATCH v1] mtd: spi-nor: macronix: Add support for MX77U25650F
2023-08-28 13:31 UTC (4+ messages)
decouple block open flags from fmode_t v2
2023-08-28 12:09 UTC (4+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens
[PATCH 2/12] ubifs: Do not include crypto/algapi.h
2023-08-28 9:33 UTC (4+ messages)
` [PATCH] KEYS: Include linux/errno.h in linux/verification.h
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