summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-09-118-101/+323
|\
| * kmemleak: Improve the "Early log buffer exceeded" error messageCatalin Marinas2009-09-111-1/+2
| * kmemleak: fix sparse warning for static declarationsLuis R. Rodriguez2009-09-081-2/+2
| * kmemleak: fix sparse warning over overshadowed flagsLuis R. Rodriguez2009-09-081-4/+3
| * kmemleak: move common painting code togetherLuis R. Rodriguez2009-09-081-28/+41
| * kmemleak: add clear command supportLuis R. Rodriguez2009-09-082-0/+56
| * kmemleak: use bool for true/false questionsLuis R. Rodriguez2009-09-081-4/+4
| * kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas2009-09-081-17/+5
| * kmemleak: Scan all thread stacksCatalin Marinas2009-09-041-7/+7
| * kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg2009-09-043-2/+31
| * kmemleak: Ignore the aperture memory hole on x86_64Catalin Marinas2009-09-012-0/+12
| * kmemleak: Printing of the objects hex dumpSergey Senozhatsky2009-08-271-0/+39
| * kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas2009-08-271-1/+5
| * kmemleak: Save the stack trace for early allocationsCatalin Marinas2009-08-271-12/+52
| * kmemleak: Mark the early log buffer as __initdataCatalin Marinas2009-08-272-21/+23
| * kmemleak: Dump object information on requestCatalin Marinas2009-08-272-0/+26
| * kmemleak: Allow rescheduling during an object scanningCatalin Marinas2009-08-271-4/+17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-09-1163-595/+1278
|\ \
| * \ Merge branch 'mad' into for-linusRoland Dreier2009-09-103-8/+34
| |\ \
| | * | IB/mad: Allow tuning of QP0 and QP1 sizesHal Rosenstock2009-09-072-5/+23
| | * | IB/mad: Fix possible lock-lock-timer deadlockRoland Dreier2009-09-071-3/+3
| | * | IB/mad: Check hop count field in directed route MAD to avoid array overflowRoland Dreier2009-09-051-0/+8
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----------. \ \ Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and...Roland Dreier2009-09-1050-510/+1096
| |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung2009-09-051-3/+20
| | | | | | | | * | | RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood2009-09-051-50/+52
| | | | | | | | * | | RDMA/nes: Use the flush code to fill in cqe errorDon Wood2009-09-051-1/+10
| | | | | | | | * | | RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood2009-09-051-21/+40
| | | | | | | | * | | RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood2009-09-053-0/+68
| | | | | | | | * | | RDMA/nes: Implement Terminate PacketDon Wood2009-09-057-225/+607
| | | | | | | | * | | RDMA/nes: Add CQ error handlingDon Wood2009-09-051-0/+12
| | | | | | | | * | | RDMA/nes: Clean out CQ completions when QP is destroyedDon Wood2009-09-051-39/+80
| | | | | | | | * | | RDMA/nes: Change memory allocation for cqp request to GFP_ATOMICDon Wood2009-09-051-1/+1
| | | | | | | | * | | RDMA/nes: Allocate work item for disconnect event handlingDon Wood2009-09-052-17/+16
| | | | | | | | * | | RDMA/nes: Update refcnt during disconnectDon Wood2009-09-051-0/+2
| | | | | | | | |/ /
| | | | | | | * | | IB/mthca: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2009-09-054-0/+7
| | | | | | | * | | IB/mthca: Distinguish multiple devices in /proc/interruptsArputham Benjamin2009-09-052-5/+13
| | | | | | | * | | IB/mthca: Annotate CQ lockingRoland Dreier2009-09-051-4/+8
| | | | | | | * | | IB/mthca: Remove unnecessary include of <linux/init.h>Roland Dreier2009-09-051-1/+0
| | | | | | | * | | IB/mthca: Remove unnecessary include of <asm/page.h>Roland Dreier2009-09-051-2/+0
| | | | | | | |/ /
| | | | | | * | | IB/mlx4: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2009-09-052-0/+7
| | | | | | * | | mlx4_core: Distinguish multiple devices in /proc/interruptsArputham Benjamin2009-09-051-8/+26
| | | | | | * | | mlx4_core: Avoid double free_icmsYevgeny Petrilin2009-09-051-1/+1
| | | | | | * | | mlx4_core: Allocate and map sufficient ICM memory for EQ contextRoland Dreier2009-09-053-51/+7
| | | | | | * | | IB/mlx4: Annotate CQ lockingRoland Dreier2009-09-051-4/+8
| | | | | | * | | mlx4_core: Remove unnecessary includes of <linux/init.h>Roland Dreier2009-09-0510-13/+0
| | | | | | * | | mlx4_core: Use pci_request_regions()Roland Dreier2009-09-051-18/+8
| | | | | | |/ /
| | | | | * | | RDMA/iwcm: Reject the connection when the cm_id is destroyedSteve Wise2009-09-091-0/+1
| | | | | * | | MAINTAINERS: InfiniBand/RDMA mailing list transition to vgerRoland Dreier2009-09-071-6/+6
| | | | | * | | RDMA/amso1100: Check kmalloc() result in c2_register_device()Roel Kluin2009-09-051-9/+15
| | | | | * | | IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)Jack Morgenstein2009-09-051-2/+4
OpenPOWER on IntegriCloud