summaryrefslogtreecommitdiff
path: root/lib/flex_array.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-05-26flex_array: avoid divisions when accessing elementsJesse Gross1-22/+29
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 Paris1-5/+8
2011-01-13flex_array: export symbols to modulesDavid Rientjes1-0/+10
2010-08-09flex_array: add helpers to get and put to make pointers easy to useEric Paris1-1/+24
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 Rientjes1-26/+10
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes1-0/+40
2009-09-22flex_array: poison free elementsDavid Rientjes1-8/+7
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes1-0/+26
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes1-11/+13
2009-08-26flex_array: fix flex_array_free_parts commentDavid Rientjes1-3/+0
2009-08-26flex_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-29lib: flexible array implementationDave Hansen1-0/+269