| Age | Commit message (Expand) | Author |
| 2022-04-09 | linux/llist: Use membar_release and membar_datadep_consumer. | riastradh |
| 2022-04-09 | linux/kref: Fix memory barriers and use membar_release/acquire. | riastradh |
| 2022-04-09 | linux: Convert various API shims to use membar_release/acquire. | riastradh |
| 2022-04-09 | sys: Use membar_release/acquire around reference drop. | riastradh |
| 2022-04-09 | nouveau: Omit needless local patch. | riastradh |
| 2022-04-09 | ena: Fix rmb/wmb/mb to match Linux on x86 and aarch64. | riastradh |
| 2022-03-28 | driver(9): devsw_detach never fails. Make it return void. | riastradh |
| 2022-03-18 | drm: In ww_mutex_unlock, do lockdebug check first. | riastradh |
| 2022-03-18 | dwc2: Use getticks(), not hardclock_ticks. | riastradh |
| 2022-03-18 | drm: Use getticks(), not hardclock_ticks. | riastradh |
| 2022-03-18 | old drm: Use getticks(), not hardclock_ticks. | riastradh |
| 2022-03-16 | i915: Avoid freeing anything under a spin lock. | riastradh |
| 2022-03-12 | sys: Membar audit around reference count releases. | riastradh |
| 2022-03-03 | usb: Hold pipe lock across upm_transfer and upm_start. | riastradh |
| 2022-03-03 | usb: Factor usb_transfer_complete out of ubm_abortx method. | riastradh |
| 2022-03-03 | usb: Factor usb_insert_transfer out of upm_transfer and make private. | riastradh |
| 2022-02-28 | drm: Fix ACPI crud in ALL kernel build. | riastradh |
| 2022-02-27 | i915: Disable PSR for now. | riastradh |
| 2022-02-27 | i915: Use new acpidisp_register_notify for ACPI VGA events. | riastradh |
| 2022-02-27 | only build linux_acpi.c if we have acpi(4) in the kernel | jakllsch |
| 2022-02-27 | drm: Use ACPI_FREE, not kfree, for ACPI_ALLOCATE_BUFFER result. | riastradh |
| 2022-02-27 | amdgpu: Make amdgpu_bios.c ACPI stuff build. | riastradh |
| 2022-02-27 | radeon: Make radeon_bios.c ACPI stuff build. | riastradh |
| 2022-02-27 | linux: Define PCI_CLASS_DISPLAY_OTHER, wanted by radeon/amdgpu. | riastradh |
| 2022-02-27 | linux: Define acpi_size as alias for ACPI_SIZE. | riastradh |
| 2022-02-27 | drm: Move Linux ACPI case aliases to new nbsd-namespace-acpi.h. | riastradh |
| 2022-02-27 | drm: Omit needless conditionals around #include "acpica.h". | riastradh |
| 2022-02-27 | drm: Move acpi_check_dsm &c. from intel_acpi.c to new linux_acpi.c. | riastradh |
| 2022-02-27 | i915: Omit needless ifdefs around ACPI API. | riastradh |
| 2022-02-27 | i915: Use pci_get_segment, not 0. | riastradh |
| 2022-02-27 | drm: Deconditionalize pci_get_segment. | riastradh |
| 2022-02-27 | i915: Use new rb_move to relocate the active tree. | riastradh |
| 2022-02-27 | linux: New rb_move(&to, &from) to replace `to = from'. | riastradh |
| 2022-02-27 | linux: Actually do post-order tree traversal. | riastradh |
| 2022-02-26 | drm2: do not try to return a value from a void function | rillig |
| 2022-02-18 | revert "drm: Respect is_console property on main drm device, not fb child." | wiz |
| 2022-02-17 | drm: Fix membars around dma_buf_put reference count release. | riastradh |
| 2022-02-17 | drm/vmwgfx: First draft. Passes make depend, doesn't build yet. | riastradh |
| 2022-02-16 | drm: Respect is_console property on main drm device, not fb child. | riastradh |
| 2022-02-15 | drm: Use KM_SLEEP to allocate reservation fence arrays. | riastradh |
| 2022-02-15 | Revert "i915: Defer final wakeup on active until after retirement." | riastradh |
| 2022-02-14 | i915: Defer final wakeup on active until after retirement. | riastradh |
| 2022-02-14 | linux: Don't skip the last node in rbtree iteration. | riastradh |
| 2022-02-14 | drm/mm: Find nearest geq/leq, not matching, holes in first_hole. | riastradh |
| 2022-02-14 | drm/mm: Allow hole address range queries. | riastradh |
| 2022-02-14 | drm/mm: Assert invariant of another rb lookup. | riastradh |
| 2022-02-14 | drm/mm: Assert invariant of rb lookup. | riastradh |
| 2022-02-14 | drm/ttm: Avoid uninitialized mem in error branch. | riastradh |
| 2022-02-14 | drm: Delete mmiowb. | riastradh |
| 2022-02-12 | Add inline functions to manipulate the klists that link up knotes | thorpej |