summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2021-12-19drm: Allow multiple concurrent io_mapping_map_wc on the same space.riastradh
2021-12-19linux: Downgrade warning about flushing from workqueue to debug.riastradh
2021-12-19i915: Fix gen6 pd_vma_bind.riastradh
2021-12-19i915: Spruce up assertion in gen6_ppgtt.c pd_vma_bind.riastradh
2021-12-19i915: Use pmap_pv_protect on the paddrs for unmap_mapping_range.riastradh
2021-12-19i915: Fill out i915_gem_phys_pwrite.riastradh
2021-12-19i915: Figure out the graphics stolen memory base.riastradh
2021-12-19i915: Rearrange how mmap offsets work.riastradh
2021-12-19i915: Fix partial object views -- start at the offset.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-19i915: Mark shmem object pages dirty if needed before unwiring them.riastradh
2021-12-19i915: Suggest gnats.n.o, not fdo gitlab, for bugs.riastradh
2021-12-19i915: Omit more unnecessary local diffs.riastradh
2021-12-19i915: Restore i915_gem.c shmem_pwrite.riastradh
2021-12-19linux: For uniprocessor, define smp_*mb as __insn_barrier.riastradh
2021-12-19linux: Eliminate read_barrier_depends, smp_read_barrier_depends.riastradh
2021-12-19linux: Define mb/wmb/rmb for x86.riastradh
2021-12-19drm: Use drm_vblank_get_locked/unlocked.riastradh
2021-12-19i915: No need for #ifdef __NetBSD__ to sprinkle legitimate const.riastradh
2021-12-19i915: Remove local diffs obviated by -fwrapv.riastradh
2021-12-19amdgpu: Factor out float build options.riastradh
2021-12-19linux: Paranoia: Don't read kt_shouldstop unlocked.riastradh
2021-12-19Avoid kernel assertion mod->mod_required == NULL kern_module.c:910riastradh
2021-12-19linux: ktime_get_real_secondsriastradh
2021-12-19radeon: Fix dma_addressing_limited call.riastradh
2021-12-19drm: Draft dma-fence-array.riastradh
2021-12-19amdgpu: Make amdgpu_file_to_fpriv work.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-19amdgpu: Stub out irq domain stuff with a finer grain.riastradh
2021-12-19drm: linux kthread stubsriastradh
2021-12-19linux: wait_for_completionriastradh
2021-12-19amdgpu: Tie up some loose ends.riastradh
2021-12-19amdgpu: Thread bus_dma segments through amdgpu_vm.c.riastradh
2021-12-19amdgpu: make most of amdgpu_vm.c buildriastradh
2021-12-19amdgpu: Delete redundant local amdgpu_trace.h.riastradh
2021-12-19linux: Define trace_*_enabled too, to return false.riastradh
2021-12-19drm: Knuckle under and define sprintf in nbsd-namespace.h.riastradh
2021-12-19linux: INIT_KFIFOriastradh
2021-12-19amdgpu: Another pass through.riastradh
2021-12-19amdgpu: amdgpu_renoir_ppt.criastradh
2021-12-19linux/idr: Remove meaningless stray membar.riastradh
2021-12-19linux: Allow non-VLA structs in struct_size.riastradh
2021-12-19linux: Side-load linux/overflow.h in linux/slab.h.riastradh
2021-12-19linux: Move linux/overflow.h from drm2 to common.riastradh
2021-12-19drm: Fence leak audit. No functional change intended.riastradh