aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25IB/ehca: Forward event client-reregister-required to registered clientsHoang-Nam Nguyen1-0/+12
2008-01-25IB: Spelling fixes in commentsJoe Perches1-1/+1
2008-01-25drivers/infiniband: Add missing "space"Joe Perches2-4/+4
2008-01-24Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman1-5/+8
2007-12-13IB/ehca: Fix lock flag variable location, bump version numberJoachim Fenkes3-2/+2
2007-12-12IB/ehca: Serialize HCA-related hCalls if necessaryJoachim Fenkes3-17/+25
2007-12-12IB/ehca: Return correct number of SGEs for SRQJoachim Fenkes1-2/+2
2007-11-30IB/ehca: Fix static rate if path faster than linkJoachim Fenkes1-2/+6
2007-11-24IB/ehca: Fix static rate regressionJoachim Fenkes1-2/+2
2007-11-13IB/ehca: Fix static rate calculationJoachim Fenkes5-30/+54
2007-11-13IB/ehca: Return physical link information in query_port()Joachim Fenkes2-7/+19
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-37/+46
2007-10-23IB/ehca: Fix sg_page() falloutOlof Johansson1-3/+3
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-17IB/ehca: Enable large page MRs by defaultJoachim Fenkes1-1/+1
2007-10-17IB/ehca: Change meaning of hca_cap_mr_pgsizeJoachim Fenkes4-22/+36
2007-10-17IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr()Joachim Fenkes1-11/+4
2007-10-17IB/ehca: Fix masking error in {,re}reg_phys_mr()Joachim Fenkes1-2/+2
2007-10-17IB/ehca: Supply QP token for SRQ base QPsJoachim Fenkes1-1/+3
2007-10-17[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA driversJoachim Fenkes3-20/+20
2007-10-09IB/ehca: Fix clipping of device limits to INT_MAXRoland Dreier1-16/+16
2007-10-09IB/ehca: Return srq_attr->max_sge in ehca_query_srq()Joachim Fenkes1-0/+1
2007-10-09IB/ehca: Adjust 64-bit alignment of create QP response for userspaceHoang-Nam Nguyen1-0/+1
2007-10-09IB/ehca: Fix mem leak of firmware ctrlblock in ehca_create_srq()Hoang-Nam Nguyen1-0/+2
2007-10-09IB/ehca: Misc cpuinit section annotations and #ifdef cleanupsSatyam Sharma1-18/+11
2007-10-09IB/ehca: Only use MR large pages for hugetlb regionsJoachim Fenkes1-10/+15
2007-10-09IB/ehca: Fix large page HW cap definesHoang-Nam Nguyen1-4/+4
2007-10-09IB/ehca: Bump version number and change its formatJoachim Fenkes1-2/+4
2007-10-09IB/ehca: Replace get_paca()->paca_index by the more portable raw_smp_processor_id()Joachim Fenkes1-7/+7
2007-10-09IB/ehca: Serialize MR alloc and MR free hvCallsJoachim Fenkes1-7/+21
2007-10-09IB/ehca: Path migration supportJoachim Fenkes2-26/+68
2007-10-09IB/ehca: Add check for max #SGE to create_qp()Joachim Fenkes1-1/+13
2007-10-09IB/ehca: ehca_gen_warn() should always printJoachim Fenkes1-6/+3
2007-10-09IB/ehca: Print return codes as signed decimal integersJoachim Fenkes10-101/+100
2007-10-09IB/ehca: Refactor hvcall tracingJoachim Fenkes1-33/+24
2007-10-09IB/ehca: Use remap_4k_pfn() to map firmware contexts to user spaceHoang-Nam Nguyen4-4/+10
2007-10-09IB/ehca: Support more than 4k QPs for userspace and kernelspaceStefan Roscher4-15/+25
2007-10-09IB/ehca: Small QP userspace supportStefan Roscher2-4/+4
2007-10-09IB/ehca: Export module parameters in sysfsAnton Blanchard1-10/+10
2007-10-09IB/ehca: Make output clearer by removing some debug messagesAnton Blanchard2-6/+0
2007-10-09IB/ehca: Include <linux/mutex.h> from ehca_classes.hRoland Dreier1-0/+1
2007-08-31IB/ehca: SRQ fixes to enable IPoIB CMJoachim Fenkes2-20/+38
2007-08-31IB/ehca: Fix Small QP regressionsStefan Roscher2-5/+7
2007-07-31in-string typos of "error"Eddy L O Jansson1-1/+1
2007-07-28IB/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-20IB/ehca: Support small QP queuesStefan Roscher10-159/+378
2007-07-20IB/ehca: Make internal_create/destroy_qp() staticJoachim Fenkes1-8/+9
2007-07-20IB/ehca: Move ehca2ib_return_code() out of lineHoang-Nam Nguyen2-18/+18
2007-07-20IB/ehca: Generate async event when SRQ limit reachedHoang-Nam Nguyen1-14/+28