aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22RDMA/hw/hfi1/chip: Fix a bunch of kernel-doc formatting and spelling issuesLee Jones1-23/+23
2020-11-13IB/hfi1: Fix error return code in hfi1_init_dd()Zhang Changzhong1-1/+2
2020-07-16IB/hfi1: Remove unnecessary fall-through markingsGustavo A. R. Silva1-13/+14
2020-05-29IB/hfi1: Fix spelling mistake "enought" -> "enough"Colin Ian King1-1/+1
2020-05-21IB/hfi1: Activate the dummy netdevGrzegorz Andrejczuk1-35/+38
2020-05-21IB/hfi1: Add interrupt handler functions for accelerated ipoibGrzegorz Andrejczuk1-0/+44
2020-05-21IB/hfi1: Rename num_vnic_contexts as num_netdev_contextsGrzegorz Andrejczuk1-12/+12
2020-05-21IB/hfi1: RSM rules for AIPGrzegorz Andrejczuk1-43/+128
2020-05-21IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner1-16/+3
2020-01-10IB/hfi1: Add RcvShortLengthErrCnt to hfi1statsMike Marciniszyn1-0/+1
2020-01-10IB/hfi1: Add software counter for ctxt0 seq dropMike Marciniszyn1-0/+10
2020-01-10IB/hfi1: Move common receive IRQ code to functionGrzegorz Andrejczuk1-30/+52
2020-01-10IB/hfi1: Move chip specific functions to chip.cMike Marciniszyn1-0/+78
2020-01-03IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn1-17/+10
2019-09-13IB/{rdmavt, hfi1, qib}: Add a counter for credit waitsKaike Wan1-0/+2
2019-07-22IB/hfi1: Check for error on call to alloc_rsm_map_tableJohn Fleck1-2/+9
2019-06-11IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn1-0/+13
2019-05-29IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn1-0/+1
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-22/+32
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+0
2019-04-24IB/hfi1: Add selected Rcv countersMike Marciniszyn1-0/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-3/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon1-1/+1
2019-04-03Merge HFI1 updates into k.o/for-nextJason Gunthorpe1-17/+38
2019-04-03IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan1-13/+22
2019-04-01hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox1-9/+7
2019-03-27IB/hfi1: Fix the allocation of RSM tableKaike Wan1-7/+19
2019-02-05IB/hfi1: Add the counter n_tidwaitKaike Wan1-0/+2
2019-01-31IB/hfi1: Add OPFN helper functions for TID RDMA featureKaike Wan1-0/+11
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+46
2018-12-06IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan1-1/+46
2018-12-03IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz1-1/+2
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-1/+5
2018-09-30IB/hfi1: Add mtu check for operational data VLsAlex Estrin1-4/+22
2018-09-20IB/hfi1: Fix destroy_qp hang after a link downMichael J. Ruhl1-1/+5
2018-09-11IB/hfi1: set_intr_bits uses incorrect source for register modificationMichael J. Ruhl1-1/+1
2018-09-01IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()Michael J. Ruhl1-0/+7
2018-09-01IB/hfi1: Rework the IRQ API to be more flexibleMichael J. Ruhl1-75/+73
2018-09-01IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl1-1/+30
2018-09-01IB/hfi1: Prepare for new HFI1 MSIx APIMichael J. Ruhl1-272/+8
2018-09-01IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl1-17/+5
2018-09-01IB/hfi1: tune_pcie_caps is arbitrarily placed, poorlyMichael J. Ruhl1-0/+6
2018-07-03IB/hfi1: Remove incorrect call to do_interrupt callbackMichael J. Ruhl1-7/+9
2018-07-03IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl1-6/+8
2018-06-22IB/hfi1: Remove INTx support and simplify MSIx usageMichael J. Ruhl1-68/+21
2018-06-22IB/hfi1: Remove caches of chip CSRsMike Marciniszyn1-37/+37
2018-06-22IB/hfi1: Remove rcvctrl from ctxtdataMike Marciniszyn1-2/+1
2018-06-22IB/hfi1: Remove rcvhdrq_sizeMike Marciniszyn1-1/+1
2018-06-19IB/hfi1: Remove rcvhdrsizeMike Marciniszyn1-2/+0
2018-06-19IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn1-5/+0