aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_srq.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/ib_mthca: Pre-link receive WQEs in Tavor modeEli Cohen2008-02-041-9/+14
* IB/mthca: Remove checks for srq->first_free < 0Eli Cohen2008-02-041-23/+3
* IB/mthca: Avoid alignment traps when writing doorbellsRoland Dreier2007-10-151-9/+2
* IB/mthca: Mark error paths as unlikely() in post_srq_recv functionsEli Cohen2007-10-101-4/+4
* IB/mthca: Factor out setting WQE data segment entriesRoland Dreier2007-07-181-22/+6
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* IB/mthca: Work around gcc bug on sparc64David Howells2007-02-101-2/+7
* [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-2/+2
* IB/mthca: Fix initial SRQ logsize for mem-free HCAsJack Morgenstein2006-11-291-1/+1
* IB/mthca: Fix section mismatchesRoland Dreier2006-11-291-1/+1
* IB/mthca: Use mmiowb after doorbell ringArthur Kepner2006-10-161-0/+8
* IB/mthca: Fix off-by-one in mthca SRQ creationMichael S. Tsirkin2006-10-101-2/+4
* IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2006-09-221-1/+1
* IB/mthca: Fix SRQ limit event range checkDotan Barak2006-07-241-1/+2
* IB/mthca: Make all device methods truly reentrantRoland Dreier2006-06-171-0/+5
* IB/mthca: Fix posting lists of 256 receive requests to SRQ for TavorMichael S. Tsirkin2006-05-241-20/+21
* IB/mthca: Fix race in reference countingRoland Dreier2006-05-091-5/+18
* IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devicesJack Morgenstein2006-04-121-1/+26
* IB/mthca: Fix section mismatch problemsRoland Dreier2006-03-291-1/+1
* IB/mthca: Fix check of size in SRQ creationJack Morgenstein2006-03-291-1/+1
* IB/mthca: Check SRQ limit in modify SRQ operationJack Morgenstein2006-03-241-0/+2
* IB/mthca: Check that SRQ WQE size does not exceed device's max valueJack Morgenstein2006-03-241-0/+4
* IB/mthca: Query SRQ srq_limit fixesEli Cohen2006-03-201-4/+8
* IB/mthca: Correct reported SRQ size in MemFree case.Dotan Barak2006-03-201-2/+2
* IB/mthca: Return actual capacity from create_srqDotan Barak2006-03-201-0/+3
* IB/mthca: Support for query QP and SRQEli Cohen2006-03-201-0/+32
* IB/mthca: Whitespace cleanupsRoland Dreier2006-03-201-1/+1
* IB/mthca: fix WQE size calculation in create-srqJack Morgenstein2006-01-041-1/+1
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-11-101-2/+20
|\
| * [IB] mthca: fix posting long lists of receive work requestsMichael S. Tsirkin2005-11-101-2/+20
* | [PATCH] fix remaining missing includesTim Schmielau2005-11-071-0/+3
|/
* [IB] mthca: Avoid SRQ free WQE list corruptionRoland Dreier2005-10-311-6/+7
* [IB] mthca: Better limit checking and reportingJack Morgenstein2005-10-171-1/+2
* [IB] mthca: detect SRQ overflowRoland Dreier2005-10-171-0/+15
* [IB] mthca: SRQ limit reached eventsRoland Dreier2005-10-171-1/+24
* [PATCH] IB/mthca: Don't try to set srq->last for userspace SRQsRoland Dreier2005-09-191-1/+2
* [PATCH] IB/mthca: Fix posting work requests to shared receive queuesRoland Dreier2005-09-181-6/+4
* [PATCH] IB/mthca: fix posting of first work requestRoland Dreier2005-09-181-8/+6
* [PATCH] IB/mthca: Add SRQ implementationRoland Dreier2005-08-261-0/+591