summaryrefslogtreecommitdiffstats
path: root/include/linux/rculist.h
Commit message (Expand)AuthorAgeFilesLines
* rculist: Unify documentation about missing list_empty_rcu()Julian Wiedmann2021-08-061-18/+17
* rculist: Introduce list/hlist_for_each_entry_srcu() macrosMadhuparna Bhowmik2020-08-241-0/+48
* Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-0/+2
|\
| * rculist: Add ASSERT_EXCLUSIVE_ACCESS() to __list_splice_init_rcu()Paul E. McKenney2020-06-291-0/+2
* | rcu: Fix some kernel-doc warningsMauro Carvalho Chehab2020-06-291-1/+1
|/
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-0/+21
|\
| * rculist: Add hlists_swap_heads_rcuEric W. Biederman2020-04-281-0/+21
* | Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way"Jonathan Neuschäfer2020-04-271-2/+2
|/
* rculist: Add brackets around cond argument in __list_check_rcu macroAmol Grover2020-02-201-2/+2
* rculist.h: Add list_tail_rcu()Madhuparna Bhowmik2020-01-101-0/+10
* list: Add hlist_unhashed_lockless()Eric Dumazet2019-12-091-12/+12
* rculist: Describe variadic macro argument in a Sphinx-compatible wayJonathan Neuschäfer2019-12-091-2/+2
* rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)2019-08-091-5/+27
* treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)2019-08-011-3/+3
* rcu: Clean up flavor-related definitions and comments in rculist.hPaul E. McKenney2018-08-301-17/+15
* rculist: Improve documentation for list_for_each_entry_from_rcu()NeilBrown2018-07-121-1/+18
* rculist: add list_for_each_entry_from_rcu()NeilBrown2018-05-311-0/+13
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-2/+2
|/
* doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-191-1/+1
* hlist_add_tail_rcu disable sparse warningMichael S. Tsirkin2017-04-191-1/+2
* rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook2016-10-311-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-0/+36
* rcu: Add list_next_or_null_rcuTom Herbert2016-03-091-0/+21
*-. Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney2015-12-071-20/+85
|\ \
| | * list: Introduces generic list_splice_tail_init_rcu()Petko Manolov2015-12-041-20/+49
| |/ |/|
| * list: Add lockless list traversal primitivesAlexey Kardashevskiy2015-12-071-0/+36
|/
* rculist: Make list_entry_rcu() use lockless_dereference()Patrick Marlier2015-10-061-4/+1
* rculist: Fix another sparse warningYing Xue2015-05-271-2/+2
* rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-271-3/+3
* rculist: Fix sparse warningYing Xue2015-01-061-8/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-4/+4
|\
| * Replace mentions of "list_struct" to "list_head"Andrey Utkin2014-11-201-4/+4
* | tipc: convert name table read-write lock to RCUYing Xue2014-12-081-0/+9
|/
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-061-4/+4
* rcu: Indentation and spacing fixes.Joe Perches2014-02-171-8/+9
* rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta2013-12-121-2/+2
* rcu: Make list_splice_init_rcu() account for RCU readersPaul E. McKenney2013-09-231-2/+21
* rculist: list_first_or_null_rcu() should use list_entry_rcu()Tejun Heo2013-08-181-2/+3
* rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...Steven Rostedt2013-05-281-0/+20
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-28/+28
* rcu: Remove list_for_each_continue_rcu()Paul E. McKenney2012-11-131-17/+0
* rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()Michel Machado2012-04-241-4/+29
* rcu: List-debug variants of rcu list routines.Dave Jones2012-04-241-1/+6
* rcu: Fix wrong check in list_splice_init_rcu()Jan H. Schönherr2011-07-201-1/+1
* list: remove prefetching from regular list iteratorsLinus Torvalds2011-05-191-3/+3
* hlist: remove software prefetching in hlist iteratorsLinus Torvalds2011-05-191-5/+5
* rcu: remove unused __list_for_each_rcu() macroPaul E. McKenney2010-12-171-5/+0
* rculist: fix borked __list_for_each_rcu() macroMariusz Kozlowski2010-12-171-1/+1