Age | Commit message (Expand) | Author | Files | Lines |
2014-10-09 | [infiniband] remove pointless assignments | Al Viro | 1 | -1/+0 |
2014-09-19 | IB/ipath: Change get_user_pages() usage to always NULL vmas | Mike Marciniszyn | 1 | -3/+3 |
2014-08-05 | IB/ipath: Add P_Key change event support | Or Gerlitz | 1 | -4/+10 |
2014-05-28 | IB/ipath: Use time_before()/_after() | Manuel Schölling | 2 | -4/+4 |
2014-05-28 | IB/ipath: Translate legacy diagpkt into newer extended diagpkt | Dennis Dalessandro | 1 | -0/+4 |
2014-04-03 | Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc... | Roland Dreier | 2 | -69/+40 |
2014-04-01 | IB/ipath: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads | Mike Marciniszyn | 1 | -28/+15 |
2014-03-18 | IB/ipath: Fix potential buffer overrun in sending diag packet routine | Dennis Dalessandro | 1 | -41/+25 |
2014-03-04 | IB: Refactor umem to use linear SG table | Yishai Hadas | 1 | -22/+17 |
2014-01-15 | IB/core: Ethernet L2 attributes in verbs/cm structures | Matan Barak | 1 | -1/+1 |
2013-11-09 | IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast() | Jan Kara | 1 | -6/+1 |
2013-05-09 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -9/+10 |
2013-05-08 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+1 |
2013-04-17 | IB/ipath: Correct ipath_verbs_register_sysfs() error handling | Mike Marciniszyn | 1 | -9/+10 |
2013-03-23 | IB/ipath: Silence a static checker warning | Dan Carpenter | 1 | -1/+1 |
2013-03-04 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
2013-02-28 | IB/ipath: convert to idr_alloc() | Tejun Heo | 1 | -12/+4 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 2 | -5/+5 |
2013-01-04 | Drivers: infinband: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -7/+5 |
2012-11-22 | IB/ipath: Remove unreachable code | Alan Cox | 1 | -10/+0 |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -1/+1 |
2012-05-08 | IB/ipath: Replace open-coded ARRAY_SIZE with macro | Mike Marciniszyn | 1 | -2/+1 |
2012-05-08 | IB/ipath: Replace open-coded ARRAY_SIZE with macro | Jim Cromie | 1 | -2/+1 |
2012-01-27 | IB/ipath: Calling PTR_ERR() on right variable in create_file() | Dan Carpenter | 1 | -1/+1 |
2012-01-04 | infiniband: umode_t noise, including open-coded S_ISDIR() | Al Viro | 1 | -3/+3 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -0/+6 |
2011-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -0/+6 |
2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 2 | -0/+6 |
2011-11-01 | mm: distinguish between mlocked and pinned pages | Christoph Lameter | 1 | -3/+3 |
2011-11-01 | infiniband: add moduleparam.h to drivers/infiniband as required | Paul Gortmaker | 1 | -0/+1 |
2011-11-01 | infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2 | -0/+2 |
2011-11-01 | infiniband: Fix up module files that need to include module.h | Paul Gortmaker | 2 | -0/+2 |
2011-11-01 | infiniband: Fix up users implicitly relying on getting stat.h | Paul Gortmaker | 2 | -0/+2 |
2011-10-13 | RDMA/core: Add SRQ type field | Sean Hefty | 1 | -0/+5 |
2011-10-10 | IB/ipath: Add missing <linux/stat.h> in ipath_chip_init.c | Randy Dunlap | 1 | -0/+1 |
2011-07-22 | Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's... | Roland Dreier | 2 | -169/+40 |
2011-07-19 | IB/pma: Add include file for IBA performance counters definitions | Or Gerlitz | 1 | -165/+33 |
2011-07-18 | IB/ipath: Convert old cpumask api into new one | Motohiro KOSAKI | 1 | -4/+7 |
2011-05-10 | IB/ipath: Use pci_dev->revision, again | Sergei Shtylyov | 1 | -8/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 5 | -6/+6 |
2011-03-17 | mm: export __get_user_pages | Huang Ying | 1 | -3/+3 |
2011-03-15 | IB/ipath: Don't reset disabled devices | Nicolas Kaiser | 1 | -0/+1 |
2011-01-17 | RDMA: Update workqueue usage | Tejun Heo | 2 | -2/+2 |
2011-01-12 | RDMA: Use vzalloc() to replace vmalloc()+memset(0) | Joe Perches | 3 | -14/+5 |
2011-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -3/+2 |
2011-01-11 | IB/ipath: Use printf extension %pR for struct resource | Joe Perches | 1 | -3/+2 |
2011-01-07 | fs: dcache rationalise dget variants | Nick Piggin | 1 | -1/+1 |
2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -5/+1 |
2011-01-07 | fs: dcache scale dentry refcount | Nick Piggin | 1 | -1/+1 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |