summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-fence.c
Commit message (Expand)AuthorAge
* dma-fence: Store the timestamp in the same union as the cb_listChris Wilson2019-08-17
* dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson2019-08-17
* dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson2019-08-17
* dma-buf: rename reservation_object to dma_resvChristian König2019-08-13
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-19
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-30
* | dma-fence: Signal all callbacks from dma_fence_release()Chris Wilson2019-06-09
|/
* drm/i915: Seal races between async GPU cancellation, retirement and signalingChris Wilson2019-05-13
* dma-buf: make fence sequence numbers 64 bit v2Christian König2018-12-07
* dma-buf: add dma_fence_get_stubChristian König2018-12-03
* dma-fence: Polish kernel-doc for dma-fence.cDaniel Vetter2018-07-04
* dma-fence: Make ->wait callback optionalDaniel Vetter2018-07-03
* dma-fence: Allow wait_any_timeout for all fencesDaniel Vetter2018-07-02
* dma-fence: Make ->enable_signaling optionalDaniel Vetter2018-07-02
* dma-fence: add comment for WARN_ON in dma_fence_release()Oded Gabbay2018-01-29
* tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_onSteven Rostedt (VMware)2017-10-16
* Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie2017-07-26
|\
| * Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul2017-07-17
| |\
| * | dma-buf/fence: Avoid use of uninitialised timestampChris Wilson2017-07-14
| * | Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-06
| |\ \
* | | | dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter2017-07-26
| |_|/ |/| |
* | | dma-buf: avoid scheduling on fence status query v2Andres Rodriguez2017-04-27
* | | Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-14
|\| | | |/ |/|
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* | dma-buf/dma-fence: improve doc for dma_fence_add_callback()Gustavo Padovan2017-02-15
|/
* dma/fence: Export enable-signaling tracepoint for emission by driversChris Wilson2017-01-27
* dma-fence: Introduce drm_fence_set_error() helperChris Wilson2017-01-09
* dma-fence: Wrap querying the fence->statusChris Wilson2017-01-09
* dma-fence: Clear fence->status during dma_fence_init()Chris Wilson2017-01-09
* dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher2016-11-08
* dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)Alex Deucher2016-11-08
* dma-buf: return index of the first signaled fence (v2)monk.liu2016-11-08
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-25