aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_mrmw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-11IB/ehca: Deprecate driver, move to staging, schedule deletionDoug Ledford1-2593/+0
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran1-1/+1
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-nextRoland Dreier1-12/+0
2014-04-01IB/ehca: Remove ib_sg_dma_address() and ib_sg_dma_len() overloadsMike Marciniszyn1-12/+0
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-151/+94
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-1/+4
2012-09-05IB/ehca: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman1-8/+8
2012-09-05IB/ehca: Don't use phys_to_abs(), it's a nopMichael Ellerman1-19/+14
2012-03-05IB/ehca: Fix ilog2() compile failureKyle McMartin1-1/+1
2010-10-06IB/ehca: Fix driver on relocatable kernelSonny Rao1-3/+3
2010-08-05IB/ehca: Drop unnecessary NULL testJulia Lawall1-5/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-1/+1
2009-06-22IB/ehca: Tolerate dynamic memory operations before driver loadHannes Hering1-13/+495
2009-01-16IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell1-72/+72
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+1
2008-04-23IB/ehca: Move high-volume debug output to higher debug levelsJoachim Fenkes1-6/+10
2008-04-16IB/ehca: Remove tgid checkingHoang-Nam Nguyen1-32/+0
2008-04-16IB/ehca: Make symbols used only in a single source file staticRoland Dreier1-6/+4
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-32/+25
2007-10-23IB/ehca: Fix sg_page() falloutOlof Johansson1-3/+3
2007-10-17IB/ehca: Change meaning of hca_cap_mr_pgsizeJoachim Fenkes1-19/+19
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-09IB/ehca: Only use MR large pages for hugetlb regionsJoachim Fenkes1-10/+15
2007-10-09IB/ehca: Print return codes as signed decimal integersJoachim Fenkes1-37/+36
2007-10-09IB/ehca: Make output clearer by removing some debug messagesAnton Blanchard1-4/+0
2007-07-28IB/ehca: Move extern declarations from .c files to .h filesHoang-Nam Nguyen1-2/+0
2007-07-28IB/ehca: Fix include order to better match kernel styleHoang-Nam Nguyen1-2/+2
2007-07-20IB/ehca: Support large page MRsHoang-Nam Nguyen1-60/+311
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-17IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen1-29/+30
2007-07-17IB/ehca: Restructure ehca_set_pagebuf()Hoang-Nam Nguyen1-331/+200
2007-07-17IB/ehca: MR/MW structure refactoringHoang-Nam Nguyen1-252/+259
2007-07-17IB/ehca: Use macro to calculate number of chunks in a mem blockHoang-Nam Nguyen1-23/+24
2007-07-17IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded valueHoang-Nam Nguyen1-8/+11
2007-07-17IB/ehca: Use common error code mapping instead of specific onesHoang-Nam Nguyen1-183/+12
2007-07-17IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()Hoang-Nam Nguyen1-0/+1
2007-05-19IB/ehca: Return proper error code if register_mr failsHoang-Nam Nguyen1-5/+2
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier1-31/+38
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-4/+2
2007-01-09IB/ehca: Use proper GFP_ flags for get_zeroed_page()Hoang-Nam Nguyen1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
2006-11-09IB/ehca: Assure 4K alignment for firmware control blocksHoang-Nam Nguyen1-4/+4
2006-09-22IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick1-0/+2261