index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-20
IB/ehca: Support small QP queues
Stefan Roscher
10
-159
/
+378
2007-07-20
IB/ehca: Make internal_create/destroy_qp() static
Joachim Fenkes
1
-8
/
+9
2007-07-20
IB/ehca: Move ehca2ib_return_code() out of line
Hoang-Nam Nguyen
2
-18
/
+18
2007-07-20
IB/ehca: Generate async event when SRQ limit reached
Hoang-Nam Nguyen
1
-14
/
+28
2007-07-20
IB/ehca: Support large page MRs
Hoang-Nam Nguyen
5
-63
/
+357
2007-07-20
IB/mlx4: Fix error path in create_qp_common()
Roland Dreier
1
-3
/
+5
2007-07-20
IB/mthca: Change command token on timeout
Michael S. Tsirkin
1
-2
/
+1
2007-07-20
IB/ipath: Remove ipath_layer dead code
Arthur Jones
4
-439
/
+0
2007-07-20
IB/mlx4: Fix leaks in __mlx4_ib_modify_qp
Florin Malita
1
-7
/
+5
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
9
-10
/
+9
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
2
-4
/
+2
2007-07-18
IB/mthca: Simplify use of size0 in work request posting
Roland Dreier
1
-17
/
+24
2007-07-18
IB/mthca: Factor out setting WQE UD segment entries
Roland Dreier
1
-18
/
+22
2007-07-18
IB/mthca: Factor out setting WQE remote address and atomic segment entries
Roland Dreier
1
-59
/
+40
2007-07-18
IB/mlx4: Factor out setting other WQE segments
Roland Dreier
1
-31
/
+36
2007-07-18
IB/mlx4: Factor out setting WQE data segment entries
Roland Dreier
1
-6
/
+9
2007-07-18
IB/mthca: Factor out setting WQE data segment entries
Roland Dreier
3
-54
/
+30
2007-07-17
IB/mlx4: Return receive queue sizes for userspace QPs from query QP
Roland Dreier
1
-8
/
+16
2007-07-17
RDMA/cma: Remove local write permission from QP access flags
Dotan Barak
1
-1
/
+1
2007-07-17
IB/mthca: Use uninitialized_var() for f0
Roland Dreier
1
-2
/
+14
2007-07-17
IB/cm: Make internal function cm_get_ack_delay() static
Roland Dreier
1
-1
/
+1
2007-07-17
IB/ipath: Remove ipath_get_user_pages_nocopy()
Roland Dreier
2
-27
/
+0
2007-07-17
IB/ipath: Make a few functions static
Roland Dreier
7
-11
/
+6
2007-07-17
IB/iser: Make a couple of functions static
Roland Dreier
3
-31
/
+25
2007-07-17
IB/mthca: Fix printk format used for firmware version in warning
Roland Dreier
1
-1
/
+1
2007-07-17
IB/mthca: Schedule MSI support for removal
Roland Dreier
1
-4
/
+16
2007-07-17
IB/ehca: Fix warnings issued by checkpatch.pl
Hoang-Nam Nguyen
22
-242
/
+261
2007-07-17
IB/ehca: Restructure ehca_set_pagebuf()
Hoang-Nam Nguyen
1
-331
/
+200
2007-07-17
IB/ehca: MR/MW structure refactoring
Hoang-Nam Nguyen
2
-277
/
+284
2007-07-17
IB/ehca: Use macro to calculate number of chunks in a mem block
Hoang-Nam Nguyen
1
-23
/
+24
2007-07-17
IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value
Hoang-Nam Nguyen
1
-8
/
+11
2007-07-17
IB/ehca: Use common error code mapping instead of specific ones
Hoang-Nam Nguyen
3
-197
/
+15
2007-07-17
IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()
Hoang-Nam Nguyen
1
-0
/
+1
2007-07-17
IB/ehca: Fix HW level autodetection
Joachim Fenkes
1
-12
/
+17
2007-07-17
IB/mlx4: Take sizeof the correct pointer in call to memset()
Dotan Barak
1
-1
/
+1
2007-07-17
IB/mlx4: Fix port returned from query QP for QPs in INIT state
Jack Morgenstein
1
-1
/
+4
2007-07-17
IB/mlx4: Fix flow label returned from query QP
Jack Morgenstein
1
-1
/
+1
2007-07-17
RDMA/cxgb3: Remove cm_id reference on listen failures
Steve Wise
1
-0
/
+1
2007-07-17
drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning
Jeff Garzik
1
-2
/
+2
2007-07-15
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
6
-76
/
+54
2007-07-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
88
-1052
/
+2738
2007-07-12
IB/mlx4: Implement query SRQ
Jack Morgenstein
3
-0
/
+21
2007-07-12
IB/mlx4: Implement query QP
Jack Morgenstein
3
-0
/
+141
2007-07-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-8
/
+1
2007-07-11
sysfs: kill unnecessary attribute->owner
Tejun Heo
1
-1
/
+0
2007-07-11
PCI: Change all drivers to use pci_device->revision
Auke Kok
1
-8
/
+1
2007-07-10
IB/cm: Send no match if a SIDR REQ does not match a listen
Sean Hefty
1
-2
/
+1
2007-07-10
IB/cm: Fix handling of duplicate SIDR REQs
Sean Hefty
1
-1
/
+1
2007-07-10
IB/cm: cm_msgs.h should include ib_cm.h
Sean Hefty
1
-0
/
+1
2007-07-10
IB/cm: Include HCA ACK delay in local ACK timeout
Sean Hefty
4
-17
/
+57
[next]