index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-21
RDMA/rtrs-clt: Write path fast memory registration
Jack Wang
2
-27
/
+74
2021-06-21
RDMA/rtrs: Introduce head/tail wr
Jack Wang
3
-20
/
+27
2021-06-21
RDMA/bnxt_re: Update ABI to pass wqe-mode to user space
Devesh Sharma
3
-6
/
+5
2021-06-21
IB/core: Removed port validity check from ib_get_cached_subnet_prefix
Anand Khoje
4
-21
/
+6
2021-06-21
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
16
-28
/
+31
2021-06-21
RDMA/hns: Use IDA interface to manage xrcd index
Yangyang Li
4
-41
/
+25
2021-06-21
RDMA/hns: Use IDA interface to manage pd index
Yangyang Li
4
-37
/
+25
2021-06-21
RDMA/hns: Use IDA interface to manage mtpt index
Yangyang Li
5
-48
/
+43
2021-06-21
RDMA/hns: Remove unused RR mechanism
Yangyang Li
6
-19
/
+12
2021-06-21
RDMA/hns: Remove the unused hns_roce_bitmap_free_range function
Yangyang Li
2
-14
/
+1
2021-06-21
RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range function
Yangyang Li
2
-41
/
+0
2021-06-21
RDMA/core: Fix incorrect print format specifier
Wenpeng Liang
15
-45
/
+45
2021-06-21
RDMA/hns: Clean SRQC structure definition
Xi Wang
2
-93
/
+4
2021-06-21
RDMA/hns: Use new interface to write DB related fields
Yixing Liu
2
-78
/
+49
2021-06-21
RDMA/hns: Use new interface to write FRMR fields
Yixing Liu
2
-29
/
+22
2021-06-21
RDMA/hns: Use new interface to get CQE fields
Lang Cheng
2
-97
/
+48
2021-06-21
RDMA/hns: Use new interface to modify QP context
Lang Cheng
2
-881
/
+449
2021-06-21
RDMA/hns: Use new interface to write CQ context.
Yixing Liu
2
-121
/
+79
2021-06-21
RDMA/hns: Add hr_reg_write_bool()
Lang Cheng
2
-12
/
+20
2021-06-21
RDMA/hns: Add a check to ensure integer mtu is positive
Weihang Li
1
-5
/
+10
2021-06-21
RDMA/hns: Do not use !! for values that are already bool when calling hr_reg_...
Weihang Li
1
-2
/
+1
2021-06-21
RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPs
Avihai Horon
2
-5
/
+10
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-18
/
+27
2021-06-18
RDMA/hns: Clear extended doorbell info before using
Xi Wang
2
-0
/
+22
2021-06-18
RDMA/rtrs: Check device max_qp_wr limit when create QP
Jack Wang
2
-23
/
+19
2021-06-18
RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_num
Guoqing Jiang
5
-31
/
+30
2021-06-18
RDMA/rtrs: RDMA_RXE requires more number of WR
Md Haris Iqbal
2
-4
/
+5
2021-06-18
RDMA/rtrs-clt: Use minimal max_send_sge when create qp
Jack Wang
2
-7
/
+8
2021-06-18
RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr
Jack Wang
1
-13
/
+25
2021-06-16
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
13
-16
/
+15
2021-06-16
RDMA/core: Allow port_groups to be used with namespaces
Jason Gunthorpe
1
-6
/
+4
2021-06-16
RDMA: Change ops->init_port to ops->port_groups
Jason Gunthorpe
9
-68
/
+22
2021-06-16
RDMA/hfi1: Use attributes for the port sysfs
Jason Gunthorpe
2
-340
/
+194
2021-06-16
RDMA/qib: Use attributes for the port sysfs
Jason Gunthorpe
2
-356
/
+254
2021-06-16
RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj's
Jason Gunthorpe
3
-166
/
+119
2021-06-16
RDMA/core: Expose the ib port sysfs attribute machinery
Jason Gunthorpe
1
-100
/
+117
2021-06-16
RDMA/core: Remove the kobject_uevent() NOP
Jason Gunthorpe
1
-2
/
+0
2021-06-16
RDMA/core: Create the device hw_counters through the normal groups mechanism
Jason Gunthorpe
3
-54
/
+27
2021-06-16
RDMA/core: Simplify how the port sysfs is created
Jason Gunthorpe
1
-219
/
+103
2021-06-16
RDMA/core: Simplify how the gid_attrs sysfs is created
Jason Gunthorpe
1
-81
/
+89
2021-06-16
RDMA/core: Split gid_attrs related sysfs from add_port()
Jason Gunthorpe
1
-71
/
+89
2021-06-16
RDMA/core: Split port and device counter sysfs attributes
Jason Gunthorpe
1
-168
/
+290
2021-06-16
RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer
Jason Gunthorpe
3
-9
/
+14
2021-06-16
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
18
-100
/
+135
2021-06-16
RDMA/rxe: Disallow MR dereg and invalidate when bound
Bob Pearson
3
-11
/
+26
2021-06-16
RDMA/rxe: Implement memory access through MWs
Bob Pearson
4
-15
/
+75
2021-06-16
RDMA/rxe: Implement invalidate MW operations
Bob Pearson
7
-93
/
+199
2021-06-16
RDMA/rxe: Add support for bind MW work requests
Bob Pearson
6
-5
/
+229
2021-06-16
RDMA/rxe: Move local ops to subroutine
Bob Pearson
1
-40
/
+63
2021-06-16
RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK
Bob Pearson
4
-6
/
+5
[prev]
[next]