summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/chip.c
AgeCommit message (Expand)Author
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
2018-07-03IB/hfi1: Remove incorrect call to do_interrupt callbackMichael J. Ruhl
2018-07-03IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl
2018-06-22IB/hfi1: Remove INTx support and simplify MSIx usageMichael J. Ruhl
2018-06-22IB/hfi1: Remove caches of chip CSRsMike Marciniszyn
2018-06-22IB/hfi1: Remove rcvctrl from ctxtdataMike Marciniszyn
2018-06-22IB/hfi1: Remove rcvhdrq_sizeMike Marciniszyn
2018-06-19IB/hfi1: Remove rcvhdrsizeMike Marciniszyn
2018-06-19IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn
2018-06-04IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn
2018-06-04IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez
2018-05-09IB/Hfi1: Read CCE Revision register to verify the device is responsiveKamenee Arumugam
2018-05-09IB/hfi1: Rework fault injection machineryMitko Haralanov
2018-05-09IB/hfi1: Return correct value for device stateMichael J. Ruhl
2018-05-09IB/hfi1: Prevent LNI hang when LCB can't obtain lanesSebastian Sanchez
2018-05-09IB/hfi1: Use after free race condition in send context error pathMichael J. Ruhl