index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
external
/
bsd
/
common
/
include
/
linux
/
list.h
Age
Commit message (
Expand
)
Author
2021-12-19
i915: more work
riastradh
2021-12-19
i915: another whack at it
riastradh
2021-12-19
i915: More progress.
riastradh
2021-12-19
linux/list.h: Add list_safe_reset_next.
riastradh
2021-12-19
Provide list_for_each_entry_safe_reverse and reorder for consistency
riastradh
2021-12-19
list_for_each_entry_from_reverse
riastradh
2021-12-19
list_bulk_move_tail
riastradh
2021-12-19
Omit outdated comment.
riastradh
2021-12-19
provide list_for_each_entry_from (XXX needs review)
riastradh
2021-12-19
provide list_is_first
riastradh
2021-12-19
list_is_last
riastradh
2021-12-19
__list_del_entry, and poison list_del.
riastradh
2021-12-19
Move struct list_head to <linux/types.h>.
riastradh
2020-02-14
Add LIST_HEAD to <linux/nbsd-namespace.h> too.
riastradh
2018-08-27
Define list_splice_init.
riastradh
2018-08-27
Make sure to call pslist_entry_init.
riastradh
2018-08-27
Give hlist iteration half a chance of working, oops.
riastradh
2018-08-27
Implement list_splice_tail_init.
riastradh
2018-08-27
Add list_replace_init.
riastradh
2018-08-27
Fix hlist_for_each_entry_safe: temp is hlist_node, not element.
riastradh
2018-08-27
Fix order of arguments of hlist_add_head_rcu.
riastradh
2018-08-27
Fix hlist_for_each_entry_rcu like hlist_for_each_entry.
riastradh
2018-08-27
Define list_entry_first_or_null.
riastradh
2018-08-27
Fix hlist iteration again with more fields and null checks.
riastradh
2018-08-27
Fix hlist_for_each_entry to use the specified field.
riastradh
2018-08-27
Rewrite linux hlist with our pslist.
riastradh
2018-08-27
Rewrite hashtable.h locally so it might work here.
riastradh
2014-08-20
Add some Linux list routines.
riastradh
2014-07-16
First whack at radeon driver.
riastradh
2014-07-16
Make it build and boot on my test machines.
riastradh
2014-07-03
Add some notes on using these shims to port Linux kernel code.
riastradh
2013-09-05
Pull across some linux header files from riastradh-drm2, but put them
skrll