index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-09
IB/ehca: Refactor "maybe missed event" code
Joachim Fenkes
2
-19
/
+11
2007-05-24
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-14
IB/ehca: Disable scaling code by default, bump version number
Joachim Fenkes
1
-3
/
+3
2007-05-14
IB/ehca: Beautify sysfs attribute code and fix compiler warnings
Joachim Fenkes
1
-49
/
+37
2007-05-14
IB/ehca: Remove _irqsave, move #ifdef
Joachim Fenkes
1
-4
/
+3
2007-05-14
IB/ehca: Fix AQP0/1 QP number
Hoang-Nam Nguyen
1
-2
/
+3
2007-05-14
IB/ehca: Correctly set GRH mask bit in ehca_modify_qp()
Joachim Fenkes
1
-4
/
+8
2007-05-14
IB/ehca: Serialize hypervisor calls in ehca_register_mr()
Stefan Roscher
3
-2
/
+14
2007-05-09
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-08
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-06
IB: Return "maybe missed event" hint from ib_req_notify_cq()
Roland Dreier
3
-4
/
+20
2007-05-06
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-24
IB/ehca: Implement modify_port
Joachim Fenkes
5
-2
/
+83
2007-04-13
[POWERPC] Rename get_property to of_get_property: drivers
Stephen Rothwell
1
-1
/
+1
2007-04-13
[POWERPC] get_property returns const
Stephen Rothwell
1
-2
/
+2
2007-03-22
IB/ehca: Make scaling code work without CPU hotplug
Joachim Fenkes
1
-0
/
+8
2007-03-01
IB/ehca: Fix sync between completion handler and destroy cq
Hoang-Nam Nguyen
4
-25
/
+60
2007-02-16
IB/ehca: Change query_port() to return LINK_UP instead UNKNOWN
Hoang-Nam Nguyen
1
-0
/
+3
2007-02-16
IB/ehca: Allow en/disabling scaling code via module parameter
Hoang-Nam Nguyen
4
-34
/
+26
2007-02-16
IB/ehca: Fix race condition/locking issues in scaling code
Hoang-Nam Nguyen
1
-35
/
+33
2007-02-16
IB/ehca: Rework irq handler
Hoang-Nam Nguyen
6
-92
/
+183
2007-02-14
[PATCH] Scheduled removal of SA_xxx interrupt flags fixups
Thomas Gleixner
1
-2
/
+2
2007-02-13
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
1
-0
/
+2
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-04
IB/ehca: Remove obsolete prototypes
Hoang-Nam Nguyen
1
-14
/
+0
2007-02-04
IB/ehca: Remove use of do_mmap()
Hoang-Nam Nguyen
6
-363
/
+204
2007-02-04
IB: Return qp pointer as part of ib_wc
Michael S. Tsirkin
1
-1
/
+1
2007-01-22
IB/ehca: Fix mismatched spin_unlock in irq handler
Hoang-Nam Nguyen
1
-1
/
+2
2007-01-22
IB/ehca: Fix improper use of yield() with spinlock held
Hoang-Nam Nguyen
1
-1
/
+4
2007-01-09
IB/ehca: Use proper GFP_ flags for get_zeroed_page()
Hoang-Nam Nguyen
6
-16
/
+16
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
6
-7
/
+7
2006-11-29
IB/ehca: Use WQE offset instead of WQE addr for pending work reqs
Hoang-Nam Nguyen
4
-15
/
+39
2006-11-13
IB/ehca: Activate scaling code by default
Hoang-Nam Nguyen
1
-0
/
+1
2006-11-13
IB/ehca: Use named constant for max mtu
Hoang-Nam Nguyen
2
-3
/
+4
2006-11-09
IB/ehca: Assure 4K alignment for firmware control blocks
Hoang-Nam Nguyen
6
-35
/
+81
2006-10-30
IB/ehca: Fix eHCA driver compilation for uniprocessor
Paul Mackerras
1
-0
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2
-4
/
+4
2006-10-02
IB/ehca: Tweak trace message format
Hoang-Nam Nguyen
1
-1
/
+1
2006-10-02
IB/ehca: Fix device registration
Hoang-Nam Nguyen
1
-17
/
+19
2006-09-22
RDMA: iWARP Core Changes.
Tom Tucker
1
-1
/
+1
2006-09-22
IB/uverbs: Pass userspace data to modify_srq and modify_qp methods
Ralph Campbell
2
-2
/
+4
2006-09-22
IB/ehca: Add driver for IBM eHCA InfiniBand adapters
Heiko J Schick
31
-0
/
+11572