index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
irdma
Age
Commit message (
Expand
)
Author
Lines
2026-02-24
RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()
Jason Gunthorpe
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-12
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-13
/
+13
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-31
/
+34
2026-02-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-82
/
+165
2026-01-28
RDMA/irdma: Use kvzalloc for paged memory DMA address array
Carlos Bilbao
-3
/
+3
2026-01-25
RDMA/irdma: Use CQ ID for CEQE context
Jacob Moroni
-51
/
+127
2026-01-25
RDMA/irdma: Add enum defs for reserved CQs/QPs
Jacob Moroni
-10
/
+22
2026-01-13
RDMA/irdma: Remove fixed 1 ms delay during AH wait loop
Jacob Moroni
-9
/
+11
2026-01-13
RDMA/irdma: Remove redundant dma_wmb() before writel()
Jacob Moroni
-5
/
+0
2025-12-18
RDMA/irdma: Simplify bool conversion
Jiapeng Chong
-4
/
+2
2025-12-17
RDMA/irdma: avoid invalid read in irdma_net_event
Michal Schmidt
-1
/
+2
2025-12-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-225
/
+114
2025-11-26
RDMA/irdma: Fix SRQ shadow area address initialization
Jijun Wang
-1
/
+1
2025-11-26
RDMA/irdma: Remove doorbell elision logic
Jacob Moroni
-31
/
+2
2025-11-26
RDMA/irdma: Do not set IBK_LOCAL_DMA_LKEY for GEN3+
Jacob Moroni
-1
/
+2
2025-11-26
RDMA/irdma: Do not directly rely on IB_PD_UNSAFE_GLOBAL_RKEY
Jacob Moroni
-10
/
+12
2025-11-26
RDMA/irdma: Add missing mutex destroy
Anil Samal
-2
/
+10
2025-11-26
RDMA/irdma: Fix SIGBUS in AEQ destroy
Krzysztof Czurylo
-1
/
+2
2025-11-26
RDMA/irdma: Add a missing kfree of struct irdma_pci_f for GEN2
Tatyana Nikolova
-0
/
+2
2025-11-26
RDMA/irdma: Fix data race in irdma_free_pble
Krzysztof Czurylo
-2
/
+4
2025-11-26
RDMA/irdma: Fix data race in irdma_sc_ccq_arm
Krzysztof Czurylo
-0
/
+3
2025-11-12
RDMA/irdma: Remove redundant NULL check of udata in irdma_create_user_ah()
Tuo Li
-1
/
+1
2025-11-09
RDMA/irdma: Remove unused CQ registry
Jacob Moroni
-122
/
+3
2025-11-06
RDMA/irdma: Take a lock before moving SRQ tail in poll_cq
Jay Bhat
-0
/
+7
2025-11-02
RDMA/irdma: CQ size and shadow update changes for GEN3
Jay Bhat
-40
/
+56
2025-11-02
RDMA/irdma: Silently consume unsignaled completions
Jay Bhat
-1
/
+7
2025-11-02
RDMA/irdma: Initialize cqp_cmds_info to prevent resource leaks
Jay Bhat
-12
/
+1
2025-11-02
RDMA/irdma: Enforce local fence for LOCAL_INV WRs
Jacob Moroni
-1
/
+1
2025-11-02
RDMA/irdma: Fix vf_id size to u16 to avoid overflow
Jay Bhat
-1
/
+1
2025-10-19
RDMA/irdma: Set irdma_cq cq_num field during CQ create
Jacob Moroni
-1
/
+2
2025-10-19
RDMA/irdma: Fix SD index calculation
Jacob Moroni
-1
/
+1
2025-09-24
RDMA/irdma: Remove unused struct irdma_cq fields
Jacob Moroni
-9
/
+0
2025-09-24
RDMA/irdma: Fix positive vs negative error codes in irdma_post_send()
Dan Carpenter
-2
/
+2
2025-09-21
RDMA: Use %pe format specifier for error pointers
Leon Romanovsky
-3
/
+3
2025-09-18
RDMA/irdma: Update Kconfig
Tatyana Nikolova
-3
/
+4
2025-09-18
RDMA/irdma: Extend CQE Error and Flush Handling for GEN3 Devices
Shiraz Saleem
-188
/
+277
2025-09-18
RDMA/irdma: Add Atomic Operations support
Faisal Latif
-4
/
+207
2025-09-18
RDMA/irdma: Restrict Memory Window and CQE Timestamping to GEN3
Shiraz Saleem
-16
/
+26
2025-09-18
RDMA/irdma: Add SRQ support
Faisal Latif
-13
/
+1089
2025-09-18
RDMA/irdma: Support 64-byte CQEs and GEN3 CQE opcode decoding
Shiraz Saleem
-9
/
+48
2025-09-18
RDMA/irdma: Add support for V2 HMC resource management scheme
Vinoth Kumar Chandra Mohan
-19
/
+130
2025-09-18
RDMA/irdma: Extend QP context programming for GEN3
Shiraz Saleem
-7
/
+215
2025-09-18
RDMA/irdma: Add GEN3 virtual QP1 support
Shiraz Saleem
-22
/
+174
2025-09-18
RDMA/irdma: Introduce GEN3 vPort driver support
Mustafa Ismail
-1
/
+131
2025-09-18
RDMA/irdma: Add GEN3 HW statistics support
Krzysztof Czurylo
-61
/
+166
2025-09-18
RDMA/irdma: Add GEN3 support for AEQ and CEQ
Shiraz Saleem
-73
/
+338
2025-09-18
RDMA/irdma: Add GEN3 CQP support with deferred completions
Krzysztof Czurylo
-15
/
+438
2025-09-18
RDMA/irdma: Discover and set up GEN3 hardware register layout
Christopher Bednarz
-15
/
+351
2025-09-18
RDMA/irdma: Add GEN3 core driver support
Mustafa Ismail
-127
/
+1224
[next]