aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/list.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-07Drop a couple of unnecessary asm/system.h inclusionsDavid Howells1-1/+0
2010-07-06Merge branch 'master' into for-linusChris Metcalf1-0/+15
2010-07-06Move list types from <linux/list.h> to <linux/types.h>.Chris Metcalf1-12/+1
2010-06-29fs: fix superblock iteration racenpiggin@suse.de1-0/+15
2010-03-06lib: fix first line of kernel-doc for a few functionsBen Hutchings1-3/+3
2010-01-16list: Introduce list_rotate_left()Frederic Weisbecker1-0/+14
2008-09-01debugobjects: fix lockdep warningVegard Nossum1-0/+13
2008-08-08list.h: fix fatal kernel-doc errorRandy Dunlap1-2/+2
2008-08-07list.h: add list_cut_position()Luis R. Rodriguez1-0/+40
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez1-9/+38
2008-07-25lists: remove a redundant conditional definition of list_add()Robert P. J. Day1-4/+0
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-367/+0
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-5/+0
2008-04-29lists: add "const" qualifier to first arg of list_splice() operationsRobert P. J. Day1-2/+3
2008-04-28list.h: add list_is_singular()Masami Hiramatsu1-0/+9
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds1-33/+15
2007-10-19kernel-api docbook: fix content problemsRandy Dunlap1-2/+1
2007-10-17shrink_dcache_sb speedupDenis V. Lunev1-0/+12
2007-10-10[NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov1-0/+14
2007-05-12include/linux: trivial repair whitespace damageDaniel Walker1-4/+4
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov1-0/+11
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-5/+6
2007-02-11[PATCH] add an RCU version of list splicingCorey Minyard1-0/+56
2007-01-26[PATCH] fix various kernel-doc in header filesRobert P. J. Day1-5/+5
2006-09-29[PATCH] Debug variants of linked list macrosDave Jones1-0/+15
2006-07-14[PATCH] list_is_last utilityShailabh Nagar1-0/+11
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap1-8/+1
2006-06-25[PATCH] list.h doc: change "counter" to "cursor"Randy Dunlap1-26/+26
2006-06-25[PATCH] fix list.h kernel-docRandy Dunlap1-30/+52
2006-06-23[PATCH] list: introduce list_replace() helperOleg Nesterov1-0/+23
2006-04-29[NET]: use hlist_unhashed()Akinobu Mita1-1/+1
2006-03-20[LIST]: Introduce list_for_each_entry_fromArnaldo Carvalho de Melo1-0/+11
2006-03-20[LIST]: Introduce list_for_each_entry_safe_fromArnaldo Carvalho de Melo1-0/+13
2006-02-03[PATCH] list.h: don't evaluate macro args multiple timesZach Brown1-4/+10
2006-01-10[PATCH] Add list_for_each_entry_safe_reverse()David Howells1-0/+14
2005-12-12[PATCH] add hlist_replace_rcu()Ingo Molnar1-1/+25
2005-11-07[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_each_entry_rcuPaul E. McKenney1-9/+4
2005-10-17[PATCH] list: add missing rcu_dereference on first elementHerbert Xu1-17/+22
2005-08-29[LIST]: Add docbook header comments for hlist_add_{before,after}_rcu()Paul E. McKenney1-0/+30
2005-08-29[IPV4]: Prepare FIB core for RCU.Robert Olsson1-0/+21
2005-08-29[CCID3]: Separate most of the packet history codeArnaldo Carvalho de Melo1-1/+2
2005-08-29[LIST]: Introduce list_for_each_entry_safe_continueArnaldo Carvalho de Melo1-0/+13
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney1-1/+1
2005-04-16[PATCH] Fix comment in list.h that refers to nonexistent APIPaul E. McKenney1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+707