index
:
~lostgoat/linux
for-alex
for-alex-4.13
kiq-priority
wip-high-priority-v9
wip-process-priorities-v1
wip-process-priorities-v2
wip-process-priorities-v3
Work in progress for my drm linux changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-07
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
2
-2
/
+2
2010-03-07
driver core: Convert some drivers to CLASS_ATTR_STRING
Andi Kleen
3
-26
/
+11
2010-03-07
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
3
-3
/
+9
2010-03-06
infiniband: use for_each_set_bit()
Akinobu Mita
1
-16
/
+5
2010-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-26
/
+25
2010-03-03
switch infiniband uverbs to anon_inodes
Al Viro
4
-81
/
+29
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
35
-1200
/
+1123
2010-03-01
Merge branch 'misc' into for-next
Roland Dreier
7
-71
/
+14
2010-03-01
Merge branch 'srp' into for-next
Roland Dreier
2
-32
/
+65
2010-03-01
Merge branch 'nes' into for-next
Roland Dreier
7
-290
/
+284
2010-03-01
Merge branch 'mlx4' into for-next
Roland Dreier
1
-1
/
+1
2010-03-01
Merge branch 'iser' into for-next
Roland Dreier
5
-604
/
+391
2010-03-01
Merge branch 'ipoib' into for-next
Roland Dreier
1
-8
/
+2
2010-03-01
Merge branch 'ehca' into for-next
Roland Dreier
3
-7
/
+4
2010-03-01
Merge branch 'cxgb3' into for-next
Roland Dreier
7
-19
/
+110
2010-03-01
IB/srp: Clean up error path in srp_create_target_ib()
Roland Dreier
1
-13
/
+18
2010-03-01
IB/srp: Split send and recieve CQs to reduce number of interrupts
Bart Van Assche
2
-25
/
+53
2010-02-28
ipoib: returned back addrlen check for mc addresses
Jiri Pirko
1
-1
/
+5
2010-02-26
infiniband: convert to use netdev_for_each_mc_addr
Jiri Pirko
2
-42
/
+51
2010-02-25
RDMA/nes: Add support for KR device id 0x0110
Chien Tung
5
-218
/
+243
2010-02-24
IB/uverbs: Use anon_inodes instead of private infinibandeventfs
Roland Dreier
2
-56
/
+5
2010-02-24
IB/core: Fix and clean up ib_ud_header_init()
Eli Cohen
3
-12
/
+6
2010-02-24
RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removing
Steve Wise
1
-0
/
+1
2010-02-24
RDMA/cxgb3: Don't allocate the SW queue for user mode CQs
Steve Wise
3
-9
/
+9
2010-02-24
RDMA/cxgb3: Increase the max CQ depth
Steve Wise
1
-1
/
+1
2010-02-24
RDMA/cxgb3: Doorbell overflow avoidance and recovery
Steve Wise
4
-8
/
+99
2010-02-24
IB/ucm: Clean whitespace errors
Alexander Chiang
1
-3
/
+3
2010-02-24
IB/ucm: Increase maximum devices supported
Alexander Chiang
1
-8
/
+45
2010-02-24
IB/ucm: Use stack variable 'base' in ib_ucm_add_one
Alexander Chiang
1
-1
/
+3
2010-02-24
IB/ucm: Use stack variable 'devnum' in ib_ucm_add_one
Alexander Chiang
1
-5
/
+7
2010-02-24
IB/umad: Clean whitespace
Alexander Chiang
1
-13
/
+13
2010-02-24
IB/umad: Increase maximum devices supported
Alexander Chiang
1
-6
/
+44
2010-02-24
IB/umad: Use stack variable 'base' in ib_umad_init_port
Alexander Chiang
1
-2
/
+5
2010-02-24
IB/umad: Use stack variable 'devnum' in ib_umad_init_port
Alexander Chiang
1
-6
/
+9
2010-02-24
IB/umad: Remove port_table[]
Alexander Chiang
1
-36
/
+9
2010-02-24
IB/umad: Convert *cdev to cdev in struct ib_umad_port
Alexander Chiang
1
-26
/
+20
2010-02-24
IB/uverbs: Whitespace cleanup
Alexander Chiang
1
-34
/
+34
2010-02-24
IB/uverbs: Pack struct ib_uverbs_event_file tighter
Alexander Chiang
1
-2
/
+2
2010-02-24
IB/uverbs: Increase maximum devices supported
Alexander Chiang
1
-6
/
+50
2010-02-24
IB/uverbs: use stack variable 'base' in ib_uverbs_add_one
Alexander Chiang
1
-1
/
+3
2010-02-24
IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_one
Alexander Chiang
1
-5
/
+7
2010-02-24
IB/uverbs: Remove dev_table
Alexander Chiang
1
-19
/
+5
2010-02-24
IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_device
Alexander Chiang
2
-16
/
+14
2010-02-24
IB/iser: Remove redundant locking from iser scsi command response flow
Or Gerlitz
1
-25
/
+0
2010-02-24
IB/iser: Use libiscsi passthrough mode
Or Gerlitz
2
-20
/
+3
2010-02-24
IB/iser: Remove unnecessary connection checks
Or Gerlitz
3
-52
/
+0
2010-02-24
IB/iser: Use atomic allocations
Or Gerlitz
2
-3
/
+3
2010-02-24
IB/iser: Simplify send flow/descriptors
Or Gerlitz
5
-278
/
+115
2010-02-24
IB/iser: Use different CQ for send completions
Or Gerlitz
2
-37
/
+76
2010-02-24
IB/iser: Remove atomic counter for posted receive buffers
Or Gerlitz
3
-12
/
+12
[next]