aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/list.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Add `list_for_each_rcu()`Jean-Sébastien Pédron2025-03-201-0/+5
* LinuxKPI: Rename linux_list_add to __list_add() in linux/list.hVladimir Kondratyev2023-12-241-3/+3
* linuxkpi: Add `list_for_each_prev_safe()` in <linux/list.h>Jean-Sébastien Pédron2023-12-131-0/+5
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: list.h add list_count_nodes()Bjoern A. Zeeb2023-06-281-0/+14
* linuxkpi: Move definition of `struct list_head` to <linux/types.h>Jean-Sébastien Pédron2023-02-131-8/+0
* linuxkpi: list_sort()'s callback now takes list argumentsJean-Sébastien Pédron2023-01-311-0/+5
* linuxkpi: Add list_rotate_to_frontEmmanuel Vadot2022-02-171-0/+7
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: Add compiler barriers to list_for_each_entry_lockless macroVladimir Kondratyev2021-07-051-2/+0
* linuxkpi: Add list_for_each_entry_lockless() macroNeel Chauhan2021-06-101-0/+2
* linuxkpi: add ieee80211_node.h to headers to include before LIST_HEADBjoern A. Zeeb2021-03-241-0/+5
* Allow the list header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky2020-12-041-1/+4
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* linuxkpi: Add list_is_first functionEmmanuel Vadot2020-02-201-0/+7
* Implement list_for_each_entry_from_reverse() andHans Petter Selasky2019-03-131-0/+16
* Make some list functions RCU safe in the LinuxKPI.Hans Petter Selasky2018-06-061-12/+13
* linuxkpi whitespace cleanupEd Maste2018-03-231-20/+20
* Implement list_safe_reset_next() function macro in the LinuxKPI.Hans Petter Selasky2018-02-191-0/+3
* Implement __list_del_entry() helper functions in the LinuxKPI.Hans Petter Selasky2018-02-181-0/+7
* Remove some not needed comments in the LinuxKPI. Use the Linux source treeHans Petter Selasky2017-11-101-23/+0
* Define prefetch() only if it hasn't already been defined.Mark Johnston2017-08-201-0/+2
* Implement more list header file functions.Hans Petter Selasky2016-12-261-2/+29
* Add more list_xxx() functions to the LinuxKPI.Hans Petter Selasky2016-05-231-0/+19
* tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)Sepherosa Ziehau2016-04-011-0/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* LinuxKPI list updates:Hans Petter Selasky2016-01-261-36/+41
* Build fixes:Hans Petter Selasky2015-11-121-0/+2
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+432