summaryrefslogtreecommitdiff
path: root/include/linux/genalloc.h
AgeCommit message (Expand)Author
2020-04-18genalloc.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-06-28lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocatorsFredrik Noring
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
2019-06-13lib/genalloc: introduce chunk ownersDan Williams
2019-06-03lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocationsFredrik Noring
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov
2017-11-17lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates
2017-08-31genalloc: Fix an incorrect kerneldoc commentJonathan Corbet
2015-12-22genalloc:support allocating specific regionZhao Qiang
2015-12-22genalloc:support memory-allocation with bytes-alignment to genallocZhao Qiang
2015-09-04genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy
2015-06-30genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy
2014-10-09lib/genalloc.c: add genpool range check functionLaura Abbott
2014-10-09lib/genalloc.c: add power aligned algorithmLaura Abbott
2014-01-23include/linux/genalloc.h: spinlock_t needs spinlock_types.hShawn Guo
2013-11-13lib/genalloc: add a helper function for DMA buffer allocationNicolin Chen
2013-09-11lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim
2013-04-29genalloc: add devres support, allow to find a managed pool by devicePhilipp Zabel
2012-10-06genalloc: make it possible to use a custom allocation algorithmBenjamin Gaignard
2011-08-03lib, Make gen_pool memory allocator locklessHuang Ying
2011-05-25lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD
2011-05-25include/linux/genalloc.h: add multiple-inclusion guardsJean-Christophe PLAGNIOL-VILLARD
2006-10-02[PATCH] LIB: add gen_pool_destroy()Steve Wise
2006-06-23[PATCH] change gen_pool allocator to not touch managed memoryDean Nelson
2005-06-21[PATCH] ia64 uncached allocJes Sorensen