| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/core: Ethernet L2 attributes in verbs/cm structures | Matan Barak | 2014-01-14 | 1 | -1/+1 |
* | IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast() | Jan Kara | 2013-11-08 | 1 | -6/+1 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-05-08 | 1 | -9/+10 |
|\ |
|
| * | IB/ipath: Correct ipath_verbs_register_sysfs() error handling | Mike Marciniszyn | 2013-04-16 | 1 | -9/+10 |
* | | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 | 1 | -0/+1 |
|/ |
|
* | IB/ipath: Silence a static checker warning | Dan Carpenter | 2013-03-22 | 1 | -1/+1 |
* | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 2013-03-03 | 1 | -0/+1 |
* | IB/ipath: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -12/+4 |
* | new helper: file_inode(file) | Al Viro | 2013-02-22 | 2 | -5/+5 |
* | Drivers: infinband: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -7/+5 |
* | IB/ipath: Remove unreachable code | Alan Cox | 2012-11-22 | 1 | -10/+0 |
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 1 | -1/+1 |
* | IB/ipath: Replace open-coded ARRAY_SIZE with macro | Mike Marciniszyn | 2012-05-08 | 1 | -2/+1 |
* | IB/ipath: Replace open-coded ARRAY_SIZE with macro | Jim Cromie | 2012-05-08 | 1 | -2/+1 |
* | IB/ipath: Calling PTR_ERR() on right variable in create_file() | Dan Carpenter | 2012-01-27 | 1 | -1/+1 |
* | infiniband: umode_t noise, including open-coded S_ISDIR() | Al Viro | 2012-01-03 | 1 | -3/+3 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 6 | -0/+6 |
|\ |
|
| * | infiniband: add moduleparam.h to drivers/infiniband as required | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
| * | infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
| * | infiniband: Fix up module files that need to include module.h | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
| * | infiniband: Fix up users implicitly relying on getting stat.h | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-11-01 | 2 | -0/+6 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 2011-11-01 | 2 | -0/+6 |
| |\ \ \
| | |_|/
| |/| | |
|
| | | * | RDMA/core: Add SRQ type field | Sean Hefty | 2011-10-13 | 1 | -0/+5 |
| | |/
| |/| |
|
| | * | IB/ipath: Add missing <linux/stat.h> in ipath_chip_init.c | Randy Dunlap | 2011-10-10 | 1 | -0/+1 |
| |/ |
|
* | | mm: distinguish between mlocked and pinned pages | Christoph Lameter | 2011-10-31 | 1 | -3/+3 |
|/ |
|
*-. | Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's... | Roland Dreier | 2011-07-22 | 2 | -169/+40 |
|\ \ |
|
| | * | IB/pma: Add include file for IBA performance counters definitions | Or Gerlitz | 2011-07-18 | 1 | -165/+33 |
| |/
|/| |
|
| * | IB/ipath: Convert old cpumask api into new one | Motohiro KOSAKI | 2011-07-18 | 1 | -4/+7 |
|/ |
|
* | IB/ipath: Use pci_dev->revision, again | Sergei Shtylyov | 2011-05-09 | 1 | -8/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 5 | -6/+6 |
* | mm: export __get_user_pages | Huang Ying | 2011-03-17 | 1 | -3/+3 |
* | IB/ipath: Don't reset disabled devices | Nicolas Kaiser | 2011-03-14 | 1 | -0/+1 |
* | RDMA: Update workqueue usage | Tejun Heo | 2011-01-16 | 2 | -2/+2 |
* | RDMA: Use vzalloc() to replace vmalloc()+memset(0) | Joe Perches | 2011-01-12 | 3 | -14/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-01-11 | 1 | -3/+2 |
|\ |
|
| * | IB/ipath: Use printf extension %pR for struct resource | Joe Perches | 2011-01-10 | 1 | -3/+2 |
* | | fs: dcache rationalise dget variants | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
* | | fs: dcache remove dcache_lock | Nick Piggin | 2011-01-07 | 1 | -5/+1 |
* | | fs: dcache scale dentry refcount | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
|/ |
|
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | convert get_sb_single() users | Al Viro | 2010-10-29 | 1 | -7/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-10-26 | 1 | -0/+1 |
|\ |
|
| * | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2010-10-25 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-10-26 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | IB: Replace EXTRA_CFLAGS with ccflags-y | matt mooney | 2010-10-23 | 1 | -1/+1 |
* | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 3 | -2/+8 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-08-07 | 1 | -3/+10 |
|\ |
|
| * | IB/ipath: Fix probe failure path | Ben Hutchings | 2010-07-21 | 1 | -3/+10 |
* | | drivers/infiniband: Remove unnecessary casts of private_data | Joe Perches | 2010-07-20 | 1 | -1/+1 |
|/ |
|