summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* IB/qib: Add cache line awareness to qib_qp and qib_devdata structuresMike Marciniszyn2012-05-147-94/+120
* IB/qib: MADs with misset M_Keys should return failureJim Foraker2012-05-141-1/+3
* IB/qib: Fix M_Key lease timeout handlingJim Foraker2012-05-141-15/+29
* IB/qib: Fix QLE734X link cyclingMitko Haralanov2012-05-141-1/+1
* IB/qib: Display correct value for number of contextsMitko Haralanov2012-05-142-3/+7
* IB/qib: Correct ordering of reregister vs. port active eventsTodd Rimmer2012-05-141-9/+8
* IB/qib: Optimize pio ack buffer allocationMike Marciniszyn2012-05-145-9/+28
* IB/qib: Add prefetch for eager buffersMike Marciniszyn2012-05-141-1/+4
*-. Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-194-37/+105
|\ \
| | * IB/qib: Avoid filtering LID on SMA portinfoMike Marciniszyn2012-02-251-3/+1
| | * IB/qib: Add logic for affinity hintMike Marciniszyn2012-02-253-34/+104
| |/
* / IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz2012-03-082-2/+0
|/
* IB/qib: Roll back PCIe tuning changeMike Marciniszyn2012-01-271-1/+1
* IB/qib: Use GFP_ATOMIC when locks are heldJulia Lawall2012-01-271-1/+1
* Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-0811-44/+70
|\
| * IB/qib: Default some module parameters optimallyMike Marciniszyn2012-01-032-3/+3
| * IB/qib: Optimize locking for get_txreq()Mike Marciniszyn2012-01-031-10/+33
| * IB/qib: Fix a possible data corruption when receiving packetsRam Vepa2012-01-033-4/+10
| * IB/qib: Eliminate 64-bit jiffies useMike Marciniszyn2012-01-034-22/+20
| * IB/qib: Fix style issuesMike Marciniszyn2012-01-034-5/+4
* | infiniband: umode_t noise, including open-coded S_ISDIR()Al Viro2012-01-031-3/+3
|/
* IB/qib: Correct sense on freectxts increment and decrementMike Marciniszyn2011-12-191-2/+2
* IB/qib: Fix over-scheduling of QSFP workMike Marciniszyn2011-11-282-20/+8
* IB/qib: Don't use schedule_work()Mike Marciniszyn2011-11-081-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0611-0/+11
|\
| * infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-10-312-0/+2
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-312-0/+2
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-10-317-0/+7
* | IB/qib: Fix panic in RC error flushing logicMike Marciniszyn2011-11-041-7/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-0117-143/+276
|\ \
| | \
| | \
| *-. \ Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-0117-143/+276
| |\ \ \ | | |_|/ | |/| |
| | | * RDMA/core: Add SRQ type fieldSean Hefty2011-10-131-0/+5
| | |/ | |/|
| | * IB/qib: Fix issue with link states and QSFP cablesMitko Haralanov2011-10-312-10/+21
| | * IB/qib: Hold links until tuning data is availableMitko Haralanov2011-10-214-57/+94
| | * IB/qib: Clean up checkpatch issueMike Marciniszyn2011-10-211-2/+1
| | * IB/qib: Remove s_lock around header validationMike Marciniszyn2011-10-214-15/+8
| | * IB/qib: Precompute timeout jiffies to optimize latencyMike Marciniszyn2011-10-213-6/+11
| | * IB/qib: Use RCU for qpn lookupMike Marciniszyn2011-10-215-41/+87
| | * IB/qib: Eliminate divide/mod in converting idx to egr buf pointerMike Marciniszyn2011-10-216-5/+18
| | * IB/qib: Decode path MTU optimizationMike Marciniszyn2011-10-214-6/+9
| | * IB/qib: Optimize RC/UC code by IB operationMike Marciniszyn2011-10-212-9/+24
| | * IB/qib: Correct nfreectxts for multiple HCAsMike Marciniszyn2011-10-064-2/+8
| |/
* / mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-10-311-2/+2
|/
*-. Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's...Roland Dreier2011-07-228-215/+145
|\ \
| | * IB/qib: Defer HCA error events to taskletMike Marciniszyn2011-07-222-21/+53
| | * IB/qib: Update active link widthMitko Haralanov2011-07-181-3/+23
| | * IB/qib: Fix potential deadlock with link down interruptRam Vepa2011-07-181-2/+3
| | * IB/qib: Add sysfs interface to read free contextsRam Vepa2011-07-181-0/+14
| | * IB/qib: Remove double defineEdwin van Vliet2011-07-181-1/+0
| | * IB/qib: Remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-07-181-4/+4