index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mthca
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] IB/mthca: fix static rate returned by mthca_ah_query
Jack Morgenstein
2006-07-14
1
-2
/
+3
*
[PATCH] mthca: initialize send and receive queue locks separately
Zach Brown
2006-07-04
1
-1
/
+4
*
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
2
-2
/
+0
*
[PATCH] 64bit resource: fix up printks for resources in misc drivers
Greg Kroah-Hartman
2006-06-27
1
-2
/
+3
*
IB/mthca: Make all device methods truly reentrant
Roland Dreier
2006-06-17
5
-22
/
+48
*
IB/mthca: Fix memory leak on modify_qp error paths
Roland Dreier
2006-06-17
1
-6
/
+6
*
IB/mthca: Fill in max_map_per_fmr device attribute
Or Gerlitz
2006-06-17
1
-0
/
+10
*
IB/mthca: Add client reregister event generation
Leonid Arsh
2006-06-17
1
-3
/
+11
*
IB/mthca: Convert FW commands to use wait_for_completion_timeout()
Roland Dreier
2006-06-17
1
-19
/
+4
*
IB/mthca: Remove dead code
Michael S. Tsirkin
2006-06-17
1
-4
/
+0
*
IB/mthca: memfree completion with error FW bug workaround
Michael S. Tsirkin
2006-06-17
1
-1
/
+10
*
IB/mthca: restore missing PCI registers after reset
Michael S. Tsirkin
2006-06-17
1
-0
/
+59
*
IB/mthca: Fix posting lists of 256 receive requests to SRQ for Tavor
Michael S. Tsirkin
2006-05-24
1
-20
/
+21
*
IB/mthca: Fix posting lists of 256 receive requests for Tavor
Michael S. Tsirkin
2006-05-18
1
-17
/
+18
*
IB/mthca: Make fw_cmd_doorbell default to 0
Roland Dreier
2006-05-17
1
-1
/
+1
*
IB/mthca: FMR ioremap fix
Michael S. Tsirkin
2006-05-10
1
-4
/
+11
*
IB/mthca: Fix race in reference counting
Roland Dreier
2006-05-09
5
-45
/
+74
*
IB/mthca: Fix offset in query_gid method
Roland Dreier
2006-05-01
1
-1
/
+1
*
IB/mthca: make a function static
Adrian Bunk
2006-04-19
1
-1
/
+1
*
IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devices
Jack Morgenstein
2006-04-12
4
-2
/
+30
*
IB/mthca: Disable tuning PCI read burst size
Michael S. Tsirkin
2006-04-10
1
-0
/
+7
*
IB: simplify static rate encoding
Jack Morgenstein
2006-04-10
8
-17
/
+195
*
IB/mthca: Always build debugging code unless CONFIG_EMBEDDED=y
Roland Dreier
2006-04-02
4
-11
/
+29
*
IB/mthca: Fix section mismatch problems
Roland Dreier
2006-03-29
9
-12
/
+12
*
IB/mthca: Fix check of size in SRQ creation
Jack Morgenstein
2006-03-29
1
-1
/
+1
*
IB/mthca: Fix modify QP error path
Roland Dreier
2006-03-24
1
-10
/
+11
*
IB/mthca: Fix indentation
Roland Dreier
2006-03-24
1
-2
/
+2
*
IB/mthca: Fix uninitialized variable in mthca_alloc_qp()
Jack Morgenstein
2006-03-24
1
-4
/
+5
*
IB/mthca: Check SRQ limit in modify SRQ operation
Jack Morgenstein
2006-03-24
1
-0
/
+2
*
IB/mthca: Check that SRQ WQE size does not exceed device's max value
Jack Morgenstein
2006-03-24
1
-0
/
+4
*
IB/mthca: Check that sgid_index and path_mtu are valid in modify_qp
Dotan Barak
2006-03-24
1
-4
/
+23
*
IB/mthca: Query SRQ srq_limit fixes
Eli Cohen
2006-03-20
1
-4
/
+8
*
IB/mthca: Correct reported SRQ size in MemFree case.
Dotan Barak
2006-03-20
1
-2
/
+2
*
IB/mthca: Coverity fix to mthca_init_eq_table()
Roland Dreier
2006-03-20
1
-1
/
+1
*
IB/mthca: Update firmware versions
Roland Dreier
2006-03-20
1
-3
/
+3
*
IB/mthca: Optimize large messages on Sinai HCAs
Eli Cohen
2006-03-20
5
-17
/
+51
*
IB/mthca: Use an enum for HCA page size
Ishai Rabinovitz
2006-03-20
4
-30
/
+37
*
IB/mthca: Check alternate P_Key index when setting alternate path
Dotan Barak
2006-03-20
1
-2
/
+8
*
IB/mthca: Add support for send work request fence flag
Dotan Barak
2006-03-20
1
-2
/
+6
*
IB/mthca: Implement query_ah method
Jack Morgenstein
2006-03-20
3
-0
/
+33
*
IB/mthca: Write FW commands through doorbell page
Eli Cohen
2006-03-20
2
-23
/
+136
*
IB/mthca: Return actual capacity from create_srq
Dotan Barak
2006-03-20
1
-0
/
+3
*
IB/mthca: Bump driver version and release date
Roland Dreier
2006-03-20
1
-2
/
+2
*
IB/mthca: Support for query QP and SRQ
Eli Cohen
2006-03-20
6
-1
/
+184
*
IB/mthca: Convert to use ib_modify_qp_is_ok()
Roland Dreier
2006-03-20
3
-290
/
+76
*
IB/mthca: Generate SQ drained events when requested
Roland Dreier
2006-03-20
2
-2
/
+15
*
IB: Enable FMR pool user to set page size
Or Gerlitz
2006-03-20
1
-5
/
+5
*
IB/mthca: Add modify_device method to set node description
Roland Dreier
2006-03-20
2
-1
/
+48
*
IB/mthca: Whitespace cleanups
Roland Dreier
2006-03-20
9
-26
/
+26
[next]