index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
2009-09-11
8
-101
/
+323
|
\
|
*
kmemleak: Improve the "Early log buffer exceeded" error message
Catalin Marinas
2009-09-11
1
-1
/
+2
|
*
kmemleak: fix sparse warning for static declarations
Luis R. Rodriguez
2009-09-08
1
-2
/
+2
|
*
kmemleak: fix sparse warning over overshadowed flags
Luis R. Rodriguez
2009-09-08
1
-4
/
+3
|
*
kmemleak: move common painting code together
Luis R. Rodriguez
2009-09-08
1
-28
/
+41
|
*
kmemleak: add clear command support
Luis R. Rodriguez
2009-09-08
2
-0
/
+56
|
*
kmemleak: use bool for true/false questions
Luis R. Rodriguez
2009-09-08
1
-4
/
+4
|
*
kmemleak: Do no create the clean-up thread during kmemleak_disable()
Catalin Marinas
2009-09-08
1
-17
/
+5
|
*
kmemleak: Scan all thread stacks
Catalin Marinas
2009-09-04
1
-7
/
+7
|
*
kmemleak: Don't scan uninitialized memory when kmemcheck is enabled
Pekka Enberg
2009-09-04
3
-2
/
+31
|
*
kmemleak: Ignore the aperture memory hole on x86_64
Catalin Marinas
2009-09-01
2
-0
/
+12
|
*
kmemleak: Printing of the objects hex dump
Sergey Senozhatsky
2009-08-27
1
-0
/
+39
|
*
kmemleak: Do not report alloc_bootmem blocks as leaks
Catalin Marinas
2009-08-27
1
-1
/
+5
|
*
kmemleak: Save the stack trace for early allocations
Catalin Marinas
2009-08-27
1
-12
/
+52
|
*
kmemleak: Mark the early log buffer as __initdata
Catalin Marinas
2009-08-27
2
-21
/
+23
|
*
kmemleak: Dump object information on request
Catalin Marinas
2009-08-27
2
-0
/
+26
|
*
kmemleak: Allow rescheduling during an object scanning
Catalin Marinas
2009-08-27
1
-4
/
+17
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2009-09-11
63
-595
/
+1278
|
\
\
|
*
\
Merge branch 'mad' into for-linus
Roland Dreier
2009-09-10
3
-8
/
+34
|
|
\
\
|
|
*
|
IB/mad: Allow tuning of QP0 and QP1 sizes
Hal Rosenstock
2009-09-07
2
-5
/
+23
|
|
*
|
IB/mad: Fix possible lock-lock-timer deadlock
Roland Dreier
2009-09-07
1
-3
/
+3
|
|
*
|
IB/mad: Check hop count field in directed route MAD to avoid array overflow
Roland Dreier
2009-09-05
1
-0
/
+8
|
|
|
|
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
-
-
-
-
-
-
-
-
-
-
.
\
\
Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and...
Roland Dreier
2009-09-10
50
-510
/
+1096
|
|
\
\
\
\
\
\
\
\
\
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Map MTU to IB_MTU_* and correctly report link state
Chien Tung
2009-09-05
1
-3
/
+20
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Rework the disconn routine for terminate and flushing
Don Wood
2009-09-05
1
-50
/
+52
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Use the flush code to fill in cqe error
Don Wood
2009-09-05
1
-1
/
+10
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Make poll_cq return correct number of wqes during flush
Don Wood
2009-09-05
1
-21
/
+40
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Use flush mechanism to set status for wqe in error
Don Wood
2009-09-05
3
-0
/
+68
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Implement Terminate Packet
Don Wood
2009-09-05
7
-225
/
+607
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Add CQ error handling
Don Wood
2009-09-05
1
-0
/
+12
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Clean out CQ completions when QP is destroyed
Don Wood
2009-09-05
1
-39
/
+80
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Change memory allocation for cqp request to GFP_ATOMIC
Don Wood
2009-09-05
1
-1
/
+1
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Allocate work item for disconnect event handling
Don Wood
2009-09-05
2
-17
/
+16
|
|
|
|
|
|
|
|
*
|
|
RDMA/nes: Update refcnt during disconnect
Don Wood
2009-09-05
1
-0
/
+2
|
|
|
|
|
|
|
|
|
/
/
|
|
|
|
|
|
|
*
|
|
IB/mthca: Don't allow userspace open while recovering from catastrophic error
Jack Morgenstein
2009-09-05
4
-0
/
+7
|
|
|
|
|
|
|
*
|
|
IB/mthca: Distinguish multiple devices in /proc/interrupts
Arputham Benjamin
2009-09-05
2
-5
/
+13
|
|
|
|
|
|
|
*
|
|
IB/mthca: Annotate CQ locking
Roland Dreier
2009-09-05
1
-4
/
+8
|
|
|
|
|
|
|
*
|
|
IB/mthca: Remove unnecessary include of <linux/init.h>
Roland Dreier
2009-09-05
1
-1
/
+0
|
|
|
|
|
|
|
*
|
|
IB/mthca: Remove unnecessary include of <asm/page.h>
Roland Dreier
2009-09-05
1
-2
/
+0
|
|
|
|
|
|
|
|
/
/
|
|
|
|
|
|
*
|
|
IB/mlx4: Don't allow userspace open while recovering from catastrophic error
Jack Morgenstein
2009-09-05
2
-0
/
+7
|
|
|
|
|
|
*
|
|
mlx4_core: Distinguish multiple devices in /proc/interrupts
Arputham Benjamin
2009-09-05
1
-8
/
+26
|
|
|
|
|
|
*
|
|
mlx4_core: Avoid double free_icms
Yevgeny Petrilin
2009-09-05
1
-1
/
+1
|
|
|
|
|
|
*
|
|
mlx4_core: Allocate and map sufficient ICM memory for EQ context
Roland Dreier
2009-09-05
3
-51
/
+7
|
|
|
|
|
|
*
|
|
IB/mlx4: Annotate CQ locking
Roland Dreier
2009-09-05
1
-4
/
+8
|
|
|
|
|
|
*
|
|
mlx4_core: Remove unnecessary includes of <linux/init.h>
Roland Dreier
2009-09-05
10
-13
/
+0
|
|
|
|
|
|
*
|
|
mlx4_core: Use pci_request_regions()
Roland Dreier
2009-09-05
1
-18
/
+8
|
|
|
|
|
|
|
/
/
|
|
|
|
|
*
|
|
RDMA/iwcm: Reject the connection when the cm_id is destroyed
Steve Wise
2009-09-09
1
-0
/
+1
|
|
|
|
|
*
|
|
MAINTAINERS: InfiniBand/RDMA mailing list transition to vger
Roland Dreier
2009-09-07
1
-6
/
+6
|
|
|
|
|
*
|
|
RDMA/amso1100: Check kmalloc() result in c2_register_device()
Roel Kluin
2009-09-05
1
-9
/
+15
|
|
|
|
|
*
|
|
IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)
Jack Morgenstein
2009-09-05
1
-2
/
+4
[next]