index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
mtd: rawnand: fix double free in atmel_pmecc_create_user()
Dan Carpenter
1
-3
/
+1
2025-01-02
mtd: rawnand: arasan: Fix missing de-registration of NAND
Maciej Andrzejewski
1
-0
/
+7
2025-01-02
mtd: rawnand: arasan: Fix double assertion of chip-select
Maciej Andrzejewski
1
-2
/
+2
2025-01-02
mtd: diskonchip: Cast an operand to prevent potential overflow
Zichen Xie
1
-1
/
+1
2024-12-09
mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC information
Miquel Raynal
1
-8
/
+8
2024-12-09
mtd: spinand: winbond: Fix 512GW and 02JW OOB layout
Miquel Raynal
1
-2
/
+2
2024-12-05
ubi: fastmap: Fix duplicate slab cache names while attaching
Zhihao Cheng
1
-6
/
+6
2024-12-05
ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is empty
Zhihao Cheng
3
-5
/
+19
2024-12-05
mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()
Javier Carrasco
1
-0
/
+2
2024-12-05
ubi: wl: Put source PEB into correct list if trying locking LEB failed
Zhihao Cheng
1
-1
/
+8
2024-12-05
mtd: spi-nor: core: replace dummy buswidth from addr to data
Cheng Ming Lin
1
-1
/
+1
2024-12-05
mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode in RD_ANY_REG_OP
Takahiro Kuwano
1
-0
/
+1
2024-12-05
mtd: rawnand: atmel: Fix possible memory leak
Miquel Raynal
2
-9
/
+1
2024-12-05
mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE
Biju Das
1
-0
/
+7
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2
-3
/
+0
2024-09-26
Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+229
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+3
2024-09-15
Merge tag 'nand/for-6.12' into mtd/next
Miquel Raynal
17
-153
/
+457
2024-09-15
Merge tag 'spi-nor/for-6.12' into mtd/next
Miquel Raynal
5
-21
/
+53
2024-09-14
mtd: spi-nor: fix flash probing
Michael Walle
1
-1
/
+2
2024-09-14
mtd: spi-nor: spansion: Add support for S28HS256T
Takahiro Kuwano
1
-0
/
+4
2024-09-14
mtd: spi-nor: winbond: add Zetta ZD25Q128C support
Michael Walle
1
-0
/
+26
2024-09-14
mtd: spi-nor: micron-st: Add n25q064a WP support
Brian Norris
1
-0
/
+2
2024-09-14
mtd: spi-nor: sst: Factor out common write operation to `sst_nor_write_data()`
Csókás, Bence
1
-20
/
+19
2024-09-12
mtd: rawnand: add support for ts72xx
Nikita Shubin
3
-0
/
+229
2024-09-09
treewide: correct the typo 'retun'
WangYuli
1
-1
/
+1
2024-09-09
mtd: spinand: macronix: Flag parts needing explicit plane select
Cheng Ming Lin
1
-7
/
+17
2024-09-09
mtd: spinand: Add support for setting plane select bits
Cheng Ming Lin
1
-0
/
+6
2024-09-09
mtd: rawnand: mtk: Fix init error path
Miquel Raynal
1
-1
/
+3
2024-09-06
mtd: powernv: Add check devm_kasprintf() returned value
Charles Han
1
-0
/
+3
2024-09-06
mtd: rawnand: mtk: Factorize out the logic cleaning mtk chips
Miquel Raynal
1
-13
/
+18
2024-09-06
mtd: rawnand: atmel: Add message on DMA usage
Alexander Dahl
1
-1
/
+4
2024-09-06
mtd: rawnand: meson: Fix typo in function name
Miquel Raynal
1
-3
/
+3
2024-09-06
mtd: spi-nand: macronix: Continuous read support
Miquel Raynal
1
-29
/
+86
2024-09-06
mtd: spi-nand: macronix: Add a possible bitflip status flag
Miquel Raynal
1
-0
/
+3
2024-09-06
mtd: spi-nand: macronix: Extract the bitflip retrieval logic
Miquel Raynal
1
-17
/
+20
2024-09-06
mtd: spi-nand: macronix: Fix helper name
Miquel Raynal
1
-25
/
+24
2024-09-06
mtd: spi-nand: Expose spinand_write_reg_op()
Miquel Raynal
1
-1
/
+1
2024-09-06
mtd: spi-nand: Add continuous read support
Miquel Raynal
1
-8
/
+168
2024-09-06
mtd: spi-nand: Isolate the MTD read logic in a helper
Miquel Raynal
1
-14
/
+26
2024-09-06
mtd: rawnand: sunxi: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-3
/
+1
2024-09-06
mtd: rawnand: stm32_fmc2: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-5
/
+2
2024-09-06
mtd: rawnand: renesas: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-9
/
+3
2024-09-06
mtd: rawnand: mtk: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-5
/
+2
2024-09-06
mtd: rawnand: meson: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-3
/
+1
2024-09-06
mtd: rawnand: rockchip: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-3
/
+2
2024-09-06
mtd: rawnand: marvell: drm/rockchip: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-9
/
+3
2024-09-06
mtd: rawnand: pl353: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-3
/
+2
[next]