summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Coding style improvement (make sizeof use safer)Markus Elfring2017-04-201-1/+3
* IB/hfi1: Remove intermediate var in hfi1_user_sdma_alloc_queues()Markus Elfring2017-04-201-3/+2
* IB/hfi1: Use kcalloc() in hfi1_user_sdma_alloc_queues()Markus Elfring2017-04-201-4/+6
* IB/hfi1: Use kcalloc() in hfi1_user_exp_rcv_init()Markus Elfring2017-04-201-2/+3
* IB/hfi1: VNIC SDMA supportVishwanathapura, Niranjana2017-04-206-3/+376
* IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana2017-04-2017-104/+659
* IB/hfi1: OPA_VNIC RDMA netdev supportVishwanathapura, Niranjana2017-04-206-7/+853
* IB/hfi1: Add transmit fault injection featureDon Hiatt2017-04-056-7/+77
* IB/hfi1: Add receive fault injection featureDon Hiatt2017-04-056-3/+336
* IB/hfi1: Ensure VL index is within boundsMichael J. Ruhl2017-04-051-0/+5
* IB/rdmavt, IB/hfi1: Fix timer migration regressionsSebastian Sanchez2017-04-051-6/+1
* IB/hfi1: Add a patch value to the firmware version stringMichael J. Ruhl2017-04-055-31/+47
* IB/hfi1: Check for QSFP presence before attempting readsEaswar Hariharan2017-04-051-2/+5
* IB/hfi1: Protect the global dev_cntr_names and port_cntr_namesTadeusz Struk2017-04-051-1/+11
* IB/hfi1: Check device id early during initTadeusz Struk2017-04-051-9/+10
* IB/rdmavt: Add swqe completion traceMike Marciniszyn2017-04-053-0/+47
* IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-053-3/+28
* IB/hfi1: NULL pointer dereference when freeing rhashtableSebastian Sanchez2017-04-052-12/+28
* IB/hfi1: Cache registers during state changeMichael J. Ruhl2017-04-051-3/+55
* IB/hfi1: Race hazard avoidance in user SDMA driverMichael J. Ruhl2017-04-051-1/+2
* IB/hfi1: Force logical link downDean Luick2017-04-051-18/+68
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-022-2/+2
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-253-185/+2
|\
| * IB/hfi1: Switch from dma_device to dev.parentBart Van Assche2017-01-242-2/+2
| * IB/hf1: Remove DMA mapping codeBart Van Assche2017-01-241-183/+0
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-0/+1
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-0/+1
* | | IB/hfi1: use size_t for passing array lengthArnd Bergmann2017-02-191-1/+1
* | | IB/hfi1: Code reuse with memdup_copyMichael J. Ruhl2017-02-193-48/+25
* | | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt2017-02-193-12/+12
* | | IB/hfi1: Do not set physical link state if DC is in the shutdown stateMichael J. Ruhl2017-02-191-8/+10
* | | IB/hfi1: Modify logging frequency of DCC errorsJakub Byczkowski2017-02-192-9/+15
* | | IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPsMike Marciniszyn2017-02-191-1/+1
* | | IB/hfi1, rdmavt: Move SGE state helper routines into rdmavtBrian Welty2017-02-195-94/+7
* | | IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty2017-02-196-36/+37
* | | IB/hfi1: Use new rdmavt timersVenkata Sandeep Dhanalakota2017-02-195-235/+16
* | | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty2017-02-196-188/+22
* | | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty2017-02-197-49/+9
* | | IB/hfi1: Check upper-case EFI variablesSebastian Sanchez2017-02-191-4/+22
* | | IB/hfi1: Reduce oversized fields in struct hfi1_packetSebastian Sanchez2017-02-191-4/+3
* | | IB/hfi1: Add additional fields to qp_statsMike Marciniszyn2017-02-191-1/+3
* | | IB/hfi1: Allocate context data on memory nodeSebastian Sanchez2017-02-191-8/+9
* | | IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez2017-02-196-11/+16
* | | IB/hfi1: Correct error calldown lockingMike Marciniszyn2017-02-191-8/+11
* | | IB/hfi1: Use static CTLE with Preset 6 for integrated HFIsEaswar Hariharan2017-02-191-2/+2
* | | IB/hfi1: Ensure read of producer s_head is correctMike Marciniszyn2017-02-191-3/+4
OpenPOWER on IntegriCloud