aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_file_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-07-18IB/ipath: Convert old cpumask api into new oneMotohiro KOSAKI1-4/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches1-8/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-07-20drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-14inifiband: Remove BKL from ipath_open()Thomas Gleixner1-1/+0
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-05IB/ipath: strncpy() doesn't always NUL-terminateRoel Kluin1-1/+1
2008-12-30cpumask: use new cpumask API in drivers/infiniband/hw/ipathRusty Russell1-4/+4
2008-12-05IB/ipath: Add locking for interrupt use of ipath_pd contexts vs freeDave Olson1-11/+10
2008-12-05IB/ipath: Fix spi_pioindex valueDave Olson1-2/+7
2008-10-16device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman1-1/+1
2008-07-21device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+1
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-1/+2
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet1-0/+1
2008-05-13IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov1-8/+11
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson1-42/+30
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-22/+22
2008-04-16IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell1-1/+1
2008-04-16IB/ipath: add calls to new 7220 code and enable in buildDave Olson1-3/+94
2008-04-16IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones1-1/+1
2008-04-16IB/ipath: Enable reduced PIO update for HCAs that support it.Dave Olson1-0/+23
2008-04-16IB/ipath: Add support for 7220 receive queue changesRalph Campbell1-15/+19
2008-04-16IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell1-16/+5
2008-04-16IB/ipath: Enable 4KB MTUDave Olson1-1/+6
2008-04-16IB/ipath: Shared context code needs to be sure device is usableDave Olson1-1/+1
2008-01-25IB/ipath: Changes to support PIO bandwidth check on IBA7220Dave Olson1-0/+11
2008-01-25IB/ipath: Port config has on-chip effects for 7220Ralph Campbell1-1/+1
2008-01-25IB/ipath: Allow more flexible user register alignmentsRalph Campbell1-3/+3
2008-01-25IB/ipath: Clean up some commentsDave Olson1-5/+0
2008-01-25IB/ipath: Changes for fields moving from devdata to portdataDave Olson1-2/+3
2008-01-25IB/ipath: Generalize some xxx_SHIFT macrosDave Olson1-7/+8
2008-01-25IB/ipath: kreceive uses portdata rather than devdataRalph Campbell1-3/+8
2008-01-25IB/ipath: Convert from .nopage to .faultNick Piggin1-19/+10
2008-01-25IB/ipath: Fix sendctrl lockingJohn Gregor1-3/+7
2007-10-09IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages.Dave Olson1-3/+4
2007-10-09IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_closeArthur Jones1-26/+41
2007-07-09IB/ipath: ipath_poll fixups and enhancementsRobert Walsh1-42/+83
2007-07-09IB/ipath: Make handling of one subport consistentMark Debbage1-2/+2
2007-07-09IB/ipath: Correct checking of swminor version field when using subportsMark Debbage1-9/+55
2007-07-09IB/ipath: Change use of constants for TID type to defined valuesJoan Eslinger1-4/+8
2007-04-18IB/ipath: Fix unit selection when all CPU affinity bits setBryan O'Sullivan1-4/+5
2007-04-18IB/ipath: Force PIOAvail update entry pointArthur Jones1-8/+30
2007-04-18IB/ipath: Allow receive ports mapped into userspace to be sharedMark Debbage1-78/+93
2007-04-18IB/ipath: Fix port sharing on powerpcRalph Campbell1-42/+46
2007-04-18IB/ipath: Don't initialize port memory for subportsRalph Campbell1-4/+15
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-3/+3