summaryrefslogtreecommitdiffstats
path: root/lib/flex_array.c
AgeCommit message (Expand)AuthorLines
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa-1/+6
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2011-05-26flex_array: avoid divisions when accessing elementsJesse Gross-22/+29
2011-04-28flex_array: allow 0 length elementsEric Paris-6/+20
2011-04-28flex_arrays: allow zero length flex arraysEric Paris-1/+10
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris-5/+8
2011-01-13flex_array: export symbols to modulesDavid Rientjes-0/+10
2010-08-09flex_array: add helpers to get and put to make pointers easy to useEric Paris-1/+24
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