| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | IB/ipath: Remove support for QLogic PCIe QLE devices | Ralph Campbell | 2010-05-23 | 9 | -7131/+7 |
* | IB/core: Allow device-specific per-port sysfs files | Ralph Campbell | 2010-05-21 | 1 | -1/+1 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2010-04-23 | 14 | -0/+15 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 14 | -0/+15 |
* | | Fix typos in comments | Thomas Weber | 2010-03-16 | 3 | -4/+4 |
|/ |
|
* | RDMA: Use rlimit helpers | Jiri Slaby | 2010-02-11 | 1 | -2/+1 |
* | Fix failure exit in ipathfs | Al Viro | 2010-01-26 | 1 | -3/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-12-16 | 1 | -7/+3 |
|\ |
|
| * | IB/ipath: Use bitmap_weight() | Akinobu Mita | 2009-12-09 | 1 | -7/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 2 | -3/+3 |
|\ \ |
|
| * | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 2 | -3/+3 |
| |/ |
|
* | | inifiband: Remove BKL from ipath_open() | Thomas Gleixner | 2009-10-14 | 1 | -1/+0 |
|/ |
|
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 9 | -0/+9 |
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 2 | -2/+2 |
* | trivial: fix typo "for for" in multiple files | Anand Gadiyar | 2009-09-21 | 1 | -1/+1 |
* | driver model: constify attribute groups | David Brownell | 2009-09-15 | 2 | -2/+2 |
* | IB/ipath: strncpy() doesn't always NUL-terminate | Roel Kluin | 2009-09-05 | 2 | -2/+2 |
* | Fix deadlock in ipathfs ->get_sb() | Al Viro | 2009-05-09 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-03-26 | 1 | -3/+3 |
|\ |
|