summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-19dm: eliminate potential source of excessive kernel log noiseMike Snitzer1-1/+1
2021-01-19iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu1-2/+20
2021-01-19drm/i915/gt: Restore clear-residual mitigations for Ivybridge, BaytrailChris Wilson1-1/+1
2021-01-19drm/i915/icl: Fix initing the DSI DSC power refcount during HW readoutImre Deak1-4/+0
2021-01-19drm/i915/dsi: Use unconditional msleep for the panel_on_delay when there is n...Hans de Goede1-3/+13
2021-01-19dm zoned: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-19IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit1-1/+1
2021-01-19RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch1-1/+1
2021-01-19bnxt_en: Improve stats context resource accounting with RDMA driver loaded.Michael Chan1-2/+6
2021-01-19RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu1-0/+3
2021-01-19RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky1-0/+1
2021-01-19scsi: ufs: Fix possible power drain during system suspendStanley Chu1-1/+2
2021-01-19nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg1-1/+1
2021-01-19nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg1-1/+1
2021-01-19nvme: don't intialize hwmon for discovery controllersSagi Grimberg1-3/+8
2021-01-19nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin1-8/+8
2021-01-19net/mlx5: E-Switch, fix changing vf VLANIDAlaa Hleihel1-14/+13
2021-01-19net/mlx5: Fix passing zero to 'PTR_ERR'YueHaibing4-4/+4
2021-01-19net/mlx5e: CT: Use per flow counter when CT flow accounting is enabledOz Shlomo1-28/+49
2021-01-19iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_devLu Baolu1-2/+14
2021-01-19nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart1-1/+14
2021-01-19drm/msm: Call msm_init_vram before binding the gpuCraig Tatlor1-4/+4
2021-01-19iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu1-6/+8
2021-01-19usb: typec: Fix copy paste error for NVIDIA alt-mode descriptionPeter Robinson1-1/+1
2021-01-19drm/amdgpu: fix potential memory leak during navi12 deinitializationJiawei Gu1-4/+14
2021-01-19drm/amd/pm: fix the failure when change power profile for renoirXiaojian Du2-0/+2
2021-01-19drm/amdgpu: fix a GPU hang issue when remove deviceDennis Li1-2/+2
2021-01-19drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issueKevin Wang1-1/+6
2021-01-19nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
2021-01-19nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar1-3/+4
2021-01-19nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari1-1/+2
2021-01-19net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2-0/+2
2021-01-19misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2021-01-19spi: fix the divide by 0 error when calculating xfer waiting timeXu Yilun1-1/+5
2021-01-19hwmon: (pwm-fan) Ensure that calculation doesn't discard big period valuesUwe Kleine-König1-1/+11
2021-01-19habanalabs: Fix memleak in hl_device_resetDinghao Liu1-0/+2
2021-01-19spi: altera: fix return value for altera_spi_txrx()Xu Yilun1-12/+14
2021-01-19staging: spmi: hisi-spmi-controller: Fix some error handling pathsChristophe JAILLET1-6/+15
2021-01-19habanalabs: register to pci shutdown callbackOded Gabbay1-0/+1
2021-01-19habanalabs/gaudi: retry loading TPC f/w on -EINTROded Gabbay1-2/+8
2021-01-19habanalabs: adjust pci controller init to new firmwareOded Gabbay3-14/+21
2021-01-19ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pramRasmus Villemoes1-1/+8
2021-01-19regulator: bd718x7: Add enable timesGuido Günther1-0/+57
2021-01-19ath11k: qmi: try to allocate a big block of DMA memory firstCarl Huang2-2/+23
2021-01-19ath11k: fix crash caused by NULL rx_channelCarl Huang1-3/+7
2021-01-19r8152: Add Lenovo Powered USB-C Travel HubLeon Schuermann2-0/+8
2021-01-19stmmac: intel: change all EHL/TGL to auto detect phy addrVoon Weifeng1-5/+1
2021-01-19dm crypt: defer decryption to a tasklet if interrupts disabledIgnat Korchagin1-2/+6
2021-01-19dm crypt: do not call bio_endio() from the dm-crypt taskletIgnat Korchagin1-1/+23
2021-01-19dm crypt: do not wait for backlogged crypto request completion in softirqIgnat Korchagin1-5/+98