aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/list.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-10list: introduce list_bulk_move_tail helperChristian König1-0/+23
2018-07-04net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree1-0/+30
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-03list: introduce list_for_each_entry_from_reverse helperJiri Pirko1-0/+13
2016-10-31list: Split list_del() debug checking into separate functionKees Cook1-6/+9
2016-10-31list: Split list_add() debug checking into separate functionKees Cook1-6/+16
2016-09-14list: Expand list_first_entry_or_null()Chris Wilson1-2/+5
2016-07-07hlist: Add hlist_is_singular_node() helperThomas Gleixner1-0/+10
2016-03-09list: kill list_force_poison()Dan Williams1-11/+0
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams1-0/+11
2015-12-04list: Use WRITE_ONCE() when initializing list_head structuresPaul E. McKenney1-1/+1
2015-11-23list: Use READ_ONCE() when testing for empty listsPaul E. McKenney1-2/+2
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney1-4/+4
2015-10-06rculist: Use WRITE_ONCE() when deleting from reader-visible listPaul E. McKenney1-2/+3
2015-08-17inode: add hlist_fake to avoid the inode hash lock in evictJosef Bacik1-0/+5
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin1-17/+17
2014-10-14list: include linux/kernel.hMasahiro Yamada1-0/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-2/+2
2014-08-06list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias1-7/+7
2013-11-13list: introduce list_last_entry(), use list_{first,last}_entry()Oleg Nesterov1-4/+15
2013-11-13list: change list_for_each_entry*() to use list_*_entry()Oleg Nesterov1-22/+22
2013-11-13list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-0/+16
2013-07-16linked-list: Remove __list_for_eachDave Jones1-11/+0
2013-05-31list: introduce list_first_entry_or_nullJiri Pirko1-0/+11
2013-03-14list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney1-1/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-27/+22
2011-05-19list: remove prefetching from regular list iteratorsLinus Torvalds1-15/+11
2011-05-19hlist: remove software prefetching in hlist iteratorsLinus Torvalds1-5/+4
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds1-3/+9
2010-10-25list.h: new helper - hlist_add_fake()Al Viro1-0/+6
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