aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-14IB/hfi1: Define hfi1_handle_cnp_tbl[] onceBart Van Assche2-5/+6
2017-10-14IB/hfi1: Remove set-but-not-used variablesBart Van Assche6-28/+1
2017-10-14IB/hfi1: Suppress gcc 7 fall-through complaintsBart Van Assche3-2/+4
2017-10-04IB/hfi1: Do not warn on lid conversions for OPADon Hiatt1-2/+5
2017-10-04IB/rdmavt: Correct issues with read-mostly and send size cache linesSebastian Sanchez1-2/+2
2017-10-04IB/hfi1: Prevent LNI out of sync by resetting host interface versionSebastian Sanchez3-40/+101
2017-10-04IB/hfi1: Fix incorrect available receive user context countMichael J. Ruhl4-17/+29
2017-10-04IB/hfi1: Fix output trace issues from 16B changeMike Marciniszyn2-2/+4
2017-10-04IB/hfi1: Add parsing for platform configuration format version 4Jakub Byczkowski1-2/+22
2017-09-29IB/hfi1: Refactor reset_ctxt() IOCTLMichael J. Ruhl1-56/+66
2017-09-29IB/hfi1: Refactor get_user() IOCTLsMichael J. Ruhl1-40/+34
2017-09-29IB/hfi1: Refactor hfi_user_exp_rcv_invalid() IOCTLsMichael J. Ruhl2-17/+40
2017-09-29IB/hfi1: Refactor hfi_user_exp_rcv_clear() IOCTLsMichael J. Ruhl1-12/+37
2017-09-29IB/hfi1: Refactor hfi_user_exp_rcv_setup() IOCTLMichael J. Ruhl1-21/+45
2017-09-29IB/hfi1: Refactor get_base_infoMichael J. Ruhl1-12/+12
2017-09-29IB/hfi1: Fix parenthesis alignment issuesMichael J. Ruhl1-12/+12
2017-09-29IB/hfi1: Refactor get_ctxt_infoMichael J. Ruhl1-10/+10
2017-09-29IB/hfi1: Refactor assign_ctxt() IOCTLMichael J. Ruhl1-17/+19
2017-09-27IB/hfi1: Add a safe wrapper for _rcd_get_by_indexMichael J. Ruhl5-5/+28
2017-09-27IB/hfi1: Extend input hdr tracing for packet typeMike Marciniszyn4-44/+44
2017-09-27IB/hfi1: Remove unused hfi1_cpulist variablesJan Sokolowski2-18/+0
2017-09-27IB/hfi1: Inline common calculationMichael J. Ruhl3-17/+16
2017-09-27IB/hfi1: Remove unnecessary error messages on alloc failuresJan Sokolowski1-6/+0
2017-09-27IB/hfi1: Remove unused link_default variableIra Weiny2-7/+5
2017-09-27IB/hfi1: Set default_desc1 just one timeIra Weiny1-7/+7
2017-09-27IB/hfi1: Update HFI to use the latest PCI APIMichael J. Ruhl2-39/+21
2017-09-27IB/hfi1: Remove the debug trace message in pin_sdma_pages()Harish Chegondi1-3/+1
2017-09-27IB/hfi1: Convert the macro AHG_HEADER_SET into an inline functionHarish Chegondi2-28/+59
2017-09-27IB/hfi1: Add new state complete decodes for LNI failuresJakub Byczkowski1-0/+4
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