aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 'srp' into for-nextRoland Dreier2-169/+40
2011-07-18IB/pma: Add include file for IBA performance counters definitionsOr Gerlitz1-165/+33
2011-07-18IB/ipath: Convert old cpumask api into new oneMotohiro KOSAKI1-4/+7
2011-05-09IB/ipath: Use pci_dev->revision, againSergei Shtylyov1-8/+1
2011-03-31Fix common misspellingsLucas De Marchi5-6/+6
2011-03-17mm: export __get_user_pagesHuang Ying1-3/+3
2011-03-14IB/ipath: Don't reset disabled devicesNicolas Kaiser1-0/+1
2011-01-16RDMA: Update workqueue usageTejun Heo2-2/+2
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches3-14/+5
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-3/+2
2011-01-10IB/ipath: Use printf extension %pR for struct resourceJoe Perches1-3/+2
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-5/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-29convert get_sb_single() usersAl Viro1-7/+7
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-23IB: Replace EXTRA_CFLAGS with ccflags-ymatt mooney1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann3-2/+8
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-3/+10
2010-07-21IB/ipath: Fix probe failure pathBen Hutchings1-3/+10
2010-07-20drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-05-23IB/ipath: Remove support for QLogic PCIe QLE devicesRalph Campbell9-7131/+7
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-04-23Merge branch 'master' into for-nextJiri Kosina14-0/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo14-0/+15
2010-03-16Fix typos in commentsThomas Weber3-4/+4
2010-02-11RDMA: Use rlimit helpersJiri Slaby1-2/+1
2010-01-26Fix failure exit in ipathfsAl Viro1-3/+1
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-7/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2009-12-09IB/ipath: Use bitmap_weight()Akinobu Mita1-7/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-3/+3
2009-10-14inifiband: Remove BKL from ipath_open()Thomas Gleixner1-1/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan9-0/+9
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan2-2/+2
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell2-2/+2
2009-09-05IB/ipath: strncpy() doesn't always NUL-terminateRoel Kluin2-2/+2
2009-05-09Fix deadlock in ipathfs ->get_sb()Al Viro1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2009-03-24Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'mlx4', 'mthca', 'nes' and 'sysfs' into for-nextRoland Dreier11-70/+69
2009-02-22IB/ipath: Really run work in ipath_release_user_pages_on_close()Roland Dreier1-4/+4
2009-02-22IB/ipath: Fix memory leak in init_shadow_tids() error pathRoland Dreier1-1/+1
2009-02-18timers: add mod_timer_pending()Ingo Molnar1-3/+3
2009-01-17IB: Remove __constant_{endian} usesHarvey Harrison9-65/+64