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