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