summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2021-12-19nouveau: Disable MSI on G84 devices.riastradh
2021-12-19rkdrm: Convert to atomic modesetting, as needed for bridges.riastradh
2021-12-19drm: Use {} instead of [] for drm prints.riastradh
2021-12-19i915: For now, pretend gtt size is zero.riastradh
2021-12-19drm: Work around busted kthread_join.riastradh
2021-12-19drm: Don't try to use sched->thread until it's initialized.riastradh
2021-12-19drm: Fix error return for kthread_run: error pointer, not null.riastradh
2021-12-19drm: Omit needless local brace diff.riastradh
2021-12-19drm: Take advantage of kthread interlock to reduce diff.riastradh
2021-12-19drm: Rework Linux `kthread' abstraction to avoid race to sleep.riastradh
2021-12-19drm: Trigger `spurious' wakeup for kthread_stop too.riastradh
2021-12-19drm: Mark variable as used only by trace point.riastradh
2021-12-19drm: add drm_dp_aux_fini; use it in i915 to fix missing mutex destroy.riastradh
2021-12-19drm: Omit bogus spin locking around kthread_stop, which blocks.riastradh
2021-12-19amdgpu: Don't unmap doorbells if we didn't map them.riastradh
2021-12-19amdgpu: Fix register offsets in amdgpu_mm_rreg8/wreg8.riastradh
2021-12-19drm: Fix comments about wait return values.riastradh
2021-12-19drm: Ensure DRM_*WAIT* never counts down from MAX_SCHEDULE_TIMEOUT.riastradh
2021-12-19i915: Use splx, not splraise, to restore IPL after splsoftserial.riastradh
2021-12-19drm: Switch sense of #if __linux__ conditionals to use __NetBSD__.riastradh
2021-12-19i915: Fix some timeout return values in gmbus and dp logic.riastradh
2021-12-19nouveau: fix a "can return -1 to userland" problem.riastradh
2021-12-19linux: Fix rcu_barrier so it actually waits for everything.riastradh
2021-12-19linux: Rate-limit RCU GC thread as a cheap experiment.riastradh
2021-12-19drm: Make dma fence array name strings match Linux.riastradh
2021-12-19drm: Make scheduler mandatory to make amdgpu module simpler.riastradh
2021-12-19drm: Use atomic_load_consume/relaxed to simplify code.riastradh
2021-12-19drm: Implement dma fence chains.riastradh
2021-12-19drm: Support 64-bit fence context and sequence numbers.riastradh
2021-12-19drm: Release fence in dma_fence_chain_walk.riastradh
2021-12-19linux: In kthread_park, wake thread to re-check kthread_shouldpark.riastradh
2021-12-19amdgpu: Try turning on MSI.riastradh
2021-12-19amdgpu: Read amdgpu_ctx_entity::sequence under the lock.riastradh
2021-12-19drm: Make sure dma_fence_wait gets traced too. Deduplicate.riastradh
2021-12-19amdgpu: store process and lwp info for netbsd in amdgpu taskinfo.riastradh
2021-12-19drm: Add dtrace probes to fences.riastradh
2021-12-19drm: Fix signalling return value if no enable_signaling op.riastradh
2021-12-19amdgpu: Reduce unhelpful sprintf diffs.riastradh
2021-12-19Destroy lock before freeingriastradh
2021-12-19i915: Make intel_gtt_get prototype match Linux.riastradh
2021-12-19i915: Omit spurious compile-time assertion.riastradh
2021-12-19i915: Suppress spurious -Wmaybe-uninitialized warnings.riastradh
2021-12-19drm: Make resource_size return resource_size_t like Linux.riastradh
2021-12-19amdgpu: Add a cautionary comment about non-LP64 branch.riastradh
2021-12-19drm: Work around bus_space_read_8 on LP32.riastradh
2021-12-19amdgpu: Fix indexing for 64-bit doorbells.riastradh
2021-12-19drm: Must hold event_lock around wait on event_queue.riastradh
2021-12-19drm: Spruce up ww_mutex comments. Audit return values.riastradh
2021-12-19i915: Fix destroy/free order for i915 gem stub fence.riastradh
2021-12-19linux: Fix wait_bit semantics.riastradh