aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2009-01-16IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell1-8/+8
2008-10-22IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapterStefan Roscher1-2/+2
2008-09-20IB/ehca: Generate flush status CQ entriesAlexander Schmidt1-0/+3
2008-04-29IB/ehca: Allocate event queue size depending on max number of CQs and QPsStefan Roscher1-0/+11
2008-04-16IB/ehca: Remove tgid checkingHoang-Nam Nguyen1-19/+0
2008-01-25drivers/infiniband: Add missing "space"Joe Perches1-1/+1
2007-10-09IB/ehca: Print return codes as signed decimal integersJoachim Fenkes1-7/+7
2007-10-09IB/ehca: Use remap_4k_pfn() to map firmware contexts to user spaceHoang-Nam Nguyen1-0/+2
2007-10-09IB/ehca: Support more than 4k QPs for userspace and kernelspaceStefan Roscher1-1/+6
2007-07-20IB/ehca: Support small QP queuesStefan Roscher1-4/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen1-1/+1
2007-07-09IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes1-6/+6
2007-07-09IB/ehca: Refactor sync between completions and destroy_cq using atomic_tJoachim Fenkes1-17/+9
2007-07-09IB/ehca: Lock renaming, static initializersJoachim Fenkes1-6/+6
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+1
2007-03-01IB/ehca: Fix sync between completion handler and destroy cqHoang-Nam Nguyen1-2/+14
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-04IB/ehca: Remove use of do_mmap()Hoang-Nam Nguyen1-49/+16
2007-01-22IB/ehca: Fix improper use of yield() with spinlock heldHoang-Nam Nguyen1-1/+4
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-09-22IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick1-0/+427