summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mthca
AgeCommit message (Expand)AuthorFilesLines
2007-10-10IB/mthca: Mark error paths as unlikely() in post_srq_recv functionsEli Cohen1-4/+4
2007-10-10IB/mthca: Use mmiowb() to avoid firmware commands getting jumbled upRoland Dreier1-0/+6
2007-10-10IB/mthca: Increase max number of QPs per multicast group to 56Roland Dreier1-1/+1
2007-10-10IB/mthca: Use PCI-X/PCI-Express read control interfacesPeter Oruba1-25/+8
2007-10-10IB/mthca: Enable MSI-X by defaultMichael S. Tsirkin1-31/+46
2007-07-21IB/mthca: Change command token on timeoutMichael S. Tsirkin1-2/+1
2007-07-19IB/mthca: Simplify use of size0 in work request postingRoland Dreier1-17/+24
2007-07-19IB/mthca: Factor out setting WQE UD segment entriesRoland Dreier1-18/+22
2007-07-18IB/mthca: Factor out setting WQE remote address and atomic segment entriesRoland Dreier1-59/+40
2007-07-18IB/mthca: Factor out setting WQE data segment entriesRoland Dreier3-54/+30
2007-07-18IB/mthca: Use uninitialized_var() for f0Roland Dreier1-2/+14
2007-07-18IB/mthca: Fix printk format used for firmware version in warningRoland Dreier1-1/+1
2007-07-18IB/mthca: Schedule MSI support for removalRoland Dreier1-4/+16
2007-07-18drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik1-2/+2
2007-07-10IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)Shani Moideen2-2/+2
2007-07-10IB: Use menuconfig for InfiniBand menuJan Engelhardt1-1/+1
2007-06-07IB/mthca, mlx4_core: Fix typo in commentRoland Dreier1-1/+1
2007-05-30IB/mthca: Fix handling of send CQE with error for QPs connected to SRQMichael S. Tsirkin1-3/+3
2007-05-22Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds3-61/+102
2007-05-21Detach sched.h from mm.hAlexey Dobriyan5-0/+5
2007-05-19IB/mthca: Fix RESET to ERROR transitionMichael S. Tsirkin1-60/+98
2007-05-19IB/mthca: Set GRH:HopLimit when building MLX headersRolf Manderscheid1-0/+1
2007-05-19IB/mthca: Fix use-after-free on device restartAli Ayoub1-1/+3
2007-05-15IB/mthca: Set cleaned CQEs back to HW ownership when cleaning CQMichael S. Tsirkin1-1/+3
2007-05-15IB/mthca: Fix posting >255 recv WRs for TavorMichael S. Tsirkin1-0/+1
2007-05-09IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2-10/+29
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds4-7/+24
2007-05-07IB: Return "maybe missed event" hint from ib_req_notify_cq()Roland Dreier2-7/+9
2007-05-07IB: Add CQ comp_vector supportMichael S. Tsirkin1-0/+2
2007-05-03PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-05-01IB/mthca: Work around kernel QP starvationMichael S. Tsirkin1-0/+13
2007-04-25IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes1-1/+0
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