index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
list.h
Age
Commit message (
Expand
)
Author
2019-06-29
xskmap: Move non-standard list manipulation to helper
Toke Høiland-Jørgensen
2019-05-16
Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-05-14
mm: shuffle initial free memory to improve memory-side-cache utilization
Dan Williams
2019-05-14
list: add function list_rotate_to_front()
Tobin C. Harding
2019-04-18
list: Don't use WRITE_ONCE() in hlist_add_behind()
Nikos Tsironis
2019-03-29
include/linux/list.h: fix list_is_first() kernel-doc
Randy Dunlap
2019-03-05
mm, compaction: use free lists to quickly locate a migration source
Mel Gorman
2018-10-10
list: introduce list_bulk_move_tail helper
Christian König
2018-07-04
net: core: another layer of lists, around PF_MEMALLOC skb handling
Edward Cree
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-03
list: introduce list_for_each_entry_from_reverse helper
Jiri Pirko
2016-10-31
list: Split list_del() debug checking into separate function
Kees Cook
2016-10-31
list: Split list_add() debug checking into separate function
Kees Cook
2016-09-14
list: Expand list_first_entry_or_null()
Chris Wilson
2016-07-07
hlist: Add hlist_is_singular_node() helper
Thomas Gleixner
2016-03-09
list: kill list_force_poison()
Dan Williams
2016-01-15
mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
Dan Williams
2015-12-04
list: Use WRITE_ONCE() when initializing list_head structures
Paul E. McKenney
2015-11-23
list: Use READ_ONCE() when testing for empty lists
Paul E. McKenney
2015-11-23
list: Use WRITE_ONCE() when adding to lists and hlists
Paul E. McKenney
2015-10-06
rculist: Use WRITE_ONCE() when deleting from reader-visible list
Paul E. McKenney
2015-08-17
inode: add hlist_fake to avoid the inode hash lock in evict
Josef Bacik
2014-11-20
Replace mentions of "list_struct" to "list_head"
Andrey Utkin
2014-10-14
list: include linux/kernel.h
Masahiro Yamada
2014-08-06
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
2014-08-06
list: make hlist_add_after() argument names match hlist_add_after_rcu()
Ken Helias
2013-11-13
list: introduce list_last_entry(), use list_{first,last}_entry()
Oleg Nesterov
2013-11-13
list: change list_for_each_entry*() to use list_*_entry()
Oleg Nesterov
2013-11-13
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
2013-07-16
linked-list: Remove __list_for_each
Dave Jones
2013-05-31
list: introduce list_first_entry_or_null
Jiri Pirko
2013-03-14
list: Fix double fetch of pointer in hlist_entry_safe()
Paul E. McKenney
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2011-05-19
list: remove prefetching from regular list iterators
Linus Torvalds
2011-05-19
hlist: remove software prefetching in hlist iterators
Linus Torvalds
2011-02-18
Expand CONFIG_DEBUG_LIST to several other list operations
Linus Torvalds
2010-10-25
list.h: new helper - hlist_add_fake()
Al Viro
2010-10-07
Drop a couple of unnecessary asm/system.h inclusions
David Howells
2010-07-06
Merge branch 'master' into for-linus
Chris Metcalf
2010-07-06
Move list types from <linux/list.h> to <linux/types.h>.
Chris Metcalf
2010-06-29
fs: fix superblock iteration race
npiggin@suse.de
2010-03-06
lib: fix first line of kernel-doc for a few functions
Ben Hutchings
2010-01-16
list: Introduce list_rotate_left()
Frederic Weisbecker
2008-09-01
debugobjects: fix lockdep warning
Vegard Nossum
2008-08-08
list.h: fix fatal kernel-doc error
Randy Dunlap
2008-08-07
list.h: add list_cut_position()
Luis R. Rodriguez
2008-08-07
list.h: Add list_splice_tail() and list_splice_tail_init()
Luis R. Rodriguez
2008-07-25
lists: remove a redundant conditional definition of list_add()
Robert P. J. Day
2008-05-19
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
2008-04-30
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
[next]