summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_mrmw.c
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Replace ib_umem's offset field with a full addressHaggai Eran2014-12-161-1/+1
*-. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-031-12/+0Star
|\ \
| | * IB/ehca: Remove ib_sg_dma_address() and ib_sg_dma_len() overloadsMike Marciniszyn2014-04-011-12/+0Star
| |/
* / IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-151/+94Star
|/
* IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-211-1/+4
* IB/ehca: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman2012-09-051-8/+8
* IB/ehca: Don't use phys_to_abs(), it's a nopMichael Ellerman2012-09-051-19/+14Star
* IB/ehca: Fix ilog2() compile failureKyle McMartin2012-03-051-1/+1
* IB/ehca: Fix driver on relocatable kernelSonny Rao2010-10-061-3/+3
* IB/ehca: Drop unnecessary NULL testJulia Lawall2010-08-051-5/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* walk system ram rangeKAMEZAWA Hiroyuki2009-09-231-1/+1
* IB/ehca: Tolerate dynamic memory operations before driver loadHannes Hering2009-06-231-13/+495
* IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell2009-01-161-72/+72
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-291-1/+1
* IB/ehca: Move high-volume debug output to higher debug levelsJoachim Fenkes2008-04-231-6/+10
* IB/ehca: Remove tgid checkingHoang-Nam Nguyen2008-04-171-32/+0Star
* IB/ehca: Make symbols used only in a single source file staticRoland Dreier2008-04-171-6/+4Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-231-32/+25Star
|\
| * IB/ehca: Change meaning of hca_cap_mr_pgsizeJoachim Fenkes2007-10-181-19/+19
| * IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr()Joachim Fenkes2007-10-181-11/+4Star
| * IB/ehca: Fix masking error in {,re}reg_phys_mr()Joachim Fenkes2007-10-181-2/+2
* | IB/ehca: Fix sg_page() falloutOlof Johansson2007-10-231-3/+3
|/
* IB/ehca: Only use MR large pages for hugetlb regionsJoachim Fenkes2007-10-101-10/+15
* IB/ehca: Print return codes as signed decimal integersJoachim Fenkes2007-10-101-37/+36Star
* IB/ehca: Make output clearer by removing some debug messagesAnton Blanchard2007-10-101-4/+0Star
* IB/ehca: Move extern declarations from .c files to .h filesHoang-Nam Nguyen2007-07-291-2/+0Star
* IB/ehca: Fix include order to better match kernel styleHoang-Nam Nguyen2007-07-281-2/+2
* IB/ehca: Support large page MRsHoang-Nam Nguyen2007-07-211-60/+311
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen2007-07-181-29/+30
* IB/ehca: Restructure ehca_set_pagebuf()Hoang-Nam Nguyen2007-07-181-331/+200Star
* IB/ehca: MR/MW structure refactoringHoang-Nam Nguyen2007-07-181-252/+259
* IB/ehca: Use macro to calculate number of chunks in a mem blockHoang-Nam Nguyen2007-07-181-23/+24
* IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded valueHoang-Nam Nguyen2007-07-181-8/+11
* IB/ehca: Use common error code mapping instead of specific onesHoang-Nam Nguyen2007-07-181-183/+12Star
* IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()Hoang-Nam Nguyen2007-07-181-0/+1
* IB/ehca: Return proper error code if register_mr failsHoang-Nam Nguyen2007-05-191-5/+2Star
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-091-31/+38
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-4/+2Star
* IB/ehca: Use proper GFP_ flags for get_zeroed_page()Hoang-Nam Nguyen2007-01-091-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* IB/ehca: Assure 4K alignment for firmware control blocksHoang-Nam Nguyen2006-11-091-4/+4
* IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick2006-09-231-0/+2261