summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/init.c
AgeCommit message (Expand)Author
2026-07-13RDMA/hfi1: Align probe error unwinding with device removalLeon Romanovsky
2026-07-13RDMA/hfi1: Initialize debugfs after probe completesLeon Romanovsky
2026-07-13RDMA/hfi1: Defer device creation until probe succeedsLeon Romanovsky
2026-07-13RDMA/hfi1: Stop flushing the global IB workqueueLeon Romanovsky
2026-07-13RDMA/hfi1: Remove redundant NULL checks in create_workqueues()Leon Romanovsky
2026-07-13RDMA/hfi1: Allocate device data after PCI initializationLeon Romanovsky
2026-07-13RDMA/hfi1: Free RX data on late probe failureLeon Romanovsky
2026-07-13RDMA/hfi1: Create workqueues before device initializationLeon Romanovsky
2026-07-13RDMA/hfi1: Drop device data from hfi1_validate_rcvhdrcnt()Leon Romanovsky
2026-07-13RDMA/hfi1: Pass PCI device to hfi1_pcie_init()Leon Romanovsky
2026-07-13RDMA/hfi1: Remove redundant PCI device ID validationLeon Romanovsky
2026-07-13RDMA/hfi1: Preserve unit 0 on allocation failureLeon Romanovsky
2026-06-05RDMA/hfi1: Open-code rvt_set_ibdev_name()Arnd Bergmann
2026-03-10RDMA/hfi1: Remove opa_vnicDennis Dalessandro
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-06hfi1: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-18RDMA: Switch to use hrtimer_setup()Nam Cao
2023-10-24RDMA/hfi1: Remove redundant assignment to pointer ppdColin Ian King
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski
2023-04-09IB/hfi1: Remove trace newlinesDean Luick
2022-12-27RDMA/hfi1: Fix doc for hfi1_free_ctxtMiaoqian Lin
2022-11-21RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig
2022-05-24RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro
2021-12-07IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn
2021-12-07IB/hfi1: Fix early init panicMike Marciniszyn
2021-12-07IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn
2021-10-29IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing
2021-07-30RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcountXiyu Yang
2021-07-30IB/hfi1: Adjust pkey entry in index 0Mike Marciniszyn
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-04-13IB/hfi1: Rework AIP and VNIC dummy netdev usageMike Marciniszyn
2021-04-07IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOSMike Marciniszyn
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky
2020-07-02IB/hfi1: Do not destroy link_wq when the device is shut downKaike Wan
2020-07-02IB/hfi1: Do not destroy hfi1_wq when the device is shut downKaike Wan
2020-05-21IB/hfi1: Activate the dummy netdevGrzegorz Andrejczuk
2020-05-21IB/hfi1: Add interrupt handler functions for accelerated ipoibGrzegorz Andrejczuk
2020-05-21IB/hfi1: RSM rules for AIPGrzegorz Andrejczuk
2020-03-18IB/hfi1: Remove kobj from hfi1_devdataKaike Wan
2020-01-10IB/hfi1: IB/hfi1: Add an API to handle special case dropMike Marciniszyn
2020-01-10IB/hfi1: Add fast and slow handlers for receive contextMike Marciniszyn
2020-01-10IB/hfi1: Move chip specific functions to chip.cMike Marciniszyn
2020-01-03IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn
2019-11-06IB/hfi1: Calculate flow weight based on QP MTU for TID RDMAKaike Wan
2019-05-06IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn