summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/chip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB/hfi1: Allow MgmtAllowed on B2B setupsJan Sokolowski2017-11-131-38/+1Star
* IB/hfi1: Don't modify num_user_contexts module parameterKamenee Arumugam2017-10-301-14/+15
* IB/hfi1: Insure int mask for in-kernel receive contexts is clearMike Marciniszyn2017-10-301-3/+32
* Ib/hfi1: Return actual operational VLs in port info queryPatel Jay P2017-10-301-1/+1
* IB/hfi1: Race condition between user notification and driver stateMichael J. Ruhl2017-10-301-9/+18
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-11/+8Star
|\
| * IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-181-11/+8Star
* | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-108/+116
|\ \ | |/ |/|
| * Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-181-28/+14Star
| |\
| | * IB/hfi1: Fix serdes loopback set-upJan Sokolowski2017-10-181-28/+14Star
| * | IB/rdmavt: Correct issues with read-mostly and send size cache linesSebastian Sanchez2017-10-041-2/+2