summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2019-10-10dma-buf/resv: fix exclusive fence getQiang Yu-1/+1
2019-08-20dmabuf: Mark up onstack timer for selftestsChris Wilson-1/+2
2019-08-20dma-buf: Use %zu for printing sizeofChris Wilson-1/+1
2019-08-19dma-buf: Add selftests for dma-fenceChris Wilson-1/+578
2019-08-19dma-buf: Introduce selftesting frameworkChris Wilson-0/+217
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson-7/+9
2019-08-17dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson-32/+12
2019-08-17dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson-3/+6
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson-36/+104
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König-104/+97
2019-08-13dma-buf: nuke reservation_object seq numberChristian König-19/+5
2019-08-13dma-buf/sw_sync: Synchronize signal vs syncpt freeChris Wilson-9/+7
2019-08-12dma-fence: Report the composite sync_file statusChris Wilson-1/+1
2019-08-12dma-fence: Propagate errors to dma-fence-array containerChris Wilson-1/+31
2019-08-10dma-buf: further relax reservation_object_add_shared_fenceChristian König-6/+0
2019-08-10dma-buf: add reservation_object_fences helperChristian König-82/+31
2019-08-07dma-buf: simplify reservation_object_get_fences_rcu a bitChristian König-10/+5
2019-08-07dma-buf: fix shared fence list handling in reservation_object_copy_fencesChristian König-19/+46
2019-08-07dma-buf: fix busy wait for new shared fencesChristian König-7/+7
2019-08-05dma-buf: fix stack corruption in dma_fence_chain_releaseChristian König-1/+23
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard-18/+12
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-5/+10
2019-07-16dma-buf: Relax the write-seqlock for reallocating the shared fence listChris Wilson-7/+7
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds-1/+1
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-39/+189
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab-1/+1
2019-07-15dma-buf: Expand reservation_list to fill allocationChris Wilson-2/+4
2019-06-28dma-buf: cleanup reservation_object_init/finiChristian König-0/+45
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-06-19Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-66/+8
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter-66/+8
2019-06-14dma-buf: add show_fdinfo handlerGreg Hackmann-0/+15
2019-06-14dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann-3/+62
2019-06-14dma-buf: give each buffer a full-fledged inodeGreg Hackmann-6/+57
2019-06-09dma-fence: Signal all callbacks from dma_fence_release()Chris Wilson-2/+19
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-30/+3
2019-06-06Merge tag 'drm-misc-fixes-2019-06-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-30/+3
2019-06-05udmabuf: actually unmap the scatterlistLucas Stach-0/+1
2019-06-05dma-buf: Discard old fence_excl on retrying get_fences_rcu for reallocChris Wilson-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-36/+4
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-31/+35
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul-1/+1
2019-05-22dma-buf: start caching of sg_table objects v2Christian König-2/+25
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-16Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+1
2019-05-13drm/i915: Seal races between async GPU cancellation, retirement and signalingChris Wilson-0/+1
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+255
2019-04-24dma-buf: Make mmap callback actually optionalAndrew F. Davis-2/+9
2019-04-24dma-buf: balance refcount inbalanceJérôme Glisse-0/+1