summaryrefslogtreecommitdiff
path: root/lib/flex_array.c
Commit message (Expand)AuthorAge
* reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-21
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* flex_array: avoid divisions when accessing elementsJesse Gross2011-05-26
* flex_array: allow 0 length elementsEric Paris2011-04-28
* flex_arrays: allow zero length flex arraysEric Paris2011-04-28
* flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris2011-04-28
* flex_array: export symbols to modulesDavid Rientjes2011-01-13
* flex_array: add helpers to get and put to make pointers easy to useEric Paris2010-08-09
* flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao2010-04-24
* flex_array: add missing kerneldoc annotationsDavid Rientjes2009-09-22
* flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes2009-09-22
* flex_array: add flex_array_shrink functionDavid Rientjes2009-09-22
* flex_array: poison free elementsDavid Rientjes2009-09-22
* flex_array: add flex_array_clear functionDavid Rientjes2009-09-22
* flex_array: convert element_nr formals to unsignedDavid Rientjes2009-08-26
* flex_array: fix flex_array_free_parts commentDavid Rientjes2009-08-26
* flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes2009-08-26
* flex_array: remove unneeded index calculationJonathan Corbet2009-08-04
* lib: flexible array implementationDave Hansen2009-07-29