Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3ca47e958a64b1116a2c35e65dcf467fc53d52de
/
include
/
linux
/
rculist.h
2887594
rcu: Add support for consolidated-RCU reader checking
by Joel Fernandes (Google)
· 5 years ago
0a5b99f
treewide: Rename rcu_dereference_raw_notrace() to _check()
by Joel Fernandes (Google)
· 5 years ago
aff5f03
rcu: Clean up flavor-related definitions and comments in rculist.h
by Paul E. McKenney
· 6 years ago
b7b6f94
rculist: Improve documentation for list_for_each_entry_from_rcu()
by NeilBrown
· 7 years ago
ead9ad7
rculist: add list_for_each_entry_from_rcu()
by NeilBrown
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
506458e
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
by Will Deacon
· 7 years ago
27fdb35
doc: Fix various RCU docbook comment-header problems
by Paul E. McKenney
· 7 years ago
48ac346
hlist_add_tail_rcu disable sparse warning
by Michael S. Tsirkin
· 8 years ago
54acd43
rculist: Consolidate DEBUG_LIST for list_add_rcu()
by Kees Cook
· 8 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
ff3c44e
rcu: Add list_next_or_null_rcu
by Tom Herbert
· 9 years ago
648c630
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
by Paul E. McKenney
· 9 years ago
69b9072
list: Add lockless list traversal primitives
by Alexey Kardashevskiy
· 9 years ago
7d86dcc
list: Introduces generic list_splice_tail_init_rcu()
by Petko Manolov
· 9 years ago
8db70b1
rculist: Make list_entry_rcu() use lockless_dereference()
by Patrick Marlier
· 9 years ago
f517700
rculist: Fix another sparse warning
by Ying Xue
· 10 years ago
7d0ae80
rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()
by Paul E. McKenney
· 10 years ago
f520c98
rculist: Fix sparse warning
by Ying Xue
· 10 years ago
a7cb7bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
97ede29
tipc: convert name table read-write lock to RCU
by Ying Xue
· 10 years ago
3943f42
Replace mentions of "list_struct" to "list_head"
by Andrey Utkin
· 10 years ago
1d02328
list: fix order of arguments for hlist_add_after(_rcu)
by Ken Helias
· 10 years ago
0adab9b
rcu: Indentation and spacing fixes.
by Joe Perches
· 11 years ago
584dc4c
rcu: Remove "extern" from function declarations in include/linux/*rcu*.h
by Teodora Baluta
· 11 years ago
2a855b6
rcu: Make list_splice_init_rcu() account for RCU readers
by Paul E. McKenney
· 11 years ago
c34ac00
rculist: list_first_or_null_rcu() should use list_entry_rcu()
by Tejun Heo
· 12 years ago
12bcbe6
rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry_rcu()
by Steven Rostedt
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
bb08f76
rcu: Remove list_for_each_continue_rcu()
by Paul E. McKenney
· 12 years ago
f88022a
rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()
by Michel Machado
· 13 years ago
559f9ba
rcu: List-debug variants of rcu list routines.
by Dave Jones
· 13 years ago
7f70893
rcu: Fix wrong check in list_splice_init_rcu()
by Jan H. Schönherr
· 13 years ago
e66eed6
list: remove prefetching from regular list iterators
by Linus Torvalds
· 14 years ago
75d65a4
hlist: remove software prefetching in hlist iterators
by Linus Torvalds
· 14 years ago
3c2dcf2
rcu: remove unused __list_for_each_rcu() macro
by Paul E. McKenney
· 14 years ago
8a9c1ce
rculist: fix borked __list_for_each_rcu() macro
by Mariusz Kozlowski
· 14 years ago
65e6bf4
rcu: add comment stating that list_empty() applies to RCU-protected lists
by Paul E. McKenney
· 14 years ago
67bdbff
rculist: avoid __rcu annotations
by Arnd Bergmann
· 15 years ago
4f70ecc
net: rcu fixes
by Eric Dumazet
· 15 years ago
5c578aed
IPv6: convert addrconf hash list to RCU
by stephen hemminger
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
3120438
rcu: Disable lockdep checking in RCU list-traversal primitives
by Paul E. McKenney
· 15 years ago
1cc5232
seq_file: add RCU versions of new hlist/list iterators (v3)
by stephen hemminger
· 15 years ago
254245d
netdev: add netdev_continue_rcu
by stephen hemminger
· 15 years ago
72c6a98
rculist.h: introduce list_entry_rcu() and list_first_entry_rcu()
by Jiri Pirko
· 16 years ago
34d7c2b
rcu: remove list_for_each_rcu()
by Paul E. McKenney
· 16 years ago
6beeac7
mmu-notifiers: add list_del_init_rcu()
by Andrea Arcangeli
· 16 years ago
78b0e0e
RCU, rculist.h: fix list iterators
by Paul E. McKenney
· 17 years ago
10aa9d2
rculist.h: use the rcu API
by Franck Bui-Huu
· 17 years ago
8252474
rcu: split list.h and move rcu-protected lists into rculist.h
by Franck Bui-Huu
· 17 years ago