messages from 2022-10-03 10:07:07 to 2022-10-08 22:21:04 UTC [more...]
[PATCH v4 0/6] treewide cleanup of random integer usage
2022-10-08 22:19 UTC (19+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions
[PATCH v3 0/5] treewide cleanup of random integer usage
2022-10-08 21:53 UTC (22+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions
[PATCH v5 0/7] treewide cleanup of random integer usage
2022-10-08 21:42 UTC (10+ messages)
` [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v5 5/7] treewide: use get_random_u32() when possible
` [PATCH v5 6/7] treewide: use get_random_bytes "
` [PATCH v5 7/7] prandom: remove unused functions
[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
2022-10-08 18:16 UTC (2+ messages)
[PATCH linux-next] PNP: replace !strcmp with sysfs_streq
2022-10-08 8:01 UTC
[PATCH linux-next] mtd: replace strcmp with sysfs_streq
2022-10-08 7:46 UTC
[PATCH v3 0/3] mtd: mtdoops: use pr_ functions, add and direct call mtdoops_erase function when panic
2022-10-08 7:25 UTC (5+ messages)
` [PATCH v3 1/3] mtd: mtdoops: change printk() to counterpart pr_ functions
` [PATCH v3 2/3] mtd: mtdoops: add mtdoops_erase function and move mtdoops_inc_counter to after it
` [PATCH v3 3/3] mtd: mtdoops: panic caused mtdoops to call mtdoops_erase function immediately
[GIT PULL] mtd: Changes for 6.1
2022-10-07 19:20 UTC (2+ messages)
[RFC PATCH 00/21] block: add and use init tagset helper
2022-10-07 18:26 UTC (26+ messages)
` [RFC PATCH 01/21] "
` [RFC PATCH 02/21] loop: use lib tagset init helper
` [RFC PATCH 03/21] nbd: "
` [RFC PATCH 04/21] rnbd: "
` [RFC PATCH 05/21] bsg-lib: "
` [RFC PATCH 06/21] rnbd-clt: "
` [RFC PATCH 07/21] virtio-blk: "
` [RFC PATCH 08/21] scsi: "
` [RFC PATCH 09/21] block: "
` [RFC PATCH 10/21] amiflop: "
` [RFC PATCH 11/21] floppy: "
` [RFC PATCH 12/21] mtip32xx: "
` [RFC PATCH 13/21] z3ram: "
` [RFC PATCH 14/21] scm_blk: "
` [RFC PATCH 15/21] ubi: "
` [RFC PATCH 16/21] mmc: core: "
` [RFC PATCH 17/21] dasd: "
` [RFC PATCH 18/21] nvme-core: use lib tagset init helper for I/O q
` [RFC PATCH 19/21] nvme-core: use lib tagset init helper for adminq
` [RFC PATCH 20/21] nvme-apple: use lib tagset init helper
` [RFC PATCH 21/21] nvme-pci: "
[PATCH v2 0/3] mtd: mtdoops: use pr_ functions, add and direct call mtdoops_erase function when panic
2022-10-07 15:43 UTC (7+ messages)
` [PATCH v2 1/3] mtd: mtdoops: change printk() to counterpart pr_ functions
` [PATCH v2 2/3] mtd: mtdoops: add mtdoops_erase function and move mtdoops_inc_counter to after it
` [PATCH v2 3/3] mtd: mtdoops: panic caused mtdoops to call mtdoops_erase function immediately
[ANNOUNCE] mtd-utils-2.1.5 is released
2022-10-07 15:42 UTC
[GIT PULL] mtd: nand: Changes for 6.1
2022-10-07 15:23 UTC (2+ messages)
[PATCH 1/2] mtd: spinand: winbond: fix winbond lashes identifications
2022-10-07 10:48 UTC (2+ messages)
` [PATCH 2/2] mtd: spinand: winbond: add Winbond W25N02KV flash support
[PATCH 1/2] mtd: spinand: winbond: fix winbond lashes identifications
2022-10-07 10:40 UTC (2+ messages)
` [PATCH 2/2] mtd: spinand: winbond: add Winbond W25N02KV flash support
[PATCH v1 0/2] mtd: mtdoops: change log and erase functions
2022-10-07 7:12 UTC (4+ messages)
` [PATCH v1 2/2] mtd: mtdoops: panic caused mtdoops to call mtd erase function immediately
` [PATCH v1] review comments to be complied by
[PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
2022-10-07 5:21 UTC
[PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
2022-10-06 23:04 UTC (5+ messages)
[PATCH v4] mtd: spi-nor: winbond: Add support for w25q01jvq
2022-10-06 22:57 UTC
[PATCH v2 0/5] treewide cleanup of random integer usage
2022-10-06 16:25 UTC (11+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions
[PATCH v1 0/5] treewide cleanup of random integer usage
2022-10-06 13:49 UTC (28+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
` [f2fs-dev] "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions
` [f2fs-dev] [PATCH v1 0/5] treewide cleanup of random integer usage
[PATCH] spi-nand: add Winbond W25N02KV flash support, fix Winbond flashes identifications
2022-10-06 9:32 UTC (3+ messages)
[PATCH] mtd: Delete commented printk and add some space for required
2022-10-06 9:15 UTC (2+ messages)
[PATCH] mtd: rawnand: mpc5121: Replace NO_IRQ by 0
2022-10-06 8:18 UTC (3+ messages)
[PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
2022-10-06 7:39 UTC
[PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
2022-10-06 7:38 UTC
[PATCH v2] mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()
2022-10-06 4:56 UTC (3+ messages)
[RFC PATCH 00/18] block: add and use init disk helper
2022-10-05 17:24 UTC (22+ messages)
` [RFC PATCH 01/18] "
` [RFC PATCH 02/18] nfblock: "
` [RFC PATCH 03/18] amiflop: "
` [RFC PATCH 04/18] brd: "
` [RFC PATCH 05/18] drbd: "
` [RFC PATCH 06/18] floppy: "
` [RFC PATCH 07/18] loop: "
` [RFC PATCH 08/18] n64cart: "
` [RFC PATCH 09/18] nbd: "
` [RFC PATCH 10/18] pcd: "
` [RFC PATCH 11/18] pd: "
` [RFC PATCH 12/18] pf: "
` [RFC PATCH 13/18] pktcdvd: "
` [RFC PATCH 14/18] rnbd-clt: "
` [RFC PATCH 15/18] swim: "
` [RFC PATCH 16/18] swim3: "
` [RFC PATCH 17/18] z2ram: "
` [RFC PATCH 18/18] ubi: "
[PATCH] mtd: rawnand: marvell: Use correct logic for nand-keep-config
2022-10-05 7:34 UTC (9+ messages)
[PATCH 0/2] Discover current address mode by CRC
2022-10-05 7:10 UTC (3+ messages)
` [PATCH 2/2] mtd: spi-nor: spansion: "
[PATCH v3 0/2] mtd: spi-nor: Add flash device reset support
2022-10-05 5:48 UTC (5+ messages)
` [PATCH v3 2/2] mtd: spi-nor: Add support for flash reset
[PATCH] mtd: dataflash: Remove duplicated id table
2022-10-05 5:05 UTC (3+ messages)
[PATCH V2 1/2] mtd: core: simplify (a bit) code find partition-matching dynamic OF node
2022-10-04 8:37 UTC (2+ messages)
` [PATCH V2 2/2] mtd: core: try to find OF node for every MTD partition
[GIT PULL] fscrypt updates for 6.1
2022-10-04 3:44 UTC (2+ messages)
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).