summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/chip.c
AgeCommit message (Expand)Author
2021-12-07IB/hfi1: Fix early init panicMike 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: Fix typo in commentsCai Huoqing
2021-07-30RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcountXiyu Yang
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky
2021-04-13IB/hfi1: Rework AIP and VNIC dummy netdev usageMike Marciniszyn
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky
2021-01-22RDMA/hw/hfi1/chip: Fix a bunch of kernel-doc formatting and spelling issuesLee Jones
2020-11-13IB/hfi1: Fix error return code in hfi1_init_dd()Zhang Changzhong
2020-07-16IB/hfi1: Remove unnecessary fall-through markingsGustavo A. R. Silva
2020-05-29IB/hfi1: Fix spelling mistake "enought" -> "enough"Colin Ian King
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: Rename num_vnic_contexts as num_netdev_contextsGrzegorz Andrejczuk
2020-05-21IB/hfi1: RSM rules for AIPGrzegorz Andrejczuk
2020-05-21IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner
2020-01-10IB/hfi1: Add RcvShortLengthErrCnt to hfi1statsMike Marciniszyn
2020-01-10IB/hfi1: Add software counter for ctxt0 seq dropMike Marciniszyn
2020-01-10IB/hfi1: Move common receive IRQ code to functionGrzegorz Andrejczuk
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-09-13IB/{rdmavt, hfi1, qib}: Add a counter for credit waitsKaike Wan
2019-07-22IB/hfi1: Check for error on call to alloc_rsm_map_tableJohn Fleck
2019-06-11IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn
2019-05-29IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-24IB/hfi1: Add selected Rcv countersMike Marciniszyn
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon
2019-04-03Merge HFI1 updates into k.o/for-nextJason Gunthorpe
2019-04-03IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan
2019-04-01hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox
2019-03-27IB/hfi1: Fix the allocation of RSM tableKaike Wan
2019-02-05IB/hfi1: Add the counter n_tidwaitKaike Wan
2019-01-31IB/hfi1: Add OPFN helper functions for TID RDMA featureKaike Wan
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-06IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan
2018-12-03IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe
2018-09-30IB/hfi1: Add mtu check for operational data VLsAlex Estrin
2018-09-20IB/hfi1: Fix destroy_qp hang after a link downMichael J. Ruhl
2018-09-11IB/hfi1: set_intr_bits uses incorrect source for register modificationMichael J. Ruhl
2018-09-01IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()Michael J. Ruhl
2018-09-01IB/hfi1: Rework the IRQ API to be more flexibleMichael J. Ruhl
2018-09-01IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl
2018-09-01IB/hfi1: Prepare for new HFI1 MSIx APIMichael J. Ruhl
2018-09-01IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl
2018-09-01IB/hfi1: tune_pcie_caps is arbitrarily placed, poorlyMichael J. Ruhl