summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | RDMA/hns: Delete unnecessary uar from hns_roce_cqYixian Liu2019-11-082-4/+1
| * | | | | RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng2019-11-084-22/+5
| * | | | | RDMA/hns: Delete unnecessary variable max_postYixian Liu2019-11-082-5/+4
| * | | | | RDMA/mlx5: Rewrite MAD processing logic to be readableLeon Romanovsky2019-11-061-61/+55
| * | | | | RDMA/ocrdma: Simplify process_mad functionLeon Romanovsky2019-11-061-8/+4
| * | | | | RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky2019-11-065-20/+0
| * | | | | RDMA/ocrdma: Make ocrdma_pma_counters() return voidLeon Romanovsky2019-11-063-9/+4
| * | | | | RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky2019-11-065-14/+2
| * | | | | RDMA/qib: Delete empty check_cc_key functionLeon Romanovsky2019-11-061-11/+0
| * | | | | RDMA/qib: Delete extra lineLeon Romanovsky2019-11-061-1/+0
| * | | | | RDMA/mad: Delete never implemented functionsLeon Romanovsky2019-11-061-19/+0
| * | | | | Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"Bart Van Assche2019-11-061-5/+1
| * | | | | RDMA/qedr: Remove unsupported modify_port callbackKamal Heib2019-11-063-9/+0
| * | | | | RDMA/ocrdma: Remove unsupported modify_port callbackKamal Heib2019-11-063-9/+0
| * | | | | RDMA/hns: Remove unsupported modify_port callbackKamal Heib2019-11-061-7/+0
| * | | | | RDMA/core: Fix return code when modify_port isn't supportedKamal Heib2019-11-061-1/+5
| * | | | | RDMA/qedr: Add iWARP doorbell recovery supportMichal Kalderon2019-11-062-6/+43
| * | | | | RDMA/qedr: Add doorbell overflow recovery supportMichal Kalderon2019-11-062-50/+275
| * | | | | RDMA/qedr: Use the common mmap APIMichal Kalderon2019-11-064-121/+98
| * | | | | RDMA/siw: Use the common mmap_xa helpersMichal Kalderon2019-11-064-102/+114
| * | | | | RDMA/efa: Use the common mmap_xa helpersMichal Kalderon2019-11-063-194/+153
| * | | | | RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-067-23/+68
| * | | | | RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon2019-11-064-0/+240
| * | | | | RDMA/core: Move core content from ib_uverbs to ib_coreMichal Kalderon2019-11-054-72/+86
| * | | | | IB/mlx5: Test write combining supportMichael Guralnik2019-10-314-3/+223
| * | | | | RDMA/mlx5: Return proper error valueLeon Romanovsky2019-10-311-1/+1
| * | | | | RDMA/hns: Fix build error againArnd Bergmann2019-10-292-5/+20
| * | | | | Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe2019-10-287-610/+623
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | RDMA/odp: Remove broken debugging call to invalidate_rangeJason Gunthorpe2019-10-281-19/+19
| | * | | | 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
| | * | | | RDMA/mlx5: Split sig_err MR data into its own xarrayJason Gunthorpe2019-10-284-17/+28
| | * | | | RDMA/mlx5: Use SRCU properly in ODP prefetchJason Gunthorpe2019-10-281-141/+121
| | | |/ / | | |/| |
| * | | | Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-2817-139/+152
| |\| | |
| * | | | RDMA/vmw_pvrdma: Use resource ids from physical device if availableBryan Tan2019-10-282-29/+101
| * | | | RDMA/core: Set DMA parameters correctlyBart Van Assche2019-10-281-2/+14
| * | | | RDMA/siw: Increase DMA max_segment_size parameterBart Van Assche2019-10-282-0/+4
| * | | | RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche2019-10-282-0/+4
| * | | | RDMA/siw: Fix post_recv QP state lockingBernard Metzler2019-10-281-1/+0
| * | | | RDMA/iw_cxgb4: Report correct port speed/widthPotnuri Bharat Teja2019-10-281-3/+4