aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_mrmw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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