Age | Commit message (Expand) | Author |
2018-06-12 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-11 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds |
2018-06-10 | Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2018-06-08 | Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2018-06-07 | Merge tag 'spi-nor/for-4.18' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon |
2018-06-07 | Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon |
2018-06-07 | mtd: ubi: Update ubi-media.h to dual license | Lionel Debieve |
2018-06-07 | ubi: fastmap: Detect EBA mismatches on-the-fly | Richard Weinberger |
2018-06-07 | ubi: fastmap: Check each mapping only once | Richard Weinberger |
2018-06-07 | ubi: fastmap: Correctly handle interrupted erasures in EBA | Richard Weinberger |
2018-06-07 | ubi: fastmap: Cancel work upon detach | Richard Weinberger |
2018-06-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook |
2018-06-05 | Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-04 | Merge tag 'spi-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-06-04 | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-05-30 | mtd: cfi_cmdset_0002: Change erase one block to enable XIP once | Tokunori Ikegami |
2018-05-30 | mtd: cfi_cmdset_0002: Change erase functions to check chip good only | Tokunori Ikegami |
2018-05-30 | mtd: cfi_cmdset_0002: Change erase functions to retry for error | Tokunori Ikegami |
2018-05-30 | mtd: cfi_cmdset_0002: Change definition naming to retry write operation | Tokunori Ikegami |
2018-05-30 | mtd: cfi_cmdset_0002: Change write buffer to check correct value | Tokunori Ikegami |
2018-05-25 | Merge tag 'davinci-for-v4.18/soc' of git://git.kernel.org/pub/scm/linux/kerne... | Olof Johansson |
2018-05-23 | mtd: cmdlinepart: Update comment for introduction of OFFSET_CONTINUOUS | Geert Uytterhoeven |
2018-05-23 | mtd: bcm47xxpart: add of_match_table with a new DT binding | Rafał Miłecki |
2018-05-22 | mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata() | Boris Brezillon |
2018-05-18 | mtd: spi-nor: Add support for EN25QH32 | YuheiOKAWA |
2018-05-18 | mtd: spi-nor: Add support for is25wp series chips | Kimmo Rautkoski |
2018-05-18 | mtd: spi-nor: Add Winbond w25q32jv support | Stephen Douthit |
2018-05-18 | mtd: spi-nor: fsl-quadspi: add support for ls2080a/ls1080a | Yogesh Gaur |
2018-05-18 | mtd: spi-nor: stm32-quadspi: explicitly request exclusive reset control | Philipp Zabel |
2018-05-18 | mtd: spi-nor: intel: provide a range for poll_timout | Nicholas Mc Guire |
2018-05-18 | mtd: spi-nor: fsl-quadspi: fix api naming typo _init_ahb_read | Yogesh Gaur |
2018-05-18 | mtd: spi-nor: intel-spi: Explicitly mark the driver as dangerous in Kconfig | Mika Westerberg |
2018-05-18 | mtd: spi-nor: intel-spi: Fix atomic sequence handling | Mika Westerberg |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
2018-05-15 | mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES op | Boris Brezillon |
2018-05-14 | mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2 | Boris Brezillon |
2018-05-13 | mtd: rawnand: use bit-wise majority to recover the ONFI param page | Wan, Jane (Nokia - US/Sunnyvale) |
2018-05-12 | mtd: cfi_cmdset_0002: Fix coding style issues | Tokunori Ikegami |
2018-05-12 | mtd: bcm47xxpart: improve handling TRX partition size | Rafał Miłecki |
2018-05-11 | mtd_blkdevs: handle highmem pages | Christoph Hellwig |
2018-05-11 | mtd: spi-nor: Use the spi_mem_xx() API | Boris Brezillon |
2018-05-10 | mtd: rawnand: Make sure we wait tWB before polling the STATUS reg | Boris Brezillon |
2018-05-09 | mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages | Jane Wan |