aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook8-32/+26
2017-09-27IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver loadHarish Chegondi1-29/+21
2017-09-27IB/hfi1: On error, fix use after free during user context setupMichael J. Ruhl1-19/+22
2017-09-27IB/hfi1: Return correct value in general interrupt handlerKamenee Arumugam1-1/+3
2017-09-27IB/hfi1: Check eeprom config partition validityJan Sokolowski1-5/+15
2017-09-27IB/hfi1: Only reset QSFP after link up and turn off AOC TXSebastian Sanchez3-3/+15
2017-09-27IB/hfi1: Turn off AOC TX after offline substatesSebastian Sanchez2-21/+65
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-5/+5
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds53-3072/+6025
2017-08-31IB/hfi1: update to new mmu_notifier semanticJérôme Glisse1-9/+0
2017-08-28IB/hfi1: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn3-107/+14
2017-08-28IB/hfi1: Convert hfi1_error_port_qps() to use new QP iteratorMike Marciniszyn1-38/+41
2017-08-28IB/hfi1: Use accessor to determine ring sizeKaike Wan1-1/+1
2017-08-28IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl7-29/+255
2017-08-28IB/hfi1: Acquire QSFP cable information on loopbackJan Sokolowski1-0/+15
2017-08-28IB/hfi1: constify vm_operations_structArvind Yadav1-1/+1
2017-08-28IB/hfi1: Add opcode states to qp_statsMike Marciniszyn1-1/+3
2017-08-28IB/hfi1: Add received request info to qp_statsKaike Wan1-2/+9
2017-08-28IB/hfi1: Fix whitespace alignment issue for MADKamenee Arumugam1-1/+1
2017-08-28IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.hHarish Chegondi2-168/+166
2017-08-28IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.hHarish Chegondi4-19/+19
2017-08-28IB/hfi1: Remove duplicate definitions of num_user_pages() functionHarish Chegondi3-20/+12
2017-08-28IB/hfi1: Fix the bail out code in pin_vector_pages() functionHarish Chegondi1-7/+10
2017-08-28IB/hfi1: Clean up pin_vector_pages() functionHarish Chegondi1-34/+45
2017-08-28IB/hfi1: Clean up user_sdma_send_pkts() functionHarish Chegondi1-59/+82
2017-08-28IB/hfi1: Clean up hfi1_user_exp_rcv_setup functionHarish Chegondi2-88/+153
2017-08-28IB/hfi1: Improve local kmem_cache_alloc performanceMichael J. Ruhl3-27/+6
2017-08-28IB/hfi1: Ratelimit prints from sdma_interruptGrzegorz Morys2-2/+8
2017-08-28IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn1-1/+2
2017-08-22IB/hfi1: Add kernel receive context info to debugfsKaike Wan3-0/+107
2017-08-22IB/hfi1: Remove HFI1_VERBS_31BIT_PSN optionGrzegorz Morys2-12/+0
2017-08-22IB/hfi1: Remove pstate from hfi1_pportdataJakub Byczkowski4-50/+33
2017-08-22IB/hfi1: Stricter bounds checking of MAD trap indexKamenee Arumugame1-1/+12
2017-08-22IB/hfi1: Load fallback platform configuration per HFI deviceJakub Byczkowski3-62/+31
2017-08-22IB/hfi1: Add flag for platform config scratch register readJakub Byczkowski3-2/+9
2017-08-22IB/hfi1: Document phys port state bits not used in IBDennis Dalessandro1-2/+19
2017-08-22IB/hfi1: Check xchg returned value for queuing link down entrySebastian Sanchez1-6/+12
2017-08-22IB/hfi1: fix spelling mistake: "Maximim" -> "Maximum"Colin Ian King1-1/+1
2017-08-22IB/hfi1: Enable RDMA_CAP_OPA_AH in hfi driver to support extended LIDsDasaratharaman Chandramouli1-1/+2
2017-08-22IB/hfi1: Enhance PIO/SDMA send for 16BDon Hiatt4-72/+135
2017-08-22IB/hfi1: Add 16B RC/UC supportDon Hiatt5-193/+445
2017-08-22IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli5-40/+90
2017-08-22IB/hfi1: Add 16B trace supportDon Hiatt3-123/+406
2017-08-22IB/hfi1: Add 16B UD supportDon Hiatt6-131/+456
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt4-0/+133
2017-08-22IB/hfi1: Add support to process 16B header errorsDon Hiatt6-33/+112
2017-08-22IB/hfi1: Add support to send 16B bypass packetsDon Hiatt7-60/+84
2017-08-22IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt11-48/+274
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt3-11/+8
2017-08-22IB/hf1: User context locking is inconsistentMichael J. Ruhl9-191/+326