| Age | Commit message (Collapse) | 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 | |
| Author: Maya Rashish <maya@NetBSD.org> Committer: Taylor R Campbell <riastradh@NetBSD.org> | |||
| 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 | |
| Author: Maya Rashish <maya@NetBSD.org> | |||
| 2021-12-19 | provide list_is_first | riastradh | |
| Author: Maya Rashish <maya@NetBSD.org> | |||
| 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 | |
| Upstream uses RCU for this now, so we need it. | |||
| 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 | |
| No hardware to test yet, but it builds. | |||
| 2014-07-16 | Make it build and boot on my test machines. | riastradh | |
| Screen blanks on boot on the Ivy Bridge system with DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun But after that everything is OK. Appears to be an upstream problem. To investigate... I think there's a cache flushing issue somewhere -- there are little display artefacts on my T60. | |||
| 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 | |
| in a shared location. Riastradh: nick, OK. | |||
