summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* IB/qib: Fix over-scheduling of QSFP workMike Marciniszyn2011-11-282-20/+8Star
* 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-0711-0/+11
|\
| * infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-11-012-0/+2
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-012-0/+2
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-11-017-0/+7
* | IB/qib: Fix panic in RC error flushing logicMike Marciniszyn2011-11-041-7/+3Star
* | 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-224-57/+94
| | * IB/qib: Clean up checkpatch issueMike Marciniszyn2011-10-221-2/+1Star
| | * IB/qib: Remove s_lock around header validationMike Marciniszyn2011-10-214-15/+8Star
| | * 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-11-011-2/+2
|/
*-. Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's...Roland Dreier2011-07-228-215/+145Star
|\ \
| | * 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/+0Star
| | * IB/qib: Remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-07-181-4/+4
| | * IB/qib: Convert old cpumask api into new oneMotohiro KOSAKI2011-07-181-5/+6
| |/ |/|
| * IB/pma: Add include file for IBA performance counters definitionsOr Gerlitz2011-07-192-179/+42Star
|/
* IB/qib: Ensure that LOS and DFE are being turned offMitko Haralanov2011-06-172-8/+23
* RDMA: Add netlink infrastructureRoland Dreier2011-05-201-1/+1
* IB/qib: Use pci_dev->revisionSergei Shtylyov2011-05-121-4/+1Star
* IB/qib: Prevent driver hang with unprogrammed boardsMitko Haralanov2011-05-101-1/+2
* Revert wrong fixes for common misspellingsLucas De Marchi2011-04-273-3/+3
* Fix common misspellingsLucas De Marchi2011-03-3110-18/+18
* mm: export __get_user_pagesHuang Ying2011-03-171-3/+3
* IB/qib: Fix M_Key field in SubnGet and SubnGetResp MADsMitko Haralanov2011-03-141-2/+3
* IB/qib: Set default LE2 value for active cables to 0Mitko Haralanov2011-03-142-3/+12
* IB/qib: Return correct MAD when setting link width to 255Mitko Haralanov2011-02-231-3/+4
* IB/qib: Prevent double completions after a timeout or RNR errorMike Marciniszyn2011-02-171-1/+2
* IB/qib: Fix double add_timer()Mike Marciniszyn2011-02-101-0/+2
* IB/qib: Hold link for TX SERDES settingsMitko Haralanov2011-01-291-19/+11Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-01-175-45/+21Star
|\
| * RDMA: Update workqueue usageTejun Heo2011-01-175-40/+19Star
| * RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-121-5/+2Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ | |/ |/|
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-01-1217-158/+658
|\ \
| * | IB/qib: Fix refcount leak in lkey/rkey validationMike Marciniszyn2011-01-111-16/+14Star