summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/chip.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+7Star
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-3/+0Star
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-3/+0Star
| * | 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-071-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-211-1/+5
* | IB/hfi1: Add mtu check for operational data VLsAlex Estrin2018-10-011-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/+73Star
* | 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/+8Star
* | IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl2018-09-011-17/+5Star
* | 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/+21Star
* IB/hfi1: Remove caches of chip CSRsMike Marciniszyn2018-06-221-37/+37
* IB/hfi1: Remove rcvctrl from ctxtdataMike Marciniszyn2018-06-221-2/+1Star
* IB/hfi1: Remove rcvhdrq_sizeMike Marciniszyn2018-06-221-1/+1
* IB/hfi1: Remove rcvhdrsizeMike Marciniszyn2018-06-191-2/+0Star
* IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn2018-06-191-5/+0Star
* 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
|\
| * IB/hfi1: Use after free race condition in send context error pathMichael J. Ruhl2018-05-091-0/+4
* | IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-091-0/+5
* | IB/Hfi1: Read CCE Revision register to verify the device is responsiveKamenee Arumugam2018-05-091-7/+0Star
* | IB/hfi1: Rework fault injection machineryMitko Haralanov2018-05-091-1/+2
* | IB/hfi1: Return correct value for device stateMichael J. Ruhl2018-05-091-2/+2
* | IB/hfi1: Prevent LNI hang when LCB can't obtain lanesSebastian Sanchez2018-05-091-16/+35
|/
* IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam2018-02-011-6/+58
* IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl2018-02-011-6/+12
* IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl2018-01-051-3/+2Star
* IB/hfi1: Fix infinite loop in 8051 command error pathSebastian Sanchez2018-01-051-53/+29Star
* IB/hfi1: Send 'reboot' as planned down remote reasonJan Sokolowski2017-11-131-3/+3
* IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura2017-11-131-5/+5