aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/irdma/hw.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-30RDMA/irdma: Add support for GEN4 hardwareJacob Moroni1-4/+10
2026-03-30RDMA/irdma: Provide scratch buffers to firmware for internal useJay Bhat1-0/+11
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+4
2026-01-25RDMA/irdma: Use CQ ID for CEQE contextJacob Moroni1-10/+78
2026-01-25RDMA/irdma: Add enum defs for reserved CQs/QPsJacob Moroni1-10/+10
2025-11-02RDMA/irdma: Initialize cqp_cmds_info to prevent resource leaksJay Bhat1-3/+0
2025-09-18RDMA/irdma: Extend CQE Error and Flush Handling for GEN3 DevicesShiraz Saleem1-72/+27
2025-09-18RDMA/irdma: Add SRQ supportFaisal Latif1-2/+19
2025-09-18RDMA/irdma: Support 64-byte CQEs and GEN3 CQE opcode decodingShiraz Saleem1-2/+4
2025-09-18RDMA/irdma: Add GEN3 support for AEQ and CEQShiraz Saleem1-54/+76
2025-09-18RDMA/irdma: Add GEN3 CQP support with deferred completionsKrzysztof Czurylo1-10/+79
2025-09-18RDMA/irdma: Add GEN3 core driver supportMustafa Ismail1-7/+11
2025-02-05ice, irdma: move interrupts code to irdmaMichal Swiatkowski1-2/+0
2024-02-04RDMA/irdma: Add AE for too many RNRSMustafa Ismail1-0/+1
2024-02-04RDMA/irdma: Fix KASAN issue with taskletMike Marciniszyn1-0/+7
2023-12-04RDMA/irdma: Avoid free the non-cqp_request scratchShifeng Li1-3/+1
2023-11-22RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()Shifeng Li1-3/+3
2023-11-15RDMA/irdma: Add wait for suspend on SQDMustafa Ismail1-1/+5
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski1-1/+1
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-23/+40
2023-07-31RDMA/irdma: Fix one kernel-doc commentYang Li1-1/+0
2023-07-26RDMA/irdma: Add table based lookup for CQ pointer during an eventKrzysztof Czurylo1-8/+19
2023-07-26RDMA/irdma: Refactor error handling in create CQPSindhu Devale1-14/+21
2023-07-26RDMA/irdma: Report correct WC errorSindhu Devale1-0/+1
2023-07-17RDMA/irdma: Fix data race on CQP request doneShiraz Saleem1-1/+1
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+12
2023-04-21RDMA/irdma: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() callTejun Heo1-2/+2
2023-03-19RDMA/irdma: Fix memory leak of PBLE objectsMustafa Ismail1-0/+3
2023-03-19RDMA/irdma: Change name of interruptsMichal Swiatkowski1-3/+10
2023-02-08RDMA/irdma: Cap MSIX used to online CPUs + 1Mustafa Ismail1-0/+2
2022-09-20RDMA/irdma: Align AE id codes to correct flush code and eventSindhu-Devale1-21/+30
2022-07-18RDMA/irdma: Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+4
2022-07-18RDMA/irdma: Fix setting of QP context err_rq_idx_valid fieldMustafa Ismail1-11/+4
2022-07-18RDMA/irdma: Make resource distribution algorithm more QP orientedNayan Kumar1-4/+1
2022-07-18RDMA/irdma: Add AE source to error logMustafa Ismail1-2/+2
2022-05-11RDMA/irdma: Add SW mechanism to generate completions on errorMustafa Ismail1-13/+18
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-4/+0
2022-02-28RDMA/irdma: Fix Passthrough mode in VMMustafa Ismail1-1/+1
2022-02-23RDMA/irdma: Remove excess error variablesShiraz Saleem1-2/+2
2022-02-23RDMA/irdma: Propagate error codesShiraz Saleem1-1/+1
2022-02-23RDMA/irdma: Remove enum irdma_status_codeShiraz Saleem1-100/+88
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-8/+8
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-8/+8
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar1-1/+6
2021-12-10RDMA/irdma: Use irq_update_affinity_hint()Nitesh Narayan Lal1-2/+2
2021-12-07RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQTatyana Nikolova1-0/+2
2021-12-07RDMA/irdma: Report correct WC errorsShiraz Saleem1-1/+4
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski1-3/+4