summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/fmr_pool.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-03RDMA/core: Remove FMR pool APIMax Gurtovoy1-494/+0
2019-08-20RDMA: Delete DEBUG codeLeon Romanovsky1-13/+0
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-2/+2
2018-11-22IB/core: Make function ib_fmr_pool_unmap return voidYuval Shaia1-3/+1
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+2
2018-09-26RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-01-11infiniband: fix core/fmr_pool.c kernel-doc notationRandy Dunlap1-7/+5
2017-04-25IB/fmr_pool: Convert the cleanup thread into kthread worker APIPetr Mladek1-30/+19
2016-12-03IB/core: Remove debug prints after allocation failureLeon Romanovsky1-1/+0
2016-03-03IB/core: trivial prink cleanup.Parav Pandit1-22/+15
2015-12-22IB/core: Avoid calling ib_query_deviceOr Gerlitz1-18/+2
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2011-11-01infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2008-07-15RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-17IB: Use shorter list_splice_init() for brevityRobert P. J. Day1-2/+1
2008-03-01IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()Pete Wyckoff1-1/+16
2008-03-01Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"Pete Wyckoff1-15/+6
2008-02-05IB/fmr_pool: Allocate page list for pool FMRs only when caching enabledOr Gerlitz1-2/+5
2008-01-26IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRsOlaf Kirch1-6/+15
2008-01-26IB/fmr_pool: Flush serial numbers can get out of syncOlaf Kirch1-6/+6
2007-10-31IB/fmr_pool: Stop ib_fmr threads from contributing to load averageAnton Blanchard1-4/+4
2007-10-10IB/fmr_pool: Clean up some error messages in fmr_pool.cAnton Blanchard1-11/+11
2007-05-07IB/fmr_pool: Add prefix to all printksRoland Dreier1-15/+17
2007-02-17IB/core: Fix sparse warnings about shadowed declarationsRoland Dreier1-2/+2
2006-12-12IB/fmr: ib_flush_fmr_pool() may wait too longRoland Dreier1-10/+2
2006-07-15[PATCH] fmr pool: remove unnecessary pointer dereferenceMichael S. Tsirkin1-4/+4
2006-06-18IB/fmr: Use device's max_map_map_per_fmr attribute in FMR pool.Or Gerlitz1-3/+27
2006-03-20IB: Enable FMR pool user to set page sizeOr Gerlitz1-3/+3
2005-08-27[PATCH] IB: move include files to include/rdmaRoland Dreier1-1/+1
2005-08-27[PATCH] IB: unmap FMRs when destroying FMR poolRoland Dreier1-0/+6
2005-07-28[PATCH] IB: Update FMR functionsHal Rosenstock1-4/+3
2005-04-17[PATCH] IB: Trivial FMR printk cleanupLibor Michalek1-1/+1
2005-04-17[PATCH] IB: Fix FMR pool crashRoland Dreier1-3/+2
2005-04-17Linux-2.6.12-rc2Linus Torvalds1-0/+507