summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mthca
AgeCommit message (Expand)AuthorFilesLines
2007-04-25IB/mthca: Simplify CQ cleaning in mthca_free_qp()Roland Dreier1-4/+3
2007-04-25IB/mthca: Fix mthca_write_mtt() on HCAs with hidden memoryRoland Dreier1-2/+4
2007-04-19IB/mthca: Update HCA firmware revisionsRoland Dreier1-5/+5
2007-04-17IB/mthca: Fix data corruption after FMR unmap on SinaiMichael S. Tsirkin1-0/+1
2007-03-27IB/mthca: Fix thinko in init_mr_table()Michael S. Tsirkin1-2/+2
2007-03-02IB/mthca: Fix error path in mthca_alloc_memfree()Roland Dreier1-5/+5
2007-02-21IB/mthca: Make 2 functions staticAdrian Bunk1-4/+6
2007-02-17IB/mthca: Fix allocation of ICM chunks in coherent memoryRoland Dreier1-1/+3
2007-02-17IB/mthca: Allow the QP state transition RESET->RESETDotan Barak1-0/+5
2007-02-13IB/mthca: Always fill MTTs from CPUMichael S. Tsirkin3-9/+89
2007-02-13IB/mthca: Merge MR and FMR space on 64-bit systemsMichael S. Tsirkin2-6/+16
2007-02-13IB/mthca: Fix access to MTT and MPT tables on non-cache-coherent CPUsMichael S. Tsirkin5-50/+131
2007-02-13IB/mthca: Give reserved MTTs a separate cache lineMichael S. Tsirkin1-0/+4
2007-02-13IB/mthca: Fix reserved MTTs calculation on mem-free HCAsMichael S. Tsirkin1-1/+5
2007-02-10IB/mthca: Work around gcc bug on sparc64David Howells1-2/+7
2007-02-10IB/mthca: Use correct structure size in call to memset()Roland Dreier1-1/+1
2007-02-05IB: Return qp pointer as part of ib_wcMichael S. Tsirkin2-2/+2
2007-01-10IB/mthca: Don't execute QUERY_QP firmware command for QP in RESET stateDotan Barak1-9/+17
2007-01-08IB/mthca: Fix PRM compliance problem in atomic-send completionsJack Morgenstein1-2/+6
2007-01-05IB/mthca: Fix off-by-one in FMR handling on memfreeMichael S. Tsirkin1-1/+1
2006-12-30[PATCH] IB/mthca: Fix FMR breakage caused by kmemdup() conversionMichael S. Tsirkin1-1/+2
2006-12-16IB/mthca: Use DEFINE_MUTEX() instead of mutex_init()Roland Dreier1-3/+1
2006-12-16IB/mthca: Add HCA profile module parametersLeonid Arsh1-14/+97
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells3-6/+6
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells11-44/+35
2006-11-30IB/mthca: Fix initial SRQ logsize for mem-free HCAsJack Morgenstein1-1/+1
2006-11-30IB/mthca: Fix section mismatchesRoland Dreier10-41/+33
2006-11-30IB: kmemdup() cleanupEric Sesterhenn1-2/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+2
2006-10-31IB/mthca: Fix MAD extended header format for MAD_IFC firmware commandMichael S. Tsirkin1-7/+7
2006-10-17IB/mthca: Use mmiowb after doorbell ringArthur Kepner3-0/+34
2006-10-10IB/mthca: Fix off-by-one in mthca SRQ creationMichael S. Tsirkin1-2/+4
2006-10-10IB/mthca: Query port fixJack Morgenstein1-0/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+4
2006-09-23IB/mthca: Simplify calls to mthca_cq_clean()Roland Dreier1-3/+2
2006-09-23IB/mthca: Recover from catastrophic errorsJack Morgenstein3-21/+136
2006-09-23RDMA: iWARP Core Changes.Tom Tucker1-1/+1
2006-09-23IB: Whitespace fixesRoland Dreier1-5/+5
2006-09-23IB/mthca: Return correct number of bits for static rate in query_qpJack Morgenstein1-1/+1
2006-09-23IB/mthca: Return port number for unconnected QPs in query_qpJack Morgenstein1-4/+6
2006-09-23IB/mthca: Fix default static rate returned for Tavor in AVJack Morgenstein1-1/+1
2006-09-23IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell3-4/+6
2006-09-23IB/mthca: Include the header we really wantJames Lentini1-1/+1
2006-09-23IB/mthca: Don't use privileged UAR for kernel accessMichael S. Tsirkin1-1/+1
2006-09-23IB/mthca: Fix lid used for sending trapsJack Morgenstein1-1/+1
2006-09-01IB/mthca: Use IRQ safe locks to protect allocation bitmapsRoland Dreier1-4/+11
2006-08-24IB/mthca: Update HCA firmware revisionsMichael S. Tsirkin1-3/+3
2006-08-18IB/mthca: No userspace SRQs if HCA doesn't have SRQ supportRoland Dreier1-5/+6
2006-08-11IB/mthca: Fix potential AB-BA deadlock with CQ locksRoland Dreier2-14/+32