summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath
Commit message (Expand)AuthorAgeFilesLines
* IB/ipath: Use time_before()/_after()Manuel Schölling2014-05-282-4/+4
* IB/ipath: Translate legacy diagpkt into newer extended diagpktDennis Dalessandro2014-05-271-0/+4
*---. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-032-69/+40Star
|\ \ \
| | | * IB/ipath: Remove ib_sg_dma_address() and ib_sg_dma_len() overloadsMike Marciniszyn2014-04-011-28/+15Star
| | |/ | |/|
| | * IB/ipath: Fix potential buffer overrun in sending diag packet routineDennis Dalessandro2014-03-181-41/+25Star
| |/
* / IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-22/+17Star
|/
* IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-141-1/+1
* IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast()Jan Kara2013-11-081-6/+1Star
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-091-9/+10
|\
| * IB/ipath: Correct ipath_verbs_register_sysfs() error handlingMike Marciniszyn2013-04-171-9/+10
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
|/
* IB/ipath: Silence a static checker warningDan Carpenter2013-03-231-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* IB/ipath: convert to idr_alloc()Tejun Heo2013-02-281-12/+4Star
* new helper: file_inode(file)Al Viro2013-02-232-5/+5
* Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-7/+5Star
* IB/ipath: Remove unreachable codeAlan Cox2012-11-221-10/+0Star
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* IB/ipath: Replace open-coded ARRAY_SIZE with macroMike Marciniszyn2012-05-081-2/+1Star
* IB/ipath: Replace open-coded ARRAY_SIZE with macroJim Cromie2012-05-081-2/+1Star
* IB/ipath: Calling PTR_ERR() on right variable in create_file()Dan Carpenter2012-01-271-1/+1
* infiniband: umode_t noise, including open-coded S_ISDIR()Al Viro2012-01-041-3/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-076-0/+6
|\
| * infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-11-011-0/+1
| * 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-012-0/+2
| * infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker2011-11-012-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-012-0/+6
|\ \
| | \
| | \
| *-. \ Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-012-0/+6
| |\ \ \ | | |_|/ | |/| |
| | | * RDMA/core: Add SRQ type fieldSean Hefty2011-10-131-0/+5
| | |/ | |/|
| | * IB/ipath: Add missing <linux/stat.h> in ipath_chip_init.cRandy Dunlap2011-10-101-0/+1
| |/
* / mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-11-011-3/+3
|/
*-. Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's...Roland Dreier2011-07-222-169/+40Star
|\ \
| | * IB/pma: Add include file for IBA performance counters definitionsOr Gerlitz2011-07-191-165/+33Star
| |/ |/|
| * IB/ipath: Convert old cpumask api into new oneMotohiro KOSAKI2011-07-181-4/+7
|/
* IB/ipath: Use pci_dev->revision, againSergei Shtylyov2011-05-101-8/+1Star
* Fix common misspellingsLucas De Marchi2011-03-315-6/+6
* mm: export __get_user_pagesHuang Ying2011-03-171-3/+3
* IB/ipath: Don't reset disabled devicesNicolas Kaiser2011-03-141-0/+1
* RDMA: Update workqueue usageTejun Heo2011-01-172-2/+2
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-123-14/+5Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-01-121-3/+2Star
|\
| * IB/ipath: Use printf extension %pR for struct resourceJoe Perches2011-01-111-3/+2Star
* | fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* | fs: dcache remove dcache_lockNick Piggin2011-01-071-5/+1Star
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+1
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* convert get_sb_single() usersAl Viro2010-10-291-7/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-271-0/+1
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-261-0/+1