index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
irdma
/
hw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-30
RDMA/irdma: Add support for GEN4 hardware
Jacob Moroni
1
-4
/
+10
2026-03-30
RDMA/irdma: Provide scratch buffers to firmware for internal use
Jay Bhat
1
-0
/
+11
2026-03-02
RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversion
Leon Romanovsky
1
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+4
2026-01-25
RDMA/irdma: Use CQ ID for CEQE context
Jacob Moroni
1
-10
/
+78
2026-01-25
RDMA/irdma: Add enum defs for reserved CQs/QPs
Jacob Moroni
1
-10
/
+10
2025-11-02
RDMA/irdma: Initialize cqp_cmds_info to prevent resource leaks
Jay Bhat
1
-3
/
+0
2025-09-18
RDMA/irdma: Extend CQE Error and Flush Handling for GEN3 Devices
Shiraz Saleem
1
-72
/
+27
2025-09-18
RDMA/irdma: Add SRQ support
Faisal Latif
1
-2
/
+19
2025-09-18
RDMA/irdma: Support 64-byte CQEs and GEN3 CQE opcode decoding
Shiraz Saleem
1
-2
/
+4
2025-09-18
RDMA/irdma: Add GEN3 support for AEQ and CEQ
Shiraz Saleem
1
-54
/
+76
2025-09-18
RDMA/irdma: Add GEN3 CQP support with deferred completions
Krzysztof Czurylo
1
-10
/
+79
2025-09-18
RDMA/irdma: Add GEN3 core driver support
Mustafa Ismail
1
-7
/
+11
2025-02-05
ice, irdma: move interrupts code to irdma
Michal Swiatkowski
1
-2
/
+0
2024-02-04
RDMA/irdma: Add AE for too many RNRS
Mustafa Ismail
1
-0
/
+1
2024-02-04
RDMA/irdma: Fix KASAN issue with tasklet
Mike Marciniszyn
1
-0
/
+7
2023-12-04
RDMA/irdma: Avoid free the non-cqp_request scratch
Shifeng Li
1
-3
/
+1
2023-11-22
RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()
Shifeng Li
1
-3
/
+3
2023-11-15
RDMA/irdma: Add wait for suspend on SQD
Mustafa Ismail
1
-1
/
+5
2023-09-11
IB: Use capital "OR" for multiple licenses in SPDX
Krzysztof Kozlowski
1
-1
/
+1
2023-09-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-23
/
+40
2023-07-31
RDMA/irdma: Fix one kernel-doc comment
Yang Li
1
-1
/
+0
2023-07-26
RDMA/irdma: Add table based lookup for CQ pointer during an event
Krzysztof Czurylo
1
-8
/
+19
2023-07-26
RDMA/irdma: Refactor error handling in create CQP
Sindhu Devale
1
-14
/
+21
2023-07-26
RDMA/irdma: Report correct WC error
Sindhu Devale
1
-0
/
+1
2023-07-17
RDMA/irdma: Fix data race on CQP request done
Shiraz Saleem
1
-1
/
+1
2023-04-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-5
/
+12
2023-04-21
RDMA/irdma: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() call
Tejun Heo
1
-2
/
+2
2023-03-19
RDMA/irdma: Fix memory leak of PBLE objects
Mustafa Ismail
1
-0
/
+3
2023-03-19
RDMA/irdma: Change name of interrupts
Michal Swiatkowski
1
-3
/
+10
2023-02-08
RDMA/irdma: Cap MSIX used to online CPUs + 1
Mustafa Ismail
1
-0
/
+2
2022-09-20
RDMA/irdma: Align AE id codes to correct flush code and event
Sindhu-Devale
1
-21
/
+30
2022-07-18
RDMA/irdma: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-5
/
+4
2022-07-18
RDMA/irdma: Fix setting of QP context err_rq_idx_valid field
Mustafa Ismail
1
-11
/
+4
2022-07-18
RDMA/irdma: Make resource distribution algorithm more QP oriented
Nayan Kumar
1
-4
/
+1
2022-07-18
RDMA/irdma: Add AE source to error log
Mustafa Ismail
1
-2
/
+2
2022-05-11
RDMA/irdma: Add SW mechanism to generate completions on error
Mustafa Ismail
1
-13
/
+18
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
1
-4
/
+0
2022-02-28
RDMA/irdma: Fix Passthrough mode in VM
Mustafa Ismail
1
-1
/
+1
2022-02-23
RDMA/irdma: Remove excess error variables
Shiraz Saleem
1
-2
/
+2
2022-02-23
RDMA/irdma: Propagate error codes
Shiraz Saleem
1
-1
/
+1
2022-02-23
RDMA/irdma: Remove enum irdma_status_code
Shiraz Saleem
1
-100
/
+88
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-8
/
+8
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
1
-8
/
+8
2022-01-08
Merge branch 'linus' into irq/core, to fix conflict
Ingo Molnar
1
-1
/
+6
2021-12-10
RDMA/irdma: Use irq_update_affinity_hint()
Nitesh Narayan Lal
1
-2
/
+2
2021-12-07
RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ
Tatyana Nikolova
1
-0
/
+2
2021-12-07
RDMA/irdma: Report correct WC errors
Shiraz Saleem
1
-1
/
+4
2021-10-25
RDMA: Constify netdev->dev_addr accesses
Jakub Kicinski
1
-3
/
+4
[next]