summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/cq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-011-6/+15
|\
| * IB/mlx5: Move to fully dynamic UAR mode once user space supports itYishai Hadas2020-03-271-2/+6
| * IB/mlx5: Extend CQ creation to get uar page index from user spaceYishai Hadas2020-03-271-6/+11
* | RDMA/mlx5: Fix access to wrong pointer while performing flush due to errorLeon Romanovsky2020-03-241-2/+25
|/
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-3/+3
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-2/+2
* RDMA/mlx5: Split sig_err MR data into its own xarrayJason Gunthorpe2019-10-281-17/+16
* Merge mlx5-next into rdma for-nextJason Gunthorpe2019-07-031-6/+7
|\
| * net/mlx5: Report EQE data upon CQ completionYishai Hadas2019-07-031-1/+1
| * net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas2019-07-031-1/+2
| * net/mlx5: Convert mkey_table to XArrayMatthew Wilcox2019-06-241-4/+4
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-15/+5
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-21/+11
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-3/+1
|/
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-12/+11
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-11/+10
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-2/+1
* IB/mlx5: Fix the locking of SRQ objects in ODP eventsMoni Shoua2019-02-041-2/+2
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-6/+5
* Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-12-201-4/+4
|\
| * IB/mlx5: Use helper to get CQE opcodeTariq Toukan2018-12-091-4/+4
* | RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completionLeon Romanovsky2018-12-181-97/+5
|/
* RDMA/mlx5: Update SRQ functions signatures to mlx5_ib formatLeon Romanovsky2018-12-041-2/+1
* net/mlx5: Move SRQ functions to RDMA partLeon Romanovsky2018-12-041-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-261-1/+2
|\
| * IB/mlx5: Support scatter to CQE for DC transport typeYonatan Cohen2018-10-171-1/+1
| * IB/mlx5: Set uid as part of CQ creationYishai Hadas2018-09-251-0/+1
* | net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan2018-10-181-18/+13
|/
* RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib2018-07-311-1/+1
* Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jason Gunthorpe2018-05-291-10/+32
|\
| * IB/mlx5: Introduce a new mini-CQE formatYonatan Cohen2018-05-291-10/+32
* | Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...Jason Gunthorpe2018-05-241-1/+1
|\|
| * IB/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET2018-05-161-1/+1
* | IB/mlx5: Fetch soft WQE's on fatal error stateErez Shitrit2018-05-241-3/+12
|/
* mlx5: Move dump error CQE function out of mlx5_ib for code sharingEran Ben Elisha2018-03-271-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-2/+8
|\
| * RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-091-1/+6
| * Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"Doug Ledford2018-03-091-6/+1
| * RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-071-1/+6
| * IB/mlx: Set slid to zero in Ethernet completion structMoni Shoua2018-02-281-1/+2
* | IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-151-25/+39
|/
* RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe2018-01-291-1/+1
* IB/mlx5: Exposing modify CQ callback to uverbs layerYonatan Cohen2017-11-131-0/+3
* IB/mlx5: Support padded 128B CQE featureGuy Levi2017-10-251-4/+23
* IB/mlx5: Support 128B CQE compression featureGuy Levi2017-10-251-2/+4
* IB/mlx5: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-0/+2
* IB/mlx5: Fix some spelling mistakesTalat Batheesh2017-08-241-1/+1
* IB/core: Fix input len in multiple user verbsAmrani, Ram2017-08-221-4/+2
* {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-3/+3
* IB/mlx5: Set correct SL in completion for RoCEMoni Shoua2017-04-211-3/+16