summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
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
2022-02-26drm2: do not try to return a value from a void functionrillig
2022-02-18revert "drm: Respect is_console property on main drm device, not fb child."wiz
2022-02-17drm: Fix membars around dma_buf_put reference count release.riastradh
2022-02-17drm/vmwgfx: First draft. Passes make depend, doesn't build yet.riastradh
2022-02-16drm: Respect is_console property on main drm device, not fb child.riastradh
2022-02-15drm: Use KM_SLEEP to allocate reservation fence arrays.riastradh
2022-02-15Revert "i915: Defer final wakeup on active until after retirement."riastradh
2022-02-14i915: Defer final wakeup on active until after retirement.riastradh
2022-02-14linux: Don't skip the last node in rbtree iteration.riastradh
2022-02-14drm/mm: Find nearest geq/leq, not matching, holes in first_hole.riastradh
2022-02-14drm/mm: Allow hole address range queries.riastradh
2022-02-14drm/mm: Assert invariant of another rb lookup.riastradh
2022-02-14drm/mm: Assert invariant of rb lookup.riastradh
2022-02-14drm/ttm: Avoid uninitialized mem in error branch.riastradh
2022-02-14drm: Delete mmiowb.riastradh
2022-02-12Add inline functions to manipulate the klists that link up knotesthorpej