index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
erdma
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2024-01-12
5
-2
/
+159
|
\
|
*
RDMA/erdma: Add hardware statistics support
Cheng Xu
2023-12-30
4
-0
/
+133
|
*
RDMA/erdma: Introduce dma pool for hardware responses of CMDQ requests
Cheng Xu
2023-12-30
3
-2
/
+26
*
|
PCI: Add Alibaba Vendor ID to linux/pci_ids.h
Shuai Xue
2023-12-13
1
-2
/
+0
|
/
*
RDMA/erdma: Fix NULL pointer access in regmr_cmd
Cheng Xu
2023-09-18
1
-3
/
+2
*
RDMA/erdma: Fix error code in erdma_create_scatter_mtt()
Dan Carpenter
2023-09-18
1
-1
/
+1
*
RDMA/erdma: Implement hierarchical MTT
Cheng Xu
2023-08-19
3
-24
/
+194
*
RDMA/erdma: Refactor the storage structure of MTT entries
Cheng Xu
2023-08-19
4
-94
/
+152
*
RDMA/erdma: Renaming variable names and field names of struct erdma_mem
Cheng Xu
2023-08-19
2
-37
/
+37
*
RDMA/erdma: use vmalloc_array and vcalloc
Julia Lawall
2023-07-21
1
-2
/
+2
*
RDMA/erdma: Refactor the original doorbell allocation mechanism
Cheng Xu
2023-06-11
5
-163
/
+27
*
RDMA/erdma: Associate QPs/CQs with doorbells for authorization
Cheng Xu
2023-06-11
2
-7
/
+41
*
RDMA/erdma: Allocate doorbell resources from hardware
Cheng Xu
2023-06-11
4
-19
/
+131
*
RDMA/erdma: Configure PAGE_SIZE to hardware
Cheng Xu
2023-06-11
2
-0
/
+32
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2023-04-29
8
-61
/
+64
|
\
|
*
RDMA/erdma: Use fixed hardware page size
Cheng Xu
2023-03-24
2
-8
/
+13
|
*
RDMA/erdma: Minor refactor of device init flow
Cheng Xu
2023-03-22
2
-32
/
+34
|
*
RDMA/erdma: Eliminate unnecessary casting of EQ doorbells
Cheng Xu
2023-03-22
3
-8
/
+6
|
*
RDMA/erdma: Unify byte ordering APIs usage
Cheng Xu
2023-03-22
3
-13
/
+11
*
|
RDMA/erdma: Defer probing if netdevice can not be found
Cheng Xu
2023-03-20
1
-1
/
+1
*
|
RDMA/erdma: Inline mtt entries into WQE if supported
Cheng Xu
2023-03-20
1
-1
/
+1
*
|
RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192
Cheng Xu
2023-03-20
2
-2
/
+2
*
|
RDMA/erdma: Fix some typos
Cheng Xu
2023-03-20
3
-3
/
+3
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2023-02-24
2
-3
/
+5
|
\
|
*
RDMA/erdma: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2023-01-15
1
-2
/
+2
|
*
RDMA/erdma: Fix refcount leak in erdma_mmap
Miaoqian Lin
2022-12-28
1
-1
/
+3
*
|
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2023-01-23
1
-0
/
+3
|
/
*
RDMA/erdma: Notify the latest PI to FW for reflushing when necessary
Cheng Xu
2022-11-24
2
-9
/
+26
*
RDMA/erdma: Implement the lifecycle of reflushing work for each QP
Cheng Xu
2022-11-24
3
-0
/
+28
*
RDMA/erdma: Add a workqueue for WRs reflushing
Cheng Xu
2022-11-24
2
-2
/
+13
*
RDMA/erdma: Fix a typo in annotation
Cheng Xu
2022-11-24
1
-1
/
+1
*
RDMA/erdma: Implement atomic operations support
Cheng Xu
2022-11-07
3
-8
/
+52
*
RDMA/erdma: Report atomic capacity when hardware supports atomic feature
Cheng Xu
2022-11-07
4
-0
/
+11
*
RDMA/erdma: Extend access right field of FRMR and REG MR to support atomic
Cheng Xu
2022-11-07
4
-13
/
+11
*
Merge tag 'v6.0' into rdma.git for-next
Jason Gunthorpe
2022-10-06
2
-3
/
+3
|
\
|
*
RDMA/erdma: Correct the max_qp and max_cq capacities of the device
Cheng Xu
2022-08-16
1
-2
/
+2
|
*
RDMA/erdma: Using the key in FMR WR instead of MR structure
Cheng Xu
2022-08-16
1
-1
/
+1
*
|
RDMA/erdma: Support dynamic mtu
Cheng Xu
2022-09-21
5
-1
/
+26
*
|
RDMA/erdma: Make hardware internal opcodes invisible to driver
Cheng Xu
2022-09-20
2
-5
/
+4
*
|
RDMA/erdma: Remove redundant includes
Cheng Xu
2022-09-20
9
-56
/
+1
*
|
RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait
Cheng Xu
2022-09-20
5
-22
/
+12
|
/
*
RDMA/erdma: Add driver to kernel build environment
Cheng Xu
2022-07-27
2
-0
/
+16
*
RDMA/erdma: Add the erdma module
Cheng Xu
2022-07-27
1
-0
/
+608
*
RDMA/erdma: Add connection management (CM) support
Cheng Xu
2022-07-27
2
-0
/
+1597
*
RDMA/erdma: Add verbs implementation
Cheng Xu
2022-07-27
3
-0
/
+2231
*
RDMA/erdma: Add verbs header file
Cheng Xu
2022-07-27
1
-0
/
+342
*
RDMA/erdma: Add event queue implementation
Cheng Xu
2022-07-27
1
-0
/
+329
*
RDMA/erdma: Add cmdq implementation
Cheng Xu
2022-07-27
1
-0
/
+493
*
RDMA/erdma: Add main include file
Cheng Xu
2022-07-27
1
-0
/
+287
*
RDMA/erdma: Add the hardware related definitions
Cheng Xu
2022-07-27
1
-0
/
+508