summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qib
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds5-6/+16
2010-10-27IB/qib: clean up properly if pci_set_consistent_dma_mask() failsJason Gunthorpe1-1/+3
2010-10-27IB/qib: Allow driver to load if PCIe AER failsRalph Campbell1-1/+3
2010-10-27IB/qib: Fix uninitialized pointer if CONFIG_PCI_MSI not setRalph Campbell1-0/+1
2010-10-27IB/qib: Fix extra log level in qib_early_err()Jason Gunthorpe1-1/+1
2010-10-26fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-10-23IB/qib: Process RDMA WRITE ONLY with IMMEDIATE properlyJason Gunthorpe2-3/+8
2010-10-15llseek: automatically add .llseek fopArnd Bergmann3-2/+6
2010-10-07IB/qib: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-09-23drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-08-06IB/qib: Add missing <linux/slab.h> includeDavid Miller1-0/+1
2010-08-04IB/qib: Fix race between qib_error_qp() and receive packet processingRalph Campbell6-55/+26
2010-08-04IB/qib: Limit the number of packets processed per interruptRalph Campbell1-1/+1
2010-08-04IB/qib: Allow writes to the diag_counters to be able to clear themIra Weiny1-1/+20
2010-08-04IB/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-20IB/qib: Avoid variable-length arrayRalph Campbell2-1/+4
2010-07-09IB/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/rol...Linus Torvalds8-39/+104
2010-07-07IB/qib: Clean up properly if qib_init() failsRalph Campbell1-0/+10
2010-07-07IB/qib: Completion queue callback needs to be single threadedRalph Campbell1-1/+1
2010-07-07IB/qib: Update 7322 serdes tablesRalph Campbell1-4/+12
2010-07-07IB/qib: Clear 6120 hardware error registerRalph Campbell1-2/+1
2010-07-07IB/qib: Clear eager buffer memory for each new processRalph Campbell1-0/+3
2010-07-07IB/qib: Mask hardware error during link resetRalph Campbell2-26/+31
2010-07-07IB/qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problemDave Olson6-6/+46
2010-06-05fix the deadlock in qib_fsAl Viro1-3/+1
2010-05-27IB/qib: Remove DCA support until feature is finishedRalph Campbell1-189/+0
2010-05-27IB/qib: Use a single txselect module parameter for serdes tuningRalph Campbell1-403/+179
2010-05-27IB/qib: Don't rely on (undefined) order of function parameter evaluationRoland Dreier1-10/+15
2010-05-26IB/qib: Fix undefined symbol error when CONFIG_PCI_MSI=nRalph Campbell2-12/+6
2010-05-24IB/qib: Add new qib driver for QLogic PCIe InfiniBand adaptersRalph Campbell49-0/+52963