summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rdmavt
AgeCommit message (Expand)AuthorFilesLines
2017-02-26Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-259/+8
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-3/+4
2017-02-19IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt2-11/+11
2017-02-19IB/hfi1: Add rvt_rnr_tbl_to_usec functionDon Hiatt1-0/+11
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty1-1/+1
2017-02-19IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota1-2/+181
2017-02-19IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty2-2/+192
2017-02-19IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty1-0/+38
2017-02-19IB/rdmavt: Use per-CPU reference count for MRsSebastian Sanchez1-21/+38
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-3/+4
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche7-259/+8
2016-12-15rdma: fix buggy code that the compiler warns aboutLinus Torvalds1-1/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds9-187/+486
2016-12-14IB/rdmavt: Only put mmap_info ref if it existsJim Foraker1-1/+2
2016-12-14IB/rdmavt: Handle the kthread worker using the new APIPetr Mladek1-23/+11
2016-12-14IB/rdmavt: Avoid queuing work into a destroyed cq kthread workerPetr Mladek1-14/+16
2016-12-11IB/rdmavt: Add a send completion helperMike Marciniszyn1-0/+17
2016-12-11IB/hfi1: Use reference count wrapper for MRsSebastian Sanchez1-4/+4
2016-12-11IB/hfi1: Replace qp->refcount release code with standard driver wrapperSebastian Sanchez1-3/+2
2016-12-11IB/rdmavt: Add trace of MR segsMike Marciniszyn3-0/+117
2016-12-11IB/rdmavt: Fix trace hierarchyDennis Dalessandro4-137/+312
2016-11-16IB/hfi1: Optimize lkey validation structuresMike Marciniszyn1-5/+5
2016-11-16IB/rdmavt: rdmavt can handle non aligned page mapsDennis Dalessandro1-3/+0
2016-10-12kthread: kthread worker API cleanupPetr Mladek1-5/+5
2016-10-06IB/{rxe,core,rdmavt}: Fix kernel crash for reg MRParav Pandit1-0/+17
2016-10-03IB/rdmavt: Trivial function comment corrected.Parav Pandit1-1/+1
2016-10-02IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debugMike Marciniszyn1-0/+8
2016-10-02IB/rdmavt: Add qp init functionMike Marciniszyn1-42/+58
2016-10-02IB/rdmavt: Move reset calldown to reset pathMike Marciniszyn1-6/+5
2016-10-02IB/rdmavt: Correct sparse annotationMike Marciniszyn1-6/+3
2016-09-16IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routinesMike Marciniszyn1-3/+2
2016-09-16IB/rdmavt: Don't vfree a kzalloc'ed memory regionColin Ian King1-1/+1
2016-08-22IB/rdmvat: Fix double vfree() in rvt_create_qp() error pathMike Marciniszyn1-1/+2
2016-08-05Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds5-68/+315
2016-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+0
2016-08-04IB/rdmavt: Disable by defaultBart Van Assche1-1/+0
2016-08-03IB/rdmavt: Eliminate redundant opcode test in mr ref clearIra Weiny1-2/+1
2016-08-02IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabledJianxin Xiong1-16/+32
2016-08-02IB/hfi1: Add the capability for reserved operationsMike Marciniszyn1-23/+62
2016-08-02IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lockJianxin Xiong1-0/+1
2016-08-02IB/rdmavt: Handle local operations in post sendJianxin Xiong1-5/+40
2016-08-02IB/rdmavt: Add mechanism to invalidate MR keysJianxin Xiong1-2/+71
2016-08-02IB/rdmavt: Add support for ib_map_mr_sgJianxin Xiong3-0/+60
2016-08-02IB/rdmavt: Use new driver specific post send tableMike Marciniszyn2-39/+10
2016-08-02IB/rdmavt: Add data structures and routines for table driven post sendMike Marciniszyn1-5/+62
2016-06-23IB/rdmavt: Correct qp_priv_alloc() return value testMike Marciniszyn1-1/+3
2016-06-23IB/hfi1: Don't zero out qp->s_ack_queue in rvt_reset_qpAshutosh Dixit1-6/+0
2016-06-18IB/rdmavt: Correct warning during QPN allocationBrian Welty1-2/+2
2016-06-18IB/rdmavt: Correct required callback functions for MODIFY_QPBrian Welty1-3/+1
2016-06-07IB/rdmavt: Annotate rvt_reset_qp()Bart Van Assche1-0/+6