summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-11RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon1-1/+1
2020-09-11RDMA/qedr: Fix doorbell settingMichal Kalderon1-1/+1
2020-09-11RDMA/qedr: Fix qp structure memory leakMichal Kalderon1-0/+2
2020-09-11RDMA/ocrdma: Remove fbo from MRJason Gunthorpe3-4/+3
2020-09-11RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe2-14/+2
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe5-19/+6
2020-09-11RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe3-4/+6
2020-09-11RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe1-12/+5
2020-09-11RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencodingJason Gunthorpe1-30/+19
2020-09-11RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()Jason Gunthorpe1-46/+24
2020-09-11RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe1-4/+3
2020-09-11RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-codingJason Gunthorpe1-25/+16
2020-09-11RDMA/i40iw: Use ib_umem_num_dma_pages()Jason Gunthorpe1-9/+1
2020-09-11RDMA/efa: Use ib_umem_num_dma_pages()Jason Gunthorpe1-3/+3
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe5-6/+11
2020-09-11Merge tag 'drm-misc-fixes-2020-09-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie12-28/+70
2020-09-11Merge tag 'drm-intel-fixes-2020-09-10' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-6/+4
2020-09-10powercap/intel_rapl: add support for AlderLakeZhang Rui1-0/+1
2020-09-10powercap/intel_rapl: add support for RocketLakeZhang Rui1-0/+1
2020-09-10powercap/intel_rapl: add support for TigerLake DesktopZhang Rui1-0/+1
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-5/+5
2020-09-09RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe4-15/+13
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe4-7/+4
2020-09-09RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe1-3/+8
2020-09-09RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe1-0/+6
2020-09-09RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe1-2/+7
2020-09-09RDMA: Make counters destroy symmetricalLeon Romanovsky2-2/+5
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky8-16/+25
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky4-6/+11
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky30-35/+62
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky1-15/+12
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky26-45/+54
2020-09-09RDMA/mlx5: Issue FW command to destroy SRQ on reentryLeon Romanovsky1-3/+12
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky21-35/+41
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky28-34/+51
2020-09-09IB/isert: Fix unaligned immediate-data handlingSagi Grimberg2-56/+78
2020-09-09RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server initMd Haris Iqbal2-3/+80
2020-09-09RDMA/rtrs-srv: Set .release function for rtrs srv device during device initMd Haris Iqbal2-8/+8
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou6-24/+24
2020-09-09RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'YueHaibing1-2/+0
2020-09-09RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe1-15/+15
2020-09-09spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter1-1/+1
2020-09-09spi: Fix memory leak on splited transfersGustav Wiklander1-2/+7
2020-09-09i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo1-12/+23
2020-09-09Merge tag 'at24-fixes-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-4/+7
2020-09-09nvme-fabrics: allow to queue requests for live queuesSagi Grimberg1-4/+8
2020-09-09Merge tag 'drm-xlnx-dpsub-fixes-20200905' of git://linuxtv.org/pinchartl/medi...Dave Airlie2-1/+2
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds15-23/+39
2020-09-08nvme-tcp: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme-rdma: cancel async events before freeing event structDavid Milburn1-0/+1