aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2026-03-05RDMA/bng_re: Fix silent failure in HWRM version queryKamal Heib1-5/+9
2026-03-04RDMA/ionic: Preserve and set Ethernet source MAC after ib_ud_header_init()Abhijit Gangurde1-1/+3
2026-03-04RDMA/irdma: Fix double free related to rereg_user_mrJacob Moroni1-0/+1
2026-03-02RDMA/core: Add netlink command to modify FRMR agingMichael Guralnik3-2/+68
2026-03-02RDMA/nldev: Add command to get FRMR poolsMichael Guralnik1-0/+165
2026-03-02RDMA/mlx5: Switch from MR cache to FRMR poolsMichael Guralnik5-1060/+187
2026-03-02RDMA/core: Add pinned handles to FRMR poolsMichael Guralnik2-0/+130
2026-03-02RDMA/core: Add FRMR pools statisticsMichael Guralnik2-2/+13
2026-03-02RDMA/core: Add aging to FRMR poolsMichael Guralnik2-8/+81
2026-03-02IB/core: Introduce FRMR poolsMichael Guralnik3-1/+368
2026-03-02RDMA/mlx5: Move device async_ctx initializationChiara Meiohas2-2/+3
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky13-46/+33
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie4-13/+3
2026-02-28scsi: target: Use driver completion preference by defaultMike Christie1-0/+1
2026-02-26RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf fileLeon Romanovsky1-0/+2
2026-02-25RDMA/mlx4: Remove unused create_flags field from CQ structureLeon Romanovsky2-4/+1
2026-02-25RDMA/mlx4: Introduce a modern CQ creation interfaceLeon Romanovsky3-85/+111
2026-02-25RDMA/mlx4: Inline mlx4_ib_get_cq_umem into callersLeon Romanovsky1-48/+60
2026-02-25RDMA/mlx5: Provide a modern CQ creation interfaceLeon Romanovsky3-51/+107
2026-02-25RDMA/mlx5: Save 4 bytes in CQ structureLeon Romanovsky3-4/+5
2026-02-25RDMA/efa: Remove check for zero CQE countLeon Romanovsky1-2/+2
2026-02-25RDMA/core: Reject zero CQE countLeon Romanovsky4-6/+18
2026-02-25RDMA/core: Prepare create CQ path for API unificationLeon Romanovsky7-22/+26
2026-02-25RDMA/efa: Rely on CPU address in create‑QPLeon Romanovsky1-2/+2
2026-02-25RDMA/core: Manage CQ umem in core codeLeon Romanovsky5-15/+21
2026-02-25RDMA/core: Promote UMEM to a core componentLeon Romanovsky1-2/+2
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky18-51/+59
2026-02-25RDMA/umem: Fix double dma_buf_unpin in failure pathJacob Moroni1-3/+1
2026-02-25RDMA/core: Check id_priv->restricted_node_type in cma_listen_on_dev()Stefan Metzmacher1-1/+5
2026-02-25RDMA/efa: Use extended inline buff size for inline validationYonatan Nachum1-2/+2
2026-02-25RDMA/efa: Expose new extended max inline buff sizeYonatan Nachum4-3/+33
2026-02-25RDMA/efa: Rename admin queue attributes struct name for extendabilityYonatan Nachum2-24/+24
2026-02-24RDMA/ionic: Fix kernel stack leak in ionic_create_cq()Jason Gunthorpe1-1/+1
2026-02-24RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()Jason Gunthorpe1-1/+1
2026-02-24IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()Jason Gunthorpe1-2/+3
2026-02-24RDMA/efa: Fix typo in efa_alloc_mr()Jason Gunthorpe1-1/+1
2026-02-24RDMA/rxe: Generate async error for r_key violationsEvan Green2-13/+44
2026-02-24RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_portKamal Heib1-0/+2
2026-02-24RDMA/uverbs: Update for semantic conflict with drm-miscMark Brown2-2/+2
2026-02-24RDMA/bng_re: Unwind bng_re_dev_init properlySiva Reddy Kallam1-14/+15
2026-02-24RDMA/bng_re: Remove unnessary validity checksSiva Reddy Kallam1-23/+4
2026-02-24RDMA/core: Fix stale RoCE GIDs during netdev events at registrationJiri Pirko3-1/+49
2026-02-23RDMA/uverbs: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann1-0/+1
2026-02-23dma-buf: Make .invalidate_mapping() truly optionalLeon Romanovsky1-10/+0
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard220-1494/+9573
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook26-42/+31
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds44-130/+65
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds11-12/+12
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds158-475/+475
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook176-847/+779