summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorFilesLines
2019-01-04drivers/dma-buf/udmabuf.c: convert to use vm_fault_tSouptick Joarder1-1/+1
2018-12-03dma-buf: add dma_fence_get_stubChristian König1-1/+35
2018-11-29Merge v4.20-rc4 into drm-nextDave Airlie1-0/+1
2018-11-16udmabuf: set read/write flag when exportingGerd Hoffmann1-0/+1
2018-10-26dma-buf: Update reservation shared_count after adding the new fenceChris Wilson1-7/+7
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König1-5/+8
2018-10-25dma-buf: remove shared fence staging in reservation objectChristian König1-120/+58
2018-09-14udmabuf: fix error code in map_udmabuf()Dan Carpenter1-1/+3
2018-09-12udmabuf: use sizeof(variable) instead of sizeof(type)Gerd Hoffmann1-3/+3
2018-09-12udmabuf: drop WARN_ON() check.Gerd Hoffmann1-3/+0
2018-09-12udmabuf: use ENOTTY for invalid ioctlsGerd Hoffmann1-1/+1
2018-09-12udmabuf: use EBADFD in case we didn't got a memfdGerd Hoffmann1-2/+5
2018-09-12udmabuf: improve udmabuf_create error handlingGerd Hoffmann1-13/+12
2018-09-12udmabuf: rework limitsGerd Hoffmann1-2/+8
2018-09-12udmabuf: add MEMFD_CREATE dependencyGerd Hoffmann1-0/+1
2018-09-12udmabuf: constify udmabuf_create argsGerd Hoffmann1-2/+2
2018-09-12udmabuf: constify udmabuf_opsGerd Hoffmann1-1/+1
2018-09-12udmabuf: use pgoff_t for pagecountGerd Hoffmann1-1/+1
2018-09-12udmabuf: improve map_udmabuf error handlingGerd Hoffmann1-11/+10
2018-09-12udmabuf: sort headers, drop uapi/ path prefixGerd Hoffmann1-9/+8
2018-09-05dma-buf/udmabuf: Fix NULL pointer dereference in udmabuf_createGustavo A. R. Silva1-1/+2
2018-09-03Add udmabuf misc deviceGerd Hoffmann3-0/+296
2018-08-10dma-buf: Remove requirement for ops->map() from dma_buf_exportChris Wilson1-1/+0
2018-07-16dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplaceMichel Dänzer1-3/+3
2018-07-06Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-57/+112
2018-07-04dma-fence: Polish kernel-doc for dma-fence.cDaniel Vetter1-44/+103
2018-07-03dma-fence: Make ->wait callback optionalDaniel Vetter3-5/+5
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom1-1/+1
2018-07-02dma-fence: Allow wait_any_timeout for all fencesDaniel Vetter1-5/+0
2018-07-02dma-fence: Make ->enable_signaling optionalDaniel Vetter1-4/+5
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-52/+2
2018-06-20dma_buf: remove device parameter from attach callback v2Christian König1-1/+1
2018-06-01dma-buf: make map_atomic and map function pointers optionalGerd Hoffmann1-0/+4
2018-05-07dma-buf: Remove unneeded stubs around sync_debug interfacesEzequiel Garcia1-10/+0
2018-05-03Revert 190c462d5be19ba622a82f5fd0625087c870a1e6..bf3012ada1b2222e770de5c35c1b...Daniel Vetter3-16/+9
2018-05-03dma-fence: Make ->wait callback optionalDaniel Vetter3-3/+4
2018-05-03dma-fence: Allow wait_any_timeout for all fencesDaniel Vetter1-5/+0
2018-05-03dma-fence: Make ->enable_signaling optionalDaniel Vetter1-1/+12
2018-01-29dma-fence: add comment for WARN_ON in dma_fence_release()Oded Gabbay1-0/+1
2018-02-19dma-buf/sw_sync: Fix kerneldoc warningsChris Wilson1-3/+3
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-11/+24
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-14/+14
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-31/+58
2018-01-30dma-buf/sw_sync: fix document of sw_sync_create_fence_dataShawn Guo1-2/+2
2018-01-23dma-buf: make returning the exclusive fence optionalChristian König1-9/+22
2018-01-23dma-buf: fix reservation_object_wait_timeout_rcu once more v2Christian König1-3/+5
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-28/+53
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-3/+3
2017-11-27annotate poll_table_struct ->_keyAl Viro1-1/+1
2017-11-23dma-buf: Fix ifnullfree.cocci warningsVasyl Gomonovych1-2/+1