aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-11IB/hfi1: Use 4096 for default active MTU in query_qpJan Sokolowski1-1/+1
2017-12-11IB/hfi1: Mask the path bits with the LMC for 16B RC AcksDon Hiatt1-4/+4
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+10
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds32-757/+1068
2017-11-13IB/hfi1: Handle initial value of 0 for CCTI settingDennis Dalessandro1-1/+5
2017-11-13IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entryDon Hiatt4-6/+6
2017-11-13IB/hfi1: Send 'reboot' as planned down remote reasonJan Sokolowski1-3/+3
2017-11-13IB/hfi1: Prohibit invalid Init to Armed state transitionGrzegorz Morys1-14/+18
2017-11-13IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura6-68/+10
2017-11-13IB/hfi1: Remove unnecessary if checkJan Sokolowski1-15/+15
2017-11-13IB/hfi1: Fix a wrapping test to insure the correct timeoutMike Marciniszyn3-5/+5
2017-11-13IB/hfi1: Remove wrapper function in mmu_rbKamenee Arumugam1-17/+7
2017-11-13IB/hfi1: Reduce 8051 command timeoutJakub Byczkowski1-1/+1
2017-11-13IB/hfi1: Allow MgmtAllowed on B2B setupsJan Sokolowski3-38/+47
2017-11-07IB/hfi1: convert to debugfs_file_get() and -put()Nicolai Stange1-10/+10
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30IB/hfi1: Take advantage of kvzalloc_node in sdma initializationMike Marciniszyn1-7/+2
2017-10-30IB/hfi1: Don't modify num_user_contexts module parameterKamenee Arumugam1-14/+15
2017-10-30IB/hfi1: Insure int mask for in-kernel receive contexts is clearMike Marciniszyn1-3/+32
2017-10-30IB/hfi1: Add tx_opcode_stats like the opcode_statsMike Marciniszyn4-10/+83
2017-10-30IB/hfi1: Validate PKEY for incoming GSI MAD packetsSebastian Sanchez1-2/+84
2017-10-30Ib/hfi1: Return actual operational VLs in port info queryPatel Jay P1-1/+1
2017-10-30IB/hfi1: Race condition between user notification and driver stateMichael J. Ruhl2-10/+31
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland8-18/+18
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford8-32/+26
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford26-514/+681
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook8-32/+26
2017-10-18IB/hfi1: Add MODULE_FIRMWARE statementsThomas Bogendoerfer1-0/+5
2017-10-18Merge branch 'hfi1' into k.o/for-nextDoug Ledford9-49/+48
2017-10-18IB/hfi1: Set hdr_type when tx req is allocatedKaike Wan3-2/+2
2017-10-18IB/hfi1: Eliminate allocation while atomicDon Hiatt2-14/+9
2017-10-18IB/hfi1: Mask out A bit from psn traceDon Hiatt1-2/+2
2017-10-18IB/hfi1: Correct unnecessary acquisition of HW mutexGrzegorz Morys1-2/+17
2017-10-18IB/hfi1: Allow meta version 4 for platform configurationJakub Byczkowski1-1/+1
2017-10-18IB/hfi1: Fix serdes loopback set-upJan Sokolowski2-28/+17
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