summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-305-10/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-035-10/+0
| |\ \ \ | | |_|/ | |/| |
| | * | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-055-10/+0
| | |/
* | / IB/hfi1: Prevent a NULL dereferenceDan Carpenter2018-01-101-2/+2
|/ /
* | IB/hfi: Only read capability registers if the capability existsMichael J. Ruhl2017-12-222-19/+12
* | IB/hfi1: Initialize bth1 in 16B rc ack builderDennis Dalessandro2017-11-301-1/+1
|/
* Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-161-10/+10
|\
| * IB/hfi1: convert to debugfs_file_get() and -put()Nicolai Stange2017-11-071-10/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1532-757/+1068
|\ \
| * | IB/hfi1: Handle initial value of 0 for CCTI settingDennis Dalessandro2017-11-131-1/+5
| * | IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entryDon Hiatt2017-11-134-6/+6
| * | IB/hfi1: Send 'reboot' as planned down remote reasonJan Sokolowski2017-11-131-3/+3
| * | IB/hfi1: Prohibit invalid Init to Armed state transitionGrzegorz Morys2017-11-131-14/+18
| * | IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura2017-11-136-68/+10
| * | IB/hfi1: Remove unnecessary if checkJan Sokolowski2017-11-131-15/+15
| * | IB/hfi1: Fix a wrapping test to insure the correct timeoutMike Marciniszyn2017-11-133-5/+5
| * | IB/hfi1: Remove wrapper function in mmu_rbKamenee Arumugam2017-11-131-17/+7
| * | IB/hfi1: Reduce 8051 command timeoutJakub Byczkowski2017-11-131-1/+1
| * | IB/hfi1: Allow MgmtAllowed on B2B setupsJan Sokolowski2017-11-133-38/+47
| * | IB/hfi1: Take advantage of kvzalloc_node in sdma initializationMike Marciniszyn2017-10-301-7/+2
| * | IB/hfi1: Don't modify num_user_contexts module parameterKamenee Arumugam2017-10-301-14/+15
| * | IB/hfi1: Insure int mask for in-kernel receive contexts is clearMike Marciniszyn2017-10-301-3/+32
| * | IB/hfi1: Add tx_opcode_stats like the opcode_statsMike Marciniszyn2017-10-304-10/+83
| * | IB/hfi1: Validate PKEY for incoming GSI MAD packetsSebastian Sanchez2017-10-301-2/+84
| * | Ib/hfi1: Return actual operational VLs in port info queryPatel Jay P2017-10-301-1/+1
| * | IB/hfi1: Race condition between user notification and driver stateMichael J. Ruhl2017-10-302-10/+31
| * | Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-188-32/+26
| |\ \
| | * | IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-188-32/+26
| | |/
| * | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-1826-514/+681
| |\ \ | | |/ | |/|
| | * IB/hfi1: Add MODULE_FIRMWARE statementsThomas Bogendoerfer2017-10-181-0/+5
| | * Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-189-49/+48
| | |\
| | | * IB/hfi1: Set hdr_type when tx req is allocatedKaike Wan2017-10-183-2/+2
| | | * IB/hfi1: Eliminate allocation while atomicDon Hiatt2017-10-182-14/+9
| | | * IB/hfi1: Mask out A bit from psn traceDon Hiatt2017-10-181-2/+2
| | | * IB/hfi1: Correct unnecessary acquisition of HW mutexGrzegorz Morys2017-10-181-2/+17
| | | * IB/hfi1: Allow meta version 4 for platform configurationJakub Byczkowski2017-10-181-1/+1
| | | * IB/hfi1: Fix serdes loopback set-upJan Sokolowski2017-10-182-28/+17
| | * | IB/hfi1: Define hfi1_handle_cnp_tbl[] onceBart Van Assche2017-10-142-5/+6
| | * | IB/hfi1: Remove set-but-not-used variablesBart Van Assche2017-10-146-28/+1
| | * | IB/hfi1: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-143-2/+4
| | * | IB/hfi1: Do not warn on lid conversions for OPADon Hiatt2017-10-041-2/+5
| | * | IB/rdmavt: Correct issues with read-mostly and send size cache linesSebastian Sanchez2017-10-041-2/+2
| | * | IB/hfi1: Prevent LNI out of sync by resetting host interface versionSebastian Sanchez2017-10-043-40/+101
| | * | IB/hfi1: Fix incorrect available receive user context countMichael J. Ruhl2017-10-044-17/+29
| | * | IB/hfi1: Fix output trace issues from 16B changeMike Marciniszyn2017-10-042-2/+4
| | * | IB/hfi1: Add parsing for platform configuration format version 4Jakub Byczkowski2017-10-041-2/+22
| | * | IB/hfi1: Refactor reset_ctxt() IOCTLMichael J. Ruhl2017-09-291-56/+66
| | * | IB/hfi1: Refactor get_user() IOCTLsMichael J. Ruhl2017-09-291-40/+34
| | * | IB/hfi1: Refactor hfi_user_exp_rcv_invalid() IOCTLsMichael J. Ruhl2017-09-292-17/+40
| | * | IB/hfi1: Refactor hfi_user_exp_rcv_clear() IOCTLsMichael J. Ruhl2017-09-291-12/+37