summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/chip.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* | 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/+2
* IB/hfi1: Fix infinite loop in 8051 command error pathSebastian Sanchez2018-01-051-53/+29
* 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/+1
* 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/+8
|\
| * IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-181-11/+8
* | 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/+14
| |\
| | * IB/hfi1: Fix serdes loopback set-upJan Sokolowski2017-10-181-28/+14
| * | IB/rdmavt: Correct issues with read-mostly and send size cache linesSebastian Sanchez2017-10-041-2/+2
| * | IB/hfi1: Prevent LNI out of sync by resetting host interface versionSebastian Sanchez2017-10-041-24/+53
| * | IB/hfi1: Fix incorrect available receive user context countMichael J. Ruhl2017-10-041-14/+21
| * | IB/hfi1: Add a safe wrapper for _rcd_get_by_indexMichael J. Ruhl2017-09-271-1/+1
| * | IB/hfi1: Remove unused link_default variableIra Weiny2017-09-271-4/+2
| * | IB/hfi1: Update HFI to use the latest PCI APIMichael J. Ruhl2017-09-271-37/+21
| * | IB/hfi1: Add new state complete decodes for LNI failuresJakub Byczkowski2017-09-271-0/+4
| |/
* | IB/hfi1: Return correct value in general interrupt handlerKamenee Arumugam2017-09-271-1/+3
* | IB/hfi1: Only reset QSFP after link up and turn off AOC TXSebastian Sanchez2017-09-271-1/+11
* | IB/hfi1: Turn off AOC TX after offline substatesSebastian Sanchez2017-09-271-21/+64
|/
* IB/hfi1: Ratelimit prints from sdma_interruptGrzegorz Morys2017-08-281-2/+2
* IB/hfi1: Remove pstate from hfi1_pportdataJakub Byczkowski2017-08-221-23/+31
* IB/hfi1: Check xchg returned value for queuing link down entrySebastian Sanchez2017-08-221-6/+12
* IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli2017-08-221-3/+9
* IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt2017-08-221-0/+6
* IB/hf1: User context locking is inconsistentMichael J. Ruhl2017-08-221-9/+21
* IB/hfi1: Protect context array set/clear with spinlockMichael J. Ruhl2017-08-221-2/+8
* IB/hfi1: Remove lstate from hfi1_pportdataByczkowski, Jakub2017-08-221-26/+26
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-3/+3
|\
| * IB/hfi1: fix spelling mistake in variable name continiousColin Ian King2017-08-181-3/+3
| * IB/hfi1: Ensure dd->gi_mask can not be overflowedDennis Dalessandro2017-07-171-1/+6
* | IB/hfi1: Always perform offline transitionSebastian Sanchez2017-07-311-33/+33
* | IB/hfi1: Prevent link down request double queuingSebastian Sanchez2017-07-311-1/+3
* | IB/hfi1: Create workqueue for link eventsSebastian Sanchez2017-07-311-10/+10
* | IB/hfi1: Do not enable disabled port on cable insertJan Sokolowski2017-07-311-6/+7
OpenPOWER on IntegriCloud