index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ipath
/
ipath_verbs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/ipath: Deprecate ipath driver and move to staging.
Dennis Dalessandro
2015-08-28
1
-2364
/
+0
*
IB/ipath: Convert use of __constant_<foo> to <foo>
Vaishali Thakkar
2015-07-14
1
-2
/
+2
*
IB/core: Add ability for drivers to report an alternate MAD size.
Ira Weiny
2015-06-12
1
-0
/
+1
*
IB/core: Pass hardware specific data in query_device
Matan Barak
2015-06-12
1
-2
/
+5
*
IB/core: Convert core to use bitfield for caps
Ira Weiny
2015-05-20
1
-7
/
+1
*
IB/core: Add per port immutable struct to ib_device
Ira Weiny
2015-05-20
1
-0
/
+17
*
IB/Verbs: Implement new callback query_protocol()
Michael Wang
2015-05-18
1
-0
/
+7
*
IB/ipath: Correct ipath_verbs_register_sysfs() error handling
Mike Marciniszyn
2013-04-16
1
-9
/
+10
*
IB/ipath: Silence a static checker warning
Dan Carpenter
2013-03-22
1
-1
/
+1
*
infiniband: Fix up module files that need to include module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
IB/core: Allow device-specific per-port sysfs files
Ralph Campbell
2010-05-21
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
IB: Remove __constant_{endian} uses
Harvey Harrison
2009-01-17
1
-1
/
+1
*
IB/ipath: Add locking for interrupt use of ipath_pd contexts vs free
Dave Olson
2008-12-05
1
-1
/
+2
*
IB/ipath: Fix hang on module unload
Yannick Cote
2008-09-29
1
-0
/
+7
*
IB/ipath: Use unsigned long for irq flags
Vegard Nossum
2008-07-30
1
-3
/
+3
*
Merge branch 'core/rcu' into core/rcu-for-linus
Ingo Molnar
2008-07-15
1
-0
/
+1
|
\
|
*
Merge branch 'linus' into core/rcu
Ingo Molnar
2008-06-16
1
-1
/
+2
|
|
\
|
*
|
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
2008-05-19
1
-0
/
+1
*
|
|
IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()
Ralph Campbell
2008-07-14
1
-1
/
+2
|
|
/
|
/
|
*
|
IB/ipath: Fix device capability flags
Ralph Campbell
2008-05-26
1
-1
/
+2
|
/
*
IB/ipath: Fix many locking issues when switching to error state
Ralph Campbell
2008-05-13
1
-57
/
+117
*
IB/ipath: Fix RC and UC error handling
Ralph Campbell
2008-05-13
1
-3
/
+1
*
IB/ipath: Only increment SSN if WQE is put on send queue
Ralph Campbell
2008-05-07
1
-1
/
+1
*
IB/ipath: Remove reference to dev->class_dev ...
Roland Dreier
2008-04-21
1
-1
/
+0
*
IB/ipath: Fix module parameter description for disable_sma
Paul Bolle
2008-04-21
1
-1
/
+1
*
IB: convert struct class_device to struct device
Tony Jones
2008-04-19
1
-17
/
+20
*
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
-13
/
+378
*
IB/ipath: Make send buffers available for kernel if not allocated to user
Ralph Campbell
2008-04-16
1
-1
/
+1
*
IB/ipath: Add code to support multiple link speeds and widths
Ralph Campbell
2008-04-16
1
-4
/
+7
*
IB/ipath: Enable 4KB MTU
Dave Olson
2008-04-16
1
-6
/
+1
*
IB/ipath: Add mappings from HW register to PortInfo port physical state
Ralph Campbell
2008-01-25
1
-16
/
+31
*
IB/ipath: Clean up some comments
Dave Olson
2008-01-25
1
-2
/
+5
*
IB/ipath: MAD performance sampling registers support
Ralph Campbell
2008-01-25
1
-0
/
+1
*
IB/ipath: Normalize error return codes for posting work requests
Ralph Campbell
2007-11-20
1
-3
/
+5
*
IB/ipath: Fix IB_EVENT_PORT_ERR event
Ralph Campbell
2007-10-09
1
-2
/
+10
*
IB/ipath: Remove duplicate copy of LMC
Ralph Campbell
2007-10-09
1
-2
/
+2
*
IB/ipath: Generate flush CQE when QP is in error state
Ralph Campbell
2007-10-09
1
-2
/
+20
*
IB/ipath: Change UD to queue work requests like RC & UC
Ralph Campbell
2007-10-09
1
-80
/
+161
*
IB/ipath: Performance optimization for CPU differences
Ralph Campbell
2007-10-09
1
-25
/
+37
*
IB/ipath: Make a few functions static
Roland Dreier
2007-07-17
1
-1
/
+1
*
IB/ipath: Remove support for preproduction HTX InfiniPath cards
Ralph Campbell
2007-07-09
1
-7
/
+0
*
IB/ipath: Add barrier before updating WC head in shared memory
Ralph Campbell
2007-07-09
1
-0
/
+2
*
IB/ipath: Update copyright dates
John Gregor
2007-07-09
1
-1
/
+1
*
IB/ipath: Fix possible data corruption if multiple SGEs used for receive
Ralph Campbell
2007-07-09
1
-2
/
+6
*
IB/ipath: Wait for PIO available interrupt
Ralph Campbell
2007-07-09
1
-0
/
+1
*
IB/ipath: Fill in some missing FMR-related fields in query_device
Robert Walsh
2007-07-09
1
-0
/
+2
*
IB/ipath: Fix maximum MTU reporting
Robert Walsh
2007-07-09
1
-1
/
+6
*
IB/ipath: Shadow the gpio_mask register
Arthur Jones
2007-05-14
1
-6
/
+6
[next]