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
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
i915: Destroy lock in fence before freeing fence itself.
riastradh
2021-12-19
i915: Use i915_gem_object_has_pages, not a simple null test.
riastradh
2021-12-19
linux: Side-load asm/io.h in linux/scatterlist.h.
riastradh
2021-12-19
linux: PCI_BUS_NUM; tweak types for PCI_SLOT/PCI_FUNC.
riastradh
2021-12-19
drm: Need write lock on vmobjlock for pgo_put.
riastradh
2021-12-19
i915: Destroy gen8 ppgtt page directory spin lock.
riastradh
2021-12-19
i915: Destroy page directory lock on free.
riastradh
2021-12-19
i915: Fix priolist ordering.
riastradh
2021-12-19
i915: Allow duplicates in active tree, sorted by kva.
riastradh
2021-12-19
i915: Don't need obj->mmo.lock on destruction.
riastradh
2021-12-19
linux: Allow GFP_NOWAIT too.
riastradh
2021-12-19
i915: Fix typo: = is not +.
riastradh
2021-12-19
linux: Make WARN_ONCE actually happen only once.
riastradh
2021-12-19
i915: Destroy only spin locks we created in gen8 ppgtt.
riastradh
2021-12-19
i915: Fix some inadvertent void * abuse.
riastradh
2021-12-19
linux: Make flush_workqueue a noop if run from the workqueue.
riastradh
2021-12-19
linux: Fix flush_workqueue.
riastradh
2021-12-19
linux: Update workqueue flush to reflect TAILQ_CONCAT change.
riastradh
2021-12-19
i915: Abuse abstractions gruesomely but with less lock screwitude.
riastradh
2021-12-19
drm: Set fence timestamps -- i915 uses them.
riastradh
2021-12-19
drm: Set IPL_DRM to IPL_VM, not IPL_TTY.
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
i915: Initialize userptr wq for now. Should wire this up for real!
riastradh
2021-12-19
linux: Make pm_runtime_get_if_in_use succeed.
riastradh
2021-12-19
i915: Fix error branches in i915_gem_object_get_pages_phys.
riastradh
2021-12-19
linux: Fix dma mapping to set READ|WRITE if bidi; clarify cases.
riastradh
2021-12-19
i915: Draft intel ggtt partial page view.
riastradh
2021-12-19
i915: No view in i915_vma_compare for normal views.
riastradh
2021-12-19
drm: Add a kassert for fence destruction.
riastradh
2021-12-19
i915: Call i915_active_fini after init for frontbuffer.
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
i915: Kludge: wait for RCU grace period in __i915_request_dtor.
riastradh
2021-12-19
i915: Disable partial views on objects for now.
riastradh
2021-12-19
i915: Make GEM_BUG_ON a little more useful here.
riastradh
2021-12-19
i915: Release vmobjlock on fault.
riastradh
2021-12-19
i915: Use global uoffset in i915 address space, not per-object.
riastradh
2021-12-19
i915: Avoid leaking reference count when mapping objects.
riastradh
2021-12-19
drm: Avoid null pointer deref for drivers with atomic modeset.
riastradh
2021-12-19
i915: Fix indexing in gem fault lookups.
riastradh
2021-12-19
i915: Destroy fence work spin lock.
riastradh
2021-12-19
linux: Use kmem directly for Linux kmalloc.
riastradh
2021-12-19
i915: Destroy page directory spin locks.
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
i915: Simplify releasing mmap offsets; don't release if not mapped.
riastradh
[prev]
[next]