summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2022-06-02add timeout period to timeout message.mrg
2022-05-31reorganise most of the NetBSD portion of nvkm_mem_dtor().mrg
2022-05-31nouveau(4): Fix error branches in nouveau_gem_new.riastradh
2022-05-28Let radeon DRM driver build on ports that lack ACPImanu
2022-05-27i915: Fix missing newlines in custom warning message macros.riastradh
2022-05-22i915: Fix sense of conditional for gmbus wait.riastradh
2022-05-22i915: Raise gmbus_wait timeout from 10ms to 50ms to match upstream.riastradh
2022-05-22i915: Fix bug in gmbus_wait: test status passed, not GMBUS_ACTIVE.riastradh
2022-05-22linux: Repeat i2c transfer if driver fails with EAGAIN.riastradh
2022-05-22rename CONFIG_AARCH64 to CONFIG_ARM64 which is what upstream code expectstnn
2022-05-21drm_cache.h: fix a merge errortnn
2022-05-21drm: Nix driver-specific DRM_FILE_PAGE_OFFSET defs and tests.riastradh
2022-05-07remove conditional code that defines members of natstat_t.mrg
2022-04-09ena: Convert not-right membar_enter/exit to membar_acquire/release.riastradh
2022-04-09drm: Convert membar_enter/exit stragglers to membar_acquire/release.riastradh
2022-04-09linux/ratelimit: Convert to membar_acquire and atomic_store_release.riastradh
2022-04-09linux/llist: Use membar_release and membar_datadep_consumer.riastradh
2022-04-09linux/kref: Fix memory barriers and use membar_release/acquire.riastradh
2022-04-09linux: Convert various API shims to use membar_release/acquire.riastradh
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-04-09nouveau: Omit needless local patch.riastradh
2022-04-09ena: Fix rmb/wmb/mb to match Linux on x86 and aarch64.riastradh
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2022-03-18drm: In ww_mutex_unlock, do lockdebug check first.riastradh
2022-03-18dwc2: Use getticks(), not hardclock_ticks.riastradh
2022-03-18drm: Use getticks(), not hardclock_ticks.riastradh
2022-03-18old drm: Use getticks(), not hardclock_ticks.riastradh
2022-03-16i915: Avoid freeing anything under a spin lock.riastradh
2022-03-12sys: Membar audit around reference count releases.riastradh
2022-03-03usb: Hold pipe lock across upm_transfer and upm_start.riastradh
2022-03-03usb: Factor usb_transfer_complete out of ubm_abortx method.riastradh
2022-03-03usb: Factor usb_insert_transfer out of upm_transfer and make private.riastradh
2022-02-28drm: Fix ACPI crud in ALL kernel build.riastradh
2022-02-27i915: Disable PSR for now.riastradh
2022-02-27i915: Use new acpidisp_register_notify for ACPI VGA events.riastradh
2022-02-27only build linux_acpi.c if we have acpi(4) in the kerneljakllsch
2022-02-27drm: Use ACPI_FREE, not kfree, for ACPI_ALLOCATE_BUFFER result.riastradh
2022-02-27amdgpu: Make amdgpu_bios.c ACPI stuff build.riastradh
2022-02-27radeon: Make radeon_bios.c ACPI stuff build.riastradh
2022-02-27linux: Define PCI_CLASS_DISPLAY_OTHER, wanted by radeon/amdgpu.riastradh
2022-02-27linux: Define acpi_size as alias for ACPI_SIZE.riastradh
2022-02-27drm: Move Linux ACPI case aliases to new nbsd-namespace-acpi.h.riastradh
2022-02-27drm: Omit needless conditionals around #include "acpica.h".riastradh
2022-02-27drm: Move acpi_check_dsm &c. from intel_acpi.c to new linux_acpi.c.riastradh
2022-02-27i915: Omit needless ifdefs around ACPI API.riastradh
2022-02-27i915: Use pci_get_segment, not 0.riastradh
2022-02-27drm: Deconditionalize pci_get_segment.riastradh
2022-02-27i915: Use new rb_move to relocate the active tree.riastradh
2022-02-27linux: New rb_move(&to, &from) to replace `to = from'.riastradh
2022-02-27linux: Actually do post-order tree traversal.riastradh