summaryrefslogtreecommitdiffstats
path: root/lib/assoc_array.c
Commit message (Expand)AuthorAgeFilesLines
* lib/assoc_array: Remove smp_read_barrier_depends()Paul E. McKenney2017-12-041-25/+12
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-34/+17
|\
| * assoc_array: Fix a buggy node-splitting caseDavid Howells2017-10-281-34/+17
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-10/+10
|/
* assoc_array: fix path to assoc_array documentationAlexander Kuleshov2017-08-301-1/+1
* assoc_array: don't call compare_object() on a nodeJerome Marchand2016-04-061-1/+3
* assoc_array: Include rcupdate.h for call_rcu() definitionPranith Kumar2015-01-071-0/+1
* KEYS: Fix termination condition in assoc array garbage collectionDavid Howells2014-09-121-1/+3
* KEYS: Fix use-after-free in assoc_array_gc()David Howells2014-09-031-1/+1
* assoc_array: remove global variableStephen Hemminger2014-01-231-1/+1
* KEYS: Fix multiple key add into associative arrayDavid Howells2013-12-021-2/+2
* KEYS: Expand the capacity of a keyringDavid Howells2013-09-241-0/+1
* Add a generic associative array implementation.David Howells2013-09-241-0/+1745