index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
list.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
mm, compaction: use free lists to quickly locate a migration source
Mel Gorman
1
-0
/
+11
2018-10-10
list: introduce list_bulk_move_tail helper
Christian König
1
-0
/
+23
2018-07-04
net: core: another layer of lists, around PF_MEMALLOC skb handling
Edward Cree
1
-0
/
+30
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-02-04
list: introduce list_for_each_entry_from_reverse helper
Jiri Pirko
1
-0
/
+13
2016-10-31
list: Split list_del() debug checking into separate function
Kees Cook
1
-6
/
+9
2016-10-31
list: Split list_add() debug checking into separate function
Kees Cook
1
-6
/
+16
2016-09-14
list: Expand list_first_entry_or_null()
Chris Wilson
1
-2
/
+5
2016-07-07
hlist: Add hlist_is_singular_node() helper
Thomas Gleixner
1
-0
/
+10
2016-03-10
list: kill list_force_poison()
Dan Williams
1
-11
/
+0
2016-01-16
mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
Dan Williams
1
-0
/
+11
2015-12-04
list: Use WRITE_ONCE() when initializing list_head structures
Paul E. McKenney
1
-1
/
+1
2015-11-23
list: Use READ_ONCE() when testing for empty lists
Paul E. McKenney
1
-2
/
+2
2015-11-23
list: Use WRITE_ONCE() when adding to lists and hlists
Paul E. McKenney
1
-4
/
+4
2015-10-06
rculist: Use WRITE_ONCE() when deleting from reader-visible list
Paul E. McKenney
1
-2
/
+3
2015-08-18
inode: add hlist_fake to avoid the inode hash lock in evict
Josef Bacik
1
-0
/
+5
2014-11-20
Replace mentions of "list_struct" to "list_head"
Andrey Utkin
1
-17
/
+17
2014-10-14
list: include linux/kernel.h
Masahiro Yamada
1
-0
/
+1
2014-08-07
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
1
-2
/
+2
2014-08-07
list: make hlist_add_after() argument names match hlist_add_after_rcu()
Ken Helias
1
-7
/
+7
2013-11-13
list: introduce list_last_entry(), use list_{first,last}_entry()
Oleg Nesterov
1
-4
/
+15
2013-11-13
list: change list_for_each_entry*() to use list_*_entry()
Oleg Nesterov
1
-22
/
+22
2013-11-13
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
1
-0
/
+16
2013-07-17
linked-list: Remove __list_for_each
Dave Jones
1
-11
/
+0
2013-06-01
list: introduce list_first_entry_or_null
Jiri Pirko
1
-0
/
+11
2013-03-15
list: Fix double fetch of pointer in hlist_entry_safe()
Paul E. McKenney
1
-1
/
+3
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-27
/
+22
2011-05-20
list: remove prefetching from regular list iterators
Linus Torvalds
1
-15
/
+11
2011-05-20
hlist: remove software prefetching in hlist iterators
Linus Torvalds
1
-5
/
+4
2011-02-18
Expand CONFIG_DEBUG_LIST to several other list operations
Linus Torvalds
1
-3
/
+9
2010-10-26
list.h: new helper - hlist_add_fake()
Al Viro
1
-0
/
+6
2010-10-07
Drop a couple of unnecessary asm/system.h inclusions
David Howells
1
-1
/
+0
2010-07-06
Merge branch 'master' into for-linus
Chris Metcalf
1
-0
/
+15
2010-07-06
Move list types from <linux/list.h> to <linux/types.h>.
Chris Metcalf
1
-12
/
+1
2010-06-29
fs: fix superblock iteration race
npiggin@suse.de
1
-0
/
+15
2010-03-06
lib: fix first line of kernel-doc for a few functions
Ben Hutchings
1
-3
/
+3
2010-01-16
list: Introduce list_rotate_left()
Frederic Weisbecker
1
-0
/
+14
2008-09-01
debugobjects: fix lockdep warning
Vegard Nossum
1
-0
/
+13
2008-08-09
list.h: fix fatal kernel-doc error
Randy Dunlap
1
-2
/
+2
2008-08-07
list.h: add list_cut_position()
Luis R. Rodriguez
1
-0
/
+40
2008-08-07
list.h: Add list_splice_tail() and list_splice_tail_init()
Luis R. Rodriguez
1
-9
/
+38
2008-07-25
lists: remove a redundant conditional definition of list_add()
Robert P. J. Day
1
-4
/
+0
2008-05-19
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
1
-367
/
+0
2008-04-30
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
1
-5
/
+0
2008-04-29
lists: add "const" qualifier to first arg of list_splice() operations
Robert P. J. Day
1
-2
/
+3
2008-04-28
list.h: add list_is_singular()
Masami Hiramatsu
1
-0
/
+9
2008-04-21
Fix RCU list iterator use of 'rcu_dereference()'
Linus Torvalds
1
-33
/
+15
2007-10-19
kernel-api docbook: fix content problems
Randy Dunlap
1
-2
/
+1
2007-10-17
shrink_dcache_sb speedup
Denis V. Lunev
1
-0
/
+12
2007-10-11
[NETNS]: Cleanup list walking in setup_net and cleanup_net
Pavel Emelyanov
1
-0
/
+14
[next]