aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_srq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15IB/mthca: Avoid alignment traps when writing doorbellsRoland Dreier1-9/+2
2007-10-10IB/mthca: Mark error paths as unlikely() in post_srq_recv functionsEli Cohen1-4/+4
2007-07-18IB/mthca: Factor out setting WQE data segment entriesRoland Dreier1-22/+6
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-02-10IB/mthca: Work around gcc bug on sparc64David Howells1-2/+7
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-2/+2
2006-11-29IB/mthca: Fix initial SRQ logsize for mem-free HCAsJack Morgenstein1-1/+1
2006-11-29IB/mthca: Fix section mismatchesRoland Dreier1-1/+1
2006-10-16IB/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-22IB/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-17IB/mthca: Make all device methods truly reentrantRoland Dreier1-0/+5
2006-05-24IB/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-24IB/mthca: Check SRQ limit in modify SRQ operationJack Morgenstein1-0/+2
2006-03-24IB/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-04IB/mthca: fix WQE size calculation in create-srqJack Morgenstein1-1/+1
2005-11-10Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus 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-17[IB] mthca: Better limit checking and reportingJack Morgenstein1-1/+2
2005-10-17[IB] mthca: detect SRQ overflowRoland Dreier1-0/+15
2005-10-17[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-18[PATCH] IB/mthca: Fix posting work requests to shared receive queuesRoland Dreier1-6/+4
2005-09-18[PATCH] IB/mthca: fix posting of first work requestRoland Dreier1-8/+6
2005-08-26[PATCH] IB/mthca: Add SRQ implementationRoland Dreier1-0/+591