summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/erdma/erdma_verbs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/erdma: Add hardware statistics supportCheng Xu2023-12-301-0/+90
* RDMA/erdma: Fix NULL pointer access in regmr_cmdCheng Xu2023-09-181-3/+2
* RDMA/erdma: Fix error code in erdma_create_scatter_mtt()Dan Carpenter2023-09-181-1/+1
* RDMA/erdma: Implement hierarchical MTTCheng Xu2023-08-191-20/+180
* RDMA/erdma: Refactor the storage structure of MTT entriesCheng Xu2023-08-191-86/+128
* RDMA/erdma: Renaming variable names and field names of struct erdma_memCheng Xu2023-08-191-33/+33
* RDMA/erdma: use vmalloc_array and vcallocJulia Lawall2023-07-211-2/+2
* RDMA/erdma: Refactor the original doorbell allocation mechanismCheng Xu2023-06-111-99/+27
* RDMA/erdma: Associate QPs/CQs with doorbells for authorizationCheng Xu2023-06-111-6/+25
* RDMA/erdma: Allocate doorbell resources from hardwareCheng Xu2023-06-111-19/+98
* RDMA/erdma: Use fixed hardware page sizeCheng Xu2023-03-241-8/+9
* RDMA/erdma: Fix refcount leak in erdma_mmapMiaoqian Lin2022-12-281-1/+3
* RDMA/erdma: Implement the lifecycle of reflushing work for each QPCheng Xu2022-11-241-0/+18
* RDMA/erdma: Report atomic capacity when hardware supports atomic featureCheng Xu2022-11-071-0/+4
* RDMA/erdma: Extend access right field of FRMR and REG MR to support atomicCheng Xu2022-11-071-2/+1
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-071-2/+2
|\
| * RDMA/erdma: Correct the max_qp and max_cq capacities of the deviceCheng Xu2022-08-161-2/+2
* | RDMA/erdma: Support dynamic mtuCheng Xu2022-09-211-0/+11
* | RDMA/erdma: Remove redundant includesCheng Xu2022-09-201-7/+0
* | RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_waitCheng Xu2022-09-201-11/+6
|/
* RDMA/erdma: Add verbs implementationCheng Xu2022-07-271-0/+1460