summaryrefslogtreecommitdiffstats
path: root/include/linux/rculist.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* rcu: add comment stating that list_empty() applies to RCU-protected listsPaul E. McKenney2010-08-201-0/+9
* rculist: avoid __rcu annotationsArnd Bergmann2010-08-191-19/+34
* net: rcu fixesEric Dumazet2010-05-031-0/+29
* IPv6: convert addrconf hash list to RCUstephen hemminger2010-03-201-0/+13
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-281-7/+7
|\
| * rcu: Disable lockdep checking in RCU list-traversal primitivesPaul E. McKenney2010-02-251-7/+7
* | seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger2010-02-221-0/+5
|/
* netdev: add netdev_continue_rcustephen hemminger2009-11-101-0/+14
* rculist.h: introduce list_entry_rcu() and list_first_entry_rcu()Jiri Pirko2009-04-141-2/+28
* rcu: remove list_for_each_rcu()Paul E. McKenney2008-08-151-14/+0
* mmu-notifiers: add list_del_init_rcu()Andrea Arcangeli2008-07-281-0/+28
* RCU, rculist.h: fix list iteratorsPaul E. McKenney2008-05-191-33/+15
* rculist.h: use the rcu APIFranck Bui-Huu2008-05-191-14/+9
* rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+396