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.13.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
/
ehca
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-21
IB/ehca: Support small QP queues
Stefan Roscher
10
-159
/
+378
2007-07-21
IB/ehca: Make internal_create/destroy_qp() static
Joachim Fenkes
1
-8
/
+9
2007-07-21
IB/ehca: Move ehca2ib_return_code() out of line
Hoang-Nam Nguyen
2
-18
/
+18
2007-07-21
IB/ehca: Generate async event when SRQ limit reached
Hoang-Nam Nguyen
1
-14
/
+28
2007-07-21
IB/ehca: Support large page MRs
Hoang-Nam Nguyen
5
-63
/
+357
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
6
-7
/
+7
2007-07-18
IB/ehca: Fix warnings issued by checkpatch.pl
Hoang-Nam Nguyen
22
-242
/
+261
2007-07-18
IB/ehca: Restructure ehca_set_pagebuf()
Hoang-Nam Nguyen
1
-331
/
+200
2007-07-18
IB/ehca: MR/MW structure refactoring
Hoang-Nam Nguyen
2
-277
/
+284
2007-07-18
IB/ehca: Use macro to calculate number of chunks in a mem block
Hoang-Nam Nguyen
1
-23
/
+24
2007-07-18
IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value
Hoang-Nam Nguyen
1
-8
/
+11
2007-07-18
IB/ehca: Use common error code mapping instead of specific ones
Hoang-Nam Nguyen
3
-197
/
+15
2007-07-18
IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()
Hoang-Nam Nguyen
1
-0
/
+1
2007-07-18
IB/ehca: Fix HW level autodetection
Joachim Fenkes
1
-12
/
+17
2007-07-10
IB/ehca: Improve latency by unlocking after triggering the hardware
Hoang-Nam Nguyen
1
-3
/
+2
2007-07-10
IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive events
Joachim Fenkes
4
-31
/
+101
2007-07-10
IB/ehca: Return QP pointer in poll_cq()
Joachim Fenkes
1
-3
/
+8
2007-07-10
IB/ehca: Change idr spinlocks into rwlocks
Joachim Fenkes
6
-32
/
+28
2007-07-10
IB/ehca: Refactor sync between completions and destroy_cq using atomic_t
Joachim Fenkes
5
-39
/
+29
2007-07-10
IB/ehca: Lock renaming, static initializers
Joachim Fenkes
6
-36
/
+27
2007-07-10
IB/ehca: Report RDMA atomic attributes in query_qp()
Hoang-Nam Nguyen
1
-0
/
+3
2007-07-10
IB/ehca: Set SEND_GRH flag for all non-LL UD QPs on eHCA2
Stefan Roscher
1
-0
/
+11
2007-07-10
IB/ehca: Support UD low-latency QPs
Stefan Roscher
1
-27
/
+57
2007-07-10
IB/ehca: add Shared Receive Queue support
Joachim Fenkes
9
-107
/
+480
2007-07-10
IB/ehca: QP code restructuring in preparation for SRQ
Joachim Fenkes
4
-170
/
+166
2007-07-10
IB/ehca: HW level, HW caps and MTU autodetection
Joachim Fenkes
5
-11
/
+104
2007-07-10
IB/ehca: Change scaling_code parameter description to match default value
Hoang-Nam Nguyen
1
-1
/
+1
2007-07-10
IB: Use menuconfig for InfiniBand menu
Jan Engelhardt
1
-1
/
+1
2007-07-10
IB/ehca: Refactor "maybe missed event" code
Joachim Fenkes
2
-19
/
+11
2007-05-25
IB/ehca: Fix number of send WRs reported for new QP
Stefan Roscher
1
-1
/
+1
2007-05-19
IB/ehca: Return proper error code if register_mr fails
Hoang-Nam Nguyen
1
-5
/
+2
2007-05-15
IB/ehca: Disable scaling code by default, bump version number
Joachim Fenkes
1
-3
/
+3
2007-05-15
IB/ehca: Beautify sysfs attribute code and fix compiler warnings
Joachim Fenkes
1
-49
/
+37
2007-05-15
IB/ehca: Remove _irqsave, move #ifdef
Joachim Fenkes
1
-4
/
+3
2007-05-15
IB/ehca: Fix AQP0/1 QP number
Hoang-Nam Nguyen
1
-2
/
+3
2007-05-15
IB/ehca: Correctly set GRH mask bit in ehca_modify_qp()
Joachim Fenkes
1
-4
/
+8
2007-05-15
IB/ehca: Serialize hypervisor calls in ehca_register_mr()
Stefan Roscher
3
-2
/
+14
2007-05-10
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
3
-33
/
+40
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
1
-0
/
+6
2007-05-09
IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules
Roland Dreier
3
-33
/
+40
2007-05-08
Merge branch 'linux-2.6'
Paul Mackerras
5
-7
/
+24
2007-05-07
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
5
-7
/
+24
2007-05-07
IB: Return "maybe missed event" hint from ib_req_notify_cq()
Roland Dreier
3
-4
/
+20
2007-05-07
IB: Add CQ comp_vector support
Michael S. Tsirkin
3
-3
/
+4
2007-05-02
[POWERPC] Rename get_property to of_get_property: drivers
Stephen Rothwell
1
-1
/
+1
2007-04-30
Merge branch 'linux-2.6' into for-2.6.22
Paul Mackerras
5
-2
/
+83
2007-04-26
Revert "[POWERPC] Rename get_property to of_get_property: drivers"
Paul Mackerras
1
-1
/
+1
2007-04-25
IB/ehca: Implement modify_port
Joachim Fenkes
5
-2
/
+83
2007-04-12
[POWERPC] Rename get_property to of_get_property: drivers
Stephen Rothwell
1
-1
/
+1
2007-04-12
[POWERPC] get_property returns const
Stephen Rothwell
1
-2
/
+2
[next]