aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rculist.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-0/+21
2020-04-28rculist: Add hlists_swap_heads_rcuGravatar Eric W. Biederman 1-0/+21
2020-04-27Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way"Gravatar Jonathan Neuschäfer 1-2/+2
2020-02-20rculist: Add brackets around cond argument in __list_check_rcu macroGravatar Amol Grover 1-2/+2
2020-01-10rculist.h: Add list_tail_rcu()Gravatar Madhuparna Bhowmik 1-0/+10
2019-12-09list: Add hlist_unhashed_lockless()Gravatar Eric Dumazet 1-12/+12
2019-12-09rculist: Describe variadic macro argument in a Sphinx-compatible wayGravatar Jonathan Neuschäfer 1-2/+2
2019-08-09rcu: Add support for consolidated-RCU reader checkingGravatar Joel Fernandes (Google) 1-5/+27
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Gravatar Joel Fernandes (Google) 1-3/+3
2018-08-30rcu: Clean up flavor-related definitions and comments in rculist.hGravatar Paul E. McKenney 1-17/+15
2018-07-12rculist: Improve documentation for list_for_each_entry_from_rcu()Gravatar NeilBrown 1-1/+18
2018-05-31rculist: add list_for_each_entry_from_rcu()Gravatar NeilBrown 1-0/+13
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Gravatar Will Deacon 1-2/+2
2017-10-19doc: Fix various RCU docbook comment-header problemsGravatar Paul E. McKenney 1-1/+1
2017-04-19hlist_add_tail_rcu disable sparse warningGravatar Michael S. Tsirkin 1-1/+2
2016-10-31rculist: Consolidate DEBUG_LIST for list_add_rcu()Gravatar Kees Cook 1-5/+3
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+36
2016-03-09rcu: Add list_next_or_null_rcuGravatar Tom Herbert 1-0/+21
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Gravatar Paul E. McKenney 1-20/+85
2015-12-07list: Add lockless list traversal primitivesGravatar Alexey Kardashevskiy 1-0/+36
2015-12-04list: Introduces generic list_splice_tail_init_rcu()Gravatar Petko Manolov 1-20/+49
2015-10-06rculist: Make list_entry_rcu() use lockless_dereference()Gravatar Patrick Marlier 1-4/+1
2015-05-27rculist: Fix another sparse warningGravatar Ying Xue 1-2/+2
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Gravatar Paul E. McKenney 1-3/+3
2015-01-06rculist: Fix sparse warningGravatar Ying Xue 1-8/+8
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-4/+4
2014-12-08tipc: convert name table read-write lock to RCUGravatar Ying Xue 1-0/+9
2014-11-20Replace mentions of "list_struct" to "list_head"Gravatar Andrey Utkin 1-4/+4
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Gravatar Ken Helias 1-4/+4
2014-02-17rcu: Indentation and spacing fixes.Gravatar Joe Perches 1-8/+9
2013-12-12rcu: Remove "extern" from function declarations in include/linux/*rcu*.hGravatar Teodora Baluta 1-2/+2
2013-09-23rcu: Make list_splice_init_rcu() account for RCU readersGravatar Paul E. McKenney 1-2/+21
2013-08-18rculist: list_first_or_null_rcu() should use list_entry_rcu()Gravatar Tejun Heo 1-2/+3
2013-05-28rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...Gravatar Steven Rostedt 1-0/+20
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-28/+28
2012-11-13rcu: Remove list_for_each_continue_rcu()Gravatar Paul E. McKenney 1-17/+0
2012-04-24rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()Gravatar Michel Machado 1-4/+29
2012-04-24rcu: List-debug variants of rcu list routines.Gravatar Dave Jones 1-1/+6
2011-07-20rcu: Fix wrong check in list_splice_init_rcu()Gravatar Jan H. Schönherr 1-1/+1
2011-05-19list: remove prefetching from regular list iteratorsGravatar Linus Torvalds 1-3/+3
2011-05-19hlist: remove software prefetching in hlist iteratorsGravatar Linus Torvalds 1-5/+5
2010-12-17rcu: remove unused __list_for_each_rcu() macroGravatar Paul E. McKenney 1-5/+0
2010-12-17rculist: fix borked __list_for_each_rcu() macroGravatar Mariusz Kozlowski 1-1/+1
2010-08-20rcu: add comment stating that list_empty() applies to RCU-protected listsGravatar Paul E. McKenney 1-0/+9
2010-08-19rculist: avoid __rcu annotationsGravatar Arnd Bergmann 1-19/+34
2010-05-03net: rcu fixesGravatar Eric Dumazet 1-0/+29
2010-03-20IPv6: convert addrconf hash list to RCUGravatar stephen hemminger 1-0/+13
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-7/+7