index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
list.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-16
list: Introduce CONFIG_LIST_HARDENED
Marco Elver
1
-6
/
+58
2023-08-16
list_debug: Introduce inline wrappers for debug checks
Marco Elver
1
-4
/
+33
2023-01-06
i915: Move list_count() to list.h as list_count_nodes() for broader use
Andy Shevchenko
1
-0
/
+15
2022-05-27
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2022-05-22
rxrpc: Fix locking issue
David Howells
1
-0
/
+10
2022-05-09
list: Add list_next_entry_circular() and list_prev_entry_circular()
Ricardo Martinez
1
-0
/
+26
2022-04-30
list: fix a data-race around ep->rdllist
Kuniyuki Iwashima
1
-3
/
+3
2022-01-20
list: introduce list_is_head() helper and re-use it in list.h
Andy Shevchenko
1
-14
/
+22
2021-11-09
include/linux/list.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+3
2021-01-05
list: Fix a typo at the kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-11-20
list.h: Update comment to explicitly note circular lists
Asif Rasheed
1
-1
/
+1
2020-10-16
include/linux/list.h: add a macro to test if entry is pointing to the head
Andy Shevchenko
1
-10
/
+19
2020-08-03
list: add "list_del_init_careful()" to go with "list_empty_careful()"
Linus Torvalds
1
-1
/
+19
2020-03-17
list/hashtable: minor documentation corrections.
NeilBrown
1
-1
/
+1
2020-01-28
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-24
/
+112
2020-01-11
rcu: Add and update docbook header comments in list.h
Paul E. McKenney
1
-17
/
+95
2019-12-19
list: introduce list_for_each_continue()
Pavel Begunkov
1
-0
/
+10
2019-12-09
list: Add hlist_unhashed_lockless()
Eric Dumazet
1
-11
/
+21
2019-06-29
xskmap: Move non-standard list manipulation to helper
Toke Høiland-Jørgensen
1
-0
/
+14
2019-05-17
Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2019-05-15
mm: shuffle initial free memory to improve memory-side-cache utilization
Dan Williams
1
-0
/
+17
2019-05-14
list: add function list_rotate_to_front()
Tobin C. Harding
1
-0
/
+18
2019-04-18
list: Don't use WRITE_ONCE() in hlist_add_behind()
Nikos Tsironis
1
-1
/
+1
2019-03-29
include/linux/list.h: fix list_is_first() kernel-doc
Randy Dunlap
1
-1
/
+1
2019-03-06
mm, compaction: use free lists to quickly locate a migration source
Mel Gorman
1
-0
/
+11
2018-10-10
list: introduce list_bulk_move_tail helper
Christian König
1
-0
/
+23
2018-07-04
net: core: another layer of lists, around PF_MEMALLOC skb handling
Edward Cree
1
-0
/
+30
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-02-04
list: introduce list_for_each_entry_from_reverse helper
Jiri Pirko
1
-0
/
+13
2016-10-31
list: Split list_del() debug checking into separate function
Kees Cook
1
-6
/
+9
2016-10-31
list: Split list_add() debug checking into separate function
Kees Cook
1
-6
/
+16
2016-09-14
list: Expand list_first_entry_or_null()
Chris Wilson
1
-2
/
+5
2016-07-07
hlist: Add hlist_is_singular_node() helper
Thomas Gleixner
1
-0
/
+10
2016-03-10
list: kill list_force_poison()
Dan Williams
1
-11
/
+0
2016-01-16
mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
Dan Williams
1
-0
/
+11
2015-12-04
list: Use WRITE_ONCE() when initializing list_head structures
Paul E. McKenney
1
-1
/
+1
2015-11-23
list: Use READ_ONCE() when testing for empty lists
Paul E. McKenney
1
-2
/
+2
2015-11-23
list: Use WRITE_ONCE() when adding to lists and hlists
Paul E. McKenney
1
-4
/
+4
2015-10-06
rculist: Use WRITE_ONCE() when deleting from reader-visible list
Paul E. McKenney
1
-2
/
+3
2015-08-18
inode: add hlist_fake to avoid the inode hash lock in evict
Josef Bacik
1
-0
/
+5
2014-11-20
Replace mentions of "list_struct" to "list_head"
Andrey Utkin
1
-17
/
+17
2014-10-14
list: include linux/kernel.h
Masahiro Yamada
1
-0
/
+1
2014-08-07
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
1
-2
/
+2
2014-08-07
list: make hlist_add_after() argument names match hlist_add_after_rcu()
Ken Helias
1
-7
/
+7
2013-11-13
list: introduce list_last_entry(), use list_{first,last}_entry()
Oleg Nesterov
1
-4
/
+15
2013-11-13
list: change list_for_each_entry*() to use list_*_entry()
Oleg Nesterov
1
-22
/
+22
2013-11-13
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
1
-0
/
+16
2013-07-17
linked-list: Remove __list_for_each
Dave Jones
1
-11
/
+0
2013-06-01
list: introduce list_first_entry_or_null
Jiri Pirko
1
-0
/
+11
2013-03-15
list: Fix double fetch of pointer in hlist_entry_safe()
Paul E. McKenney
1
-1
/
+3
[next]