summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IB/rdmavt: Add a send completion helperMike Marciniszyn2016-12-111-0/+17
* IB/qib: Use standard refcount wrapper for QPsSebastian Sanchez2016-12-112-14/+9
* IB/hfi1: Use reference count wrapper for MRsSebastian Sanchez2016-12-111-4/+4
* IB/hfi1: Replace qp->refcount release code with standard driver wrapperSebastian Sanchez2016-12-112-5/+3
* IB/hfi1: Preserve external device completed bitDean Luick2016-12-111-1/+4
* IB/hfi1: Remove critical section gap in sc_buffer_alloc()Sebastian Sanchez2016-12-111-2/+0
* IB/hfi1: Remove usage of qp->s_cur_sgeMitko Haralanov2016-12-114-15/+13
* IB/rdmavt: Add trace of MR segsMike Marciniszyn2016-12-113-0/+117
* IB/hfi1: Add special setting for low power AOCDean Luick2016-12-111-1/+43
* IB/hfi1: Remove definition of unused hfi1_affinity structTadeusz Struk2016-12-112-9/+0
* IB/hfi1: Remove dependence on qp->s_cur_sizeDon Hiatt2016-12-116-9/+10
* IB/hfi1: Show statistics counters under IB stats interfaceJianxin Xiong2016-12-111-0/+154
* IB/rdmavt: Fix trace hierarchyDennis Dalessandro2016-12-114-137/+312
* IB/hfi1: Disable header suppression for short packetsJakub Pawlak2016-12-111-17/+43
* IB/hfi1: Export 8051 memory and LCB registers via debugfsDean Luick2016-12-111-0/+110
* IB/hfi1: Use non-atomic __test_and_clear_bit in hot pathSebastian Sanchez2016-12-111-1/+1
* IB/hfi1: Fix dc8051 multiple qword memory readsDean Luick2016-12-111-4/+6
* IB/hfi1: Read new EPROM formatDean Luick2016-12-111-8/+203
* IB/hfi1: Optimize pio_buf and send_context structsSebastian Sanchez2016-11-153-28/+28
* IB/hfi1: Get rid of divide in pio buffer allocatorSebastian Sanchez2016-11-152-4/+8
* IB/hfi1: Add active channel and backplane support for integrated devicesEaswar Hariharan2016-11-155-45/+376
* IB/hfi1: Optimize devdata cachelinesSebastian Sanchez2016-11-151-53/+55
* IB/hfi1: Unify access to GUID entriesJakub Pawlak2016-11-156-37/+39
* IB/hfi1: Optimize pio cachelinesMike Marciniszyn2016-11-151-5/+5
* IB/hfi1: Optimize lkey validation structuresMike Marciniszyn2016-11-151-5/+5
* IB/hfi1: Inline sdma_txclean() for verbs pioMike Marciniszyn2016-11-152-12/+18
* IB/hfi1: Add unique txwait_lock for txreq eventsMike Marciniszyn2016-11-156-15/+35
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-195-6/+17
|\
| * mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+5
| * mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-194-4/+12
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-1412-0/+6557
|\ \
| * | qedr: Add events support and register IB deviceRam Amrani2016-10-143-2/+158
| * | qedr: Add GSI supportRam Amrani2016-10-147-1/+706
| * | qedr: Add LL2 RoCE interfaceRam Amrani2016-10-142-2/+34
| * | qedr: Add support for data pathRam Amrani2016-10-145-1/+1614
| * | qedr: Add support for memory registeration verbsRam Amrani2016-10-144-1/+425
| * | qedr: Add support for QP verbsRam Amrani2016-10-146-1/+1286
| * | qedr: Add support for PD,PKEY and CQ verbsRam Amrani2016-10-145-1/+758
| * | qedr: Add support for user context verbsRam Amrani2016-10-145-1/+569
| * | qedr: Add support for RoCE HW initRam Amrani2016-10-144-2/+691
| * | qedr: Add RoCE driver frameworkRam Amrani2016-10-146-0/+328
| |/
* | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-1412-316/+385
|\ \ | |/ |/|
| * IB/hns: Fix for removal of redundant codeSalil2016-10-032-19/+2
| * IB/hns: Delete the redundant lines in hns_roce_v1_m_qp()Lijun Ou2016-10-031-14/+3
| * IB/hns: Fix the bug when platform_get_resource() exec failLijun Ou2016-10-031-0/+4
| * IB/hns: Update the rq head when modify qp stateLijun Ou2016-10-031-1/+2
| * IB/hns: Cq has not been freedLijun Ou2016-10-031-1/+4
| * IB/hns: Validate mtu when modified qpLijun Ou2016-10-031-0/+15
| * IB/hns: Some items of qpc need to take user paramLijun Ou2016-10-031-2/+4
| * IB/hns: The Ack timeout need a lower limit valueLijun Ou2016-10-031-4/+13