summaryrefslogtreecommitdiffstats
path: root/lib/flex_array.c
Commit message (Expand)AuthorAgeFilesLines
* reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-211-1/+6
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* flex_array: avoid divisions when accessing elementsJesse Gross2011-05-261-22/+29
* flex_array: allow 0 length elementsEric Paris2011-04-281-6/+20
* flex_arrays: allow zero length flex arraysEric Paris2011-04-281-1/+10
* flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris2011-04-281-5/+8
* flex_array: export symbols to modulesDavid Rientjes2011-01-131-0/+10
* flex_array: add helpers to get and put to make pointers easy to useEric Paris2010-08-091-1/+24
* flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao2010-04-241-1/+1
* flex_array: add missing kerneldoc annotationsDavid Rientjes2009-09-221-1/+11
* flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes2009-09-221-26/+10
* flex_array: add flex_array_shrink functionDavid Rientjes2009-09-221-0/+40
* flex_array: poison free elementsDavid Rientjes2009-09-221-8/+7
* flex_array: add flex_array_clear functionDavid Rientjes2009-09-221-0/+26
* flex_array: convert element_nr formals to unsignedDavid Rientjes2009-08-261-11/+13
* flex_array: fix flex_array_free_parts commentDavid Rientjes2009-08-261-3/+0
* flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes2009-08-261-6/+8
* flex_array: remove unneeded index calculationJonathan Corbet2009-08-041-2/+0
* lib: flexible array implementationDave Hansen2009-07-291-0/+269
OpenPOWER on IntegriCloud