index
:
org/kernel/linux.git
master
staging-next
Linux Kernel Tree
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
list.h
Commit message (
Expand
)
Author
Age
*
list: introduce list_for_each_entry_from_reverse helper
Jiri Pirko
2017-02-03
*
list: Split list_del() debug checking into separate function
Kees Cook
2016-10-31
*
list: Split list_add() debug checking into separate function
Kees Cook
2016-10-31
*
list: Expand list_first_entry_or_null()
Chris Wilson
2016-09-14
*
hlist: Add hlist_is_singular_node() helper
Thomas Gleixner
2016-07-07
*
list: kill list_force_poison()
Dan Williams
2016-03-09
*
mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
Dan Williams
2016-01-15
*
list: Use WRITE_ONCE() when initializing list_head structures
Paul E. McKenney
2015-12-04
*
list: Use READ_ONCE() when testing for empty lists
Paul E. McKenney
2015-11-23
*
list: Use WRITE_ONCE() when adding to lists and hlists
Paul E. McKenney
2015-11-23
*
rculist: Use WRITE_ONCE() when deleting from reader-visible list
Paul E. McKenney
2015-10-06
*
inode: add hlist_fake to avoid the inode hash lock in evict
Josef Bacik
2015-08-17
*
Replace mentions of "list_struct" to "list_head"
Andrey Utkin
2014-11-20
*
list: include linux/kernel.h
Masahiro Yamada
2014-10-14
*
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
2014-08-06
*
list: make hlist_add_after() argument names match hlist_add_after_rcu()
Ken Helias
2014-08-06
*
list: introduce list_last_entry(), use list_{first,last}_entry()
Oleg Nesterov
2013-11-13
*
list: change list_for_each_entry*() to use list_*_entry()
Oleg Nesterov
2013-11-13
*
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
2013-11-13
*
linked-list: Remove __list_for_each
Dave Jones
2013-07-16
*
list: introduce list_first_entry_or_null
Jiri Pirko
2013-05-31
*
list: Fix double fetch of pointer in hlist_entry_safe()
Paul E. McKenney
2013-03-14
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
*
list: remove prefetching from regular list iterators
Linus Torvalds
2011-05-19
*
hlist: remove software prefetching in hlist iterators
Linus Torvalds
2011-05-19
*
Expand CONFIG_DEBUG_LIST to several other list operations
Linus Torvalds
2011-02-18
*
list.h: new helper - hlist_add_fake()
Al Viro
2010-10-25
*
Drop a couple of unnecessary asm/system.h inclusions
David Howells
2010-10-07
*
Merge branch 'master' into for-linus
Chris Metcalf
2010-07-06
|
\
|
*
fs: fix superblock iteration race
npiggin@suse.de
2010-06-29
*
|
Move list types from <linux/list.h> to <linux/types.h>.
Chris Metcalf
2010-07-06
|
/
*
lib: fix first line of kernel-doc for a few functions
Ben Hutchings
2010-03-06
*
list: Introduce list_rotate_left()
Frederic Weisbecker
2010-01-16
*
debugobjects: fix lockdep warning
Vegard Nossum
2008-09-01
*
list.h: fix fatal kernel-doc error
Randy Dunlap
2008-08-08
*
list.h: add list_cut_position()
Luis R. Rodriguez
2008-08-07
*
list.h: Add list_splice_tail() and list_splice_tail_init()
Luis R. Rodriguez
2008-08-07
*
lists: remove a redundant conditional definition of list_add()
Robert P. J. Day
2008-07-25
*
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
2008-05-19
*
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
2008-04-30
*
lists: add "const" qualifier to first arg of list_splice() operations
Robert P. J. Day
2008-04-29
*
list.h: add list_is_singular()
Masami Hiramatsu
2008-04-28
*
Fix RCU list iterator use of 'rcu_dereference()'
Linus Torvalds
2008-04-21
*
kernel-api docbook: fix content problems
Randy Dunlap
2007-10-19
*
shrink_dcache_sb speedup
Denis V. Lunev
2007-10-17
*
[NETNS]: Cleanup list walking in setup_net and cleanup_net
Pavel Emelyanov
2007-10-10
*
include/linux: trivial repair whitespace damage
Daniel Walker
2007-05-12
*
Introduce a handy list_first_entry macro
Pavel Emelianov
2007-05-08
*
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
2007-02-11
*
[PATCH] add an RCU version of list splicing
Corey Minyard
2007-02-11
[next]