aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_classes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-11IB/ehca: Deprecate driver, move to staging, schedule deletionDoug Ledford1-482/+0
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-1/+1
2009-12-09IB/ehca: Rework destroy_eq()Alexander Schmidt1-0/+1
2008-12-05IB/ehca: Replace modulus operations in flush error completion pathStefan Roscher1-0/+7
2008-12-01IB/ehca: Fix problem with generated flush work completionsStefan Roscher1-1/+3
2008-10-22IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapterStefan Roscher1-0/+2
2008-09-20IB/ehca: Generate flush status CQ entriesAlexander Schmidt1-1/+13
2008-08-12IB/ehca: Discard double CQE for one WRAlexander Schmidt1-0/+9
2008-07-22IB/ehca: Filter PATH_MIG events if QP was never armedJoachim Fenkes1-0/+1
2008-05-07IB/ehca: Wait for async events to finish before destroying QPStefan Roscher1-0/+2
2008-04-29IB/ehca: Allocate event queue size depending on max number of CQs and QPsStefan Roscher1-0/+5
2008-04-23IB/ehca: Prevent posting of SQ WQEs if QP not in RTSJoachim Fenkes1-0/+1
2008-04-16IB/ehca: Remove tgid checkingHoang-Nam Nguyen1-2/+0
2008-02-04IB/ehca: Add PMA supportHoang-Nam Nguyen1-0/+1
2008-01-25IB/ehca: Prevent RDMA-related connection failures on some eHCA2 hardwareJoachim Fenkes1-0/+5
2008-01-25IB/ehca: Add "port connection autodetect mode"Hoang-Nam Nguyen1-0/+16
2008-01-25IB/ehca: Define array to store SMI/GSI QPsHoang-Nam Nguyen1-1/+1
2007-12-13IB/ehca: Fix lock flag variable location, bump version numberJoachim Fenkes1-0/+1
2007-11-13IB/ehca: Fix static rate calculationJoachim Fenkes1-1/+0
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+0
2007-10-17IB/ehca: Change meaning of hca_cap_mr_pgsizeJoachim Fenkes1-1/+0
2007-10-17[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA driversJoachim Fenkes1-1/+1
2007-10-09IB/ehca: Adjust 64-bit alignment of create QP response for userspaceHoang-Nam Nguyen1-0/+1
2007-10-09IB/ehca: Fix large page HW cap definesHoang-Nam Nguyen1-4/+4
2007-10-09IB/ehca: Use remap_4k_pfn() to map firmware contexts to user spaceHoang-Nam Nguyen1-1/+3
2007-10-09IB/ehca: Include <linux/mutex.h> from ehca_classes.hRoland Dreier1-0/+1
2007-07-28IB/ehca: Move extern declarations from .c files to .h filesHoang-Nam Nguyen1-0/+1
2007-07-20IB/ehca: Support small QP queuesStefan Roscher1-15/+26
2007-07-20IB/ehca: Support large page MRsHoang-Nam Nguyen1-0/+9
2007-07-17IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen1-2/+2
2007-07-17IB/ehca: MR/MW structure refactoringHoang-Nam Nguyen1-25/+25
2007-07-09IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive eventsJoachim Fenkes1-0/+6
2007-07-09IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes1-2/+2
2007-07-09IB/ehca: Refactor sync between completions and destroy_cq using atomic_tJoachim Fenkes1-2/+2
2007-07-09IB/ehca: Lock renaming, static initializersJoachim Fenkes1-1/+0
2007-07-09IB/ehca: add Shared Receive Queue supportJoachim Fenkes1-8/+18
2007-07-09IB/ehca: QP code restructuring in preparation for SRQJoachim Fenkes1-7/+39
2007-07-09IB/ehca: HW level, HW caps and MTU autodetectionJoachim Fenkes1-0/+2
2007-05-14IB/ehca: Serialize hypervisor calls in ehca_register_mr()Stefan Roscher1-0/+1
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier1-0/+1
2007-04-24IB/ehca: Implement modify_portJoachim Fenkes1-0/+1
2007-03-01IB/ehca: Fix sync between completion handler and destroy cqHoang-Nam Nguyen1-1/+5
2007-02-16IB/ehca: Allow en/disabling scaling code via module parameterHoang-Nam Nguyen1-0/+1
2007-02-16IB/ehca: Rework irq handlerHoang-Nam Nguyen1-5/+13
2007-02-04IB/ehca: Remove obsolete prototypesHoang-Nam Nguyen1-14/+0
2007-02-04IB/ehca: Remove use of do_mmap()Hoang-Nam Nguyen1-8/+7
2006-09-22IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick1-0/+346