summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
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
2022-09-25vmwgfxfb(4): Omit now-needless is_console hack.riastradh
2022-09-22i915: Make sure to call i915_drm_prepare too on suspend.riastradh
2022-09-20fill out more of the linux pci API compatmrg
2022-09-16Fix out of range access in AcpiDsExecEndOp().msaitoh
2022-09-13i915: Fix error branches of execbuffer vma pinning.riastradh
2022-09-02Remove unnecessary inclusion of <net/netisr.h>.thorpej
2022-09-01drmfb: Rework console detection and takeover.riastradh
2022-09-01drmfb: Take is_console property from parent, not from self.riastradh
2022-09-01i915: Stop pretending the GTT size is zero as workaround.riastradh
2022-09-01drm_mm: Give up on trying to phrase find_hole with public rbtree API.riastradh
2022-09-01drm: Fix dma fence stub fix so the lock is actually initialized.riastradh
2022-09-01drm: Fix dma fence stub so it works with locking operations.riastradh
2022-09-01drm_mm: Match __drm_mm_interval_first semantics.riastradh
2022-08-27drm: Make sure ioctl buffer is aligned on stack.riastradh
2022-08-27merge conflicts between acpica-20211217 and acpica-20220331christos
2022-08-27Import acpica-2022-03-31christos
2022-08-22drm_dp_mst_topology: Fix wakeups: must hold lock for DRM_WAKEUP_ALL.riastradh