aboutsummaryrefslogtreecommitdiff
path: root/include/linux/list.h
AgeCommit message (Expand)Author
2013-11-13list: introduce list_last_entry(), use list_{first,last}_entry()Oleg Nesterov
2013-11-13list: change list_for_each_entry*() to use list_*_entry()Oleg Nesterov
2013-11-13list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov
2013-07-16linked-list: Remove __list_for_eachDave Jones
2013-05-31list: introduce list_first_entry_or_nullJiri Pirko
2013-03-14list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2011-05-19list: remove prefetching from regular list iteratorsLinus Torvalds
2011-05-19hlist: remove software prefetching in hlist iteratorsLinus Torvalds
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds
2010-10-25list.h: new helper - hlist_add_fake()Al Viro
2010-10-07Drop a couple of unnecessary asm/system.h inclusionsDavid Howells
2010-07-06Merge branch 'master' into for-linusChris Metcalf
2010-07-06Move list types from <linux/list.h> to <linux/types.h>.Chris Metcalf
2010-06-29fs: fix superblock iteration racenpiggin@suse.de
2010-03-06lib: fix first line of kernel-doc for a few functionsBen Hutchings
2010-01-16list: Introduce list_rotate_left()Frederic Weisbecker
2008-09-01debugobjects: fix lockdep warningVegard Nossum
2008-08-08list.h: fix fatal kernel-doc errorRandy Dunlap
2008-08-07list.h: add list_cut_position()Luis R. Rodriguez
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez
2008-07-25lists: remove a redundant conditional definition of list_add()Robert P. J. Day
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2008-04-29lists: add "const" qualifier to first arg of list_splice() operationsRobert P. J. Day
2008-04-28list.h: add list_is_singular()Masami Hiramatsu
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds
2007-10-19kernel-api docbook: fix content problemsRandy Dunlap
2007-10-17shrink_dcache_sb speedupDenis V. Lunev
2007-10-10[NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov
2007-05-12include/linux: trivial repair whitespace damageDaniel Walker
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2007-02-11[PATCH] add an RCU version of list splicingCorey Minyard
2007-01-26[PATCH] fix various kernel-doc in header filesRobert P. J. Day
2006-09-29[PATCH] Debug variants of linked list macrosDave Jones
2006-07-14[PATCH] list_is_last utilityShailabh Nagar
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap
2006-06-25[PATCH] list.h doc: change "counter" to "cursor"Randy Dunlap
2006-06-25[PATCH] fix list.h kernel-docRandy Dunlap
2006-06-23[PATCH] list: introduce list_replace() helperOleg Nesterov
2006-04-29[NET]: use hlist_unhashed()Akinobu Mita
2006-03-20[LIST]: Introduce list_for_each_entry_fromArnaldo Carvalho de Melo
2006-03-20[LIST]: Introduce list_for_each_entry_safe_fromArnaldo Carvalho de Melo
2006-02-03[PATCH] list.h: don't evaluate macro args multiple timesZach Brown
2006-01-10[PATCH] Add list_for_each_entry_safe_reverse()David Howells
2005-12-12[PATCH] add hlist_replace_rcu()Ingo Molnar
2005-11-07[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_ea...Paul E. McKenney
2005-10-17[PATCH] list: add missing rcu_dereference on first elementHerbert Xu
2005-08-29[LIST]: Add docbook header comments for hlist_add_{before,after}_rcu()Paul E. McKenney