aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-05IB/qib: Add missing <linux/slab.h> includeDavid Miller1-0/+1
2010-08-03IB/qib: Fix race between qib_error_qp() and receive packet processingRalph Campbell6-55/+26
2010-08-03IB/qib: Limit the number of packets processed per interruptRalph Campbell1-1/+1
2010-08-03IB/qib: Allow writes to the diag_counters to be able to clear themIra Weiny1-1/+20
2010-08-03IB/qib: Set cfgctxts to number of CPUs by defaultRalph Campbell2-2/+2
2010-07-21IB/qib: Allow PSM to select from multiple port assignment algorithmsDave Olson2-101/+118
2010-07-21IB/qib: Turn off IB latency modeRalph Campbell1-0/+2
2010-07-21IB/qib: Use generic_file_llseekArnd Bergmann1-9/+9
2010-07-19IB/qib: Avoid variable-length arrayRalph Campbell2-1/+4
2010-07-08IB/qib: Use request_firmware() to load SD7220 firmwareBen Hutchings4-1100/+46
2010-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-39/+104
2010-07-06IB/qib: Clean up properly if qib_init() failsRalph Campbell1-0/+10
2010-07-06IB/qib: Completion queue callback needs to be single threadedRalph Campbell1-1/+1
2010-07-06IB/qib: Update 7322 serdes tablesRalph Campbell1-4/+12
2010-07-06IB/qib: Clear 6120 hardware error registerRalph Campbell1-2/+1
2010-07-06IB/qib: Clear eager buffer memory for each new processRalph Campbell1-0/+3
2010-07-06IB/qib: Mask hardware error during link resetRalph Campbell2-26/+31
2010-07-06IB/qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problemDave Olson6-6/+46
2010-06-04fix the deadlock in qib_fsAl Viro1-3/+1
2010-05-27IB/qib: Remove DCA support until feature is finishedRalph Campbell1-189/+0
2010-05-26IB/qib: Use a single txselect module parameter for serdes tuningRalph Campbell1-403/+179
2010-05-26IB/qib: Don't rely on (undefined) order of function parameter evaluationRoland Dreier1-10/+15
2010-05-25IB/qib: Fix undefined symbol error when CONFIG_PCI_MSI=nRalph Campbell2-12/+6
2010-05-23IB/qib: Add new qib driver for QLogic PCIe InfiniBand adaptersRalph Campbell49-0/+52963