aboutsummaryrefslogtreecommitdiffstats
path: root/lib/assoc_array.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-13assoc_array: Avoid open coded arithmetic in allocator argumentsLen Baker1-12/+10
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers1-1/+1
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-03-07lib/assoc_array.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-02-15assoc_array: Fix shortcut creationDavid Howells1-3/+5
2017-12-04lib/assoc_array: Remove smp_read_barrier_depends()Paul E. McKenney1-25/+12
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-34/+17
2017-10-28assoc_array: Fix a buggy node-splitting caseDavid Howells1-34/+17
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-10/+10
2017-08-30assoc_array: fix path to assoc_array documentationAlexander Kuleshov1-1/+1
2016-04-06assoc_array: don't call compare_object() on a nodeJerome Marchand1-1/+3
2015-01-07assoc_array: Include rcupdate.h for call_rcu() definitionPranith Kumar1-0/+1
2014-09-12KEYS: Fix termination condition in assoc array garbage collectionDavid Howells1-1/+3
2014-09-03KEYS: Fix use-after-free in assoc_array_gc()David Howells1-1/+1
2014-01-23assoc_array: remove global variableStephen Hemminger1-1/+1
2013-12-02KEYS: Fix multiple key add into associative arrayDavid Howells1-2/+2
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells1-0/+1
2013-09-24Add a generic associative array implementation.David Howells1-0/+1745