summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-01-22reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa12-49/+88
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker63-63/+74
2011-05-27flex_array: avoid divisions when accessing elementsJesse Gross2-22/+31
2011-04-28flex_array: allow 0 length elementsEric Paris1-6/+20
2011-04-28flex_arrays: allow zero length flex arraysEric Paris1-1/+10
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris4-11/+14
2011-01-13flex_array: export symbols to modulesDavid Rientjes2-2/+12
2010-08-10flex_array: add helpers to get and put to make pointers easy to useEric Paris2-1/+29
2010-04-24flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao1-1/+1
2009-09-22flex_array: add missing kerneldoc annotationsDavid Rientjes1-1/+11
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes2-30/+36
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes2-0/+41
2009-09-22flex_array: poison free elementsDavid Rientjes2-8/+10
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes2-0/+27
2009-08-27flex_array: convert element_nr formals to unsignedDavid Rientjes2-15/+19
2009-08-27flex_array: fix flex_array_free_parts commentDavid Rientjes1-3/+0
2009-08-27flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes1-6/+8
2009-08-04flex_array: remove unneeded index calculationJonathan Corbet1-2/+0
2009-07-30lib: flexible array implementationDave Hansen3-1/+317