Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-10rcu: Add list_next_or_null_rcuTom Herbert
2015-12-08Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney
2015-12-08list: 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-09tipc: convert name table read-write lock to RCUYing Xue
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-02-18rcu: Indentation and spacing fixes.Joe Perches
2013-12-13rcu: 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-19rculist: list_first_or_null_rcu() should use list_entry_rcu()Tejun Heo
2013-05-29rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...Steven Rostedt
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2012-11-14rcu: Remove list_for_each_continue_rcu()Paul E. McKenney
2012-04-25rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()Michel Machado
2012-04-25rcu: List-debug variants of rcu list routines.Dave Jones
2011-07-21rcu: Fix wrong check in list_splice_init_rcu()Jan H. Schönherr
2011-05-20list: remove prefetching from regular list iteratorsLinus Torvalds
2011-05-20hlist: 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
2010-08-20rcu: add comment stating that list_empty() applies to RCU-protected listsPaul E. McKenney
2010-08-20rculist: avoid __rcu annotationsArnd Bergmann
2010-05-04net: rcu fixesEric Dumazet
2010-03-21IPv6: convert addrconf hash list to RCUstephen hemminger
2010-03-01Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-25rcu: Disable lockdep checking in RCU list-traversal primitivesPaul E. McKenney
2010-02-23seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger
2009-11-11netdev: add netdev_continue_rcustephen hemminger
2009-04-14rculist.h: introduce list_entry_rcu() and list_first_entry_rcu()Jiri Pirko
2008-08-15rcu: remove list_for_each_rcu()Paul E. McKenney
2008-07-29mmu-notifiers: add list_del_init_rcu()Andrea Arcangeli
2008-05-19RCU, rculist.h: fix list iteratorsPaul E. McKenney
2008-05-19rculist.h: use the rcu APIFranck Bui-Huu
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu