aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13RDMA/mlx5: Simplify devx async commandsJason Gunthorpe1-14/+10
2020-01-13RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe1-63/+48
2020-01-13RDMA/mlx5: Use RCU and direct refcounts to keep memory aliveJason Gunthorpe1-17/+17
2020-01-12IB/mlx5: Add mmap support for VARYishai Hadas1-1/+4
2020-01-12IB/mlx5: Introduce VAR object and its alloc/destroy methodsYishai Hadas2-0/+164
2020-01-12IB/mlx5: Extend caps stage to handle VAR capabilitiesYishai Hadas2-2/+48
2020-01-07IB/mlx5: Do reverse sequence during device removalParav Pandit1-0/+2
2020-01-03RDMA/mlx5: use true,false for bool variablezhengbin2-3/+3
2020-01-03IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov4-67/+67
2020-01-03IB/mlx5: Fix outstanding_pi index for GSI qpsPrabhath Sajeepa1-2/+1
2019-12-12IB/mlx5: Fix device memory flowsYishai Hadas4-52/+105
2019-12-12IB/mlx5: Fix steering rule of drop and countMaor Gottlieb1-7/+6
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-33/+27
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-55/+16
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-745/+1156
2019-11-25Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe5-22/+51
2019-11-23RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe3-33/+27
2019-11-22IB/mlx5: Implement callbacks for getting VFs GUID attributesDanit Goldberg3-0/+28
2019-11-19IB/mlx5: Support extended number of strides for Striding RQMark Zhang3-12/+43
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig6-8/+8
2019-11-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed3-22/+23
2019-11-13IB/mlx5: Support flow counters offset for bulk countersYevgeny Kliteynik3-4/+42
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2-17/+12
2019-11-11IB/mlx5: Load profile according to RoCE enablement stateMichael Guralnik1-12/+13
2019-11-11IB/mlx5: Rename profile and init methodsMichael Guralnik3-9/+9
2019-11-06RDMA/mlx5: Rewrite MAD processing logic to be readableLeon Romanovsky1-61/+55
2019-11-06RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky1-4/+0
2019-11-06RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky1-2/+0
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon1-3/+5
2019-11-04IB: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-55/+16
2019-11-01IB/mlx5: Introduce and use mlx5_core_is_vf()Parav Pandit1-1/+1
2019-10-31IB/mlx5: Test write combining supportMichael Guralnik4-3/+223
2019-10-31RDMA/mlx5: Return proper error valueLeon Romanovsky1-1/+1
2019-10-28Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe6-591/+604
2019-10-28RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe3-59/+88
2019-10-28RDMA/mlx5: Do not store implicit children in the odp_mkeys xarrayJason Gunthorpe1-30/+6
2019-10-28RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe4-64/+120
2019-10-28RDMA/mlx5: Avoid double lookups on the pagefault pathJason Gunthorpe1-106/+80
2019-10-28RDMA/mlx5: Reduce locking in implicit_mr_get_data()Jason Gunthorpe1-12/+26
2019-10-28RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe2-133/+67
2019-10-28RDMA/mlx5: Split implicit handling from pagefault_mrJason Gunthorpe1-49/+76
2019-10-28RDMA/mlx5: Set the HW IOVA of the child MRs to their place in the treeJason Gunthorpe1-2/+3
2019-10-28RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that call itJason Gunthorpe1-77/+74
2019-10-28RDMA/mlx5: Rework implicit_mr_get_dataJason Gunthorpe1-54/+69
2019-10-28RDMA/mlx5: Delete struct mlx5_priv->mkey_tableJason Gunthorpe1-9/+0
2019-10-28RDMA/mlx5: Use a dedicated mkey xarray for ODPJason Gunthorpe5-73/+83
2019-10-28RDMA/mlx5: Split sig_err MR data into its own xarrayJason Gunthorpe4-17/+28
2019-10-28RDMA/mlx5: Use SRCU properly in ODP prefetchJason Gunthorpe1-141/+121
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe4-96/+91
2019-10-28RDMA/mlx5: Use irq xarray locking for mkey_tableJason Gunthorpe1-2/+2