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