aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rculist.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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