summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-2439-737/+1236
|\
| * IB/mlx5: Extend debug control for CC parametersEdward Srouji2023-02-192-3/+27
| * IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2023-02-172-10/+9
| * IB/hfi1: Fix math bugs in hfi1_can_pin_pages()Patrick Kelsey2023-02-171-21/+40
| * RDMA/irdma: Add support for dmabuf pin memory regionsZhu Yanjun2023-02-171-0/+42
| * Merge mlx5-next into rdma.git for-nextJason Gunthorpe2023-02-177-71/+108
| |\
| | * RDMA/mlx5: Use query_special_contexts for mkeysOr Har-Toov2023-02-177-44/+48
| | * net/mlx5: Change define name for 0x100 lkey valueOr Har-Toov2023-02-173-7/+7
| * | RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering me...Long Li2023-02-161-10/+12
| * | iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()Dan Carpenter2023-02-151-1/+1
| * | RDMA/mlx5: Use rdma_umem_for_each_dma_block()Jason Gunthorpe2023-02-151-3/+1
| * | RDMA/irdma: Cap MSIX used to online CPUs + 1Mustafa Ismail2023-02-081-0/+2
| * | RDMA/mlx5: Check reg_create() create for errorsDan Carpenter2023-02-071-0/+2
| * | RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich2023-02-061-0/+3
| * | RDMA/mlx5: Remove impossible check of mkey cache cleanup failureLeon Romanovsky2023-02-063-11/+4
| * | RDMA/mlx5: Fix MR cache debugfs error in IB representors modeLeon Romanovsky2023-02-061-0/+4
| * | RDMA/cxgb4: add null-ptr-check after ip_dev_find()Nikita Zhandarovich2023-02-021-0/+4
| * | RDMA/mlx5: Add work to remove temporary entries from the cacheMichael Guralnik2023-01-273-23/+82
| * | RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flowMichael Guralnik2023-01-272-13/+44
| * | RDMA/mlx5: Introduce mlx5r_cache_rb_keyMichael Guralnik2023-01-273-84/+201
| * | RDMA/mlx5: Change the cache structure to an RB-treeMichael Guralnik2023-01-273-47/+132
| * | RDMA/mlx5: Remove implicit ODP cache entryAharon Landau2023-01-271-15/+5
| * | RDMA/mlx5: Don't keep umrable 'page_shift' in cache entriesAharon Landau2023-01-273-5/+1
| * | RDMA/irdma: Split CQ handler into irdma_reg_user_mr_type_cqZhu Yanjun2023-01-261-29/+40
| * | RDMA/irdma: Split QP handler into irdma_reg_user_mr_type_qpZhu Yanjun2023-01-261-14/+33
| * | RDMA/irdma: Split mr alloc and free into new functionsZhu Yanjun2023-01-261-28/+46
| * | RDMA/irdma: Split MEM handler into irdma_reg_user_mr_type_memZhu Yanjun2023-01-261-32/+50
| * | RDMA/erdma: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2023-01-151-2/+2
| * | RDMA/mlx5: Print error syndrome in case of fatal QP errorsPatrisious Haddad2023-01-153-3/+48
| * | RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang2023-01-157-72/+191
| * | Merge branch 'mlx5-next' into HEADLeon Romanovsky2023-01-152-17/+38
| |\ \
| * | | RDMA/cxgb4: Replace 0-length arrays with flexible arraysKees Cook2023-01-151-20/+6
| * | | IB/hfi1: Use dma_mmap_coherent for matching buffersDean Luick2023-01-101-24/+57
| * | | IB/hfi1: Update RMT size calculationDean Luick2023-01-101-27/+32
| * | | IB/hfi1: Split IB counter allocationDean Luick2023-01-101-49/+32
| * | | IB/hfi1: Improve TID validity checkingDean Luick2023-01-101-8/+8
| * | | IB/hfi1: Consolidate the creation of user TIDsDean Luick2023-01-102-7/+6
| * | | IB/hfi1: Assign npages earlierDean Luick2023-01-101-7/+2
| * | | IB/hfi1: Remove redundant pageidx variableDean Luick2023-01-101-13/+9
| * | | RDMA/hns: Support cqe inline in user spaceLuoyouming2023-01-094-1/+21
| * | | RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming2023-01-094-11/+29
| * | | RDMA/hns: Remove rq inline in kernelLuoyouming2023-01-093-147/+0
| * | | RDMA/irdma: Remove extra ret variable in favor of existing errZhu Yanjun2023-01-041-3/+2
| * | | RDMA/hns: Fix refcount leak in hns_roce_mmapMiaoqian Lin2022-12-281-2/+3
| * | | RDMA/erdma: Fix refcount leak in erdma_mmapMiaoqian Lin2022-12-281-1/+3
| * | | RDMA/cxgb4: remove unnecessary NULL check in __c4iw_poll_cq_one()Alexey Kodanev2022-12-271-1/+1
| * | | RDMA/hfi1: Fix doc for hfi1_free_ctxtMiaoqian Lin2022-12-271-1/+1
* | | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-2/+2
|\ \ \ \
| * \ \ \ Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-216-72/+156
| |\ \ \ \
* | \ \ \ \ Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-4/+4
|\ \ \ \ \ \