summaryrefslogtreecommitdiff
path: root/include/linux/genalloc.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-18genalloc.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-05lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie1-1/+1
2019-07-13Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+9
2019-06-28lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocatorsFredrik Noring1-1/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2019-06-14lib/genalloc: introduce chunk ownersDan Williams1-6/+49
2019-06-03lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocationsFredrik Noring1-0/+1
2019-01-05lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov1-6/+7
2017-11-18lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates1-1/+2
2017-08-31genalloc: Fix an incorrect kerneldoc commentJonathan Corbet1-2/+3
2015-12-23genalloc:support allocating specific regionZhao Qiang1-0/+11
2015-12-23genalloc:support memory-allocation with bytes-alignment to genallocZhao Qiang1-4/+23
2015-09-05genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy1-0/+2
2015-09-05genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy1-2/+2
2015-07-01genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy1-2/+2
2015-07-01genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy1-1/+1
2014-10-10lib/genalloc.c: add genpool range check functionLaura Abbott1-0/+3
2014-10-10lib/genalloc.c: add power aligned algorithmLaura Abbott1-0/+4
2014-01-24include/linux/genalloc.h: spinlock_t needs spinlock_types.hShawn Guo1-0/+2
2013-11-13lib/genalloc: add a helper function for DMA buffer allocationNicolin Chen1-0/+2
2013-09-12lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim1-2/+2
2013-04-30genalloc: add devres support, allow to find a managed pool by devicePhilipp Zabel1-0/+18
2012-10-05genalloc: make it possible to use a custom allocation algorithmBenjamin Gaignard1-0/+27
2011-08-03lib, Make gen_pool memory allocator locklessHuang Ying1-6/+28
2011-05-25lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD1-1/+21
2011-05-25include/linux/genalloc.h: add multiple-inclusion guardsJean-Christophe PLAGNIOL-VILLARD1-0/+3
2006-10-02[PATCH] LIB: add gen_pool_destroy()Steve Wise1-0/+1
2006-06-23[PATCH] change gen_pool allocator to not touch managed memoryDean Nelson1-20/+15
2005-06-22[PATCH] ia64 uncached allocJes Sorensen1-0/+40