aboutsummaryrefslogtreecommitdiff
path: root/lib/genalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge "genalloc: stop crashing the system when destroying a pool"Linux Build Service Account2014-04-231-1/+1
|\
| * genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo2014-04-081-1/+1
* | genalloc: Correct nbytes calculation on long boundarySunil Khatri2014-04-041-1/+1
|/
* lib: Pass the correct align offset to bitmap_find_next_zero_area_offLaura Abbott2012-11-021-2/+2
* lib: genalloc: Change chunk allocation to vmallocShubhraprakash Das2012-11-021-2/+14
* Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4Steve Muckle2012-06-061-10/+20
|\
| * Initial ContributionBryan Huntsman2011-10-031-71/+102
* | lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* | lib, Make gen_pool memory allocator locklessHuang Ying2011-08-031-57/+243
|/
* lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD2011-05-251-8/+37
* genalloc: fix allocation from end of poolImre Deak2010-06-291-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* genalloc: use bitmap_find_next_zero_areaAkinobu Mita2009-12-161-21/+12
* lib/genalloc.c: remove unmatched write_lock() in gen_pool_destroyZygo Blaxell2009-06-161-1/+0
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-171-2/+1
* [PATCH] genalloc warning fixesAndrew Morton2007-02-201-2/+2
* [PATCH] make genpool allocator adhere to kernel-doc standardsDean Nelson2006-10-021-20/+23
* [PATCH] LIB: add gen_pool_destroy()Steve Wise2006-10-021-0/+30
* [PATCH] change gen_pool allocator to not touch managed memoryDean Nelson2006-06-231-142/+121
* [PATCH] fix broken lib/genalloc.cChris Humbert2005-11-281-8/+6
* [PATCH] ia64 uncached allocJes Sorensen2005-06-211-0/+188