index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
flex_array.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-22
reciprocal_divide: update/correction of the algorithm
Hannes Frederic Sowa
1
-1
/
+6
2012-03-08
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2011-05-27
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-10
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-27
flex_array: convert element_nr formals to unsigned
David Rientjes
1
-11
/
+13
2009-08-27
flex_array: fix flex_array_free_parts comment
David Rientjes
1
-3
/
+0
2009-08-27
flex_array: fix get function for elements in base starting at non-zero
David Rientjes
1
-6
/
+8
2009-08-05
flex_array: remove unneeded index calculation
Jonathan Corbet
1
-2
/
+0
2009-07-30
lib: flexible array implementation
Dave Hansen
1
-0
/
+269