summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2021-12-19drm: Fix comment about dma_resv_lock_* return values.riastradh
2021-12-19drm: Timeout audit -- linux/sched.h.riastradh
2021-12-19drm: Timeout audit -- drm_syncobj.c.riastradh
2021-12-19linux: Timeout audit -- linux/completion.h.riastradh
2021-12-19drm: Make sure to initialize syncobj wait point.riastradh
2021-12-19drm: Use atomic_load_relaxed for fence->flags when not locked.riastradh
2021-12-19i915: Terminate inner loop if we hit end of view.riastradh
2021-12-19i915: Assert output segment index.riastradh
2021-12-19drm: Assert dma_fence_wait internal return value.riastradh
2021-12-19i915: Tighten assertion about segment index.riastradh
2021-12-19drm: Fix drm_symstr with pserialize.riastradh
2021-12-19i915: Fix locking-against-self in i915_request_wait.riastradh
2021-12-19drm/scheduler: Release job list lock arond kthread_parkme.riastradh
2021-12-19drm: Rework timeout return code logic.riastradh
2021-12-19drm: Rework dma_fence_wait_any_timeout.riastradh
2021-12-19i915: Fix wakeref destruction.riastradh
2021-12-19drm: Fix semantics of del_timer, del_timer_sync.riastradh
2021-12-19drm: Paranoia: handle fencep=null, fence!=null, and 0 shared.riastradh
2021-12-19drm: Fix missing restart on race in dma_resv_get_fences_rcu.riastradh
2021-12-19drm: Another missing spin_lock_destroy.riastradh
2021-12-19amdgpu: call pmap_pv_track/untrack for the graphics aperture.riastradh
2021-12-19drm: Fix an even number of sign errors in interval_tree_generic.h.riastradh
2021-12-19amdgpu: more destroy fixes.riastradh
2021-12-19drm: Support dma_resv_reserve_shared(..., num_fences>1).riastradh
2021-12-19drm/scheduler: spin_lock_init/destroy auditriastradh
2021-12-19i915: mutex_init/destroy and spin_lock_init/destroy auditriastradh
2021-12-19drm: mutex_init/destroy and spin_lock_init/destroy auditriastradh
2021-12-19amdgpu: mutex_init/destroy and spin_lock_init/destroy auditriastradh
2021-12-19drm: Implement drm_resv_get_fences_rcu with null fencep.riastradh
2021-12-19nouveau: Remove post-merge audit comments -- LGTM.riastradh
2021-12-19nouveau: Map write-combining in instmem/nv40 like Linux does.riastradh
2021-12-19drm: Set fence->ops for stub fences too.riastradh
2021-12-19amdgpu: Call idr_preload(_end) around idr_alloc, outside lock.riastradh
2021-12-19drm: set f_magic in the stub fence.riastradh
2021-12-19drm: add destruction.riastradh
2021-12-19amdgpu: Run module initialization.riastradh
2021-12-19drm: Fill in fake connector->kdev pointing at the drm device.riastradh
2021-12-19drm: Make via build again.riastradh
2021-12-19amdgpu: Disable atomic modeset like upstream does for now.riastradh
2021-12-19drm: Make some legacy UMS crap build.riastradh
2021-12-19drm: Avoid locking against self in scheduler.riastradh
2021-12-19drm: Avoid potential integer overflow in pages->bytes conversion.riastradh
2021-12-19linux: Make kthread_park/stop work at IPL_VM.riastradh
2021-12-19amdgpu: Set a sensible maxsegsz for ih ring DMA map.riastradh
2021-12-19amdgpu: Fix bogus assertion about number of DMA segments.riastradh
2021-12-19drm/ttm: Fix ttm_tt pages and DMA map allocation.riastradh
2021-12-19drm: Downgrade warnings from aprint_error to aprint_normal.riastradh
2021-12-19i915: Backport fix for locking-against-self on attach.riastradh
2021-12-19drm: Rework attach/detach and deferred task logic.riastradh
2021-12-19drm: Move io_mapping to very own .c file.riastradh