android_kernel_lge_bullhead/drivers/mtd
Joe Maples 353f0539b5 micro-optimization: Use DSTRLEN to remove incorrect strlen uses
strlen is often used incorectly to get the length of strings
defined at compile time. In these cases, the behavior can be
replicated with sizeof(X) - 1, which is calculated at compile
time rather than runtime, reducing overhead. I've created a
simple macro to replace these instances and applied it to all
the files compiled into the angler kernel.

Signed-off-by: Joe Maples <joe@frap129.org>
2019-08-26 13:31:43 +02:00
..
chips
devices micro-optimization: Use DSTRLEN to remove incorrect strlen uses 2019-08-26 13:31:43 +02:00
lpddr
maps This is the 3.10.107 stable release 2018-01-25 17:57:41 -07:00
nand This is the 3.10.106 stable release 2018-01-25 17:54:29 -07:00
onenand mtd: onenand: fix deadlock in onenand_block_markbad 2016-06-07 10:42:48 +02:00
tests msm: reap unused kernel files 2013-11-21 17:45:28 -08:00
ubi This is the 3.10.107 stable release 2018-01-25 17:57:41 -07:00
Kconfig
Makefile
afs.c
ar7part.c
bcm47xxpart.c mtd: bcm47xxpart: fix parsing first block after aligned TRX 2017-06-20 14:04:44 +02:00
bcm63xxpart.c
cmdlinepart.c
ftl.c mtd/ftl: fix the double free of the buffers allocated in build_maps() 2014-09-17 09:04:02 -07:00
inftlcore.c
inftlmount.c
mtd_blkdevs.c This is the 3.10.105 stable release 2018-01-25 17:45:32 -07:00
mtdblock.c
mtdblock_ro.c
mtdchar.c
mtdconcat.c
mtdcore.c
mtdcore.h
mtdoops.c
mtdpart.c This is the 3.10.97 stable release 2018-01-25 17:17:34 -07:00
mtdsuper.c
mtdswap.c
nftlcore.c
nftlmount.c
ofpart.c
redboot.c
rfd_ftl.c
sm_ftl.c mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes() 2014-05-13 13:59:45 +02:00
sm_ftl.h
ssfdc.c