| Age | Commit message (Expand) | Author |
| 2021-12-19 | Stub <linux/irqreturn.h> to just include drm_irq_netbsd.h. | riastradh |
| 2021-12-19 | Reimplement GPL <linux/llist.h> using only the upstream comments. | riastradh |
| 2021-12-19 | Rename fence -> dma_fence, step 3 of 3: code. | riastradh |
| 2021-12-19 | Rename fence -> dma_fence, step 1: files. | riastradh |
| 2021-12-19 | Allow maximum number of bits in DMA_BIT_MASK. | riastradh |
| 2021-05-31 | drm: sys/param.h, not machine/param.h, for DELAY. | riastradh |
| 2020-07-03 | hardclock_ticks -> getticks() | maxv |
| 2020-03-14 | - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-02-16 | Move another file from drm2 to common for <linux/kernel.h>. | riastradh |
| 2020-02-14 | FENCE_TRACE is __printflike | tnn |
| 2020-02-14 | fix a typo, caught by -Werror,-Wheader-guard | tnn |
| 2020-02-14 | Reduce diffs by side-loading some header files like Linux. | maya |
| 2020-02-14 | Placate -Wsign-compare. | riastradh |
| 2020-02-14 | Add LIST_HEAD to <linux/nbsd-namespace.h> too. | riastradh |
| 2020-02-14 | Stub out console_lock/unlock and drm_fb_helper_set_suspend. | riastradh |
| 2020-02-14 | Reduce diffs by nixing DRM_SUSER macro, deleted upstream long ago. | riastradh |
| 2020-02-14 | Use a header file hack to cope with Linux/NetBSD namespace clashes. | riastradh |
| 2020-01-19 | Fix build on aarch64 by including uvm_object.h. | skrll |
| 2020-01-18 | Pull in acpica.h on aarch64 | jmcneill |
| 2020-01-17 | set_page_dirty: take the vmobjlock if present | ad |
| 2020-01-15 | Merge from yamt-pagecache (after much testing): | ad |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2020-01-01 | - Introduce a new global kernel variable "shutting_down" to indicate that | thorpej |
| 2019-10-13 | cast function pointer type. there is already an XXX there... | christos |
| 2019-09-28 | fixed signed compare. | christos |
| 2019-09-28 | Fix signed/unsigned comparison | christos |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-04 | interval_tree_iter_next: check the node we return, not the prev one. | tnn |
| 2018-11-19 | include machine/limits.h for INT_MAX | maya |
| 2018-10-23 | Clamp timeout to INT_MAX to avoid the bad kind of integer truncation. | riastradh |
| 2018-10-23 | DELAY takes microseconds, not ticks. | riastradh |
| 2018-08-28 | Return the node we found. From tnn@. | riastradh |
| 2018-08-27 | gfp.h and slab.h are now used in kernel.h, so move to common. | riastradh |
| 2018-08-27 | Make this compile. | riastradh |
| 2018-08-27 | Implement poll for reservations and dma bufs. | riastradh |
| 2018-08-27 | Draft support for drm prime. | riastradh |
| 2018-08-27 | Work around `kmap' namespace clash another way. | riastradh |
| 2018-08-27 | Use Linux atomic64 for ww mutex class. | riastradh |
| 2018-08-27 | Implement atomic64_add_return and atomic64_inc_return. | riastradh |
| 2018-08-27 | Sort. | riastradh |
| 2018-08-27 | Fix argument types of atomic64_add/sub to be sensible. | riastradh |
| 2018-08-27 | Implement ATOMIC64_INIT. | riastradh |
| 2018-08-27 | Hash-locked atomic64 to give ports like powerpc32 a chance at radeon. | riastradh |
| 2018-08-27 | Split bitmap_set/clear into begin/middle/end sections. | riastradh |
| 2018-08-27 | Name the number of words in bitmap_zero too. | riastradh |
| 2018-08-27 | Be consistent about nbits >= bpl. | riastradh |
| 2018-08-27 | Name bpl in bitmap_and/or. Fix and clarify comments. | riastradh |
| 2018-08-27 | Try setting and clearing the bits we meant, not other bits. | riastradh |
| 2018-08-27 | kfifo is used under a spin lock, so its lock must be a spin lock. | riastradh |