index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
flex_array.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2011-05-26
flex_array: avoid divisions when accessing elements
Jesse Gross
1
-22
/
+29
2011-04-28
flex_array: allow 0 length elements
Eric Paris
1
-6
/
+20
2011-04-28
flex_arrays: allow zero length flex arrays
Eric Paris
1
-1
/
+10
2011-04-28
flex_array: flex_array_prealloc takes a number of elements, not an end
Eric Paris
1
-5
/
+8
2011-01-13
flex_array: export symbols to modules
David Rientjes
1
-0
/
+10
2010-08-09
flex_array: add helpers to get and put to make pointers easy to use
Eric Paris
1
-1
/
+24
2010-04-24
flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZERO
Changli Gao
1
-1
/
+1
2009-09-22
flex_array: add missing kerneldoc annotations
David Rientjes
1
-1
/
+11
2009-09-22
flex_array: introduce DEFINE_FLEX_ARRAY
David Rientjes
1
-26
/
+10
2009-09-22
flex_array: add flex_array_shrink function
David Rientjes
1
-0
/
+40
2009-09-22
flex_array: poison free elements
David Rientjes
1
-8
/
+7
2009-09-22
flex_array: add flex_array_clear function
David Rientjes
1
-0
/
+26
2009-08-26
flex_array: convert element_nr formals to unsigned
David Rientjes
1
-11
/
+13
2009-08-26
flex_array: fix flex_array_free_parts comment
David Rientjes
1
-3
/
+0
2009-08-26
flex_array: fix get function for elements in base starting at non-zero
David Rientjes
1
-6
/
+8
2009-08-04
flex_array: remove unneeded index calculation
Jonathan Corbet
1
-2
/
+0
2009-07-29
lib: flexible array implementation
Dave Hansen
1
-0
/
+269