summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-219-113/+183
|\
| * RDMA/mlx5: Fix handling of IOVA != user_va in ODP pathsJason Gunthorpe2020-01-162-6/+15
| * IB/mlx5: Mask out unsupported ODP capabilities for kernel QPsMoni Shoua2020-01-161-0/+17
| * RDMA/mlx5: Don't fake udata for kernel pathLeon Romanovsky2020-01-161-18/+16
| * IB/mlx5: Add ODP WQE handlers for kernel QPsMoni Shoua2020-01-163-70/+117
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-167-19/+18
* | IB/mlx5: Expose RoCE accelerator countersAvihai Horon2020-01-161-0/+18
* | RDMA/mlx5: Set relaxed ordering when requestedMichael Guralnik2020-01-164-5/+23
* | RDMA/mlx5: Simplify devx async commandsJason Gunthorpe2020-01-131-14/+10
* | RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe2020-01-131-63/+48
* | RDMA/mlx5: Use RCU and direct refcounts to keep memory aliveJason Gunthorpe2020-01-131-17/+17
* | IB/mlx5: Add mmap support for VARYishai Hadas2020-01-131-1/+4
* | IB/mlx5: Introduce VAR object and its alloc/destroy methodsYishai Hadas2020-01-132-0/+164
* | IB/mlx5: Extend caps stage to handle VAR capabilitiesYishai Hadas2020-01-132-2/+48
* | IB/mlx5: Do reverse sequence during device removalParav Pandit2020-01-081-0/+2
* | RDMA/mlx5: use true,false for bool variablezhengbin2020-01-042-3/+3
* | IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov2020-01-034-67/+67
* | IB/mlx5: Fix outstanding_pi index for GSI qpsPrabhath Sajeepa2020-01-031-2/+1
|/
* IB/mlx5: Fix device memory flowsYishai Hadas2019-12-124-52/+105
* IB/mlx5: Fix steering rule of drop and countMaor Gottlieb2019-12-121-7/+6
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-303-33/+27
|\
| * RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-243-33/+27
* | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-272-55/+16
|\ \
| * | IB: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-042-55/+16
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-2716-745/+1156
|\ \ \
| * \ \ Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2019-11-255-22/+51
| |\ \ \
| | * | | IB/mlx5: Implement callbacks for getting VFs GUID attributesDanit Goldberg2019-11-223-0/+28
| * | | | IB/mlx5: Support extended number of strides for Striding RQMark Zhang2019-11-193-12/+43
| * | | | IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-176-8/+8
| * | | | IB/mlx5: Support flow counters offset for bulk countersYevgeny Kliteynik2019-11-133-4/+42
| * | | | RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-132-17/+12
| * | | | RDMA/mlx5: Rewrite MAD processing logic to be readableLeon Romanovsky2019-11-061-61/+55
| * | | | RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky2019-11-061-4/+0
| * | | | RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky2019-11-061-2/+0
| * | | | RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-061-3/+5
| * | | | IB/mlx5: Test write combining supportMichael Guralnik2019-10-314-3/+223
| * | | | RDMA/mlx5: Return proper error valueLeon Romanovsky2019-10-311-1/+1
| * | | | Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe2019-10-286-591/+604
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe2019-10-283-59/+88
| | * | | RDMA/mlx5: Do not store implicit children in the odp_mkeys xarrayJason Gunthorpe2019-10-281-30/+6
| | * | | RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe2019-10-284-64/+120
| | * | | RDMA/mlx5: Avoid double lookups on the pagefault pathJason Gunthorpe2019-10-281-106/+80
| | * | | RDMA/mlx5: Reduce locking in implicit_mr_get_data()Jason Gunthorpe2019-10-281-12/+26
| | * | | RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe2019-10-282-133/+67
| | * | | RDMA/mlx5: Split implicit handling from pagefault_mrJason Gunthorpe2019-10-281-49/+76
| | * | | RDMA/mlx5: Set the HW IOVA of the child MRs to their place in the treeJason Gunthorpe2019-10-281-2/+3
| | * | | RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that call itJason Gunthorpe2019-10-281-77/+74
| | * | | RDMA/mlx5: Rework implicit_mr_get_dataJason Gunthorpe2019-10-281-54/+69
| | * | | RDMA/mlx5: Delete struct mlx5_priv->mkey_tableJason Gunthorpe2019-10-281-9/+0
| | * | | RDMA/mlx5: Use a dedicated mkey xarray for ODPJason Gunthorpe2019-10-285-73/+83