aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_allocator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-25IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_allocator.c'Christophe JAILLET1-2/+2
2021-11-25IB/mthca: Use bitmap_set() when applicableChristophe JAILLET1-4/+1
2021-11-25IB/mthca: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2019-07-03IB: Remove unneeded memsetFuqian Huang1-2/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-7/+11
2010-04-21IB/mthca: Use the dma state API instead of pci equivalentsFUJITA Tomonori1-4/+4
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2007-07-10IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)Shani Moideen1-1/+1
2006-08-31IB/mthca: Use IRQ safe locks to protect allocation bitmapsRoland Dreier1-4/+11
2006-08-03IB/mthca: Clean up mthca array index maskRoland Dreier1-8/+7
2006-08-03IB/mthca: Fix mthca_array_clear() thinkoMichael S. Tsirkin1-1/+3
2005-08-26[PATCH] IB/mthca: Factor out common queue alloc codeRoland Dreier1-0/+116
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+179