summaryrefslogtreecommitdiff
path: root/include/linux/list.h
Commit message (Expand)AuthorAge
* rculist: Use WRITE_ONCE() when deleting from reader-visible listPaul E. McKenney2015-10-06
* inode: add hlist_fake to avoid the inode hash lock in evictJosef Bacik2015-08-17
* Replace mentions of "list_struct" to "list_head"Andrey Utkin2014-11-20
* list: include linux/kernel.hMasahiro Yamada2014-10-14
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-06
* list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias2014-08-06
* list: introduce list_last_entry(), use list_{first,last}_entry()Oleg Nesterov2013-11-13
* list: change list_for_each_entry*() to use list_*_entry()Oleg Nesterov2013-11-13
* list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov2013-11-13
* linked-list: Remove __list_for_eachDave Jones2013-07-16
* list: introduce list_first_entry_or_nullJiri Pirko2013-05-31
* list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney2013-03-14
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* list: remove prefetching from regular list iteratorsLinus Torvalds2011-05-19
* hlist: remove software prefetching in hlist iteratorsLinus Torvalds2011-05-19
* Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds2011-02-18
* list.h: new helper - hlist_add_fake()Al Viro2010-10-25
* Drop a couple of unnecessary asm/system.h inclusionsDavid Howells2010-10-07
* Merge branch 'master' into for-linusChris Metcalf2010-07-06
|\
| * fs: fix superblock iteration racenpiggin@suse.de2010-06-29
* | Move list types from <linux/list.h> to <linux/types.h>.Chris Metcalf2010-07-06
|/
* lib: fix first line of kernel-doc for a few functionsBen Hutchings2010-03-06
* list: Introduce list_rotate_left()Frederic Weisbecker2010-01-16
* debugobjects: fix lockdep warningVegard Nossum2008-09-01
* list.h: fix fatal kernel-doc errorRandy Dunlap2008-08-08
* list.h: add list_cut_position()Luis R. Rodriguez2008-08-07
* list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2008-08-07
* lists: remove a redundant conditional definition of list_add()Robert P. J. Day2008-07-25
* rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-19
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-30
* lists: add "const" qualifier to first arg of list_splice() operationsRobert P. J. Day2008-04-29
* list.h: add list_is_singular()Masami Hiramatsu2008-04-28
* Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds2008-04-21
* kernel-api docbook: fix content problemsRandy Dunlap2007-10-19
* shrink_dcache_sb speedupDenis V. Lunev2007-10-17
* [NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov2007-10-10
* include/linux: trivial repair whitespace damageDaniel Walker2007-05-12
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-08
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-11
* [PATCH] add an RCU version of list splicingCorey Minyard2007-02-11
* [PATCH] fix various kernel-doc in header filesRobert P. J. Day2007-01-26
* [PATCH] Debug variants of linked list macrosDave Jones2006-09-29
* [PATCH] list_is_last utilityShailabh Nagar2006-07-14
* [PATCH] add poison.h and patch primary usersRandy Dunlap2006-06-27
* [PATCH] list.h doc: change "counter" to "cursor"Randy Dunlap2006-06-25
* [PATCH] fix list.h kernel-docRandy Dunlap2006-06-25
* [PATCH] list: introduce list_replace() helperOleg Nesterov2006-06-23
* [NET]: use hlist_unhashed()Akinobu Mita2006-04-29
* [LIST]: Introduce list_for_each_entry_fromArnaldo Carvalho de Melo2006-03-20
* [LIST]: Introduce list_for_each_entry_safe_fromArnaldo Carvalho de Melo2006-03-20