summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/list.h
AgeCommit message (Expand)Author
2025-03-20linuxkpi: Add `list_for_each_rcu()`Jean-Sébastien Pédron
2023-12-24LinuxKPI: Rename linux_list_add to __list_add() in linux/list.hVladimir Kondratyev
2023-12-13linuxkpi: Add `list_for_each_prev_safe()` in <linux/list.h>Jean-Sébastien Pédron
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-28LinuxKPI: list.h add list_count_nodes()Bjoern A. Zeeb
2023-02-13linuxkpi: Move definition of `struct list_head` to <linux/types.h>Jean-Sébastien Pédron
2023-01-31linuxkpi: list_sort()'s callback now takes list argumentsJean-Sébastien Pédron
2022-02-17linuxkpi: Add list_rotate_to_frontEmmanuel Vadot
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-07-05LinuxKPI: Add compiler barriers to list_for_each_entry_lockless macroVladimir Kondratyev
2021-06-10linuxkpi: Add list_for_each_entry_lockless() macroNeel Chauhan
2021-03-24linuxkpi: add ieee80211_node.h to headers to include before LIST_HEADBjoern A. Zeeb
2020-12-04Allow the list header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-20linuxkpi: Add list_is_first functionEmmanuel Vadot
2019-03-13Implement list_for_each_entry_from_reverse() andHans Petter Selasky
2018-06-06Make some list functions RCU safe in the LinuxKPI.Hans Petter Selasky
2018-03-23linuxkpi whitespace cleanupEd Maste
2018-02-19Implement list_safe_reset_next() function macro in the LinuxKPI.Hans Petter Selasky
2018-02-18Implement __list_del_entry() helper functions in the LinuxKPI.Hans Petter Selasky
2017-11-10Remove some not needed comments in the LinuxKPI. Use the Linux source treeHans Petter Selasky
2017-08-20Define prefetch() only if it hasn't already been defined.Mark Johnston
2016-12-26Implement more list header file functions.Hans Petter Selasky
2016-05-23Add more list_xxx() functions to the LinuxKPI.Hans Petter Selasky
2016-04-01tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)Sepherosa Ziehau
2016-02-22As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus
2016-01-26LinuxKPI list updates:Hans Petter Selasky
2015-11-12Build fixes:Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky