index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-24
RDMA/cxgb3: Stop the EP Timer on BAD CLOSE
Steve Wise
1
-0
/
+1
2007-02-24
RDMA/cxgb3: cleanups
Adrian Bunk
8
-61
/
+27
2007-02-21
IB/mthca: Make 2 functions static
Adrian Bunk
1
-4
/
+6
2007-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2
-2
/
+2
2007-02-17
Various typo fixes.
Robert P. J. Day
2
-2
/
+2
2007-02-17
IB/ipath: Make ipath_map_sg() static
Roland Dreier
1
-2
/
+2
2007-02-17
RDMA/cxgb3: Remove Open Grid Computing copyrights in iw_cxgb3 driver
Steve Wise
17
-17
/
+0
2007-02-17
RDMA/cxgb3: Fail posts synchronously when in TERMINATE state
Steve Wise
1
-0
/
+2
2007-02-17
IB/ehca: Change query_port() to return LINK_UP instead UNKNOWN
Hoang-Nam Nguyen
1
-0
/
+3
2007-02-17
IB/ehca: Allow en/disabling scaling code via module parameter
Hoang-Nam Nguyen
4
-34
/
+26
2007-02-17
IB/ehca: Fix race condition/locking issues in scaling code
Hoang-Nam Nguyen
1
-35
/
+33
2007-02-17
IB/ehca: Rework irq handler
Hoang-Nam Nguyen
6
-92
/
+183
2007-02-17
IB/mthca: Fix allocation of ICM chunks in coherent memory
Roland Dreier
1
-1
/
+3
2007-02-17
IB/mthca: Allow the QP state transition RESET->RESET
Dotan Barak
1
-0
/
+5
2007-02-14
[PATCH] Scheduled removal of SA_xxx interrupt flags fixups
Thomas Gleixner
2
-3
/
+3
2007-02-14
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
32
-69
/
+9642
2007-02-13
IB/mthca: Always fill MTTs from CPU
Michael S. Tsirkin
3
-9
/
+89
2007-02-13
IB/mthca: Merge MR and FMR space on 64-bit systems
Michael S. Tsirkin
2
-6
/
+16
2007-02-13
IB/mthca: Fix access to MTT and MPT tables on non-cache-coherent CPUs
Michael S. Tsirkin
5
-50
/
+131
2007-02-13
IB/mthca: Give reserved MTTs a separate cache line
Michael S. Tsirkin
1
-0
/
+4
2007-02-13
IB/mthca: Fix reserved MTTs calculation on mem-free HCAs
Michael S. Tsirkin
1
-1
/
+5
2007-02-13
RDMA/cxgb3: Add driver for Chelsio T3 RNIC
Steve Wise
20
-0
/
+9387
2007-02-12
[PATCH] mark struct file_operations const 3
Arjan van de Ven
4
-13
/
+13
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
4
-10
/
+5
2007-02-10
IB/ehca: Fix memleak on module unloading
Akinobu Mita
1
-0
/
+2
2007-02-10
IB/mthca: Work around gcc bug on sparc64
David Howells
1
-2
/
+7
2007-02-10
IB/mthca: Use correct structure size in call to memset()
Roland Dreier
1
-1
/
+1
2007-02-05
IB/ehca: Remove obsolete prototypes
Hoang-Nam Nguyen
1
-14
/
+0
2007-02-05
IB/ehca: Remove use of do_mmap()
Hoang-Nam Nguyen
6
-363
/
+204
2007-02-05
IB: Return qp pointer as part of ib_wc
Michael S. Tsirkin
9
-19
/
+19
2007-01-23
IB/ehca: Fix mismatched spin_unlock in irq handler
Hoang-Nam Nguyen
1
-1
/
+2
2007-01-23
IB/ehca: Fix improper use of yield() with spinlock held
Hoang-Nam Nguyen
1
-1
/
+4
2007-01-10
IB/mthca: Don't execute QUERY_QP firmware command for QP in RESET state
Dotan Barak
1
-9
/
+17
2007-01-10
IB/ehca: Use proper GFP_ flags for get_zeroed_page()
Hoang-Nam Nguyen
6
-16
/
+16
2007-01-08
IB/mthca: Fix PRM compliance problem in atomic-send completions
Jack Morgenstein
1
-2
/
+6
2007-01-05
IB/mthca: Fix off-by-one in FMR handling on memfree
Michael S. Tsirkin
1
-1
/
+1
2006-12-30
[PATCH] IB/mthca: Fix FMR breakage caused by kmemdup() conversion
Michael S. Tsirkin
1
-1
/
+2
2006-12-16
IB/mthca: Use DEFINE_MUTEX() instead of mutex_init()
Roland Dreier
1
-3
/
+1
2006-12-16
IB/mthca: Add HCA profile module parameters
Leonid Arsh
1
-14
/
+97
2006-12-13
IB/ipath: Implement new verbs DMA mapping functions
Ralph Campbell
6
-7
/
+201
2006-12-12
IB/ipath: Fix IRQ for PCI Express HCAs
Roland Dreier
1
-1
/
+1
2006-12-12
RDMA/amso1100: Fix memory leak in c2_qp_modify()
Krishna Kumar
1
-5
/
+8
2006-12-12
IB/ipath: Remove unused "write-only" variables
Roland Dreier
7
-18
/
+9
2006-12-08
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells
3
-6
/
+6
2006-12-08
[PATCH] struct path: convert infiniband
Josef Sipek
2
-7
/
+7
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
6
-7
/
+7
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
2
-2
/
+2
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
19
-71
/
+106
2006-11-30
RDMA/amso1100: Prevent deadlock in destroy QP
Krishna Kumar
1
-8
/
+28
2006-11-30
IB/mthca: Fix initial SRQ logsize for mem-free HCAs
Jack Morgenstein
1
-1
/
+1
[next]