| Age | Commit message (Expand) | Author |
| 2022-06-02 | add timeout period to timeout message. | mrg |
| 2022-05-31 | reorganise most of the NetBSD portion of nvkm_mem_dtor(). | mrg |
| 2022-05-31 | nouveau(4): Fix error branches in nouveau_gem_new. | riastradh |
| 2022-05-28 | Let radeon DRM driver build on ports that lack ACPI | manu |
| 2022-05-27 | i915: Fix missing newlines in custom warning message macros. | riastradh |
| 2022-05-22 | i915: Fix sense of conditional for gmbus wait. | riastradh |
| 2022-05-22 | i915: Raise gmbus_wait timeout from 10ms to 50ms to match upstream. | riastradh |
| 2022-05-22 | i915: Fix bug in gmbus_wait: test status passed, not GMBUS_ACTIVE. | riastradh |
| 2022-05-22 | linux: Repeat i2c transfer if driver fails with EAGAIN. | riastradh |
| 2022-05-22 | rename CONFIG_AARCH64 to CONFIG_ARM64 which is what upstream code expects | tnn |
| 2022-05-21 | drm_cache.h: fix a merge error | tnn |
| 2022-05-21 | drm: Nix driver-specific DRM_FILE_PAGE_OFFSET defs and tests. | riastradh |
| 2022-05-07 | remove conditional code that defines members of natstat_t. | mrg |
| 2022-04-09 | ena: Convert not-right membar_enter/exit to membar_acquire/release. | riastradh |
| 2022-04-09 | drm: Convert membar_enter/exit stragglers to membar_acquire/release. | riastradh |
| 2022-04-09 | linux/ratelimit: Convert to membar_acquire and atomic_store_release. | riastradh |
| 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 |