summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-5/+10
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-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
2019-04-23dma-buf: Remove unused sync_dump()Chris Wilson-27/+0
2019-04-19Make anon_inodes unconditionalDavid Howells-1/+0
2019-04-16dma-buf: explicitely note that dma-fence-chains use 64bit seqnoChristian König-3/+5
2019-04-01dma-buf: add new dma_fence_chain container v7Christian König-1/+243
2019-02-27dma-buf: add some lockdep asserts to the reservation object implementationLucas Stach-0/+8
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie-28/+8
2019-01-04drivers/dma-buf/udmabuf.c: convert to use vm_fault_tSouptick Joarder-1/+1
2018-12-24dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li-24/+4
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König-4/+4
2018-12-03dma-buf: add dma_fence_get_stubChristian König-1/+35
2018-11-29Merge v4.20-rc4 into drm-nextDave Airlie-0/+1
2018-11-16udmabuf: set read/write flag when exportingGerd Hoffmann-0/+1
2018-10-26dma-buf: Update reservation shared_count after adding the new fenceChris Wilson-7/+7
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König-5/+8
2018-10-25dma-buf: remove shared fence staging in reservation objectChristian König-120/+58
2018-09-14udmabuf: fix error code in map_udmabuf()Dan Carpenter-1/+3
2018-09-12udmabuf: use sizeof(variable) instead of sizeof(type)Gerd Hoffmann-3/+3
2018-09-12udmabuf: drop WARN_ON() check.Gerd Hoffmann-3/+0
2018-09-12udmabuf: use ENOTTY for invalid ioctlsGerd Hoffmann-1/+1
2018-09-12udmabuf: use EBADFD in case we didn't got a memfdGerd Hoffmann-2/+5
2018-09-12udmabuf: improve udmabuf_create error handlingGerd Hoffmann-13/+12
2018-09-12udmabuf: rework limitsGerd Hoffmann-2/+8
2018-09-12udmabuf: add MEMFD_CREATE dependencyGerd Hoffmann-0/+1
2018-09-12udmabuf: constify udmabuf_create argsGerd Hoffmann-2/+2