summaryrefslogtreecommitdiff
path: root/include/linux/list.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-04Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+0
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+8
2025-09-14list.h: add missing kernel-doc for basic macrosRandy Dunlap1-0/+8
2025-09-02list: add list_last_entry_or_null()Luca Ceresoli1-0/+14
2025-08-25rculist: move list_for_each_rcu() to where it belongsAndy Shevchenko1-10/+0
2025-05-12list: remove redundant 'extern' for function prototypesAndy Shevchenko1-4/+4
2024-10-14list: Remove duplicated and unused macro list_for_each_reverseZijun Hu1-8/+0
2024-02-23list: leverage list_is_head() for list_entry_is_head()Wei Yang1-1/+1
2024-02-23list: add hlist_count_nodes()Pierre Gondois1-0/+15
2023-11-28net: page_pool: record pools per netdevJakub Kicinski1-0/+20
2023-09-22<linux/list.h>: Introduce the list_for_each_reverse() methodIngo Molnar1-0/+8
2023-08-16list: Introduce CONFIG_LIST_HARDENEDMarco Elver1-6/+58
2023-08-16list_debug: Introduce inline wrappers for debug checksMarco Elver1-4/+33
2023-01-06i915: Move list_count() to list.h as list_count_nodes() for broader useAndy Shevchenko1-0/+15
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2022-05-22rxrpc: Fix locking issueDavid Howells1-0/+10
2022-05-09list: Add list_next_entry_circular() and list_prev_entry_circular()Ricardo Martinez1-0/+26
2022-04-30list: fix a data-race around ep->rdllistKuniyuki Iwashima1-3/+3
2022-01-20list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko1-14/+22
2021-11-09include/linux/list.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-01-05list: Fix a typo at the kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-11-20list.h: Update comment to explicitly note circular listsAsif Rasheed1-1/+1
2020-10-16include/linux/list.h: add a macro to test if entry is pointing to the headAndy Shevchenko1-10/+19
2020-08-03list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds1-1/+19
2020-03-17list/hashtable: minor documentation corrections.NeilBrown1-1/+1
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-24/+112
2020-01-11rcu: Add and update docbook header comments in list.hPaul E. McKenney1-17/+95
2019-12-19list: introduce list_for_each_continue()Pavel Begunkov1-0/+10
2019-12-09list: Add hlist_unhashed_lockless()Eric Dumazet1-11/+21
2019-06-29xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen1-0/+14
2019-05-17Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-05-15mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams1-0/+17
2019-05-14list: add function list_rotate_to_front()Tobin C. Harding1-0/+18
2019-04-18list: Don't use WRITE_ONCE() in hlist_add_behind()Nikos Tsironis1-1/+1
2019-03-29include/linux/list.h: fix list_is_first() kernel-docRandy Dunlap1-1/+1
2019-03-06mm, compaction: use free lists to quickly locate a migration sourceMel Gorman1-0/+11
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-04list: 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-10list: kill list_force_poison()Dan Williams1-11/+0
2016-01-16mm, 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