summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-258-18/+18
* IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver loadHarish Chegondi2017-09-271-29/+21
* IB/hfi1: On error, fix use after free during user context setupMichael J. Ruhl2017-09-271-19/+22
* IB/hfi1: Return correct value in general interrupt handlerKamenee Arumugam2017-09-271-1/+3
* IB/hfi1: Check eeprom config partition validityJan Sokolowski2017-09-271-5/+15
* IB/hfi1: Only reset QSFP after link up and turn off AOC TXSebastian Sanchez2017-09-273-3/+15
* IB/hfi1: Turn off AOC TX after offline substatesSebastian Sanchez2017-09-272-21/+65
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-5/+5
* Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-0353-3072/+6025
|\
| * IB/hfi1: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn2017-08-283-107/+14
| * IB/hfi1: Convert hfi1_error_port_qps() to use new QP iteratorMike Marciniszyn2017-08-281-38/+41
| * IB/hfi1: Use accessor to determine ring sizeKaike Wan2017-08-281-1/+1
| * IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl2017-08-287-29/+255
| * IB/hfi1: Acquire QSFP cable information on loopbackJan Sokolowski2017-08-281-0/+15
| * IB/hfi1: constify vm_operations_structArvind Yadav2017-08-281-1/+1
| * IB/hfi1: Add opcode states to qp_statsMike Marciniszyn2017-08-281-1/+3
| * IB/hfi1: Add received request info to qp_statsKaike Wan2017-08-281-2/+9
| * IB/hfi1: Fix whitespace alignment issue for MADKamenee Arumugam2017-08-281-1/+1
| * IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.hHarish Chegondi2017-08-282-168/+166
| * IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.hHarish Chegondi2017-08-284-19/+19
| * IB/hfi1: Remove duplicate definitions of num_user_pages() functionHarish Chegondi2017-08-283-20/+12
| * IB/hfi1: Fix the bail out code in pin_vector_pages() functionHarish Chegondi2017-08-281-7/+10
| * IB/hfi1: Clean up pin_vector_pages() functionHarish Chegondi2017-08-281-34/+45
| * IB/hfi1: Clean up user_sdma_send_pkts() functionHarish Chegondi2017-08-281-59/+82
| * IB/hfi1: Clean up hfi1_user_exp_rcv_setup functionHarish Chegondi2017-08-282-88/+153
| * IB/hfi1: Improve local kmem_cache_alloc performanceMichael J. Ruhl2017-08-283-27/+6
| * IB/hfi1: Ratelimit prints from sdma_interruptGrzegorz Morys2017-08-282-2/+8
| * IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2017-08-281-1/+2
| * IB/hfi1: Add kernel receive context info to debugfsKaike Wan2017-08-223-0/+107
| * IB/hfi1: Remove HFI1_VERBS_31BIT_PSN optionGrzegorz Morys2017-08-222-12/+0
| * IB/hfi1: Remove pstate from hfi1_pportdataJakub Byczkowski2017-08-224-50/+33
| * IB/hfi1: Stricter bounds checking of MAD trap indexKamenee Arumugame2017-08-221-1/+12
| * IB/hfi1: Load fallback platform configuration per HFI deviceJakub Byczkowski2017-08-223-62/+31
| * IB/hfi1: Add flag for platform config scratch register readJakub Byczkowski2017-08-223-2/+9
| * IB/hfi1: Document phys port state bits not used in IBDennis Dalessandro2017-08-221-2/+19
| * IB/hfi1: Check xchg returned value for queuing link down entrySebastian Sanchez2017-08-221-6/+12
| * IB/hfi1: fix spelling mistake: "Maximim" -> "Maximum"Colin Ian King2017-08-221-1/+1
| * IB/hfi1: Enable RDMA_CAP_OPA_AH in hfi driver to support extended LIDsDasaratharaman Chandramouli2017-08-221-1/+2
| * IB/hfi1: Enhance PIO/SDMA send for 16BDon Hiatt2017-08-224-72/+135
| * IB/hfi1: Add 16B RC/UC supportDon Hiatt2017-08-225-193/+445
| * IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli2017-08-225-40/+90
| * IB/hfi1: Add 16B trace supportDon Hiatt2017-08-223-123/+406
| * IB/hfi1: Add 16B UD supportDon Hiatt2017-08-226-131/+456
| * IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt2017-08-224-0/+133
| * IB/hfi1: Add support to process 16B header errorsDon Hiatt2017-08-226-33/+112
| * IB/hfi1: Add support to send 16B bypass packetsDon Hiatt2017-08-227-60/+84
| * IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt2017-08-2211-48/+274
| * IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-223-11/+8
| * IB/hf1: User context locking is inconsistentMichael J. Ruhl2017-08-229-191/+326
| * IB/hfi1: Protect context array set/clear with spinlockMichael J. Ruhl2017-08-225-181/+229