aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca (follow)
AgeCommit message (Expand)AuthorFilesLines
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/torvalds/linux-2.6David Howells11-44/+35
2006-11-29IB/mthca: Fix initial SRQ logsize for mem-free HCAsJack Morgenstein1-1/+1
2006-11-29IB/mthca: Fix section mismatchesRoland Dreier10-41/+33
2006-11-29IB: 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-16IB/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-22IB/mthca: Simplify calls to mthca_cq_clean()Roland Dreier1-3/+2
2006-09-22IB/mthca: Recover from catastrophic errorsJack Morgenstein3-21/+136
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-1/+1
2006-09-22IB: Whitespace fixesRoland Dreier1-5/+5
2006-09-22IB/mthca: Return correct number of bits for static rate in query_qpJack Morgenstein1-1/+1
2006-09-22IB/mthca: Return port number for unconnected QPs in query_qpJack Morgenstein1-4/+6
2006-09-22IB/mthca: Fix default static rate returned for Tavor in AVJack Morgenstein1-1/+1
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell3-4/+6
2006-09-22IB/mthca: Include the header we really wantJames Lentini1-1/+1
2006-09-22IB/mthca: Don't use privileged UAR for kernel accessMichael S. Tsirkin1-1/+1
2006-09-22IB/mthca: Fix lid used for sending trapsJack Morgenstein1-1/+1
2006-08-31IB/mthca: Use IRQ safe locks to protect allocation bitmapsRoland Dreier1-4/+11
2006-08-23IB/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
2006-08-10IB/mthca: Make fence flag work for send work requestsMichael S. Tsirkin1-2/+10
2006-08-03IB/mthca: Clean up mthca array index maskRoland Dreier1-8/+7
2006-08-03IB/mthca: Fix mthca_array_clear() thinkoMichael S. Tsirkin1-1/+3
2006-07-24IB/mthca: Initialize max_cmds before debug code prints itRoland Dreier1-2/+3
2006-07-24IB/mthca: Fix SRQ limit event range checkDotan Barak1-1/+2
2006-07-14[PATCH] IB/mthca: comment fixMichael S. Tsirkin1-7/+6
2006-07-14[PATCH] IB/mthca: fix static rate returned by mthca_ah_queryJack Morgenstein1-2/+3
2006-07-04[PATCH] mthca: initialize send and receive queue locks separatelyZach Brown1-1/+4
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-2/+3
2006-06-17IB/mthca: Make all device methods truly reentrantRoland Dreier5-22/+48
2006-06-17IB/mthca: Fix memory leak on modify_qp error pathsRoland Dreier1-6/+6
2006-06-17IB/mthca: Fill in max_map_per_fmr device attributeOr Gerlitz1-0/+10
2006-06-17IB/mthca: Add client reregister event generationLeonid Arsh1-3/+11
2006-06-17IB/mthca: Convert FW commands to use wait_for_completion_timeout()Roland Dreier1-19/+4
2006-06-17IB/mthca: Remove dead codeMichael S. Tsirkin1-4/+0
2006-06-17IB/mthca: memfree completion with error FW bug workaroundMichael S. Tsirkin1-1/+10
2006-06-17IB/mthca: restore missing PCI registers after resetMichael S. Tsirkin1-0/+59
2006-05-24IB/mthca: Fix posting lists of 256 receive requests to SRQ for TavorMichael S. Tsirkin1-20/+21
2006-05-18IB/mthca: Fix posting lists of 256 receive requests for TavorMichael S. Tsirkin1-17/+18
2006-05-17IB/mthca: Make fw_cmd_doorbell default to 0Roland Dreier1-1/+1
2006-05-10IB/mthca: FMR ioremap fixMichael S. Tsirkin1-4/+11