index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xlt
Aharon Landau
5
-208
/
+116
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pas
Aharon Landau
5
-75
/
+164
2022-04-25
RDMA/mlx5: Move creation and free of translation tables to umr.c
Aharon Landau
3
-100
/
+116
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd access
Aharon Landau
3
-25
/
+45
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRs
Aharon Landau
3
-28
/
+34
2022-04-25
RDMA/mlx5: Introduce mlx5_umr_post_send_wait()
Aharon Landau
2
-0
/
+104
2022-04-25
RDMA/mlx5: Expose wqe posting helpers outside of wr.c
Aharon Landau
2
-111
/
+121
2022-04-25
RDMA/mlx5: Simplify get_umr_update_access_mask()
Aharon Landau
1
-10
/
+5
2022-04-25
RDMA/mlx5: Move mkey ctrl segment logic to umr.c
Aharon Landau
5
-141
/
+147
2022-04-25
RDMA/mlx5: Move umr checks to umr.h
Aharon Landau
5
-70
/
+72
2022-04-25
RDMA/mlx5: Move init and cleanup of UMR to umr.c
Aharon Landau
4
-103
/
+125
2022-04-20
RDMA/rxe: Recheck the MR in when generating a READ reply
Bob Pearson
1
-2
/
+8
2022-04-19
RDMA/mlx5: Fix flow steering egress flow
Leon Romanovsky
1
-5
/
+0
2022-04-19
RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core()
Duoming Zhou
1
-6
/
+1
2022-04-18
Merge drm/drm-next into drm-misc-next
Paul Cercueil
4
-4
/
+16
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-4
/
+16
2022-04-12
RDMA/rxe: Fix "Replace mr by rkey in responder resources"
Bob Pearson
1
-8
/
+17
2022-04-12
RDMA/rxe: Generate a completion for unsupported/invalid opcode
Xiao Yang
1
-1
/
+1
2022-04-12
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jason Gunthorpe
4
-636
/
+3
2022-04-12
Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-6
/
+2
2022-04-11
RDMA/hns: Init the variable at the suitable place
Haoyue Xu
1
-1
/
+2
2022-04-11
RDMA/hns: Add judgment on the execution result of CMDQ that free vf resource
Wenpeng Liang
1
-4
/
+13
2022-04-11
RDMA/hns: Remove redundant variable "ret"
Guofeng Yue
1
-4
/
+1
2022-04-11
RDMA/hns: Remove unused function to_hns_roce_state()
Yixing Liu
2
-31
/
+0
2022-04-11
RDMA/hns: Remove unnecessary check for the sgid_attr when modifying QP
Chengchang Tang
1
-3
/
+1
2022-04-09
RDMA/core: Delete IPsec flow action logic from the core
Leon Romanovsky
2
-384
/
+1
2022-04-09
RDMA/mlx5: Drop crypto flow steering API
Leon Romanovsky
2
-248
/
+2
2022-04-09
RDMA/mlx5: Delete never supported IPsec flow action
Leon Romanovsky
1
-4
/
+0
2022-04-08
RDMA/hfi1: Fix use-after-free bug for mm struct
Douglas Miller
1
-0
/
+6
2022-04-08
RDMA/rxe: Remove reliable datagram support
Bob Pearson
2
-4
/
+2
2022-04-08
RDMA/rxe: Remove support for SMI QPs from rdma_rxe
Bob Pearson
7
-21
/
+1
2022-04-08
RDMA/rxe: Remove mc_grp_pool from struct rxe_dev
Bob Pearson
1
-1
/
+0
2022-04-08
RDMA/rxe: Remove type 2A memory window capability
Bob Pearson
2
-1
/
+8
2022-04-08
RDMA/usnic: Refactor usnic_uiom_alloc_pd()
Robin Murphy
3
-6
/
+4
2022-04-08
RDMA/usnic: Stop using iommu_present()
Robin Murphy
3
-17
/
+5
2022-04-08
IB/SA: Replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-8
/
+8
2022-04-07
RDMA: use DMA_RESV_USAGE_KERNEL
Christian König
1
-1
/
+1
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
1
-1
/
+2
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
25
-57
/
+52
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
123
-3008
/
+3071
2022-04-04
IB/rdmavt: add missing locks in rvt_ruc_loopback
Niels Dossche
1
-1
/
+5
2022-04-04
IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition
Niels Dossche
1
-1
/
+5
2022-04-04
IB/uverbs: Move part of enum ib_device_cap_flags to uapi
Xiao Yang
1
-2
/
+4
2022-04-04
RDMA/irdma: Remove the redundant variable
Zhu Yanjun
1
-5
/
+2
2022-04-04
IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD
Mark Zhang
1
-2
/
+1
2022-04-04
RDMA/mlx5: Add a missing update of cache->last_add
Aharon Landau
1
-0
/
+1
2022-04-04
RDMA/mlx5: Don't remove cache MRs when a delay is needed
Aharon Landau
1
-1
/
+3
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
106
-2875
/
+2870
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
6
-32
/
+54
[prev]
[next]