summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_memfree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-11/+14
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-3/+3
* IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-1/+1
* RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-281-3/+3
* IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-1/+2
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-3/+3
* treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* IB/mthca: Fix gup usage in mthca_map_user_db()Davidlohr Bueso2018-01-261-1/+1
* IB/mthca: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-3/+2
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1
* IB/mthca: Stop returning separate error and status from FW commandsGoldwyn Rodrigues2011-07-151-29/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0
* IB/mthca: Clear ICM pages before handing to FWEli Cohen2008-06-231-1/+5
* IB/mthca: Avoid integer overflow when allocating huge ICM tableRoland Dreier2008-04-171-1/+3
* IB/mthca: Formatting cleanupsRoland Dreier2008-04-171-1/+1
* IB/mthca: Add missing sg_init_table() in mthca_map_user_db()Roland Dreier2008-02-121-0/+1
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-6/+3
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-9/+15
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* IB/mthca: Fix allocation of ICM chunks in coherent memoryRoland Dreier2007-02-161-1/+3
* IB/mthca: Fix access to MTT and MPT tables on non-cache-coherent CPUsMichael S. Tsirkin2007-02-131-29/+98
* IB/mthca: Fix off-by-one in FMR handling on memfreeMichael S. Tsirkin2007-01-051-1/+1
* IB/mthca: Use an enum for HCA page sizeIshai Rabinovitz2006-03-201-13/+16
* IB/mthca: Semaphore to mutex conversionsRoland Dreier2006-01-311-18/+18
* IB/mthca: Fix thinko in mthca_table_find()Michael S. Tsirkin2005-12-151-1/+1
* IB/mthca: fix memory user DB table leakJack Morgenstein2005-12-091-0/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Roland Dreier2005-10-291-1/+1
|\
| * [PATCH] gfp_t: drivers/infinibandAl Viro2005-10-281-1/+1
* | [IB] mthca: Use enum in mthca_alloc_db() prototypeRoland Dreier2005-10-181-1/+2
|/
* [IB] mthca: Round up number of slots in HCA context memory tableMichael S. Tsirkin2005-09-271-1/+1
* [IB] mthca: Fix doorbell record resource leakRoland Dreier2005-09-261-4/+13
* [PATCH] IB/mthca: Handle context tables smaller than our chunk sizeRoland Dreier2005-08-271-1/+6
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-271-2/+2
* [PATCH] IB: Add copyright noticesRoland Dreier2005-08-271-0/+1
* [PATCH] IB uverbs: add mthca user doorbell record supportRoland Dreier2005-07-081-5/+136
* [PATCH] IB/mthca: Move mthca_is_memfree checksRoland Dreier2005-06-281-1/+9
* [PATCH] fix include order in mthca_memfree.cRoland Dreier2005-05-011-1/+2
* [PATCH] missing include in mthcaAl Viro2005-04-241-0/+1
* [PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()Roland Dreier2005-04-171-2/+2
* [PATCH] IB/mthca: add mthca_table_find() functionMichael S. Tsirkin2005-04-171-0/+34
* [PATCH] IB/mthca: release mutex on doorbell alloc error pathRoland Dreier2005-04-171-1/+2
* [PATCH] IB/mthca: allocate correct number of doorbell pagesRoland Dreier2005-04-171-1/+1
* [PATCH] IB/mthca: map MPT/MTT context in mem-free modeRoland Dreier2005-04-171-0/+32
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-171-0/+465