summaryrefslogtreecommitdiff
path: root/include/linux/rculist.h
AgeCommit message (Expand)Author
2021-08-06rculist: Unify documentation about missing list_empty_rcu()Julian Wiedmann
2020-08-24rculist: Introduce list/hlist_for_each_entry_srcu() macrosMadhuparna Bhowmik
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-29rculist: Add ASSERT_EXCLUSIVE_ACCESS() to __list_splice_init_rcu()Paul E. McKenney
2020-06-29rcu: Fix some kernel-doc warningsMauro Carvalho Chehab
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-04-28rculist: Add hlists_swap_heads_rcuEric W. Biederman
2020-04-27Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way"Jonathan Neuschäfer
2020-02-20rculist: Add brackets around cond argument in __list_check_rcu macroAmol Grover
2020-01-10rculist.h: Add list_tail_rcu()Madhuparna Bhowmik
2019-12-09list: Add hlist_unhashed_lockless()Eric Dumazet
2019-12-09rculist: Describe variadic macro argument in a Sphinx-compatible wayJonathan Neuschäfer
2019-08-09rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)
2018-08-30rcu: Clean up flavor-related definitions and comments in rculist.hPaul E. McKenney
2018-07-12rculist: Improve documentation for list_for_each_entry_from_rcu()NeilBrown
2018-05-31rculist: add list_for_each_entry_from_rcu()NeilBrown
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney
2017-04-19hlist_add_tail_rcu disable sparse warningMichael S. Tsirkin
2016-10-31rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-09rcu: Add list_next_or_null_rcuTom Herbert
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney
2015-12-07list: Add lockless list traversal primitivesAlexey Kardashevskiy
2015-12-04list: Introduces generic list_splice_tail_init_rcu()Petko Manolov
2015-10-06rculist: Make list_entry_rcu() use lockless_dereference()Patrick Marlier
2015-05-27rculist: Fix another sparse warningYing Xue
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney
2015-01-06rculist: Fix sparse warningYing Xue
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-12-08tipc: convert name table read-write lock to RCUYing Xue
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-02-17rcu: Indentation and spacing fixes.Joe Perches
2013-12-12rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta
2013-09-23rcu: Make list_splice_init_rcu() account for RCU readersPaul E. McKenney
2013-08-18rculist: list_first_or_null_rcu() should use list_entry_rcu()Tejun Heo
2013-05-28rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...Steven Rostedt
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-11-13rcu: Remove list_for_each_continue_rcu()Paul E. McKenney
2012-04-24rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()Michel Machado
2012-04-24rcu: List-debug variants of rcu list routines.Dave Jones
2011-07-20rcu: Fix wrong check in list_splice_init_rcu()Jan H. Schönherr
2011-05-19list: remove prefetching from regular list iteratorsLinus Torvalds
2011-05-19hlist: remove software prefetching in hlist iteratorsLinus Torvalds
2010-12-17rcu: remove unused __list_for_each_rcu() macroPaul E. McKenney
2010-12-17rculist: fix borked __list_for_each_rcu() macroMariusz Kozlowski