summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/ehca
AgeCommit message (Expand)AuthorFilesLines
2007-10-10IB/ehca: Fix clipping of device limits to INT_MAXRoland Dreier1-16/+16
2007-10-10IB/ehca: Return srq_attr->max_sge in ehca_query_srq()Joachim Fenkes1-0/+1
2007-10-10IB/ehca: Adjust 64-bit alignment of create QP response for userspaceHoang-Nam Nguyen1-0/+1
2007-10-10IB/ehca: Fix mem leak of firmware ctrlblock in ehca_create_srq()Hoang-Nam Nguyen1-0/+2
2007-10-10IB/ehca: Misc cpuinit section annotations and #ifdef cleanupsSatyam Sharma1-18/+11
2007-10-10IB/ehca: Only use MR large pages for hugetlb regionsJoachim Fenkes1-10/+15
2007-10-10IB/ehca: Fix large page HW cap definesHoang-Nam Nguyen1-4/+4
2007-10-10IB/ehca: Bump version number and change its formatJoachim Fenkes1-2/+4
2007-10-10IB/ehca: Replace get_paca()->paca_index by the more portable raw_smp_processo...Joachim Fenkes1-7/+7
2007-10-10IB/ehca: Serialize MR alloc and MR free hvCallsJoachim Fenkes1-7/+21
2007-10-10IB/ehca: Path migration supportJoachim Fenkes2-26/+68
2007-10-10IB/ehca: Add check for max #SGE to create_qp()Joachim Fenkes1-1/+13
2007-10-10IB/ehca: ehca_gen_warn() should always printJoachim Fenkes1-6/+3
2007-10-10IB/ehca: Print return codes as signed decimal integersJoachim Fenkes10-101/+100
2007-10-10IB/ehca: Refactor hvcall tracingJoachim Fenkes1-33/+24
2007-10-10IB/ehca: Use remap_4k_pfn() to map firmware contexts to user spaceHoang-Nam Nguyen4-4/+10
2007-10-10IB/ehca: Support more than 4k QPs for userspace and kernelspaceStefan Roscher4-15/+25
2007-10-10IB/ehca: Small QP userspace supportStefan Roscher2-4/+4
2007-10-10IB/ehca: Export module parameters in sysfsAnton Blanchard1-10/+10
2007-10-10IB/ehca: Make output clearer by removing some debug messagesAnton Blanchard2-6/+0
2007-10-10IB/ehca: Include <linux/mutex.h> from ehca_classes.hRoland Dreier1-0/+1
2007-09-01IB/ehca: SRQ fixes to enable IPoIB CMJoachim Fenkes2-20/+38
2007-09-01IB/ehca: Fix Small QP regressionsStefan Roscher2-5/+7
2007-08-01in-string typos of "error"Eddy L O Jansson1-1/+1
2007-07-29IB/ehca: Move extern declarations from .c files to .h filesHoang-Nam Nguyen5-4/+3
2007-07-28IB/ehca: Fix include order to better match kernel styleHoang-Nam Nguyen1-2/+2
2007-07-21IB/ehca: Support small QP queuesStefan Roscher10-159/+378
2007-07-21IB/ehca: Make internal_create/destroy_qp() staticJoachim Fenkes1-8/+9
2007-07-21IB/ehca: Move ehca2ib_return_code() out of lineHoang-Nam Nguyen2-18/+18
2007-07-21IB/ehca: Generate async event when SRQ limit reachedHoang-Nam Nguyen1-14/+28
2007-07-21IB/ehca: Support large page MRsHoang-Nam Nguyen5-63/+357
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt6-7/+7
2007-07-18IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen22-242/+261
2007-07-18IB/ehca: Restructure ehca_set_pagebuf()Hoang-Nam Nguyen1-331/+200
2007-07-18IB/ehca: MR/MW structure refactoringHoang-Nam Nguyen2-277/+284
2007-07-18IB/ehca: Use macro to calculate number of chunks in a mem blockHoang-Nam Nguyen1-23/+24
2007-07-18IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded valueHoang-Nam Nguyen1-8/+11
2007-07-18IB/ehca: Use common error code mapping instead of specific onesHoang-Nam Nguyen3-197/+15
2007-07-18IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()Hoang-Nam Nguyen1-0/+1
2007-07-18IB/ehca: Fix HW level autodetectionJoachim Fenkes1-12/+17
2007-07-10IB/ehca: Improve latency by unlocking after triggering the hardwareHoang-Nam Nguyen1-3/+2
2007-07-10IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive eventsJoachim Fenkes4-31/+101
2007-07-10IB/ehca: Return QP pointer in poll_cq()Joachim Fenkes1-3/+8
2007-07-10IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes6-32/+28
2007-07-10IB/ehca: Refactor sync between completions and destroy_cq using atomic_tJoachim Fenkes5-39/+29
2007-07-10IB/ehca: Lock renaming, static initializersJoachim Fenkes6-36/+27
2007-07-10IB/ehca: Report RDMA atomic attributes in query_qp()Hoang-Nam Nguyen1-0/+3
2007-07-10IB/ehca: Set SEND_GRH flag for all non-LL UD QPs on eHCA2Stefan Roscher1-0/+11
2007-07-10IB/ehca: Support UD low-latency QPsStefan Roscher1-27/+57
2007-07-10IB/ehca: add Shared Receive Queue supportJoachim Fenkes9-107/+480