Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-05lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie
2019-07-13Merge 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-14lib/genalloc: introduce chunk ownersDan Williams
2019-06-03lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocationsFredrik Noring
2019-01-05lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov
2017-11-18lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates
2017-08-31genalloc: Fix an incorrect kerneldoc commentJonathan Corbet
2015-12-23genalloc:support allocating specific regionZhao Qiang
2015-12-23genalloc:support memory-allocation with bytes-alignment to genallocZhao Qiang
2015-09-05genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy
2015-09-05genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy
2015-07-01genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy
2015-07-01genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy
2014-10-10lib/genalloc.c: add genpool range check functionLaura Abbott
2014-10-10lib/genalloc.c: add power aligned algorithmLaura Abbott
2014-01-24include/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-12lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim
2013-04-30genalloc: add devres support, allow to find a managed pool by devicePhilipp Zabel
2012-10-05genalloc: 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-22[PATCH] ia64 uncached allocJes Sorensen