summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/linux
AgeCommit message (Expand)Author
2021-12-19drm: Use atomic_load_relaxed for fence->flags when not locked.riastradh
2021-12-19drm: Assert dma_fence_wait internal return value.riastradh
2021-12-19drm: Rework timeout return code logic.riastradh
2021-12-19drm: Rework dma_fence_wait_any_timeout.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-19drm: Support dma_resv_reserve_shared(..., num_fences>1).riastradh
2021-12-19drm: Implement drm_resv_get_fences_rcu with null fencep.riastradh
2021-12-19drm: Set fence->ops for stub fences too.riastradh
2021-12-19drm: set f_magic in the stub fence.riastradh
2021-12-19linux: Make kthread_park/stop work at IPL_VM.riastradh
2021-12-19drm: Move io_mapping to very own .c file.riastradh
2021-12-19drm: Factor dma_fence_put out of multiple dma_resv_do_poll branches.riastradh
2021-12-19drm: Fix dma_resv_test_signaled_rcu and dma_resv_wait_timeout_rcu.riastradh
2021-12-19drm: Make sure to check read ticket after reading shared fences.riastradh
2021-12-19drm: Write comment for dma_resv_get_fences_rcu semantics.riastradh
2021-12-19drm: Factor out logic to read snapshot of fences in dma_resv.riastradh
2021-12-19linux: Paranoia: Don't read kt_shouldstop unlocked.riastradh
2021-12-19drm: Draft dma-fence-array.riastradh
2021-12-19drm: In dma_fence_wait_timeout, allow MAX_SCHEDULE_TIMEOUT.riastradh
2021-12-19drm: Print bad timeout in dma_fence_wait_timeout kasserts.riastradh
2021-12-19drm: linux kthread stubsriastradh
2021-12-19amdgpu: Another pass through.riastradh
2021-12-19linux/idr: Remove meaningless stray membar.riastradh
2021-12-19drm: Fence leak audit. No functional change intended.riastradh
2021-12-19drm: Fix sense of conditional to avoid null pointer dereference.riastradh
2021-12-19drm: dma_fence_get allows fence to be null; fix assertion.riastradh
2021-12-19drm: Set fence timestamps -- i915 uses them.riastradh
2021-12-19drm: Sprinkle assertions about fence lifetime.riastradh
2021-12-19drm: Destroy dma map in sg_table_free.riastradh
2021-12-19linux: Fix dma mapping to set READ|WRITE if bidi; clarify cases.riastradh
2021-12-19drm: Add a kassert for fence destruction.riastradh
2021-12-19drm: Paranoia: null out fence if unreferenceable.riastradh
2021-12-19drm: Skip enabling signalling for fence if already signalled.riastradh
2021-12-19drm: Ensure the fence callback is initialized on failure.riastradh
2021-12-19drm: Rework enable-signal logic to match Linux.riastradh
2021-12-19linux: GFP_ATOMIC, not GFP_NOWAITriastradh
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-19linux: Accept multipage segments in sg_alloc_table_from_bus_dmamem.riastradh
2021-12-19amdgpu_fb.criastradh
2021-12-19amdgpu: amdgpu_dma_buf.criastradh
2021-12-19linux: request_firmware_directriastradh
2021-12-19i915: Defer destroying request lock and fence until page destruction.riastradh
2021-12-19linux: pci_nameriastradh
2021-12-19drm: Eliminate hrtimer_destroy and teardown_timer.riastradh
2021-12-19drm: Membar audit for dma_resv.riastradh
2021-12-19drm: Use atomic_store_release/load_consume in linux_dma_resv.c.riastradh