index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
sm_ftl.c
Age
Commit message (
Expand
)
Author
2019-09-15
mtd: sm_ftl: Fix memory leak in sm_init_zone() error path
Wenwen Wang
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-18
mtd: nand: Clarify Kconfig entry for software Hamming ECC entries
Miquel Raynal
2018-10-03
mtd: rawnand: Allow selection of ECC byte ordering at runtime
Boris Brezillon
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-04-04
Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
2018-03-15
mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
Boris Brezillon
2018-03-15
mtd: Stop assuming mtd_erase() is asynchronous
Boris Brezillon
2018-02-16
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2016-04-18
treewide: Fix typos in printk
Masanari Iida
2015-11-16
mtd: sm_ftl: fix wrong do_div() usage
Nicolas Pitre
2014-08-19
mtd: sm_ftl: initialize error code
Brian Norris
2014-03-10
mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()
Dan Carpenter
2013-08-30
mtd: sm_ftl: Staticize local symbols
Jingoo Han
2013-08-30
mtd: create_freezable_workqueue() doesn't return an ERR_PTR
Dan Carpenter
2013-05-05
mtd_blktrans_ops->release() should return void
Al Viro
2012-09-29
mtd: kill MTD_NAND_VERIFY_WRITE
Huang Shijie
2012-03-27
mtd: sm_ftl: fix typo in major number.
Maxim Levitsky
2012-01-09
mtd: introduce mtd_has_oob helper
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_write_oob interface
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_read_oob interface
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_erase interface
Artem Bityutskiy
2012-01-09
mtd: sm_ftl: fix module parameter
Rusty Russell
2011-09-21
mtd: utilize `mtd_is_*()' functions
Brian Norris
2011-09-11
mtd: rename MTD_OOB_* to MTD_OPS_*
Brian Norris
2011-09-11
mtd: spelling fixes
Brian Norris
2011-09-11
mtd: spelling, capitalization, uniformity
Brian Norris
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Artem Bityutskiy
2011-03-11
mtd: sm_rtl: check kmalloc return value
Xiaochen Wang
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
2010-04-08
bitops: rename for_each_bit() to for_each_set_bit(): mtd
Akinobu Mita
2010-03-29
mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.h
Stephen Rothwell
2010-03-26
mtd: sm_ftl: remove CONFIG_SM_FTL_MUSEUM and make it always on
Maxim Levitsky
2010-03-26
mtd: sm_ftl: initialize sysfs attributes
Maxim Levitsky
2010-02-26
mtd: Few follow up cleanups for Smartmedia/xD support
Maxim Levitsky
2010-02-26
mtd: Add new SmartMedia/xD FTL
Maxim Levitsky