index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
list.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugobjects: fix lockdep warning
Vegard Nossum
2008-09-01
1
-0
/
+13
*
list.h: fix fatal kernel-doc error
Randy Dunlap
2008-08-08
1
-2
/
+2
*
list.h: add list_cut_position()
Luis R. Rodriguez
2008-08-07
1
-0
/
+40
*
list.h: Add list_splice_tail() and list_splice_tail_init()
Luis R. Rodriguez
2008-08-07
1
-9
/
+38
*
lists: remove a redundant conditional definition of list_add()
Robert P. J. Day
2008-07-25
1
-4
/
+0
*
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
2008-05-19
1
-367
/
+0
*
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
2008-04-30
1
-5
/
+0
*
lists: add "const" qualifier to first arg of list_splice() operations
Robert P. J. Day
2008-04-29
1
-2
/
+3
*
list.h: add list_is_singular()
Masami Hiramatsu
2008-04-28
1
-0
/
+9
*
Fix RCU list iterator use of 'rcu_dereference()'
Linus Torvalds
2008-04-21
1
-33
/
+15
*
kernel-api docbook: fix content problems
Randy Dunlap
2007-10-19
1
-2
/
+1
*
shrink_dcache_sb speedup
Denis V. Lunev
2007-10-17
1
-0
/
+12
*
[NETNS]: Cleanup list walking in setup_net and cleanup_net
Pavel Emelyanov
2007-10-10
1
-0
/
+14
*
include/linux: trivial repair whitespace damage
Daniel Walker
2007-05-12
1
-4
/
+4
*
Introduce a handy list_first_entry macro
Pavel Emelianov
2007-05-08
1
-0
/
+11
*
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
2007-02-11
1
-5
/
+6
*
[PATCH] add an RCU version of list splicing
Corey Minyard
2007-02-11
1
-0
/
+56
*
[PATCH] fix various kernel-doc in header files
Robert P. J. Day
2007-01-26
1
-5
/
+5
*
[PATCH] Debug variants of linked list macros
Dave Jones
2006-09-29
1
-0
/
+15
*
[PATCH] list_is_last utility
Shailabh Nagar
2006-07-14
1
-0
/
+11
*
[PATCH] add poison.h and patch primary users
Randy Dunlap
2006-06-27
1
-8
/
+1
*
[PATCH] list.h doc: change "counter" to "cursor"
Randy Dunlap
2006-06-25
1
-26
/
+26
*
[PATCH] fix list.h kernel-doc
Randy Dunlap
2006-06-25
1
-30
/
+52
*
[PATCH] list: introduce list_replace() helper
Oleg Nesterov
2006-06-23
1
-0
/
+23
*
[NET]: use hlist_unhashed()
Akinobu Mita
2006-04-29
1
-1
/
+1
*
[LIST]: Introduce list_for_each_entry_from
Arnaldo Carvalho de Melo
2006-03-20
1
-0
/
+11
*
[LIST]: Introduce list_for_each_entry_safe_from
Arnaldo Carvalho de Melo
2006-03-20
1
-0
/
+13
*
[PATCH] list.h: don't evaluate macro args multiple times
Zach Brown
2006-02-03
1
-4
/
+10
*
[PATCH] Add list_for_each_entry_safe_reverse()
David Howells
2006-01-10
1
-0
/
+14
*
[PATCH] add hlist_replace_rcu()
Ingo Molnar
2005-12-12
1
-1
/
+25
*
[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_ea...
Paul E. McKenney
2005-11-07
1
-9
/
+4
*
[PATCH] list: add missing rcu_dereference on first element
Herbert Xu
2005-10-17
1
-17
/
+22
*
[LIST]: Add docbook header comments for hlist_add_{before,after}_rcu()
Paul E. McKenney
2005-08-29
1
-0
/
+30
*
[IPV4]: Prepare FIB core for RCU.
Robert Olsson
2005-08-29
1
-0
/
+21
*
[CCID3]: Separate most of the packet history code
Arnaldo Carvalho de Melo
2005-08-29
1
-1
/
+2
*
[LIST]: Introduce list_for_each_entry_safe_continue
Arnaldo Carvalho de Melo
2005-08-29
1
-0
/
+13
*
[PATCH] RCU: clean up a few remaining synchronize_kernel() calls
Paul E. McKenney
2005-06-25
1
-1
/
+1
*
[PATCH] Fix comment in list.h that refers to nonexistent API
Paul E. McKenney
2005-04-16
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+707