index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
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-21
reciprocal_divide: update/correction of the algorithm
Hannes Frederic Sowa
1
-1
/
+6
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