aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20IB/hfi1: VNIC SDMA supportVishwanathapura, Niranjana6-3/+376
2017-04-20IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana17-104/+659
2017-04-20IB/hfi1: OPA_VNIC RDMA netdev supportVishwanathapura, Niranjana6-7/+853
2017-04-05IB/hfi1: Add transmit fault injection featureDon Hiatt6-7/+77
2017-04-05IB/hfi1: Add receive fault injection featureDon Hiatt6-3/+336
2017-04-05IB/hfi1: Ensure VL index is within boundsMichael J. Ruhl1-0/+5
2017-04-05IB/rdmavt, IB/hfi1: Fix timer migration regressionsSebastian Sanchez1-6/+1
2017-04-05IB/hfi1: Add a patch value to the firmware version stringMichael J. Ruhl5-31/+47
2017-04-05IB/hfi1: Check for QSFP presence before attempting readsEaswar Hariharan1-2/+5
2017-04-05IB/hfi1: Protect the global dev_cntr_names and port_cntr_namesTadeusz Struk1-1/+11
2017-04-05IB/hfi1: Check device id early during initTadeusz Struk1-9/+10
2017-04-05IB/rdmavt: Add swqe completion traceMike Marciniszyn3-0/+47
2017-04-05IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn3-3/+28
2017-04-05IB/hfi1: NULL pointer dereference when freeing rhashtableSebastian Sanchez2-12/+28
2017-04-05IB/hfi1: Cache registers during state changeMichael J. Ruhl1-3/+55
2017-04-05IB/hfi1: Race hazard avoidance in user SDMA driverMichael J. Ruhl1-1/+2
2017-04-05IB/hfi1: Force logical link downDean Luick1-18/+68
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2-2/+2
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-185/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2017-02-19IB/hfi1: use size_t for passing array lengthArnd Bergmann1-1/+1
2017-02-19IB/hfi1: Code reuse with memdup_copyMichael J. Ruhl3-48/+25
2017-02-19IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt3-12/+12
2017-02-19IB/hfi1: Do not set physical link state if DC is in the shutdown stateMichael J. Ruhl1-8/+10
2017-02-19IB/hfi1: Modify logging frequency of DCC errorsJakub Byczkowski2-9/+15
2017-02-19IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPsMike Marciniszyn1-1/+1
2017-02-19IB/hfi1, rdmavt: Move SGE state helper routines into rdmavtBrian Welty5-94/+7
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty6-36/+37
2017-02-19IB/hfi1: Use new rdmavt timersVenkata Sandeep Dhanalakota5-235/+16
2017-02-19IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty6-188/+22
2017-02-19IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty7-49/+9
2017-02-19IB/hfi1: Check upper-case EFI variablesSebastian Sanchez1-4/+22
2017-02-19IB/hfi1: Reduce oversized fields in struct hfi1_packetSebastian Sanchez1-4/+3
2017-02-19IB/hfi1: Add additional fields to qp_statsMike Marciniszyn1-1/+3
2017-02-19IB/hfi1: Allocate context data on memory nodeSebastian Sanchez1-8/+9
2017-02-19IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez6-11/+16
2017-02-19IB/hfi1: Correct error calldown lockingMike Marciniszyn1-8/+11
2017-02-19IB/hfi1: Use static CTLE with Preset 6 for integrated HFIsEaswar Hariharan1-2/+2
2017-02-19IB/hfi1: Ensure read of producer s_head is correctMike Marciniszyn1-3/+4
2017-02-19IB/hfi1: Process qp wait list in IRQ thread periodicallyMike Marciniszyn1-54/+67
2017-02-19IB/hfi1: Correct defered count after processing qp_wait_listMike Marciniszyn1-0/+4
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-0/+1
2017-01-24IB/hfi1: Switch from dma_device to dev.parentBart Van Assche2-2/+2
2017-01-24IB/hf1: Remove DMA mapping codeBart Van Assche1-183/+0
2017-01-12RDMA/hfi1: drop pci_link_reset()Cao jin1-10/+0
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds29-380/+1181