summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-06-03adapt to ${CC_WNO_MAYBE_UNINITIALIZED}lukem
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-05-25amdgpu: Fix mostly harmless merge botch.riastradh
2023-05-22Use the offset in mmap calculations.nat
2023-05-12i915: Avoid dereferencing null fence if resv has changed.riastradh
2023-05-07RISC-V support that works on QEMU with a single hart.skrll
2023-05-01drm: KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2023-04-09dwc2: KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2023-03-07remove "nouveau" from a comment. noted by jmcneill.mrg
2023-03-07radeon: Kick out genfb on firmware framebuffer before initializing.mrg
2023-03-01nouveau: Kick out genfb on firmware framebuffer before initializing.riastradh
2023-03-01amdgpu: Fix bogus loop invariant assertions in amdgpu_gart_map.riastradh
2023-02-25linux asm/barrier.h: Fix !MULTIPROCESSOR build.riastradh
2023-02-24drm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.riastradh
2023-02-21drm: Teach dmabuf to handle lseek.riastradh
2023-02-21amdgpu: Fix scale factor for 64-bit doorbell indexing.riastradh
2023-02-03Fix use after free on packet with broken lengthschristos
2022-12-26remove the PPP HDLC ioctls from more copies of sanitizers.chs
2022-12-10merge acpica 20220331 to 20221020christos
2022-12-10Import acpica 2022-10-20christos
2022-12-07exsystem.c: revert ACPI warning about sleep values >10msgutteridge
2022-10-28drm(4): Mark PCI interrupt handlers as MP-safe.riastradh
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-25vmwgfx(4): Partially adapt rbtree.riastradh
2022-10-25linux asm/vmware.h: Fill this in with hypercall asm.riastradh
2022-10-25linux asm/uaccess.h: strncpy_from_userriastradh
2022-10-25linux/frame.h: STACK_FRAME_NON_STANDARDriastradh
2022-10-25linux/kernel.h: S16_MIN, S32_MIN, S64_MINriastradh
2022-10-25linux/suspend.h: Stubs for (un)register_pm_notifier.riastradh
2022-10-25linux/pci.h: Stubs for pci_request/release_region(s).riastradh
2022-10-25linux/idr.h: Update ida_* API.riastradh
2022-10-25vmwgfx(4): Hand-cruft threaded irq with a workqueue(9).riastradh
2022-10-25drm: New IRQ_WAKE_THREAD constant.riastradh
2022-10-25vmwgfx(4): Port fd creation.riastradh
2022-10-25vmwgfx(4): Misc porting too.riastradh
2022-10-25vmwgfx(4): Use bus_dma tag, not struct device, for dma_pool shims.riastradh
2022-10-25vmwgfx(4): Convert fence_queue and fifo_queue to drm_waitqueue_t.riastradh
2022-10-25vmwgfx(4): Convert cmdbuf to drm_waitqueue_t.riastradh
2022-10-25linux/spinlock.h: spin_lock_bh, spin_unlock_bhriastradh
2022-10-25linux asm/io.h: Side-load linux/vmalloc.h like Linux does.riastradh
2022-10-25linux/dmapool.h: Start filling out stubs.riastradh
2022-10-25vmwgfx(4): dma_alloc/free_coherent -> bus_dma_*riastradh
2022-10-25linux/module.h: MODULE_VERSIONriastradh
2022-10-25vmwgfx: Set some warning and config flags. Nix vmwgfx_fb.c for now.riastradh
2022-10-25linux/export.h: Side-load linux/stringify.h.riastradh
2022-10-17add pcie capability and read request size linux compat, some pci root supportmrg
2022-10-15i915: Suspend ioctls while device is suspended.riastradh
2022-10-15drm: New mechanism to suspend ioctls during system suspend.riastradh
2022-10-08amdgpu: Remove an #ifdef __NetBSD__ around drm_waitqueue_t.riastradh