index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-17
ubi: Fix return value overwrite issue in try_write_vid_and_data()
Wang YanQing
1
-5
/
+14
2023-04-20
ubi: Fix deadlock caused by recursively holding work_sem
ZhaoLong Wang
1
-2
/
+2
2023-04-20
mtd: ubi: wl: Fix a couple of kernel-doc issues
Lee Jones
1
-2
/
+1
2023-04-20
ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
Zhihao Cheng
1
-6
/
+15
2023-04-20
mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min
Christophe Kerello
1
-1
/
+1
2023-04-20
mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
Christophe Kerello
1
-0
/
+3
2023-04-20
mtd: rawnand: meson: fix bitmask for length in command word
Arseniy Krasnov
1
-3
/
+3
2023-04-20
mtdblock: tolerate corrected bit-flips
Bang Li
1
-4
/
+8
2023-04-05
mtd: rawnand: meson: invalidate cache on polling ECC bit
Arseniy Krasnov
1
-1
/
+7
2023-03-11
ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed
Zhihao Cheng
1
-2
/
+14
2023-03-11
ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()
Zhihao Cheng
1
-1
/
+8
2023-03-11
ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmap
Zhihao Cheng
1
-5
/
+7
2023-03-11
ubi: Fix possible null-ptr-deref in ubi_free_volume()
Yang Yingliang
2
-6
/
+7
2023-03-11
ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()
Li Zetao
1
-1
/
+1
2023-03-11
ubi: Fix use-after-free when volume resizing failed
Li Zetao
1
-1
/
+3
2023-03-11
ubi: ensure that VID header offset + VID header size <= alloc, size
George Kennedy
1
-0
/
+6
2023-03-11
mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
Louis Rannou
3
-2
/
+12
2023-03-11
mtd: rawnand: sunxi: Fix the size of the last OOB region
Samuel Holland
1
-1
/
+1
2023-01-14
mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
Alexander Sverdlin
1
-0
/
+2
2023-01-14
mtd: maps: pxa2xx-flash: fix memory leak in probe
Zheng Yongjun
1
-0
/
+2
2023-01-14
mtd: lpddr2_nvm: Fix possible null-ptr-deref
Hui Tang
1
-0
/
+2
2023-01-14
mtd: Fix device name leak when register device failed in add_mtd_device()
Zhang Xiaoxu
1
-1
/
+3
2022-11-25
spi: intel: Use correct mask for flash and protected regions
Mika Westerberg
1
-4
/
+4
2022-11-25
mtd: spi-nor: intel-spi: Disable write protection only if asked
Mika Westerberg
2
-32
/
+38
2022-11-25
spi: intel: Fix the offset to get the 64K erase opcode
Mauro Lima
1
-1
/
+1
2022-11-10
mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase times
Sascha Hauer
1
-2
/
+4
2022-11-10
mtd: parsers: bcm47xxpart: Fix halfblock reads
Linus Walleij
1
-2
/
+2
2022-11-10
mtd: parsers: bcm47xxpart: print correct offset on read error
Rafał Miłecki
1
-1
/
+1
2022-11-03
mtd: rawnand: marvell: Use correct logic for nand-keep-config
Tony O'Brien
1
-1
/
+1
2022-10-26
mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
Dan Carpenter
1
-2
/
+2
2022-10-26
mtd: rawnand: fsl_elbc: Fix none ECC mode
Pali Rohár
1
-12
/
+16
2022-10-26
mtd: devices: docg3: check the return value of devm_ioremap() in the probe
William Dean
1
-1
/
+6
2022-10-26
mtd: rawnand: atmel: Unmap streaming DMA mappings
Tudor Ambarus
1
-0
/
+1
2022-08-21
mtd: rawnand: arasan: Prevent an unsupported configuration
Miquel Raynal
1
-0
/
+15
2022-08-21
mtd: rawnand: arasan: Fix clock rate in NV-DDR
Olga Kitaina
1
-1
/
+7
2022-08-21
mtd: rawnand: arasan: Support NV-DDR interface
Miquel Raynal
1
-7
/
+20
2022-08-21
mtd: rawnand: arasan: Fix a macro parameter
Miquel Raynal
1
-1
/
+1
2022-08-21
mtd: rawnand: Add NV-DDR timings
Miquel Raynal
1
-0
/
+255
2022-08-21
mtd: rawnand: arasan: Check the proposed data interface is supported
Miquel Raynal
1
-0
/
+5
2022-08-21
mtd: rawnand: Add a helper to clarify the interface configuration
Miquel Raynal
1
-1
/
+1
2022-08-21
mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path
Uwe Kleine-König
1
-3
/
+5
2022-08-21
mtd: partitions: Fix refcount leak in parse_redboot_of
Miaoqian Lin
1
-0
/
+1
2022-08-21
mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_release
Duoming Zhou
1
-1
/
+1
2022-08-21
mtd: rawnand: meson: Fix a potential double free issue
Christophe JAILLET
1
-1
/
+0
2022-08-21
mtd: maps: Fix refcount leak in ap_flash_init
Miaoqian Lin
1
-0
/
+1
2022-08-21
mtd: maps: Fix refcount leak in of_flash_probe_versatile
Miaoqian Lin
1
-0
/
+1
2022-08-21
mtd: rawnand: arasan: Update NAND bus clock instead of system clock
Amit Kumar Mahapatra
1
-4
/
+4
2022-07-15
Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting"
Greg Kroah-Hartman
1
-1
/
+1
2022-06-29
mtd: rawnand: gpmi: Fix setting busy timeout setting
Sascha Hauer
1
-1
/
+1
2022-06-14
ubi: ubi_create_volume: Fix use-after-free when volume creation failed
Zhihao Cheng
1
-1
/
+0
[next]