summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2021-12-19i915: Fix i915_gem_object_release_mmap_offset locking.riastradh
2021-12-19linux: Rename linux_sg.c -> linux_sgt.c.riastradh
2021-12-19linux: Rework radix tree shims.riastradh
2021-12-19linux: Fix xa_find_after to actually find the entry _after_.riastradh
2021-12-19drm: Merge vbl_lock into event_lock.riastradh
2021-12-19drm: Work around client modeset mutex for entering ddb.riastradh
2021-12-19drm: Fix io_mapping_map_wc to map all VAs, not just the first one.riastradh
2021-12-19i915: Rework locking in intel_pipe_update_start/end.riastradh
2021-12-19i915: Work around lock order reversal.riastradh
2021-12-19drm: actually let's just not use ksyms_getname for nowriastradh
2021-12-19drm: ksyms_getname is forbidden while holding spin locks.riastradh
2021-12-19drm: ksyms_getname is forbidden in interrupt context.riastradh
2021-12-19i915: connector->kdev doesn't get initialized at the moment.riastradh
2021-12-19i915: Defer i915_sw_fence_fini to `kmem' (pool) cache destructor.riastradh
2021-12-19i915: Fix mistaken patch -- print with decimal, not hex.riastradh
2021-12-19drm: Allow >page-sized io_mapping_map_wc.riastradh
2021-12-19drm: Fix index confusion and rename variables to clarify.riastradh
2021-12-19linux: Accept multipage segments in sg_alloc_table_from_bus_dmamem.riastradh
2021-12-19i915: Omit needless ifdef and do call intel_bios_init.riastradh
2021-12-19amdgpu_fb.criastradh
2021-12-19radeon: Narrow diff a little bit.riastradh
2021-12-19amdgpu: amdgpu_gfx.criastradh
2021-12-19linux: Add del_timer return value.riastradh
2021-12-19linux: Fix return value of del_timer_sync.riastradh
2021-12-19amdgpu: amdgpu_drv.criastradh
2021-12-19amdgpu: amdgpu_dma_buf.criastradh
2021-12-19amdgpu: amdgpu_dm.c, amdgpu_dm_hdcp.c, amdgpu_dm_helpers.criastradh
2021-12-19linux: ktime_get_nsriastradh
2021-12-19amdgpu: amdgpu_device.criastradh
2021-12-19linux: request_firmware_directriastradh
2021-12-19i915: Zero the kernel's ptes before freeing the va.riastradh
2021-12-19i915: Defer destroying request lock and fence until page destruction.riastradh
2021-12-19i915: Reduce diff with -Wno-pointer-arith.riastradh
2021-12-19i915: Destroy vma->pages_mutex before free.riastradh
2021-12-19linux: Misc empty stubs for amdgpu.riastradh
2021-12-19linux: pci_nameriastradh
2021-12-19linux: Fix rb tree iteration.riastradh
2021-12-19amdgpu: More files need hardfloat.riastradh
2021-12-19amdgpu: 64-bit format string abuseriastradh
2021-12-19amdgpu: Fix uninitialized variables.riastradh
2021-12-19amdgpu: Remove local ifdefs caused by audio.h header file confusion.riastradh
2021-12-19amdgpu: Include hw/audio.h; avoid config(5)-caused audio.h collision.riastradh
2021-12-19i915: Fix engine uabi class/instance lookup.riastradh
2021-12-19i915: Destroy locks in i915_active objects on free.riastradh
2021-12-19i915: Destroy locks when done.riastradh
2021-12-19drm: Destroy struct drm_gem_object::vma_node after use.riastradh
2021-12-19i915: Must unmake vma nodes we have made.riastradh
2021-12-19i915: Use dma_fence_signal_locked when we already hold the lock.riastradh
2021-12-19i915: Missed a spot in flailing the bad thing going wrong.riastradh
2021-12-19i915: Draft i915_gem_mmap_object.riastradh