aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-09-15mtd: pmc551: Remove set but not used variable 'soff_lo'zhengbin1-6/+3
2019-09-15mtd: cfi_cmdset_0002: Fix do_erase_chip() to get chip as erasing modeTokunori Ikegami1-1/+1
2019-09-15mtd: sm_ftl: Fix memory leak in sm_init_zone() error pathWenwen Wang1-1/+4
2019-09-15mtd: parsers: Move CMDLINE parserLinus Walleij5-38/+38
2019-09-15mtd: parsers: Move OF parserLinus Walleij5-10/+11
2019-09-15mtd: parsers: Move BCM63xx parserLinus Walleij5-10/+10
2019-09-15mtd: parsers: Move BCM47xx parserLinus Walleij5-8/+8
2019-09-15mtd: parsers: Move TI AR7 parserLinus Walleij5-6/+6
2019-09-15mtd: pismo: Simplify getting the adapter of a clientWolfram Sang1-2/+1
2019-09-15mtd: phram: Module parameters add writable permissionsXiaoming Ni1-1/+1
2019-09-15mtd: pxa2xx: Use ioremap_cache insted of ioremap_cachedChristoph Hellwig1-2/+1
2019-09-15Merge tag 'cfi/for-5.4-rc1' of https://github.com/r-vignesh/linux into mtd/for-5.4Richard Weinberger2-113/+186
2019-09-15Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/for-5.4Richard Weinberger11-827/+1358
2019-09-15Merge tag 'nand/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/for-5.4Richard Weinberger16-387/+643
2019-09-15ubi: block: Warn if volume size is not multiple of 512Richard Weinberger1-8/+35
2019-09-15ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEBZhihao Cheng1-3/+3
2019-09-15ubi: Don't do anchor move within fastmap areaRichard Weinberger1-0/+6
2019-09-15platform/x86: asus-wmi: Make it depend on ACPI battery APIAndy Shevchenko1-0/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller73-858/+777
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown66-869/+1833
2019-09-15Merge branch 'spi-5.3' into spi-linusMark Brown6-6/+33
2019-09-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+2
2019-09-14Revert "vhost: block speculation of translated descriptors"Michael S. Tsirkin1-4/+2
2019-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds28-137/+246
2019-09-14Merge tag 'mmc-v5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds7-29/+17
2019-09-14Merge tag 'drm-fixes-2019-09-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-8/+11
2019-09-14Merge tag 'wireless-drivers-next-for-davem-2019-09-14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller75-3507/+8442
2019-09-13of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König1-8/+17
2019-09-13iommu: pass cell_count = -1 to of_for_each_phandle with cells_nameUwe Kleine-König2-2/+2
2019-09-13dm bufio: introduce a global cache replacementMikulas Patocka1-7/+91
2019-09-13raid5: use bio_end_sector in r5_next_bioGuoqing Jiang1-3/+1
2019-09-13raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang2-2/+0
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko1-10/+5
2019-09-13net: devlink: split reload op into twoJiri Pirko3-11/+40
2019-09-13mlx4: Split restart_one into two functionsJiri Pirko3-7/+23
2019-09-13md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2-0/+16
2019-09-13md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown2-1/+45
2019-09-13raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang1-1/+2
2019-09-13raid5: don't increment read_errors on EILSEQ returnNigel Croxon1-1/+2
2019-09-13cdc_ether: fix rndis support for Mediatek based smartphonesBjørn Mork1-1/+9
2019-09-13IB/hfi1: Define variables as unsigned long to fix KASAN warningIra Weiny1-26/+19
2019-09-13IB/{rdmavt, hfi1, qib}: Add a counter for credit waitsKaike Wan5-16/+9
2019-09-13IB/hfi1: Add traces for TID RDMA READKaike Wan3-0/+51
2019-09-13RDMA/siw: Relax from kmap_atomic() use in TX pathBernard Metzler1-7/+5
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe266-1780/+2527
2019-09-13IB/iser: Support up to 16MB data transfer in a single commandSergey Gorenko1-3/+4
2019-09-13RDMA/siw: Fix page address mapping in TX pathBernard Metzler1-5/+6
2019-09-13RDMA: Fix goto target to release the allocated memoryNavid Emamdoost1-1/+1
2019-09-13RDMA/usnic: Avoid overly large buffers on stackArnd Bergmann1-2/+8
2019-09-13RDMA/odp: Add missing cast for 32 bitJason Gunthorpe1-1/+1