summaryrefslogtreecommitdiffstats
path: root/lib/flex_array.c
AgeCommit message (Expand)AuthorLines
2010-04-24flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao-1/+1
2009-09-22flex_array: add missing kerneldoc annotationsDavid Rientjes-1/+11
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes-26/+10
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes-0/+40
2009-09-22flex_array: poison free elementsDavid Rientjes-8/+7
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes-0/+26
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes-11/+13
2009-08-26flex_array: fix flex_array_free_parts commentDavid Rientjes-3/+0
2009-08-26flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes-6/+8
2009-08-04flex_array: remove unneeded index calculationJonathan Corbet-2/+0
2009-07-29lib: flexible array implementationDave Hansen-0/+269