summaryrefslogtreecommitdiffstats
path: root/include/linux/list.h
Commit message (Expand)AuthorAgeFilesLines
* xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen2019-06-291-0/+14
* Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-171-1/+1
|\
| * list: Don't use WRITE_ONCE() in hlist_add_behind()Nikos Tsironis2019-04-181-1/+1
* | mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-151-0/+17
* | list: add function list_rotate_to_front()Tobin C. Harding2019-05-141-0/+18
|/
* include/linux/list.h: fix list_is_first() kernel-docRandy Dunlap2019-03-291-1/+1
* mm, compaction: use free lists to quickly locate a migration sourceMel Gorman2019-03-061-0/+11
* list: introduce list_bulk_move_tail helperChristian König2018-10-101-0/+23
* net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree2018-07-041-0/+30
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* list: introduce list_for_each_entry_from_reverse helperJiri Pirko2017-02-031-0/+13
* list: Split list_del() debug checking into separate functionKees Cook2016-10-311-6/+9
* list: Split list_add() debug checking into separate functionKees Cook2016-10-311-6/+16
* list: Expand list_first_entry_or_null()Chris Wilson2016-09-141-2/+5
* hlist: Add hlist_is_singular_node() helperThomas Gleixner2016-07-071-0/+10
* list: kill list_force_poison()Dan Williams2016-03-101-11/+0Star
* mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams2016-01-161-0/+11
* list: Use WRITE_ONCE() when initializing list_head structuresPaul E. McKenney2015-12-041-1/+1
* list: Use READ_ONCE() when testing for empty listsPaul E. McKenney2015-11-231-2/+2
* list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney2015-11-231-4/+4
* rculist: Use WRITE_ONCE() when deleting from reader-visible listPaul E. McKenney2015-10-061-2/+3
* inode: add hlist_fake to avoid the inode hash lock in evictJosef Bacik2015-08-181-0/+5
* Replace mentions of "list_struct" to "list_head"Andrey Utkin2014-11-201-17/+17
* list: include linux/kernel.hMasahiro Yamada2014-10-141-0/+1
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-071-2/+2
* list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias2014-08-071-7/+7
* list: introduce list_last_entry(), use list_{first,last}_entry()Oleg Nesterov2013-11-131-4/+15
* list: change list_for_each_entry*() to use list_*_entry()Oleg Nesterov2013-11-131-22/+22
* list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov2013-11-131-0/+16
* linked-list: Remove __list_for_eachDave Jones2013-07-171-11/+0Star
* list: introduce list_first_entry_or_nullJiri Pirko2013-06-011-0/+11
* list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney2013-03-141-1/+3
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-27/+22Star
* list: remove prefetching from regular list iteratorsLinus Torvalds2011-05-191-15/+11Star
* hlist: remove software prefetching in hlist iteratorsLinus Torvalds2011-05-191-5/+4Star
* Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds2011-02-181-3/+9
* list.h: new helper - hlist_add_fake()Al Viro2010-10-261-0/+6
* Drop a couple of unnecessary asm/system.h inclusionsDavid Howells2010-10-071-1/+0Star
* 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/+1Star
|/
* 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-091-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/+0Star
* rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-367/+0Star
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-301-5/+0Star