aboutsummaryrefslogtreecommitdiff
path: root/include/linux/flex_array.h
AgeCommit message (Expand)Author
2011-05-26flex_array: avoid divisions when accessing elementsJesse Gross
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris
2010-11-30flex_array: fix flex_array_put_ptr macro to be valid CEric Paris
2010-08-09flex_array: add helpers to get and put to make pointers easy to useEric Paris
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes
2009-08-26flex_array: declare parts member to have incomplete typeDavid Rientjes
2009-07-29lib: flexible array implementationDave Hansen