summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* dmabuf: Mark up onstack timer for selftestsChris Wilson2019-08-201-1/+2
* dma-buf: Use %zu for printing sizeofChris Wilson2019-08-201-1/+1
* dma-buf: Add selftests for dma-fenceChris Wilson2019-08-193-1/+578
* dma-buf: Introduce selftesting frameworkChris Wilson2019-08-195-0/+217
* dma-fence: Store the timestamp in the same union as the cb_listChris Wilson2019-08-171-7/+9
* dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson2019-08-171-32/+12
* dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson2019-08-171-3/+6
* dma-buf: Restore seqlock around dma_resv updatesChris Wilson2019-08-162-36/+104
* dma-buf: rename reservation_object to dma_resvChristian König2019-08-134-104/+97
* dma-buf: nuke reservation_object seq numberChristian König2019-08-131-19/+5
* dma-buf/sw_sync: Synchronize signal vs syncpt freeChris Wilson2019-08-131-9/+7
* dma-fence: Report the composite sync_file statusChris Wilson2019-08-121-1/+1
* dma-fence: Propagate errors to dma-fence-array containerChris Wilson2019-08-121-1/+31
* dma-buf: further relax reservation_object_add_shared_fenceChristian König2019-08-101-6/+0
* dma-buf: add reservation_object_fences helperChristian König2019-08-102-82/+31
* dma-buf: simplify reservation_object_get_fences_rcu a bitChristian König2019-08-071-10/+5
* dma-buf: fix shared fence list handling in reservation_object_copy_fencesChristian König2019-08-071-19/+46
* dma-buf: fix busy wait for new shared fencesChristian König2019-08-071-7/+7
* dma-buf: fix stack corruption in dma_fence_chain_releaseChristian König2019-08-051-1/+23
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-222-18/+12
|\
| * Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+10
| |\
| * \ Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-1/+1
| |\ \
| | * | docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
| * | | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-155-39/+189
| |\ \ \ | | |/ / | |/| |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | | | dma-buf: Relax the write-seqlock for reallocating the shared fence listChris Wilson2019-07-161-7/+7
* | | | dma-buf: Expand reservation_list to fill allocationChris Wilson2019-07-151-2/+4
* | | | dma-buf: cleanup reservation_object_init/finiChristian König2019-06-281-0/+45
| |/ / |/| |
* | | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-06-198-66/+8
|\ \ \
| * | | Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-198-66/+8
| |\| |
| | * | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-083-30/+3
| | |\ \
| | | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-053-30/+3
| | * | | Merge tag 'drm-misc-fixes-2019-06-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-06-061-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | udmabuf: actually unmap the scatterlistLucas Stach2019-06-051-0/+1
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-304-36/+4
| | |/ /
* | | | dma-buf: add show_fdinfo handlerGreg Hackmann2019-06-141-0/+15
* | | | dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann2019-06-141-3/+62
* | | | dma-buf: give each buffer a full-fledged inodeGreg Hackmann2019-06-141-6/+57
|/ / /
* | | dma-fence: Signal all callbacks from dma_fence_release()Chris Wilson2019-06-091-2/+19
* | | dma-buf: Discard old fence_excl on retrying get_fences_rcu for reallocChris Wilson2019-06-051-0/+4
* | | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-283-31/+35
|\ \ \ | |/ / |/| |
| * | Merge drm/drm-next into drm-misc-nextSean Paul2019-05-222-1/+1
| |\|
| * | dma-buf: start caching of sg_table objects v2Christian König2019-05-221-2/+25
| * | dma-buf: Make mmap callback actually optionalAndrew F. Davis2019-04-241-2/+9
| * | dma-buf: balance refcount inbalanceJérôme Glisse2019-04-241-0/+1
| * | dma-buf: Remove unused sync_dump()Chris Wilson2019-04-232-27/+0
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
| |/ |/|
* | Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-161-0/+1
|\ \
| * | drm/i915: Seal races between async GPU cancellation, retirement and signalingChris Wilson2019-05-131-0/+1
| |/
* | Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-085-3/+255
|\|