summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_mr.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* IB/mthca: Fix buddy->num_free allocation sizeRoland Dreier2011-11-041-1/+1
* IB/mthca: Stop returning separate error and status from FW commandsGoldwyn Rodrigues2011-07-151-31/+4Star
* IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr2011-01-121-1/+1
* IB/mthca: Replace dma_sync_single() use with proper functionsRoland Dreier2009-06-231-3/+10
* IB/mthca: Add module parameter for number of MTTs per segmentEli Cohen2009-05-271-8/+8
* IB/mthca: Keep free count for MTT buddy allocatorRoland Dreier2008-07-221-8/+18
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* IB/mthca: Avoid recycling old FMR R_Keys too soonOlaf Kirch2008-04-291-13/+0Star
* IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc()Roland Dreier2008-02-191-1/+1
* IB/mthca: Return proper error codes from mthca_fmr_alloc()Olaf Kirch2008-02-051-2/+6
* IB/mthca: Fix mthca_write_mtt() on HCAs with hidden memoryRoland Dreier2007-04-251-2/+4
* IB/mthca: Fix data corruption after FMR unmap on SinaiMichael S. Tsirkin2007-04-161-0/+1
* IB/mthca: Fix thinko in init_mr_table()Michael S. Tsirkin2007-03-271-2/+2
* IB/mthca: Make 2 functions staticAdrian Bunk2007-02-211-4/+6
* IB/mthca: Always fill MTTs from CPUMichael S. Tsirkin2007-02-131-2/+80
* IB/mthca: Merge MR and FMR space on 64-bit systemsMichael S. Tsirkin2007-02-131-5/+15
* IB/mthca: Fix access to MTT and MPT tables on non-cache-coherent CPUsMichael S. Tsirkin2007-02-131-2/+6
* IB/mthca: Fix section mismatchesRoland Dreier2006-11-301-3/+2Star
* IB/mthca: FMR ioremap fixMichael S. Tsirkin2006-05-111-4/+11
* IB/mthca: Fix section mismatch problemsRoland Dreier2006-03-291-2/+2
* IB/mthca: Optimize large messages on Sinai HCAsEli Cohen2006-03-201-1/+19
* IB: Enable FMR pool user to set page sizeOr Gerlitz2006-03-201-5/+5
* IB/mthca: Whitespace cleanupsRoland Dreier2006-03-201-3/+3
* IB/mthca: Get rid of might_sleep() annotationsRoland Dreier2006-03-201-6/+0Star
* [IB] kzalloc() conversionsRoland Dreier2005-11-021-3/+1Star
* [PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre...Guy German2005-08-271-1/+1
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-271-16/+16
* [PATCH] IB: Add copyright noticesRoland Dreier2005-08-271-0/+1
* [PATCH] IB/mthca: Align FW command mailboxes to 4KRoland Dreier2005-06-281-23/+23
* [PATCH] IB/mthca: Split off MTT allocationRoland Dreier2005-06-281-161/+164
* [PATCH] IB/mthca: Move mthca_is_memfree checksRoland Dreier2005-06-281-13/+7Star
* [PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()Roland Dreier2005-04-171-14/+14
* [PATCH] IB/mthca: add fast memory region implementationMichael S. Tsirkin2005-04-171-10/+376
* [PATCH] IB/mthca: split MR key munging routinesMichael S. Tsirkin2005-04-171-4/+24
* [PATCH] IB/mthca: encapsulate MTT buddy allocatorMichael S. Tsirkin2005-04-171-72/+88
* [PATCH] IB/mthca: fix MTT allocation in mem-free modeRoland Dreier2005-04-171-3/+3
* [PATCH] IB/mthca: fix MR allocation error pathMichael S. Tsirkin2005-04-171-2/+2
* [PATCH] IB/mthca: map MPT/MTT context in mem-free modeRoland Dreier2005-04-171-11/+68
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+416