summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-03-14driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven1-1/+1
2019-03-14ath9k: Avoid OF no-EEPROM quirks without qca,no-eepromDaniel F. Dickinson1-3/+3
2019-03-14staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang1-89/+100
2019-03-14staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang2-15/+37
2019-03-14staging: erofs: fix memleak of inode's shared xattr arrayGao Xiang1-1/+4
2019-03-14staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2-9/+24
2019-03-14staging: erofs: add error handling for xattr submoduleGao Xiang2-36/+81
2019-03-14scsi: aacraid: Fix missing break in switch statementGustavo A. R. Silva1-2/+3
2019-03-14iscsi_ibft: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-03-14Input: elan_i2c - add id for touchpad found in Lenovo s21e-20Vincent Batts1-0/+1
2019-03-14Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke1-0/+2
2019-03-14nvme-pci: add missing unlock for reset errorKeith Busch1-3/+5
2019-03-14qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru3-0/+19
2019-03-14qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru1-2/+3
2019-03-14qed: Fix EQ full firmware assert.Manish Chopra2-8/+8
2019-03-14nvme-pci: fix rapid add remove sequenceKeith Busch1-10/+12
2019-03-14nvme: lock NS list changes while handling command effectsKeith Busch2-1/+8
2019-03-14drm/amdgpu: use spin_lock_irqsave to protect vm_manager.pasid_idrPhilip Yang1-2/+3
2019-03-14i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren1-8/+5
2019-03-14Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall1-1/+0
2019-03-14s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann3-0/+4
2019-03-14s390/qeth: fix use-after-free in error pathJulian Wiedmann1-9/+6
2019-03-14s390/qeth: release cmd buffer in error pathsJulian Wiedmann1-0/+6
2019-03-14dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko1-16/+12
2019-03-14dmaengine: at_xdmac: Fix wrongfull report of a channel as in useCodrin Ciubotariu1-9/+10
2019-03-14drm/sun4i: tcon: Prepare and enable TCON channel 0 clock at initPaul Kocialkowski1-0/+2
2019-03-14net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu1-3/+3
2019-03-14net: stmmac: Send TSO packets always from Queue 0Jose Abreu1-1/+10
2019-03-14net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-4/+10
2019-03-14drm/amdgpu: Transfer fences to dmabuf importerChris Wilson1-8/+51
2019-03-14drm/radeon: check if device is root before getting pci speed capsAlex Deucher2-4/+6
2019-03-14drm/amdgpu: Add missing power attribute to APU checkAlex Deucher1-1/+2
2019-03-14irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disableLubomir Rintel1-1/+5
2019-03-14irqchip/gic-v3-its: Gracefully fail on LPI exhaustionMarc Zyngier1-0/+3
2019-03-14irqchip/gic-v4: Fix occasional VLPI dropHeyi Guo1-17/+49
2019-03-14usb: phy: fix link errorsAnders Roxell1-1/+1
2019-03-14wlcore: sdio: Fixup power on/off sequenceUlf Hansson1-8/+7
2019-03-14pinctrl: mcp23s08: spi: Fix regmap allocation for mcp23s18Jason Kridner1-1/+6
2019-03-14soc: fsl: qbman: avoid race in clearing QMan interruptMadalin Bucur1-4/+5
2019-03-14net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2-11/+20
2019-03-14platform/x86: Fix unmet dependency warning for SAMSUNG_Q10Sinan Kaya1-0/+1
2019-03-14platform/x86: Fix unmet dependency warning for ACPI_CMPCSinan Kaya1-0/+1
2019-03-14scsi: 53c700: pass correct "dev" to dma_alloc_attrs()Dan Carpenter1-1/+1
2019-03-14scsi: bnx2fc: Fix error handling in probe()Dan Carpenter1-2/+2
2019-03-14scsi: scsi_debug: fix write_same with virtual_gb problemDouglas Gilbert1-20/+21
2019-03-14scsi: libfc: free skb when receiving invalid flogi respMing Lu1-3/+3
2019-03-14qed: Fix stack out of bounds bugManish Chopra1-4/+4
2019-03-14qed: Fix system crash in ll2 xmitManish Chopra1-5/+15
2019-03-14qed: Fix VF probe failure while FLRManish Chopra1-0/+10
2019-03-14qed: Fix LACP pdu drops for VFsManish Chopra3-2/+16