Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / lib / flex_array.c
2012-03-07 Paul Gortmakerlib: reduce the use of module.h wherever possible
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-27 Jesse Grossflex_array: avoid divisions when accessing elements
2011-04-28 Eric Parisflex_arrays: allow zero length flex arrays
2011-04-28 Eric Parisflex_array: flex_array_prealloc takes a number of eleme...
2011-04-28 Eric Parisflex_array: allow 0 length elements
2011-04-28 Eric Parisflex_arrays: allow zero length flex arrays
2011-04-28 Eric Parisflex_array: flex_array_prealloc takes a number of eleme...
2011-01-13 David Rientjesflex_array: export symbols to modules
2010-08-10 Eric Parisflex_array: add helpers to get and put to make pointers...
2010-04-24 Changli Gaoflex_array: fix the panic when calling flex_array_alloc...
2009-09-22 David Rientjesflex_array: add missing kerneldoc annotations
2009-09-22 David Rientjesflex_array: introduce DEFINE_FLEX_ARRAY
2009-09-22 David Rientjesflex_array: add flex_array_shrink function
2009-09-22 David Rientjesflex_array: poison free elements
2009-09-22 David Rientjesflex_array: add flex_array_clear function
2009-08-27 David Rientjesflex_array: convert element_nr formals to unsigned
2009-08-27 David Rientjesflex_array: fix flex_array_free_parts comment
2009-08-27 David Rientjesflex_array: fix get function for elements in base start...
2009-08-04 Jonathan Corbetflex_array: remove unneeded index calculation
2009-07-30 Dave Hansenlib: flexible array implementation