aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
...
| * IB/qib: clean up properly if pci_set_consistent_dma_mask() failsJason Gunthorpe2010-10-261-1/+3
| * IB/qib: Allow driver to load if PCIe AER failsRalph Campbell2010-10-261-1/+3
| * IB/qib: Fix uninitialized pointer if CONFIG_PCI_MSI not setRalph Campbell2010-10-261-0/+1
| * IB/qib: Fix extra log level in qib_early_err()Jason Gunthorpe2010-10-261-1/+1
| * IB/qib: Process RDMA WRITE ONLY with IMMEDIATE properlyJason Gunthorpe2010-10-222-3/+8
| * IB/qib: Remove unnecessary casts of private_dataJoe Perches2010-10-061-2/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+2
|\ \
| * | drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches2010-09-231-2/+2
| |/
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-153-2/+6
|/
* IB/qib: Add missing <linux/slab.h> includeDavid Miller2010-08-051-0/+1
* IB/qib: Fix race between qib_error_qp() and receive packet processingRalph Campbell2010-08-036-55/+26
* IB/qib: Limit the number of packets processed per interruptRalph Campbell2010-08-031-1/+1
* IB/qib: Allow writes to the diag_counters to be able to clear themIra Weiny2010-08-031-1/+20
* IB/qib: Set cfgctxts to number of CPUs by defaultRalph Campbell2010-08-032-2/+2
* IB/qib: Allow PSM to select from multiple port assignment algorithmsDave Olson2010-07-212-101/+118
* IB/qib: Turn off IB latency modeRalph Campbell2010-07-211-0/+2
* IB/qib: Use generic_file_llseekArnd Bergmann2010-07-211-9/+9
* IB/qib: Avoid variable-length arrayRalph Campbell2010-07-192-1/+4
* IB/qib: Use request_firmware() to load SD7220 firmwareBen Hutchings2010-07-084-1100/+46
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-07-088-39/+104
|\
| * IB/qib: Clean up properly if qib_init() failsRalph Campbell2010-07-061-0/+10
| * IB/qib: Completion queue callback needs to be single threadedRalph Campbell2010-07-061-1/+1
| * IB/qib: Update 7322 serdes tablesRalph Campbell2010-07-061-4/+12
| * IB/qib: Clear 6120 hardware error registerRalph Campbell2010-07-061-2/+1
| * IB/qib: Clear eager buffer memory for each new processRalph Campbell2010-07-061-0/+3
| * IB/qib: Mask hardware error during link resetRalph Campbell2010-07-062-26/+31
| * IB/qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problemDave Olson2010-07-066-6/+46
* | fix the deadlock in qib_fsAl Viro2010-06-041-3/+1
|/
* IB/qib: Remove DCA support until feature is finishedRalph Campbell2010-05-271-189/+0
* IB/qib: Use a single txselect module parameter for serdes tuningRalph Campbell2010-05-261-403/+179
* IB/qib: Don't rely on (undefined) order of function parameter evaluationRoland Dreier2010-05-261-10/+15
* IB/qib: Fix undefined symbol error when CONFIG_PCI_MSI=nRalph Campbell2010-05-252-12/+6
* IB/qib: Add new qib driver for QLogic PCIe InfiniBand adaptersRalph Campbell2010-05-2349-0/+52963