aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/list.h
Commit message (Expand)AuthorAgeFilesLines
* list: remove prefetching from regular list iteratorsLinus Torvalds2011-05-191-15/+11
* hlist: remove software prefetching in hlist iteratorsLinus Torvalds2011-05-191-5/+4
* Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds2011-02-181-3/+9
* list.h: new helper - hlist_add_fake()Al Viro2010-10-251-0/+6
* Drop a couple of unnecessary asm/system.h inclusionsDavid Howells2010-10-071-1/+0
* Merge branch 'master' into for-linusChris Metcalf2010-07-061-0/+15
|\
| * fs: fix superblock iteration racenpiggin@suse.de2010-06-291-0/+15
* | Move list types from <linux/list.h> to <linux/types.h>.Chris Metcalf2010-07-061-12/+1
|/
* lib: fix first line of kernel-doc for a few functionsBen Hutchings2010-03-061-3/+3
* list: Introduce list_rotate_left()Frederic Weisbecker2010-01-161-0/+14
* debugobjects: fix lockdep warningVegard Nossum2008-09-011-0/+13
* list.h: fix fatal kernel-doc errorRandy Dunlap2008-08-081-2/+2
* list.h: add list_cut_position()Luis R. Rodriguez2008-08-071-0/+40
* list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2008-08-071-9/+38
* lists: remove a redundant conditional definition of list_add()Robert P. J. Day2008-07-251-4/+0
* rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-367/+0
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-301-5/+0
* lists: add "const" qualifier to first arg of list_splice() operationsRobert P. J. Day2008-04-291-2/+3
* list.h: add list_is_singular()Masami Hiramatsu2008-04-281-0/+9
* Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds2008-04-211-33/+15
* kernel-api docbook: fix content problemsRandy Dunlap2007-10-191-2/+1
* shrink_dcache_sb speedupDenis V. Lunev2007-10-171-0/+12
* [NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov2007-10-101-0/+14
* include/linux: trivial repair whitespace damageDaniel Walker2007-05-121-4/+4
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-081-0/+11
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-5/+6
* [PATCH] add an RCU version of list splicingCorey Minyard2007-02-111-0/+56
* [PATCH] fix various kernel-doc in header filesRobert P. J. Day2007-01-261-5/+5
* [PATCH] Debug variants of linked list macrosDave Jones2006-09-291-0/+15
* [PATCH] list_is_last utilityShailabh Nagar2006-07-141-0/+11
* [PATCH] add poison.h and patch primary usersRandy Dunlap2006-06-271-8/+1
* [PATCH] list.h doc: change "counter" to "cursor"Randy Dunlap2006-06-251-26/+26
* [PATCH] fix list.h kernel-docRandy Dunlap2006-06-251-30/+52
* [PATCH] list: introduce list_replace() helperOleg Nesterov2006-06-231-0/+23
* [NET]: use hlist_unhashed()Akinobu Mita2006-04-291-1/+1
* [LIST]: Introduce list_for_each_entry_fromArnaldo Carvalho de Melo2006-03-201-0/+11
* [LIST]: Introduce list_for_each_entry_safe_fromArnaldo Carvalho de Melo2006-03-201-0/+13
* [PATCH] list.h: don't evaluate macro args multiple timesZach Brown2006-02-031-4/+10
* [PATCH] Add list_for_each_entry_safe_reverse()David Howells2006-01-101-0/+14
* [PATCH] add hlist_replace_rcu()Ingo Molnar2005-12-121-1/+25
* [PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_ea...Paul E. McKenney2005-11-071-9/+4
* [PATCH] list: add missing rcu_dereference on first elementHerbert Xu2005-10-171-17/+22
* [LIST]: Add docbook header comments for hlist_add_{before,after}_rcu()Paul E. McKenney2005-08-291-0/+30
* [IPV4]: Prepare FIB core for RCU.Robert Olsson2005-08-291-0/+21
* [CCID3]: Separate most of the packet history codeArnaldo Carvalho de Melo2005-08-291-1/+2
* [LIST]: Introduce list_for_each_entry_safe_continueArnaldo Carvalho de Melo2005-08-291-0/+13
* [PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney2005-06-251-1/+1
* [PATCH] Fix comment in list.h that refers to nonexistent APIPaul E. McKenney2005-04-161-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+707