summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-14mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon2-5/+15
2017-11-13mtd: sharpslpart: Add sharpslpart partition parserAndrea Adami3-0/+407
2017-11-13mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon1-0/+44
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre6-94/+0
2017-11-13mtd: implement mtd_get_unmapped_area() using the point methodNicolas Pitre1-5/+12
2017-11-13mtd: chips/map_rom.c: implement point and unpoint methodsNicolas Pitre1-0/+25
2017-11-13mtd: chips/map_ram.c: implement point and unpoint methodsNicolas Pitre1-0/+24
2017-11-13mtd: mtdram: properly handle the phys argument in the point methodNicolas Pitre1-0/+22
2017-11-13mtd: mtdswap: fix spelling mistake: 'TRESHOLD' -> 'THRESHOLD'Arvind Yadav1-2/+2
2017-11-13mtd: slram: use memremap() instead of ioremap()Roy Franz1-4/+5
2017-11-13kconfig: kill off GENERIC_IO optionRob Herring3-6/+0
2017-11-07mtd: Fix C++ comment in include/linux/mtd/mtd.hPavel Machek1-1/+1
2017-11-07mtd: constify mtd_partitionArvind Yadav10-10/+10
2017-11-07mtd: plat-ram: Replace manual resource management by devmAnton Vasilyev1-34/+4
2017-11-03Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtdRichard Weinberger27-488/+681
2017-11-03Merge tag 'spi-nor/for-4.15' of git://git.infradead.org/l2-mtdRichard Weinberger12-113/+404
2017-10-31mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor1-3/+6
2017-10-30mtd: intel-spi: Add Intel Lewisburg PCH SPI super SKU PCI IDKuppuswamy Sathyanarayanan1-0/+1
2017-10-30mtd: nand: mtk: fix infinite ECC decode IRQ issueXiaolei Li1-2/+11
2017-10-29Linux 4.14-rc7v4.14-rc7Linus Torvalds1-1/+1
2017-10-29mtd: spi-nor: Add support for mr25h128Philipp Puschmann3-0/+3
2017-10-29mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.oXiaolei Li1-1/+1
2017-10-29mtd: spi-nor: enable 4B opcodes for mx66l51235lRoman Yeryomin1-1/+1
2017-10-29mtd: spi-nor: stm32-quadspi: fix prefetching outside fsizeLudovic Barre1-1/+11
2017-10-29mtd: spi-nor: stm32-quadspi: change license textLudovic Barre1-3/+16
2017-10-29mtd: spi-nor: stm32-quadspi: Fix uninitialized error return codeGeert Uytterhoeven1-2/+2
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds78-361/+1021
2017-10-29Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller19-57/+367
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang1-3/+26
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang1-4/+18
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang1-2/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang1-3/+17
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang3-17/+56
2017-10-29Merge branch 'sctp-endianness-fixes'David S. Miller10-50/+59
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long5-7/+7
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long1-11/+11
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long6-30/+39
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang1-0/+2