aboutsummaryrefslogtreecommitdiff
path: root/include/linux/list.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-13list: introduce list_last_entry(), use list_{first,last}_entry()Gravatar Oleg Nesterov 1-4/+15
2013-11-13list: change list_for_each_entry*() to use list_*_entry()Gravatar Oleg Nesterov 1-22/+22
2013-11-13list: introduce list_next_entry() and list_prev_entry()Gravatar Oleg Nesterov 1-0/+16
2013-07-16linked-list: Remove __list_for_eachGravatar Dave Jones 1-11/+0
2013-05-31list: introduce list_first_entry_or_nullGravatar Jiri Pirko 1-0/+11
2013-03-14list: Fix double fetch of pointer in hlist_entry_safe()Gravatar Paul E. McKenney 1-1/+3
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-27/+22
2011-05-19list: remove prefetching from regular list iteratorsGravatar Linus Torvalds 1-15/+11
2011-05-19hlist: remove software prefetching in hlist iteratorsGravatar Linus Torvalds 1-5/+4
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsGravatar Linus Torvalds 1-3/+9
2010-10-25list.h: new helper - hlist_add_fake()Gravatar Al Viro 1-0/+6
2010-10-07Drop a couple of unnecessary asm/system.h inclusionsGravatar David Howells 1-1/+0
2010-07-06Merge branch 'master' into for-linusGravatar Chris Metcalf 1-0/+15
2010-07-06Move list types from <linux/list.h> to <linux/types.h>.Gravatar Chris Metcalf 1-12/+1
2010-06-29fs: fix superblock iteration raceGravatar npiggin@suse.de 1-0/+15
2010-03-06lib: fix first line of kernel-doc for a few functionsGravatar Ben Hutchings 1-3/+3
2010-01-16list: Introduce list_rotate_left()Gravatar Frederic Weisbecker 1-0/+14
2008-09-01debugobjects: fix lockdep warningGravatar Vegard Nossum 1-0/+13
2008-08-08list.h: fix fatal kernel-doc errorGravatar Randy Dunlap 1-2/+2
2008-08-07list.h: add list_cut_position()Gravatar Luis R. Rodriguez 1-0/+40
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Gravatar Luis R. Rodriguez 1-9/+38
2008-07-25lists: remove a redundant conditional definition of list_add()Gravatar Robert P. J. Day 1-4/+0
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hGravatar Franck Bui-Huu 1-367/+0
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersGravatar Robert P. J. Day 1-5/+0
2008-04-29lists: add "const" qualifier to first arg of list_splice() operationsGravatar Robert P. J. Day 1-2/+3
2008-04-28list.h: add list_is_singular()Gravatar Masami Hiramatsu 1-0/+9
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Gravatar Linus Torvalds 1-33/+15
2007-10-19kernel-api docbook: fix content problemsGravatar Randy Dunlap 1-2/+1
2007-10-17shrink_dcache_sb speedupGravatar Denis V. Lunev 1-0/+12
2007-10-10[NETNS]: Cleanup list walking in setup_net and cleanup_netGravatar Pavel Emelyanov 1-0/+14
2007-05-12include/linux: trivial repair whitespace damageGravatar Daniel Walker 1-4/+4
2007-05-08Introduce a handy list_first_entry macroGravatar Pavel Emelianov 1-0/+11
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-5/+6
2007-02-11[PATCH] add an RCU version of list splicingGravatar Corey Minyard 1-0/+56
2007-01-26[PATCH] fix various kernel-doc in header filesGravatar Robert P. J. Day 1-5/+5
2006-09-29[PATCH] Debug variants of linked list macrosGravatar Dave Jones 1-0/+15
2006-07-14[PATCH] list_is_last utilityGravatar Shailabh Nagar 1-0/+11
2006-06-27[PATCH] add poison.h and patch primary usersGravatar Randy Dunlap 1-8/+1
2006-06-25[PATCH] list.h doc: change "counter" to "cursor"Gravatar Randy Dunlap 1-26/+26
2006-06-25[PATCH] fix list.h kernel-docGravatar Randy Dunlap 1-30/+52
2006-06-23[PATCH] list: introduce list_replace() helperGravatar Oleg Nesterov 1-0/+23
2006-04-29[NET]: use hlist_unhashed()Gravatar Akinobu Mita 1-1/+1
2006-03-20[LIST]: Introduce list_for_each_entry_fromGravatar Arnaldo Carvalho de Melo 1-0/+11
2006-03-20[LIST]: Introduce list_for_each_entry_safe_fromGravatar Arnaldo Carvalho de Melo 1-0/+13
2006-02-03[PATCH] list.h: don't evaluate macro args multiple timesGravatar Zach Brown 1-4/+10
2006-01-10[PATCH] Add list_for_each_entry_safe_reverse()Gravatar David Howells 1-0/+14
2005-12-12[PATCH] add hlist_replace_rcu()Gravatar Ingo Molnar 1-1/+25
2005-11-07[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_ea...Gravatar Paul E. McKenney 1-9/+4
2005-10-17[PATCH] list: add missing rcu_dereference on first elementGravatar Herbert Xu 1-17/+22
2005-08-29[LIST]: Add docbook header comments for hlist_add_{before,after}_rcu()Gravatar Paul E. McKenney 1-0/+30