index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
external
/
bsd
/
drm2
/
linux
Age
Commit message (
Expand
)
Author
2021-12-19
drm: Use atomic_load_relaxed for fence->flags when not locked.
riastradh
2021-12-19
drm: Assert dma_fence_wait internal return value.
riastradh
2021-12-19
drm: Rework timeout return code logic.
riastradh
2021-12-19
drm: Rework dma_fence_wait_any_timeout.
riastradh
2021-12-19
drm: Paranoia: handle fencep=null, fence!=null, and 0 shared.
riastradh
2021-12-19
drm: Fix missing restart on race in dma_resv_get_fences_rcu.
riastradh
2021-12-19
drm: Another missing spin_lock_destroy.
riastradh
2021-12-19
drm: Support dma_resv_reserve_shared(..., num_fences>1).
riastradh
2021-12-19
drm: Implement drm_resv_get_fences_rcu with null fencep.
riastradh
2021-12-19
drm: Set fence->ops for stub fences too.
riastradh
2021-12-19
drm: set f_magic in the stub fence.
riastradh
2021-12-19
linux: Make kthread_park/stop work at IPL_VM.
riastradh
2021-12-19
drm: Move io_mapping to very own .c file.
riastradh
2021-12-19
drm: Factor dma_fence_put out of multiple dma_resv_do_poll branches.
riastradh
2021-12-19
drm: Fix dma_resv_test_signaled_rcu and dma_resv_wait_timeout_rcu.
riastradh
2021-12-19
drm: Make sure to check read ticket after reading shared fences.
riastradh
2021-12-19
drm: Write comment for dma_resv_get_fences_rcu semantics.
riastradh
2021-12-19
drm: Factor out logic to read snapshot of fences in dma_resv.
riastradh
2021-12-19
linux: Paranoia: Don't read kt_shouldstop unlocked.
riastradh
2021-12-19
drm: Draft dma-fence-array.
riastradh
2021-12-19
drm: In dma_fence_wait_timeout, allow MAX_SCHEDULE_TIMEOUT.
riastradh
2021-12-19
drm: Print bad timeout in dma_fence_wait_timeout kasserts.
riastradh
2021-12-19
drm: linux kthread stubs
riastradh
2021-12-19
amdgpu: Another pass through.
riastradh
2021-12-19
linux/idr: Remove meaningless stray membar.
riastradh
2021-12-19
drm: Fence leak audit. No functional change intended.
riastradh
2021-12-19
drm: Fix sense of conditional to avoid null pointer dereference.
riastradh
2021-12-19
drm: dma_fence_get allows fence to be null; fix assertion.
riastradh
2021-12-19
drm: Set fence timestamps -- i915 uses them.
riastradh
2021-12-19
drm: Sprinkle assertions about fence lifetime.
riastradh
2021-12-19
drm: Destroy dma map in sg_table_free.
riastradh
2021-12-19
linux: Fix dma mapping to set READ|WRITE if bidi; clarify cases.
riastradh
2021-12-19
drm: Add a kassert for fence destruction.
riastradh
2021-12-19
drm: Paranoia: null out fence if unreferenceable.
riastradh
2021-12-19
drm: Skip enabling signalling for fence if already signalled.
riastradh
2021-12-19
drm: Ensure the fence callback is initialized on failure.
riastradh
2021-12-19
drm: Rework enable-signal logic to match Linux.
riastradh
2021-12-19
linux: GFP_ATOMIC, not GFP_NOWAIT
riastradh
2021-12-19
linux: Rename linux_sg.c -> linux_sgt.c.
riastradh
2021-12-19
linux: Rework radix tree shims.
riastradh
2021-12-19
linux: Fix xa_find_after to actually find the entry _after_.
riastradh
2021-12-19
linux: Accept multipage segments in sg_alloc_table_from_bus_dmamem.
riastradh
2021-12-19
amdgpu_fb.c
riastradh
2021-12-19
amdgpu: amdgpu_dma_buf.c
riastradh
2021-12-19
linux: request_firmware_direct
riastradh
2021-12-19
i915: Defer destroying request lock and fence until page destruction.
riastradh
2021-12-19
linux: pci_name
riastradh
2021-12-19
drm: Eliminate hrtimer_destroy and teardown_timer.
riastradh
2021-12-19
drm: Membar audit for dma_resv.
riastradh
2021-12-19
drm: Use atomic_store_release/load_consume in linux_dma_resv.c.
riastradh
[prev]
[next]