summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-10-16dm: remove unnecessary unlikely() around WARN_ON_ONCE()Igor Stoppa2-2/+2
2018-10-16dm zoned: target: use refcount_t for dm zoned reference countersJohn Pittman1-10/+10
2018-10-16dm thin: use refcount_t for thin_c reference countingJohn Pittman1-4/+4
2018-10-11dm table: require that request-based DM be layered on blk-mq devicesMike Snitzer1-1/+17
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer3-17/+6
2018-10-11dm: remove legacy request-based IO pathJens Axboe9-393/+36
2018-10-10dm linear: fix linear_end_io conditional definitionDamien Le Moal2-2/+4
2018-10-10dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabledMike Snitzer1-1/+7
2018-10-09dm: fix report zone remapping to account for partition offsetDamien Le Moal1-7/+20
2018-10-09dm cache: destroy migration_cache if cache target registration failedShenghui Wang1-3/+2
2018-10-07Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman7-38/+37
2018-10-07Merge tag 'tty-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman2-19/+41
2018-10-07Merge tag 'usb-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman5-5/+25
2018-10-07Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-6/+23
2018-10-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Greg Kroah-Hartman1-0/+1
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman12-43/+84
2018-10-05Merge tag 'pci-v4.19-fixes-3' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2-12/+67
2018-10-05Merge tag 'for-4.19/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman5-15/+20
2018-10-05Merge tag 'gpio-v4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Greg Kroah-Hartman1-1/+1
2018-10-05Merge tag 'pm-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Greg Kroah-Hartman1-1/+4
2018-10-05net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier1-4/+5
2018-10-05yam: fix a missing-check bugWenwen Wang1-0/+4
2018-10-05net: cxgb3_main: fix a missing-check bugWenwen Wang1-0/+17
2018-10-05Merge tag 'iommu-fixes-v4.19-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-1/+1
2018-10-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Greg Kroah-Hartman10-55/+76
2018-10-05i2c: designware: Call i2c_dw_clk_rate() only when calculating timingsJarkko Nikula1-1/+3
2018-10-05iommu/amd: Clear memory encryption mask from physical addressSingh, Brijesh1-1/+1
2018-10-05net: phy: phylink: fix SFP interface autodetectionBaruch Siach1-20/+28
2018-10-05be2net: don't flip hw_features when VXLANs are added/deletedDavide Caratti1-4/+1
2018-10-04net: dsa: b53: Keep CPU port as tagged in all VLANsFlorian Fainelli1-2/+2
2018-10-04bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam1-1/+1
2018-10-04bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru1-4/+6
2018-10-04bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG requestVasundhara Volam1-3/+3
2018-10-04bnxt_en: Fix VNIC reservations on the PF.Michael Chan1-1/+1
2018-10-04Merge tag 'drm-fixes-2018-10-05' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman6-24/+72
2018-10-05Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2-10/+37
2018-10-05Merge tag 'drm-misc-fixes-2018-10-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-14/+35
2018-10-04team: Forbid enslaving team device to itselfIdo Schimmel1-0/+6
2018-10-04net/usb: cancel pending work when unbinding smsc75xxYu Zhao1-0/+1
2018-10-04dm cache: fix resize crash if user doesn't reload cache tableMike Snitzer1-2/+7
2018-10-04dm cache metadata: ignore hints array being too small during resizeJoe Thornber1-2/+2
2018-10-04PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki1-1/+4
2018-10-04mlxsw: spectrum: Delete RIF when VLAN device is removedIdo Schimmel1-0/+2
2018-10-04mlxsw: pci: Derive event type from event queue numberNir Dotan1-4/+7
2018-10-04Merge tag 'drm-fixes-2018-10-04' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman6-77/+85
2018-10-04drm/amdkfd: Fix incorrect use of process->mmFelix Kuehling1-8/+29
2018-10-04drm/amd/display: Signal hw_done() after waiting for flip_done()Shirish S1-2/+8
2018-10-04Merge branch 'drm-tda9950-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie1-2/+3
2018-10-04Merge tag 'drm-intel-fixes-2018-10-03' of git://anongit.freedesktop.org/drm/d...Dave Airlie4-47/+76
2018-10-03Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman63-460/+381