index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ipath
/
ipath_file_ops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpumask: use new cpumask API in drivers/infiniband/hw/ipath
Rusty Russell
2008-12-30
1
-4
/
+4
*
IB/ipath: Add locking for interrupt use of ipath_pd contexts vs free
Dave Olson
2008-12-05
1
-11
/
+10
*
IB/ipath: Fix spi_pioindex value
Dave Olson
2008-12-05
1
-2
/
+7
*
device create: infiniband: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
1
-1
/
+1
*
device create: infiniband: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+1
*
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
2008-06-20
1
-1
/
+2
*
Add "no BKL needed" comments to several drivers
Jonathan Corbet
2008-06-20
1
-0
/
+1
*
IB/ipath: Make ipath_portdata work with struct pid * not pid_t
Pavel Emelyanov
2008-05-13
1
-8
/
+11
*
IB/ipath: Need to always request and handle PIO avail interrupts
Dave Olson
2008-05-07
1
-42
/
+30
*
IB: convert struct class_device to struct device
Tony Jones
2008-04-19
1
-22
/
+22
*
IB/ipath: Update copyright dates for files changed in 2008
Ralph Campbell
2008-04-16
1
-1
/
+1
*
IB/ipath: add calls to new 7220 code and enable in build
Dave Olson
2008-04-16
1
-3
/
+94
*
IB/ipath: Misc changes to prepare for IB7220 introduction
Arthur Jones
2008-04-16
1
-1
/
+1
*
IB/ipath: Enable reduced PIO update for HCAs that support it.
Dave Olson
2008-04-16
1
-0
/
+23
*
IB/ipath: Add support for 7220 receive queue changes
Ralph Campbell
2008-04-16
1
-15
/
+19
*
IB/ipath: Make send buffers available for kernel if not allocated to user
Ralph Campbell
2008-04-16
1
-16
/
+5
*
IB/ipath: Enable 4KB MTU
Dave Olson
2008-04-16
1
-1
/
+6
*
IB/ipath: Shared context code needs to be sure device is usable
Dave Olson
2008-04-16
1
-1
/
+1
*
IB/ipath: Changes to support PIO bandwidth check on IBA7220
Dave Olson
2008-01-25
1
-0
/
+11
*
IB/ipath: Port config has on-chip effects for 7220
Ralph Campbell
2008-01-25
1
-1
/
+1
*
IB/ipath: Allow more flexible user register alignments
Ralph Campbell
2008-01-25
1
-3
/
+3
*
IB/ipath: Clean up some comments
Dave Olson
2008-01-25
1
-5
/
+0
*
IB/ipath: Changes for fields moving from devdata to portdata
Dave Olson
2008-01-25
1
-2
/
+3
*
IB/ipath: Generalize some xxx_SHIFT macros
Dave Olson
2008-01-25
1
-7
/
+8
*
IB/ipath: kreceive uses portdata rather than devdata
Ralph Campbell
2008-01-25
1
-3
/
+8
*
IB/ipath: Convert from .nopage to .fault
Nick Piggin
2008-01-25
1
-19
/
+10
*
IB/ipath: Fix sendctrl locking
John Gregor
2008-01-25
1
-3
/
+7
*
IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages.
Dave Olson
2007-10-09
1
-3
/
+4
*
IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_close
Arthur Jones
2007-10-09
1
-26
/
+41
*
IB/ipath: ipath_poll fixups and enhancements
Robert Walsh
2007-07-09
1
-42
/
+83
*
IB/ipath: Make handling of one subport consistent
Mark Debbage
2007-07-09
1
-2
/
+2
*
IB/ipath: Correct checking of swminor version field when using subports
Mark Debbage
2007-07-09
1
-9
/
+55
*
IB/ipath: Change use of constants for TID type to defined values
Joan Eslinger
2007-07-09
1
-4
/
+8
*
IB/ipath: Fix unit selection when all CPU affinity bits set
Bryan O'Sullivan
2007-04-18
1
-4
/
+5
*
IB/ipath: Force PIOAvail update entry point
Arthur Jones
2007-04-18
1
-8
/
+30
*
IB/ipath: Allow receive ports mapped into userspace to be shared
Mark Debbage
2007-04-18
1
-78
/
+93
*
IB/ipath: Fix port sharing on powerpc
Ralph Campbell
2007-04-18
1
-42
/
+46
*
IB/ipath: Don't initialize port memory for subports
Ralph Campbell
2007-04-18
1
-4
/
+15
*
[PATCH] mark struct file_operations const 3
Arjan van de Ven
2007-02-12
1
-3
/
+3
*
IB/ipath: Remove unused "write-only" variables
Roland Dreier
2006-12-12
1
-3
/
+2
*
[PATCH] struct path: convert infiniband
Josef Sipek
2006-12-08
1
-2
/
+2
*
IB/ipath: Set CPU affinity early
Bryan O'Sullivan
2006-09-28
1
-8
/
+31
*
IB/ipath: Improved support for PowerPC
Bryan O'Sullivan
2006-09-28
1
-22
/
+33
*
IB/ipath: Fix compiler warnings and errors on non-x86_64 systems
Bryan O'Sullivan
2006-09-28
1
-5
/
+4
*
IB/ipath: Driver support for userspace sharing of HW contexts
Bryan O'Sullivan
2006-09-28
1
-227
/
+674
*
IB/ipath: fix return value from ipath_poll
Bryan O'Sullivan
2006-09-22
1
-1
/
+5
*
IB/ipath: support new QLogic product naming scheme
Bryan O'Sullivan
2006-09-22
1
-3
/
+3
*
IB/ipath: remove stale references to userspace SMA
Bryan O'Sullivan
2006-09-22
1
-2
/
+2
*
IB/ipath: simplify layering code
Bryan O'Sullivan
2006-09-22
1
-1
/
+0
*
IB/ipath: drop requirement that PIO buffers be mmaped write-only
Bryan O'Sullivan
2006-09-22
1
-9
/
+4
[next]