summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-06-07net/mlx5e: Avoid detaching non-existing netdev under switchdev modeAlaa Hleihel1-0/+5
2019-06-07net/mlx5e: Fix source port matching in fdb peer flow ruleRaed Salem1-3/+0
2019-06-07net/mlx5e: Replace reciprocal_scale in TX select queue functionShay Agroskin3-6/+8
2019-06-07net/mlx5e: Add ndo_set_feature for uplink representorChris Mi3-6/+8
2019-06-07net/mlx5: Avoid reloading already removed devicesAlaa Hleihel1-2/+23
2019-06-07net/mlx5: Update pci error handler entries and command translationEdward Srouji1-0/+8
2019-06-07RAS/CEC: Convert the timer callback to a workqueueCong Wang1-24/+22
2019-06-07RAS/CEC: Fix binary search functionBorislav Petkov1-14/+20
2019-06-07can: flexcan: Remove unneeded registration messageFabio Estevam1-3/+0
2019-06-07can: m_can: implement errata "Needless activation of MRAF irq"Eugen Hristev1-0/+21
2019-06-07can: mcp251x: add support for mcp25625Sean Nyekjaer2-11/+19
2019-06-07can: xilinx_can: use correct bittiming_const for CAN FD coreAnssi Hannula1-1/+1
2019-06-07can: flexcan: fix timeout when set small bitrateJoakim Zhang1-1/+1
2019-06-07can: usb: Kconfig: Remove duplicate menu entryAlexander Dahl1-6/+0
2019-06-07Merge tag 'hwmon-for-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+34
2019-06-07Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe4-63/+150
2019-06-07Merge tag 'wireless-drivers-for-davem-2019-06-07' of git://git.kernel.org/pub...David S. Miller20-150/+220
2019-06-07Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds6-24/+26
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-56/+116
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-35/+94
2019-06-07scsi: hpsa: correct ioaccel2 chainingDon Brace2-1/+7
2019-06-07drm/meson: fix G12A primary plane disablingNeil Armstrong3-4/+5
2019-06-07drm/meson: fix primary plane disablingNeil Armstrong2-5/+3
2019-06-07drm/meson: fix G12A HDMI PLL settings for 4K60 1000/1001 variationsNeil Armstrong1-2/+11
2019-06-07Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-fixesDave Airlie15-98/+242
2019-06-07drm/nouveau/secboot/gp10[2467]: support newer FW to fix SEC2 failures on some...Ben Skeggs5-6/+18
2019-06-07drm/nouveau/secboot: enable loading of versioned LS PMU/SEC2 ACR msgqueue FWBen Skeggs1-14/+14
2019-06-07drm/nouveau/secboot: split out FW version-specific LS function pointersBen Skeggs6-41/+141
2019-06-07drm/nouveau/secboot: pass max supported FW version to LS load funcsBen Skeggs6-21/+32
2019-06-07drm/nouveau/core: support versioned firmware loadingBen Skeggs2-6/+31
2019-06-07drm/nouveau/core: pass subdev into nvkm_firmware_get, rather than deviceBen Skeggs6-18/+14
2019-06-07Merge tag 'drm-intel-fixes-2019-06-06' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-7/+46
2019-06-07Merge branch 'malidp-fixes' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie10-29/+44
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+4
2019-06-06vfio/mdev: Synchronize device create/remove with parent removalParav Pandit2-18/+56
2019-06-06vfio/mdev: Avoid creating sysfs remove file on stale device removalParav Pandit1-3/+1
2019-06-06net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier1-2/+2
2019-06-06nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy1-17/+36
2019-06-06nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-06-06vfio/mdev: Improve the create/remove sequenceParav Pandit3-71/+27
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin2-2/+2
2019-06-06parisc: Use implicit space register selection for loading the coherence index...John David Anglin2-5/+2
2019-06-06usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()Wei Yongjun1-2/+2
2019-06-06usb: gadget: dwc2: fix zlp handlingAndrzej Pietrasiewicz1-8/+12
2019-06-06usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMAMinas Harutyunyan1-0/+4
2019-06-06usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni1-2/+1
2019-06-06usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao1-0/+5
2019-06-06usb: phy: mxs: Disable external charger detect in mxs_phy_hw_init()Andrey Smirnov1-0/+14
2019-06-06usb: dwc2: Fix DMA cache alignment issuesMartin Schiller1-3/+7
2019-06-06usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson4-27/+37