summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux/list.h
AgeCommit message (Expand)Author
2021-12-19i915: more workriastradh
2021-12-19i915: another whack at itriastradh
2021-12-19i915: More progress.riastradh
2021-12-19linux/list.h: Add list_safe_reset_next.riastradh
2021-12-19Provide list_for_each_entry_safe_reverse and reorder for consistencyriastradh
2021-12-19list_for_each_entry_from_reverseriastradh
2021-12-19list_bulk_move_tailriastradh
2021-12-19Omit outdated comment.riastradh
2021-12-19provide list_for_each_entry_from (XXX needs review)riastradh
2021-12-19provide list_is_firstriastradh
2021-12-19list_is_lastriastradh
2021-12-19__list_del_entry, and poison list_del.riastradh
2021-12-19Move struct list_head to <linux/types.h>.riastradh
2020-02-14Add LIST_HEAD to <linux/nbsd-namespace.h> too.riastradh
2018-08-27Define list_splice_init.riastradh
2018-08-27Make sure to call pslist_entry_init.riastradh
2018-08-27Give hlist iteration half a chance of working, oops.riastradh
2018-08-27Implement list_splice_tail_init.riastradh
2018-08-27Add list_replace_init.riastradh
2018-08-27Fix hlist_for_each_entry_safe: temp is hlist_node, not element.riastradh
2018-08-27Fix order of arguments of hlist_add_head_rcu.riastradh
2018-08-27Fix hlist_for_each_entry_rcu like hlist_for_each_entry.riastradh
2018-08-27Define list_entry_first_or_null.riastradh
2018-08-27Fix hlist iteration again with more fields and null checks.riastradh
2018-08-27Fix hlist_for_each_entry to use the specified field.riastradh
2018-08-27Rewrite linux hlist with our pslist.riastradh
2018-08-27Rewrite hashtable.h locally so it might work here.riastradh
2014-08-20Add some Linux list routines.riastradh
2014-07-16First whack at radeon driver.riastradh
2014-07-16Make it build and boot on my test machines.riastradh
2014-07-03Add some notes on using these shims to port Linux kernel code.riastradh
2013-09-05Pull across some linux header files from riastradh-drm2, but put themskrll