summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/chip.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Fix early init panicMike Marciniszyn2021-12-071-0/+2
* IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer2021-10-291-1/+2
* RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-251-43/+1
* RDMA/hfi1: Fix typo in commentsCai Huoqing2021-07-301-2/+2
* RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcountXiyu Yang2021-07-301-1/+1
* RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2021-06-211-2/+2
* IB/hfi1: Rework AIP and VNIC dummy netdev usageMike Marciniszyn2021-04-131-3/+3
* RDMA: Fix kernel-doc compilation warningsLeon Romanovsky2021-03-221-2/+2
* RDMA/hw/hfi1/chip: Fix a bunch of kernel-doc formatting and spelling issuesLee Jones2021-01-221-23/+23
* IB/hfi1: Fix error return code in hfi1_init_dd()Zhang Changzhong2020-11-131-1/+2
* IB/hfi1: Remove unnecessary fall-through markingsGustavo A. R. Silva2020-07-161-13/+14
* IB/hfi1: Fix spelling mistake "enought" -> "enough"Colin Ian King2020-05-291-1/+1
* IB/hfi1: Activate the dummy netdevGrzegorz Andrejczuk2020-05-211-35/+38
* IB/hfi1: Add interrupt handler functions for accelerated ipoibGrzegorz Andrejczuk2020-05-211-0/+44
* IB/hfi1: Rename num_vnic_contexts as num_netdev_contextsGrzegorz Andrejczuk2020-05-211-12/+12
* IB/hfi1: RSM rules for AIPGrzegorz Andrejczuk2020-05-211-43/+128
* IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner2020-05-211-16/+3
* IB/hfi1: Add RcvShortLengthErrCnt to hfi1statsMike Marciniszyn2020-01-101-0/+1
* IB/hfi1: Add software counter for ctxt0 seq dropMike Marciniszyn2020-01-101-0/+10
* IB/hfi1: Move common receive IRQ code to functionGrzegorz Andrejczuk2020-01-101-30/+52
* IB/hfi1: Move chip specific functions to chip.cMike Marciniszyn2020-01-101-0/+78
* IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn2020-01-031-17/+10
* IB/{rdmavt, hfi1, qib}: Add a counter for credit waitsKaike Wan2019-09-131-0/+2
* IB/hfi1: Check for error on call to alloc_rsm_map_tableJohn Fleck2019-07-221-2/+9
* IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn2019-06-111-0/+13
* IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn2019-05-291-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-22/+32
|\
| * IB/hfi1: Add selected Rcv countersMike Marciniszyn2019-04-241-0/+3
| * Merge HFI1 updates into k.o/for-nextJason Gunthorpe2019-04-031-17/+38
| |\
| | * IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan2019-04-031-13/+22
| * | hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox2019-04-011-9/+7
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-3/+0
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-3/+0
| * | drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2019-04-081-1/+1
| |/
* | IB/hfi1: Fix the allocation of RSM tableKaike Wan2019-03-271-7/+19
|/
* IB/hfi1: Add the counter n_tidwaitKaike Wan2019-02-051-0/+2
* IB/hfi1: Add OPFN helper functions for TID RDMA featureKaike Wan2019-01-311-0/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-1/+46
|\
| * IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan2018-12-061-1/+46
* | IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz2018-12-031-1/+2
|/
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-1/+5
|\
| * IB/hfi1: Fix destroy_qp hang after a link downMichael J. Ruhl2018-09-201-1/+5
* | IB/hfi1: Add mtu check for operational data VLsAlex Estrin2018-09-301-4/+22
* | IB/hfi1: set_intr_bits uses incorrect source for register modificationMichael J. Ruhl2018-09-111-1/+1
* | IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()Michael J. Ruhl2018-09-011-0/+7
* | IB/hfi1: Rework the IRQ API to be more flexibleMichael J. Ruhl2018-09-011-75/+73
* | IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl2018-09-011-1/+30
* | IB/hfi1: Prepare for new HFI1 MSIx APIMichael J. Ruhl2018-09-011-272/+8
* | IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl2018-09-011-17/+5
* | IB/hfi1: tune_pcie_caps is arbitrarily placed, poorlyMichael J. Ruhl2018-09-011-0/+6
|/