aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rculist.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30rcu: Clean up flavor-related definitions and comments in rculist.hPaul E. McKenney1-17/+15
2018-07-12rculist: Improve documentation for list_for_each_entry_from_rcu()NeilBrown1-1/+18
2018-05-31rculist: add list_for_each_entry_from_rcu()NeilBrown1-0/+13
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-2/+2
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney1-1/+1
2017-04-19hlist_add_tail_rcu disable sparse warningMichael S. Tsirkin1-1/+2
2016-10-31rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook1-5/+3
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+36
2016-03-09rcu: Add list_next_or_null_rcuTom Herbert1-0/+21
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEADPaul E. McKenney1-20/+85
2015-12-07list: Add lockless list traversal primitivesAlexey Kardashevskiy1-0/+36
2015-12-04list: Introduces generic list_splice_tail_init_rcu()Petko Manolov1-20/+49
2015-10-06rculist: Make list_entry_rcu() use lockless_dereference()Patrick Marlier1-4/+1
2015-05-27rculist: Fix another sparse warningYing Xue1-2/+2
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney1-3/+3
2015-01-06rculist: Fix sparse warningYing Xue1-8/+8
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+4
2014-12-08tipc: convert name table read-write lock to RCUYing Xue1-0/+9
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin1-4/+4
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-4/+4
2014-02-17rcu: Indentation and spacing fixes.Joe Perches1-8/+9
2013-12-12rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta1-2/+2
2013-09-23rcu: Make list_splice_init_rcu() account for RCU readersPaul E. McKenney1-2/+21
2013-08-18rculist: list_first_or_null_rcu() should use list_entry_rcu()Tejun Heo1-2/+3
2013-05-28rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry_rcu()Steven Rostedt1-0/+20
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-28/+28
2012-11-13rcu: Remove list_for_each_continue_rcu()Paul E. McKenney1-17/+0
2012-04-24rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()Michel Machado1-4/+29
2012-04-24rcu: List-debug variants of rcu list routines.Dave Jones1-1/+6
2011-07-20rcu: Fix wrong check in list_splice_init_rcu()Jan H. Schönherr1-1/+1
2011-05-19list: remove prefetching from regular list iteratorsLinus Torvalds1-3/+3
2011-05-19hlist: remove software prefetching in hlist iteratorsLinus Torvalds1-5/+5
2010-12-17rcu: remove unused __list_for_each_rcu() macroPaul E. McKenney1-5/+0
2010-12-17rculist: fix borked __list_for_each_rcu() macroMariusz Kozlowski1-1/+1
2010-08-20rcu: add comment stating that list_empty() applies to RCU-protected listsPaul E. McKenney1-0/+9
2010-08-19rculist: avoid __rcu annotationsArnd Bergmann1-19/+34
2010-05-03net: rcu fixesEric Dumazet1-0/+29
2010-03-20IPv6: convert addrconf hash list to RCUstephen hemminger1-0/+13
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-7/+7
2010-02-25rcu: Disable lockdep checking in RCU list-traversal primitivesPaul E. McKenney1-7/+7
2010-02-22seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger1-0/+5
2009-11-10netdev: add netdev_continue_rcustephen hemminger1-0/+14
2009-04-14rculist.h: introduce list_entry_rcu() and list_first_entry_rcu()Jiri Pirko1-2/+28
2008-08-15rcu: remove list_for_each_rcu()Paul E. McKenney1-14/+0
2008-07-28mmu-notifiers: add list_del_init_rcu()Andrea Arcangeli1-0/+28
2008-05-19RCU, rculist.h: fix list iteratorsPaul E. McKenney1-33/+15
2008-05-19rculist.h: use the rcu APIFranck Bui-Huu1-14/+9
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+396