aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-03IB/mthca: Fix buddy->num_free allocation sizeRoland Dreier1-1/+1
2011-07-15IB/mthca: Stop returning separate error and status from FW commandsGoldwyn Rodrigues1-31/+4
2011-01-11IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr1-1/+1
2009-06-22IB/mthca: Replace dma_sync_single() use with proper functionsRoland Dreier1-3/+10
2009-05-27IB/mthca: Add module parameter for number of MTTs per segmentEli Cohen1-8/+8
2008-07-22IB/mthca: Keep free count for MTT buddy allocatorRoland Dreier1-8/+18
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-29IB/mthca: Avoid recycling old FMR R_Keys too soonOlaf Kirch1-13/+0
2008-02-19IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc()Roland Dreier1-1/+1
2008-02-04IB/mthca: Return proper error codes from mthca_fmr_alloc()Olaf Kirch1-2/+6
2007-04-24IB/mthca: Fix mthca_write_mtt() on HCAs with hidden memoryRoland Dreier1-2/+4
2007-04-16IB/mthca: Fix data corruption after FMR unmap on SinaiMichael S. Tsirkin1-0/+1
2007-03-26IB/mthca: Fix thinko in init_mr_table()Michael S. Tsirkin1-2/+2
2007-02-20IB/mthca: Make 2 functions staticAdrian Bunk1-4/+6
2007-02-12IB/mthca: Always fill MTTs from CPUMichael S. Tsirkin1-2/+80
2007-02-12IB/mthca: Merge MR and FMR space on 64-bit systemsMichael S. Tsirkin1-5/+15
2007-02-12IB/mthca: Fix access to MTT and MPT tables on non-cache-coherent CPUsMichael S. Tsirkin1-2/+6
2006-11-29IB/mthca: Fix section mismatchesRoland Dreier1-3/+2
2006-05-10IB/mthca: FMR ioremap fixMichael S. Tsirkin1-4/+11
2006-03-29IB/mthca: Fix section mismatch problemsRoland Dreier1-2/+2
2006-03-20IB/mthca: Optimize large messages on Sinai HCAsEli Cohen1-1/+19
2006-03-20IB: Enable FMR pool user to set page sizeOr Gerlitz1-5/+5
2006-03-20IB/mthca: Whitespace cleanupsRoland Dreier1-3/+3
2006-03-20IB/mthca: Get rid of might_sleep() annotationsRoland Dreier1-6/+0
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-3/+1
2005-08-26[PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_free_region()Guy German1-1/+1
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-16/+16
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier1-0/+1
2005-06-27[PATCH] IB/mthca: Align FW command mailboxes to 4KRoland Dreier1-23/+23
2005-06-27[PATCH] IB/mthca: Split off MTT allocationRoland Dreier1-161/+164
2005-06-27[PATCH] IB/mthca: Move mthca_is_memfree checksRoland Dreier1-13/+7
2005-04-16[PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()Roland Dreier1-14/+14
2005-04-16[PATCH] IB/mthca: add fast memory region implementationMichael S. Tsirkin1-10/+376
2005-04-16[PATCH] IB/mthca: split MR key munging routinesMichael S. Tsirkin1-4/+24
2005-04-16[PATCH] IB/mthca: encapsulate MTT buddy allocatorMichael S. Tsirkin1-72/+88
2005-04-16[PATCH] IB/mthca: fix MTT allocation in mem-free modeRoland Dreier1-3/+3
2005-04-16[PATCH] IB/mthca: fix MR allocation error pathMichael S. Tsirkin1-2/+2
2005-04-16[PATCH] IB/mthca: map MPT/MTT context in mem-free modeRoland Dreier1-11/+68
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+416