index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
cq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-16
RDMA/mlx5: mlx5_umem_find_best_quantized_pgoff() for CQ
Jason Gunthorpe
1
-14
/
+34
2020-11-02
RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()
Jason Gunthorpe
1
-3
/
+3
2020-11-02
RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()
Jason Gunthorpe
1
-7
/
+7
2020-11-02
RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()
Jason Gunthorpe
1
-14
/
+16
2020-11-02
RDMA/mlx5: Remove order from mlx5_ib_cont_pages()
Jason Gunthorpe
1
-3
/
+2
2020-10-02
RDMA/core: Modify enum ib_gid_type and enum rdma_network_type
Avihai Horon
1
-1
/
+1
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
1
-2
/
+7
2020-09-03
RDMA/mlx5: Fix potential race between destroy and CQE poll
Leon Romanovsky
1
-2
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-3
/
+3
2020-04-28
net/mlx5: Refactor imm_inval_pkey field in cqe struct
Raed Salem
1
-4
/
+4
2020-04-19
net/mlx5: Move QP logic to mlx5_ib
Leon Romanovsky
1
-1
/
+2
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-6
/
+15
2020-03-27
IB/mlx5: Move to fully dynamic UAR mode once user space supports it
Yishai Hadas
1
-2
/
+6
2020-03-27
IB/mlx5: Extend CQ creation to get uar page index from user space
Yishai Hadas
1
-6
/
+11
2020-03-25
RDMA/mlx5: Fix access to wrong pointer while performing flush due to error
Leon Romanovsky
1
-2
/
+25
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
1
-3
/
+3
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
1
-2
/
+2
2019-10-28
RDMA/mlx5: Split sig_err MR data into its own xarray
Jason Gunthorpe
1
-17
/
+16
2019-07-03
Merge mlx5-next into rdma for-next
Jason Gunthorpe
1
-6
/
+7
2019-07-03
net/mlx5: Report EQE data upon CQ completion
Yishai Hadas
1
-1
/
+1
2019-07-03
net/mlx5: mlx5_core_create_cq() enhancements
Yishai Hadas
1
-1
/
+2
2019-06-25
net/mlx5: Convert mkey_table to XArray
Matthew Wilcox
1
-4
/
+4
2019-06-20
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
1
-15
/
+5
2019-06-11
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
1
-21
/
+11
2019-06-11
RDMA: Clean destroy CQ in drivers do not return errors
Leon Romanovsky
1
-3
/
+1
2019-04-01
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
1
-12
/
+11
2019-04-01
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
1
-11
/
+10
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
1
-2
/
+1
2019-02-05
IB/mlx5: Fix the locking of SRQ objects in ODP events
Moni Shoua
1
-2
/
+2
2019-01-11
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
1
-6
/
+5
2018-12-20
Merge branch 'mlx5-next' into rdma.git
Jason Gunthorpe
1
-4
/
+4
2018-12-18
RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completion
Leon Romanovsky
1
-97
/
+5
2018-12-10
IB/mlx5: Use helper to get CQE opcode
Tariq Toukan
1
-4
/
+4
2018-12-04
RDMA/mlx5: Update SRQ functions signatures to mlx5_ib format
Leon Romanovsky
1
-2
/
+1
2018-12-04
net/mlx5: Move SRQ functions to RDMA part
Leon Romanovsky
1
-0
/
+1
2018-10-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+2
2018-10-18
net/mlx5: Refactor fragmented buffer struct fields and init flow
Tariq Toukan
1
-18
/
+13
2018-10-17
IB/mlx5: Support scatter to CQE for DC transport type
Yonatan Cohen
1
-1
/
+1
2018-09-25
IB/mlx5: Set uid as part of CQ creation
Yishai Hadas
1
-0
/
+1
2018-08-01
RDMA: Fix return code check in rdma_set_cq_moderation
Kamal Heib
1
-1
/
+1
2018-05-30
Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Jason Gunthorpe
1
-10
/
+32
2018-05-30
IB/mlx5: Introduce a new mini-CQE format
Yonatan Cohen
1
-10
/
+32
2018-05-24
Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...
Jason Gunthorpe
1
-1
/
+1
2018-05-24
IB/mlx5: Fetch soft WQE's on fatal error state
Erez Shitrit
1
-3
/
+12
2018-05-17
IB/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'
Christophe JAILLET
1
-1
/
+1
2018-03-28
mlx5: Move dump error CQE function out of mlx5_ib for code sharing
Eran Ben Elisha
1
-7
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+8
2018-03-10
RDMA/mlx5: Fix integer overflow while resizing CQ
Leon Romanovsky
1
-1
/
+6
2018-03-10
Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"
Doug Ledford
1
-6
/
+1
[next]