summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mthca/mthca_srq.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-2/+2
2006-11-30IB/mthca: Fix initial SRQ logsize for mem-free HCAsJack Morgenstein1-1/+1
2006-11-30IB/mthca: Fix section mismatchesRoland Dreier1-1/+1
2006-10-17IB/mthca: Use mmiowb after doorbell ringArthur Kepner1-0/+8
2006-10-10IB/mthca: Fix off-by-one in mthca SRQ creationMichael S. Tsirkin1-2/+4
2006-09-23IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell1-1/+1
2006-07-24IB/mthca: Fix SRQ limit event range checkDotan Barak1-1/+2
2006-06-18IB/mthca: Make all device methods truly reentrantRoland Dreier1-0/+5
2006-05-25IB/mthca: Fix posting lists of 256 receive requests to SRQ for TavorMichael S. Tsirkin1-20/+21
2006-05-09IB/mthca: Fix race in reference countingRoland Dreier1-5/+18
2006-04-12IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devicesJack Morgenstein1-1/+26
2006-03-29IB/mthca: Fix section mismatch problemsRoland Dreier1-1/+1
2006-03-29IB/mthca: Fix check of size in SRQ creationJack Morgenstein1-1/+1
2006-03-25IB/mthca: Check SRQ limit in modify SRQ operationJack Morgenstein1-0/+2
2006-03-25IB/mthca: Check that SRQ WQE size does not exceed device's max valueJack Morgenstein1-0/+4
2006-03-20IB/mthca: Query SRQ srq_limit fixesEli Cohen1-4/+8
2006-03-20IB/mthca: Correct reported SRQ size in MemFree case.Dotan Barak1-2/+2
2006-03-20IB/mthca: Return actual capacity from create_srqDotan Barak1-0/+3
2006-03-20IB/mthca: Support for query QP and SRQEli Cohen1-0/+32
2006-03-20IB/mthca: Whitespace cleanupsRoland Dreier1-1/+1
2006-01-05IB/mthca: fix WQE size calculation in create-srqJack Morgenstein1-1/+1
2005-11-11Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds1-2/+20
2005-11-10[IB] mthca: fix posting long lists of receive work requestsMichael S. Tsirkin1-2/+20
2005-11-07[PATCH] fix remaining missing includesTim Schmielau1-0/+3
2005-10-31[IB] mthca: Avoid SRQ free WQE list corruptionRoland Dreier1-6/+7
2005-10-18[IB] mthca: Better limit checking and reportingJack Morgenstein1-1/+2
2005-10-18[IB] mthca: detect SRQ overflowRoland Dreier1-0/+15
2005-10-18[IB] mthca: SRQ limit reached eventsRoland Dreier1-1/+24
2005-09-19[PATCH] IB/mthca: Don't try to set srq->last for userspace SRQsRoland Dreier1-1/+2
2005-09-19[PATCH] IB/mthca: Fix posting work requests to shared receive queuesRoland Dreier1-6/+4
2005-09-19[PATCH] IB/mthca: fix posting of first work requestRoland Dreier1-8/+6
2005-08-27[PATCH] IB/mthca: Add SRQ implementationRoland Dreier1-0/+591