linux-2.6-microblaze.git
2018-12-18 Boris BrezillonMerge tag 'spi-nor/for-4.21' of git://git.infradead...
2018-12-18 Boris BrezillonMerge tag 'nand/for-4.21' of git://git.infradead.org...
2018-12-17 Boris Brezillonmtd: rawnand: sunxi: Write pageprog related opcodes...
2018-12-15 Boris BrezillonMAINTAINERS: Update my email address
2018-12-15 Miquel Raynalmtd: rawnand: marvell: prevent timeouts on a loaded...
2018-12-14 Boris Brezillonmtd: rawnand: omap2: Pass the parent of pdev to dma_req...
2018-12-14 Boris Brezillonmtd: rawnand: Fix JEDEC detection
2018-12-10 Fabrizio Castromtd: spi-nor: Add support for is25lp016d
2018-12-10 Cyrille Pitchenmtd: spi-nor: parse SFDP 4-byte Address Instruction...
2018-12-10 Liu Xiangmtd: spi-nor: Add 4B_OPCODES flag to is25lp256
2018-12-10 Boris Brezillonmtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}
2018-12-10 Boris Brezillonmtd: spi-nor: Make the enable argument passed to set_by...
2018-12-10 Boris Brezillonmtd: spi-nor: Stop passing flash_info around
2018-12-10 Boris Brezillonmtd: spi-nor: Avoid forward declaration of internal...
2018-12-10 Boris Brezillonmtd: spi-nor: Drop inline on all internal helpers
2018-12-10 Boris Brezillonmtd: spi-nor: Add a post BFPT fixup for MX25L25635E
2018-12-10 Boris Brezillonmtd: spi-nor: Add a post BFPT parsing fixup hook
2018-12-10 Boris Brezillonmtd: spi-nor: Add the SNOR_F_4B_OPCODES flag
2018-12-10 huijin.parkmtd: spi-nor: cast to u64 to avoid uint overflows
2018-12-10 Uwe Kleine... mtd: spi-nor: Add support for IS25LP032/064
2018-12-10 Yogesh Narayan... mtd: spi-nor: add entry for mt35xu512aba flash
2018-12-10 Yogesh Narayan... mtd: spi-nor: add macros related to MICRON flash
2018-12-10 Tudor.Ambarus... mtd: spi-nor: mark desirable switch case fall through
2018-12-10 Alexander Sverdlinmtd: spi-nor: Add support for mx25u12835f
2018-12-10 Robert Markomtd: spi-nor: Add Winbond w25q128jv support
2018-12-10 Tudor.Ambarus... mtd: spi-nor: remove unneeded smpt zeroization
2018-12-07 Mathieu Malaterremtd: rawnand: jz4780: annotate implicit fall throughs
2018-12-07 Chuanhong Guomtd: spinand: add support for GigaDevice GD5FxGQ4xA
2018-12-07 Boris Brezillonmtd: rawnand: Deprecate the dummy_controller field
2018-12-07 Boris Brezillonmtd: rawnand: vf610: Add an SPDX tag to replace the...
2018-12-07 Boris Brezillonmtd: rawnand: vf610: Stop using the dummy controller obj
2018-12-07 Boris Brezillonmtd: rawnand: vf610: Stop passing mtd_info to internal...
2018-12-07 Boris Brezillonmtd: rawnand: fsmc: Fix all coding style issues reporte...
2018-12-07 Boris Brezillonmtd: rawnand: fsmc: Add an SPDX tag to replace the...
2018-12-07 Boris Brezillonmtd: rawnand: fsmc: Stop using the dummy controller obj
2018-12-07 Boris Brezillonmtd: rawnand: fsmc: Make conversion from chip to fsmc...
2018-12-07 Boris Brezillonmtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-doc
2018-12-07 Boris Brezillonmtd: rawnand: fsmc: Stop passing mtd_info objects to...
2018-12-07 Masahiro Yamadamtd: rawnand: denali: remove denali_reset_banks()
2018-12-07 Masahiro Yamadamtd: rawnand: denali: remove ->dev_ready() hook
2018-12-07 Miquel Raynalmtd: rawnand: marvell: fix spelling mistake in kernel doc
2018-12-07 Janusz KrzysztofikARM: OMAP1: ams-delta: Drop obsolete NAND resources
2018-12-07 Janusz Krzysztofikmtd: rawnand: ams-delta: Use GPIO API for data I/O
2018-12-07 Janusz Krzysztofikmtd: rawnand: ams-delta: Request data port GPIO resource
2018-12-07 Janusz KrzysztofikARM: OMAP1: ams-delta: Provide GPIO lookup table for...
2018-12-07 Boris Brezillonmtd: rawnand: Move ->setup_data_interface() to nand_con...
2018-12-07 Boris Brezillonmtd: rawnand: Move the ->exec_op() method to nand_contr...
2018-12-07 Boris Brezillonmtd: rawnand: Deprecate the ->select_chip() hook
2018-12-07 Boris Brezillonmtd: rawnand: ams-delta: Stop implementing ->select_chip()
2018-12-07 Boris Brezillonmtd: rawnand: vf610: Stop implementing ->select_chip()
2018-12-07 Boris Brezillonmtd: rawnand: tegra: Stop implementing ->select_chip()
2018-12-07 Boris Brezillonmtd: rawnand: marvell: Stop implementing ->select_chip()
2018-12-07 Boris Brezillonmtd: rawnand: fsmc: Stop implementing ->select_chip()
2018-12-07 Boris Brezillonmtd: rawnand: Make ->select_chip() optional when -...
2018-12-07 Boris Brezillonmtd: rawnand: Pass the CS line to be selected in struct...
2018-12-07 Boris Brezillonmtd: rawnand: Add nand_[de]select_target() helpers
2018-12-07 Boris Brezillonmtd: rawnand: ams-delta: Explicitly inherit from nand_c...
2018-12-07 Boris Brezillonmtd: rawnand: ams-delta: Check mtd_device_register...
2018-12-07 Boris Brezillonmtd: rawnand: ams-delta: cleanup ams_delta_init() error...
2018-12-07 Boris Brezillonmtd: rawnand: ams-delta: Fix various coding style issues
2018-12-07 Boris Brezillonmtd: rawnand: ams-delta: Add an SPDX tag to replace...
2018-12-07 Boris Brezillonmtd: rawnand: ams-delta: Allow this driver to be compil...
2018-12-07 Boris Brezillonmtd: rawnand: Remove unused NAND_CONTROLLER_ALLOC flag
2018-12-07 Boris Brezillonmtd: rawnand: Move nand_exec_op() to internal.h
2018-12-07 Boris Brezillonmtd: rawnand: legacy: Drop useless test in nand_legacy_...
2018-12-07 Boris Brezillonmtd: rawnand: Reorganize code to avoid forward declarations
2018-12-07 Boris Brezillonmtd: rawnand: Stop passing mtd_info objects to internal...
2018-12-07 Schrempf Friedermtd: spinand: Add initial support for Toshiba TC58CVG2S0H
2018-12-06 Linus Walleijmtd: physmap_of_gemini: Handle pin control
2018-12-06 Linus Walleijmtd: maps: physmap: Leave assigned complex mappings
2018-12-03 Yangtao Limtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it
2018-12-03 huijin.parkmtd: change len type from signed to unsigned type
2018-12-02 Linus TorvaldsLinux 4.20-rc5
2018-12-02 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2018-12-02 Linus TorvaldsMerge tag 'for-linus-4.20a-rc5-tag' of git://git./linux...
2018-12-02 Linus TorvaldsMerge tag 'dmaengine-fix-4.20-rc5' of git://git.infrade...
2018-12-02 Rafał Miłeckimtd: improve calculating partition boundaries when...
2018-12-02 Rafał Miłeckimtd: keep original flags for every struct mtd_info
2018-12-02 Miquel Raynalmtd: fix Coverity integer handling issue
2018-12-02 Miquel Raynalmtd: fix mtd_oobavail() incoherent returned value
2018-12-02 Colin Ian Kingmtd: nftl: clean up indentation, remove extraneous...
2018-12-02 Daniel Santosjffs2: Fix use of uninitialized delayed_work, lockdep...
2018-12-01 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git./linux...
2018-12-01 Linus TorvaldsMerge tag 'for-linus-20181201' of git://git.kernel...
2018-12-01 Linus TorvaldsMerge tag 'pci-v4.20-fixes-2' of git://git./linux/kerne...
2018-12-01 Bjorn HelgaasMerge remote-tracking branch 'lorenzo/pci/controller...
2018-12-01 Mikulas PatockaPCI: Fix incorrect value returned from pcie_get_speed_cap()
2018-12-01 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2018-12-01 Linus TorvaldsMerge tag 'mips_fixes_4.20_4' of git://git./linux/kerne...
2018-12-01 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2018-12-01 Linus TorvaldsMerge tag 'gcc-plugins-v4.20-rc5' of git://git./linux...
2018-12-01 Linus TorvaldsMerge tag 'fscache-fixes-20181130' of git://git./linux...
2018-11-30 Paul BurtonMAINTAINERS: Update linux-mips mailing list address
2018-11-30 Pan Bianocfs2: fix potential use after free
2018-11-30 Hugh Dickinsmm/khugepaged: fix the xas_create_range() error path
2018-11-30 Hugh Dickinsmm/khugepaged: collapse_shmem() do not crash on Compound
2018-11-30 Hugh Dickinsmm/khugepaged: collapse_shmem() without freezing new_page
2018-11-30 Hugh Dickinsmm/khugepaged: minor reorderings in collapse_shmem()
2018-11-30 Hugh Dickinsmm/khugepaged: collapse_shmem() remember to clear holes
2018-11-30 Hugh Dickinsmm/khugepaged: fix crashes due to misaccounted holes
next