summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/ehca
AgeCommit message (Expand)AuthorFilesLines
2008-04-17IB/ehca: Support all ibv_devinfo values in query_device() and query_port()Stefan Roscher1-48/+79
2008-04-17IB/core: Add support for "send with invalidate" work requestsRoland Dreier1-1/+1
2008-04-17IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+3
2008-04-17IB/ehca: Remove tgid checkingHoang-Nam Nguyen7-162/+0
2008-04-17IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison1-8/+8
2008-04-17IB/ehca: Make symbols used only in a single source file staticRoland Dreier3-16/+15
2008-02-05IB/ehca: Add PMA supportHoang-Nam Nguyen4-1/+98
2008-02-05IB/ehca: Update sma_attr also in case of disruptive config changeJoachim Fenkes1-0/+2
2008-02-05IB/ehca: Prevent sending UD packets to QP0Joachim Fenkes1-0/+4
2008-01-26IB/ehca: Prevent RDMA-related connection failures on some eHCA2 hardwareJoachim Fenkes3-36/+95
2008-01-26IB/ehca: Add "port connection autodetect mode"Hoang-Nam Nguyen6-15/+201
2008-01-26IB/ehca: Define array to store SMI/GSI QPsHoang-Nam Nguyen2-4/+4
2008-01-26IB/ehca: Remove CQ-QP-link before destroying QP in error path of create_qp()Hoang-Nam Nguyen1-1/+4
2008-01-26IB/ehca: Use round_jiffies() for EQ polling timerAnton Blanchard1-1/+1
2008-01-26IB/ehca: Forward event client-reregister-required to registered clientsHoang-Nam Nguyen1-0/+12
2008-01-26IB: Spelling fixes in commentsJoe Perches1-1/+1
2008-01-26drivers/infiniband: Add missing "space"Joe Perches2-4/+4
2008-01-25Infiniband: 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-13IB/ehca: Serialize HCA-related hCalls if necessaryJoachim Fenkes3-17/+25
2007-12-13IB/ehca: Return correct number of SGEs for SRQJoachim Fenkes1-2/+2
2007-12-01IB/ehca: Fix static rate if path faster than linkJoachim Fenkes1-2/+6
2007-11-25IB/ehca: Fix static rate regressionJoachim Fenkes1-2/+2
2007-11-14IB/ehca: Fix static rate calculationJoachim Fenkes5-30/+54
2007-11-14IB/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/rol...Linus Torvalds5-37/+46
2007-10-23IB/ehca: Fix sg_page() falloutOlof Johansson1-3/+3
2007-10-19Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-18IB/ehca: Enable large page MRs by defaultJoachim Fenkes1-1/+1
2007-10-18IB/ehca: Change meaning of hca_cap_mr_pgsizeJoachim Fenkes4-22/+36
2007-10-18IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr()Joachim Fenkes1-11/+4
2007-10-18IB/ehca: Fix masking error in {,re}reg_phys_mr()Joachim Fenkes1-2/+2
2007-10-18IB/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 e...Joachim Fenkes3-20/+20
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