index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
backtracetest.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-16
RDMA/mlx5: Use ib_umem_find_best_pgsz() for devx
Jason Gunthorpe
3
-91
/
+35
2020-11-16
RDMA/mlx5: mlx5_umem_find_best_quantized_pgoff() for CQ
Jason Gunthorpe
2
-14
/
+44
2020-11-16
RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QP
Jason Gunthorpe
3
-70
/
+23
2020-11-16
RDMA/mlx5: Directly compute the PAS list for raw QP RQ's
Jason Gunthorpe
1
-25
/
+16
2020-11-16
RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQ
Jason Gunthorpe
1
-22
/
+31
2020-11-16
RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQ
Jason Gunthorpe
4
-10
/
+128
2020-11-16
RDMA/efa: Remove .create_ah callback assignment
Gal Pressman
2
-2
/
+1
2020-11-16
RDMA/hns: Add new PCI device ID matching for HIP09
Lang Cheng
1
-0
/
+1
2020-11-16
RDMA/cma: Add missing error handling of listen_id
Leon Romanovsky
1
-74
/
+101
2020-11-16
RDMA/restrack: Store all special QPs in restrack DB
Leon Romanovsky
2
-2
/
+11
2020-11-16
RDMA/counter: Combine allocation and bind logic
Leon Romanovsky
1
-74
/
+62
2020-11-12
RDMA/hns: Fix double free of the pointer to TSQ/TPQ
Weihang Li
1
-0
/
+2
2020-11-12
nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device
Christoph Hellwig
1
-1
/
+1
2020-11-12
RDMA: Lift ibdev_to_node from rds to common code
Christoph Hellwig
2
-7
/
+13
2020-11-12
RDMA/core: Remove ib_dma_{alloc,free}_coherent
Christoph Hellwig
1
-29
/
+0
2020-11-12
RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_size
Christoph Hellwig
1
-4
/
+4
2020-11-12
RDMa/mthca: Work around -Wenum-conversion warning
Arnd Bergmann
2
-2
/
+1
2020-11-12
RDMA/core: Make FD destroy callback void
Leon Romanovsky
5
-14
/
+11
2020-11-12
RDMA/core: Postpone uobject cleanup on failure till FD close
Leon Romanovsky
13
-113
/
+45
2020-11-12
IB/isert: Do not excplicitly check == false for bool
Zou Wei
1
-1
/
+1
2020-11-12
RDMA/rxe: Remove VLAN code leftovers from RXE
Zhu Yanjun
2
-14
/
+0
2020-11-02
IB/mlx5: Add support for NDR link speed
Meir Lichtinger
1
-0
/
+12
2020-11-02
IB/core: Add support for NDR link speed
Meir Lichtinger
1
-0
/
+4
2020-11-02
RDMA/ipoib: Add 50Gb and 100Gb link speeds to ethtool
Meir Lichtinger
1
-0
/
+4
2020-11-02
RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SEND
Jason Gunthorpe
2
-1
/
+4
2020-11-02
RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()
Zhang Qilong
1
-1
/
+1
2020-11-02
RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc's
Jason Gunthorpe
3
-17
/
+56
2020-11-02
RDMA/mlx5: Split mlx5_ib_update_xlt() into ODP and non-ODP cases
Jason Gunthorpe
3
-109
/
+90
2020-11-02
RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()
Jason Gunthorpe
3
-69
/
+128
2020-11-02
RDMA/mlx5: Move xlt_emergency_page_mutex into mr.c
Jason Gunthorpe
3
-22
/
+19
2020-11-02
RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()
Jason Gunthorpe
7
-18
/
+30
2020-11-02
RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()
Jason Gunthorpe
7
-45
/
+27
2020-11-02
RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()
Jason Gunthorpe
7
-52
/
+46
2020-11-02
RDMA/mlx5: Remove order from mlx5_ib_cont_pages()
Jason Gunthorpe
7
-24
/
+12
2020-11-02
RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mr
Jason Gunthorpe
3
-78
/
+69
2020-11-02
RDMA/mlx5: Remove mlx5_ib_mr->npages
Jason Gunthorpe
2
-12
/
+12
2020-11-02
RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()
Jason Gunthorpe
1
-9
/
+11
2020-11-02
RDMA/mlx5: Remove mlx5_ib_mr->order
Jason Gunthorpe
2
-3
/
+3
2020-10-31
RDMA: Convert various random sprintf sysfs _show uses to sysfs_emit
Joe Perches
12
-124
/
+118
2020-10-31
RDMA: Manual changes for sysfs_emit and neatening
Joe Perches
9
-182
/
+186
2020-10-28
RDMA/hns: Add support for filling GMV table
Weihang Li
3
-31
/
+116
2020-10-28
RDMA/hns: Add support for configuring GMV table
Weihang Li
6
-28
/
+159
2020-10-28
RDMA/rtrs-clt: Remove 'addr' from rtrs_clt_add_path_to_arr
Guoqing Jiang
1
-3
/
+2
2020-10-28
RDMA/rtrs: Introduce rtrs_post_send
Guoqing Jiang
1
-33
/
+19
2020-10-28
RDMA/rtrs-srv: Kill rtrs_srv_change_state_get_old
Guoqing Jiang
1
-16
/
+3
2020-10-28
RDMA/rtrs-clt: Remove duplicated code
Gioh Kim
1
-6
/
+5
2020-10-28
RDMA/rtrs-clt: Remove duplicated switch-case handling for CM error events
Gioh Kim
1
-5
/
+7
2020-10-28
RDMA/rtrs: Remove unnecessary argument dir of rtrs_iu_free
Gioh Kim
4
-23
/
+17
2020-10-28
RDMA/rtrs-srv: Fix typo
Guoqing Jiang
1
-1
/
+1
2020-10-28
RDMA/rtrs-srv: Don't guard the whole __alloc_srv with srv_mutex
Guoqing Jiang
1
-49
/
+37
[next]