summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | 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
| | |\ \
| * | | | 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: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
| |_|_|/ |/| | |
* | | | 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
|/ / /
* | / 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
|\|
| * dma-buf: explicitely note that dma-fence-chains use 64bit seqnoChristian König2019-04-163-3/+5
| * dma-buf: add new dma_fence_chain container v7Christian König2019-04-012-1/+243
| * dma-buf: add some lockdep asserts to the reservation object implementationLucas Stach2019-02-271-0/+8
* | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
|/
* Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-105-28/+8
|\
| * dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-242-24/+4
| * dma-buf: make fence sequence numbers 64 bit v2Christian König2018-12-073-4/+4
* | drivers/dma-buf/udmabuf.c: convert to use vm_fault_tSouptick Joarder2019-01-041-1/+1
|/
* dma-buf: add dma_fence_get_stubChristian König2018-12-031-1/+35
* Merge v4.20-rc4 into drm-nextDave Airlie2018-11-291-0/+1
|\
| * udmabuf: set read/write flag when exportingGerd Hoffmann2018-11-161-0/+1
* | dma-buf: Update reservation shared_count after adding the new fenceChris Wilson2018-10-261-7/+7
* | dma-buf: allow reserving more than one shared fence slotChristian König2018-10-251-5/+8
* | dma-buf: remove shared fence staging in reservation objectChristian König2018-10-251-120/+58
|/
* udmabuf: fix error code in map_udmabuf()Dan Carpenter2018-09-141-1/+3
* udmabuf: use sizeof(variable) instead of sizeof(type)Gerd Hoffmann2018-09-121-3/+3
* udmabuf: drop WARN_ON() check.Gerd Hoffmann2018-09-121-3/+0
* udmabuf: use ENOTTY for invalid ioctlsGerd Hoffmann2018-09-121-1/+1
* udmabuf: use EBADFD in case we didn't got a memfdGerd Hoffmann2018-09-121-2/+5
* udmabuf: improve udmabuf_create error handlingGerd Hoffmann2018-09-121-13/+12
* udmabuf: rework limitsGerd Hoffmann2018-09-121-2/+8
* udmabuf: add MEMFD_CREATE dependencyGerd Hoffmann2018-09-121-0/+1
* udmabuf: constify udmabuf_create argsGerd Hoffmann2018-09-121-2/+2