summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/chip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* IB/hfi1: Remove incorrect call to do_interrupt callbackMichael J. Ruhl2018-07-031-7/+9
* IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl2018-07-031-6/+8
* IB/hfi1: Remove INTx support and simplify MSIx usageMichael J. Ruhl2018-06-221-68/+21
* IB/hfi1: Remove caches of chip CSRsMike Marciniszyn2018-06-221-37/+37
* IB/hfi1: Remove rcvctrl from ctxtdataMike Marciniszyn2018-06-221-2/+1
* IB/hfi1: Remove rcvhdrq_sizeMike Marciniszyn2018-06-221-1/+1
* IB/hfi1: Remove rcvhdrsizeMike Marciniszyn2018-06-191-2/+0
* IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn2018-06-191-5/+0
* IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn2018-06-041-1/+3
* IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn2018-06-041-4/+4
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-0/+4
|\