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
/
mtdchar.c
Age
Commit message (
Expand
)
Author
2018-07-18
mtdchar: fix overflows in adjustment of `count`
Jann Horn
2018-04-06
Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd
Linus Torvalds
2018-03-19
mtdchar: fix usage of mtd_ooblayout_ecc()
OuYang ZhiZhong
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
2017-10-17
mtdchar: get rid of pointless access_ok()
Al Viro
2017-02-08
mtd: Fix typo: "occured" -> "occurred"
Nobuhiro Iwamatsu
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-05-05
mtd: kill the nand_ecclayout struct
Boris Brezillon
2016-04-19
mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
Boris Brezillon
2016-04-19
mtd: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
2015-09-29
mtd: provide proper 32/64-bit compat_ioctl() support for BLKPG
Brian Norris
2015-01-20
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
2014-08-19
mtd: terminate user-provided string
Brian Norris
2014-05-20
mtd: Fix warning in access_ok() parameter passing
Geert Uytterhoeven
2014-03-10
mtd: Fix the behavior of OTP write if there is not enough room for data
Christian Riesch
2014-03-10
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
Christian Riesch
2013-11-11
mtd: mtdchar: return expected errors on mmap() call
Vladimir Zapolskiy
2013-11-06
mtd: Move major number definitions to major.h
Ezequiel Garcia
2013-06-29
mtdchar: switch to fixed_size_llseek()
Al Viro
2013-05-09
Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd
Linus Torvalds
2013-04-19
mtdchar: remove no-longer-used vma helpers
Linus Torvalds
2013-04-19
vm: convert mtdchar mmap to vm_iomap_memory() helper
Linus Torvalds
2013-04-05
mtd: merge mtdchar module with mtdcore
Artem Bityutskiy
2013-04-05
mtd: mtdchar: use proper kernel print level
Artem Bityutskiy
2013-04-05
mtd: mtdchar: handle chips that have user otp but no factory otp
Uwe Kleine-König
2013-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2012-10-09
mtd: Disable mtdchar mmap on MMU systems
David Woodhouse
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-09-28
mtdchar: fix offset overflow detection
Linus Torvalds
2012-05-07
mtd: fix oops in dataflash driver
Will Newton
2012-04-09
fix breakage in mtdchar_open(), sanitize failure exits
Al Viro
2012-03-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-31
mtdchar: kill persistently held vfsmount
Al Viro
2012-03-30
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
Linus Torvalds
2012-03-27
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
2012-03-23
magic.h: move some FS magic numbers into magic.h
Muthu Kumar
2012-01-09
mtd: do not use mtd->block_markbad directly
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_can_have_bb helper
Artem Bityutskiy
2012-01-09
mtd: do not use mtd->lock, unlock and is_locked directly
Artem Bityutskiy
2012-01-09
mtd: do not use mtd->sync directly
Artem Bityutskiy
2012-01-09
mtd: do not use mtd->lock_user_prot_reg directly
Artem Bityutskiy
2012-01-09
mtd: mtd->write_user_prot_reg directly
Artem Bityutskiy
2012-01-09
mtd: do not use mtd->read_*_prot_reg directly
Artem Bityutskiy
2012-01-09
mtd: do not use mtd->get_*_prot_info directly
Artem Bityutskiy
2012-01-09
mtd: do not use mtd->read_oob directly
Artem Bityutskiy
2012-01-09
mtd: do not use mtd->get_unmapped_area directly
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_has_oob helper
Artem Bityutskiy
2012-01-09
mtd: remove extra retlen assignment
Artem Bityutskiy
2012-01-09
mtd: introduce mtd_block_markbad interface
Artem Bityutskiy
[next]