index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] PCI: remove CONFIG_PCI_NAMES
Adrian Bunk
2005-09-08
2
-8
/
+8
*
[PATCH] IB: move include files to include/rdma
Roland Dreier
2005-08-26
9
-16
/
+14
*
[PATCH] IB/mthca: Add SRQ implementation
Roland Dreier
2005-08-26
13
-25
/
+857
*
[PATCH] IB/mthca: Handle context tables smaller than our chunk size
Roland Dreier
2005-08-26
1
-1
/
+6
*
[PATCH] IB/mthca: Move WQE structures into their own header
Roland Dreier
2005-08-26
2
-74
/
+115
*
[PATCH] IB/mthca: Simplify handling of completions with error
Roland Dreier
2005-08-26
2
-9
/
+9
*
[PATCH] IB/mthca: Factor out common queue alloc code
Roland Dreier
2005-08-26
5
-224
/
+141
*
[PATCH] IB/mthca: Report correct max_msg_sz
Roland Dreier
2005-08-26
1
-0
/
+3
*
[PATCH] IB/mthca: Use correct port width capability value
Roland Dreier
2005-08-26
5
-13
/
+10
*
[PATCH] IB: Remove unnecessary includes of <linux/version.h>
Olaf Hering
2005-08-26
1
-1
/
+0
*
[PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre...
Guy German
2005-08-26
1
-1
/
+1
*
[PATCH] IB/mthca: add HCA board ID to sysfs info
Michael S. Tsirkin
2005-08-26
5
-69
/
+109
*
[PATCH] IB: sparse endianness cleanup
Sean Hefty
2005-08-26
14
-263
/
+266
*
[PATCH] IB: Add copyright notices
Roland Dreier
2005-08-26
18
-0
/
+23
*
[PATCH] IB: Update current firmware versions in mthca driver
Tziporet Koren
2005-08-26
1
-3
/
+3
*
[IB/mthca]: Use io_remap_pfn_range for PCI space
Michael S. Tsirkin
2005-07-27
1
-3
/
+3
*
[IB/mthca]: Fix error CQ entry handling on mem-free HCAs
Roland Dreier
2005-07-27
1
-1
/
+5
*
[PATCH] IB uverbs: add mthca user QP support
Roland Dreier
2005-07-07
3
-85
/
+212
*
[PATCH] IB uverbs: add mthca user CQ support
Roland Dreier
2005-07-07
4
-37
/
+110
*
[PATCH] IB uverbs: add mthca user MR support
Roland Dreier
2005-07-07
1
-0
/
+82
*
[PATCH] IB uverbs: add mthca user PD support
Roland Dreier
2005-07-07
5
-12
/
+28
*
[PATCH] IB uverbs: add mthca mmap support
Roland Dreier
2005-07-07
1
-0
/
+18
*
[PATCH] IB uverbs: add mthca user context support
Roland Dreier
2005-07-07
2
-0
/
+72
*
[PATCH] IB uverbs: add mthca user doorbell record support
Roland Dreier
2005-07-07
2
-6
/
+149
*
[PATCH] IB uverbs: add mthca ABI header
Roland Dreier
2005-07-07
1
-0
/
+81
*
[PATCH] IB uverbs: update mthca for new API
Roland Dreier
2005-07-07
1
-3
/
+10
*
[PATCH] IB/mthca: Bump version
Roland Dreier
2005-06-27
1
-2
/
+2
*
[PATCH] IB/mthca: Align FW command mailboxes to 4K
Roland Dreier
2005-06-27
8
-422
/
+329
*
[PATCH] IB/mthca: Encapsulate command interface init
Roland Dreier
2005-06-27
3
-16
/
+30
*
[PATCH] IB/mthca: Fix memory leak on error path
Roland Dreier
2005-06-27
1
-0
/
+1
*
[PATCH] IB/mthca: Split off MTT allocation
Roland Dreier
2005-06-27
3
-168
/
+177
*
[PATCH] IB/mthca: Move mthca_is_memfree checks
Roland Dreier
2005-06-27
4
-19
/
+22
*
[PATCH] IB/mthca: Fix memset size
Roland Dreier
2005-06-27
1
-1
/
+1
*
[PATCH] IB/mthca: Enable unreliable connected transport
Roland Dreier
2005-06-27
1
-1
/
+78
*
[PATCH] IB/mthca: Set RDMA/atomic capabilities correctly
Roland Dreier
2005-06-27
1
-8
/
+8
*
[PATCH] IB/mthca: Set QP static rate correctly
Roland Dreier
2005-06-27
1
-1
/
+1
*
[PATCH] IB/mthca: Use dma_alloc_coherent instead of pci_alloc_consistent
Roland Dreier
2005-06-27
3
-27
/
+29
*
[PATCH] IB/mthca: Clean up CQ debug
Roland Dreier
2005-06-27
1
-21
/
+18
*
[PATCH] IB/mthca: Clean up error messages
Bernhard Fischer
2005-06-27
2
-10
/
+7
*
[PATCH] IB/mthca: Add Sun copyright notice
Tom Duffy
2005-06-27
6
-0
/
+6
*
[PATCH] fix include order in mthca_memfree.c
Roland Dreier
2005-05-01
1
-1
/
+2
*
[PATCH] missing include in mthca
Al Viro
2005-04-24
1
-0
/
+1
*
[PATCH] drivers/infiniband/hw/mthca/mthca_main.c: remove an unused label
Roland Dreier
2005-04-16
1
-1
/
+1
*
[PATCH] IB/mthca: add support for new MT25204 HCA
Roland Dreier
2005-04-16
4
-26
/
+73
*
[PATCH] IB/mthca: map context for RDMA responder in mem-free mode
Roland Dreier
2005-04-16
3
-3
/
+29
*
[PATCH] IB/mthca: update receive queue initialization for new HCAs
Roland Dreier
2005-04-16
1
-10
/
+23
*
[PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()
Roland Dreier
2005-04-16
11
-57
/
+62
*
[PATCH] IB/mthca: tweaks to mthca_cmd.c
Roland Dreier
2005-04-16
1
-3
/
+2
*
[PATCH] IB/mthca: add fast memory region implementation
Michael S. Tsirkin
2005-04-16
7
-24
/
+526
*
[PATCH] IB/mthca: split MR key munging routines
Michael S. Tsirkin
2005-04-16
1
-4
/
+24
[next]