index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
rculist.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-09
rcu: Add support for consolidated-RCU reader checking
Joel Fernandes (Google)
1
-5
/
+27
2019-08-01
treewide: Rename rcu_dereference_raw_notrace() to _check()
Joel Fernandes (Google)
1
-3
/
+3
2018-08-30
rcu: Clean up flavor-related definitions and comments in rculist.h
Paul E. McKenney
1
-17
/
+15
2018-07-12
rculist: Improve documentation for list_for_each_entry_from_rcu()
NeilBrown
1
-1
/
+18
2018-05-31
rculist: add list_for_each_entry_from_rcu()
NeilBrown
1
-0
/
+13
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-24
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
1
-2
/
+2
2017-10-19
doc: Fix various RCU docbook comment-header problems
Paul E. McKenney
1
-1
/
+1
2017-04-19
hlist_add_tail_rcu disable sparse warning
Michael S. Tsirkin
1
-1
/
+2
2016-10-31
rculist: Consolidate DEBUG_LIST for list_add_rcu()
Kees Cook
1
-5
/
+3
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+36
2016-03-09
rcu: Add list_next_or_null_rcu
Tom Herbert
1
-0
/
+21
2015-12-07
Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEAD
Paul E. McKenney
1
-20
/
+85
2015-12-07
list: Add lockless list traversal primitives
Alexey Kardashevskiy
1
-0
/
+36
2015-12-04
list: Introduces generic list_splice_tail_init_rcu()
Petko Manolov
1
-20
/
+49
2015-10-06
rculist: Make list_entry_rcu() use lockless_dereference()
Patrick Marlier
1
-4
/
+1
2015-05-27
rculist: Fix another sparse warning
Ying Xue
1
-2
/
+2
2015-05-27
rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()
Paul E. McKenney
1
-3
/
+3
2015-01-06
rculist: Fix sparse warning
Ying Xue
1
-8
/
+8
2014-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
1
-4
/
+4
2014-12-08
tipc: convert name table read-write lock to RCU
Ying Xue
1
-0
/
+9
2014-11-20
Replace mentions of "list_struct" to "list_head"
Andrey Utkin
1
-4
/
+4
2014-08-06
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
1
-4
/
+4
2014-02-17
rcu: Indentation and spacing fixes.
Joe Perches
1
-8
/
+9
2013-12-12
rcu: Remove "extern" from function declarations in include/linux/*rcu*.h
Teodora Baluta
1
-2
/
+2
2013-09-23
rcu: Make list_splice_init_rcu() account for RCU readers
Paul E. McKenney
1
-2
/
+21
2013-08-18
rculist: list_first_or_null_rcu() should use list_entry_rcu()
Tejun Heo
1
-2
/
+3
2013-05-28
rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry_rcu()
Steven Rostedt
1
-0
/
+20
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-28
/
+28
2012-11-13
rcu: Remove list_for_each_continue_rcu()
Paul E. McKenney
1
-17
/
+0
2012-04-24
rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()
Michel Machado
1
-4
/
+29
2012-04-24
rcu: List-debug variants of rcu list routines.
Dave Jones
1
-1
/
+6
2011-07-20
rcu: Fix wrong check in list_splice_init_rcu()
Jan H. Schönherr
1
-1
/
+1
2011-05-19
list: remove prefetching from regular list iterators
Linus Torvalds
1
-3
/
+3
2011-05-19
hlist: remove software prefetching in hlist iterators
Linus Torvalds
1
-5
/
+5
2010-12-17
rcu: remove unused __list_for_each_rcu() macro
Paul E. McKenney
1
-5
/
+0
2010-12-17
rculist: fix borked __list_for_each_rcu() macro
Mariusz Kozlowski
1
-1
/
+1
2010-08-20
rcu: add comment stating that list_empty() applies to RCU-protected lists
Paul E. McKenney
1
-0
/
+9
2010-08-19
rculist: avoid __rcu annotations
Arnd Bergmann
1
-19
/
+34
2010-05-03
net: rcu fixes
Eric Dumazet
1
-0
/
+29
2010-03-20
IPv6: convert addrconf hash list to RCU
stephen hemminger
1
-0
/
+13
2010-02-28
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-7
/
+7
2010-02-25
rcu: Disable lockdep checking in RCU list-traversal primitives
Paul E. McKenney
1
-7
/
+7
2010-02-22
seq_file: add RCU versions of new hlist/list iterators (v3)
stephen hemminger
1
-0
/
+5
2009-11-10
netdev: add netdev_continue_rcu
stephen hemminger
1
-0
/
+14
2009-04-14
rculist.h: introduce list_entry_rcu() and list_first_entry_rcu()
Jiri Pirko
1
-2
/
+28
2008-08-15
rcu: remove list_for_each_rcu()
Paul E. McKenney
1
-14
/
+0
2008-07-28
mmu-notifiers: add list_del_init_rcu()
Andrea Arcangeli
1
-0
/
+28
2008-05-19
RCU, rculist.h: fix list iterators
Paul E. McKenney
1
-33
/
+15
[next]