summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
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
2022-08-20x86: Move definition of struct pmap to pmap_private.h.riastradh
2022-08-20x86: Forbid using x86/pte.h directly; use machine/pte.h.riastradh
2022-07-30amdgpu: Make sure to bus_dmamap_sync before using zero'd dummy page.riastradh
2022-07-30amdgpu: Make sure dummy page is zero-filled.riastradh
2022-07-29drm: Reduce verbosity of drm kernel messages.riastradh
2022-07-29amdgpu: Make amdgpu_ttm_io_mem_pfn return pfn, not paddr.riastradh
2022-07-28drm: New option DRM_LEGACY.riastradh
2022-07-28drmkms_sched: Fix typo in module definition.riastradh
2022-07-28drmkms_sched: Remove duplicate module definition.riastradh
2022-07-24amdgpu: Define DC_FPU_START/END on Arm.riastradh
2022-07-24amdgpu: Sprinkle missing COPTS.amdgpu_float options.riastradh
2022-07-24drm: Fix CPPFLAGS for drm scheduler code.riastradh
2022-07-23drm: Split scheduler into separate module.riastradh
2022-07-23drm: Go back to using device_unit(pciN) for pci busid.riastradh
2022-07-21drm/ttm: Cast to potentially larger types before << PAGE_SHIFT.riastradh
2022-07-20drm: Keep drm include flags in CPPFLAGS.drmkms after all.riastradh
2022-07-20drm: Restore pollution of CPPFLAGS with include directories.riastradh
2022-07-20drm: Ifdef out alpha-specific logic in radeon.riastradh
2022-07-20drm: Use real pci segment number, not pciN device unit.riastradh
2022-07-20drm/ttm: Handle io_mem_pfn, used by amdgpu.riastradh
2022-07-20amdgpu: Write amdgpu_ttm_io_mem_pfn in terms of bus_space_mmap.riastradh
2022-07-19drm: Teach bus_dma_hacks.h about alpha.riastradh
2022-07-19drm: Undefine `alpha' in CPPFLAGS. Causes lotsa trouble!riastradh
2022-07-19drm: Make drm_clflush_* noop on alpha.riastradh
2022-07-19drm: Narrow scope of drm CPPLAGS just to drm files.riastradh
2022-07-19drm: Propagate CPPFLAGS.drmkms into all the drm drivers.riastradh
2022-07-19drm: Note dependency on sysmon_power.riastradh
2022-07-19drm: Nix drm_agp_borrow.riastradh
2022-07-19linux: Add alpha definitions of mb/wmb/rmb too for fun.riastradh
2022-07-19linux: Clarify error message in asm/barrier.h. Not just for drm.riastradh
2022-07-19linux: Add mips definitions for mb, wmb, rmb.riastradh
2022-07-19linux: Use dsb(sy/st/ld) from arm/cpufunc.h for mb/wmb/rmb.riastradh
2022-07-18drm: Simplify async framebuffer child task attachment logic.riastradh