aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_file_ops.c
Commit message (Expand)AuthorAge
* infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-31
* IB/ipath: Convert old cpumask api into new oneMotohiro KOSAKI2011-07-18
* Fix common misspellingsLucas De Marchi2011-03-31
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-12
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches2010-07-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* inifiband: Remove BKL from ipath_open()Thomas Gleixner2009-10-14
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
* IB/ipath: strncpy() doesn't always NUL-terminateRoel Kluin2009-09-05
* cpumask: use new cpumask API in drivers/infiniband/hw/ipathRusty Russell2008-12-29
* IB/ipath: Add locking for interrupt use of ipath_pd contexts vs freeDave Olson2008-12-05
* IB/ipath: Fix spi_pioindex valueDave Olson2008-12-05
* device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-20
* Add "no BKL needed" comments to several driversJonathan Corbet2008-06-20
* IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov2008-05-13
* IB/ipath: Need to always request and handle PIO avail interruptsDave Olson2008-05-07
* IB: convert struct class_device to struct deviceTony Jones2008-04-19
* IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell2008-04-17
* IB/ipath: add calls to new 7220 code and enable in buildDave Olson2008-04-17
* IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones2008-04-17
* IB/ipath: Enable reduced PIO update for HCAs that support it.Dave Olson2008-04-17
* IB/ipath: Add support for 7220 receive queue changesRalph Campbell2008-04-17
* IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell2008-04-17
* IB/ipath: Enable 4KB MTUDave Olson2008-04-17
* IB/ipath: Shared context code needs to be sure device is usableDave Olson2008-04-17
* IB/ipath: Changes to support PIO bandwidth check on IBA7220Dave Olson2008-01-25
* IB/ipath: Port config has on-chip effects for 7220Ralph Campbell2008-01-25
* IB/ipath: Allow more flexible user register alignmentsRalph Campbell2008-01-25
* IB/ipath: Clean up some commentsDave Olson2008-01-25
* IB/ipath: Changes for fields moving from devdata to portdataDave Olson2008-01-25
* IB/ipath: Generalize some xxx_SHIFT macrosDave Olson2008-01-25
* IB/ipath: kreceive uses portdata rather than devdataRalph Campbell2008-01-25
* IB/ipath: Convert from .nopage to .faultNick Piggin2008-01-25
* IB/ipath: Fix sendctrl lockingJohn Gregor2008-01-25
* IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages.Dave Olson2007-10-10
* IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_closeArthur Jones2007-10-09
* IB/ipath: ipath_poll fixups and enhancementsRobert Walsh2007-07-09
* IB/ipath: Make handling of one subport consistentMark Debbage2007-07-09
* IB/ipath: Correct checking of swminor version field when using subportsMark Debbage2007-07-09
* IB/ipath: Change use of constants for TID type to defined valuesJoan Eslinger2007-07-09
* IB/ipath: Fix unit selection when all CPU affinity bits setBryan O'Sullivan2007-04-18
* IB/ipath: Force PIOAvail update entry pointArthur Jones2007-04-18
* IB/ipath: Allow receive ports mapped into userspace to be sharedMark Debbage2007-04-18
* IB/ipath: Fix port sharing on powerpcRalph Campbell2007-04-18
* IB/ipath: Don't initialize port memory for subportsRalph Campbell2007-04-18
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-12