aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-21dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy1-0/+2
2020-09-03dma-buf: Fix kerneldoc of dma_buf_set_name()Krzysztof Kozlowski1-3/+3
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-33/+32
2020-07-10dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla1-4/+7
2020-06-30Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2020-06-25dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal1-29/+25
2020-06-24dma-buf: minor doc touch-upsDaniel Vetter1-3/+3
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2020-04-30dma-buf: fix documentation build warningsRandy Dunlap1-2/+2
2020-04-27dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter1-1/+2
2020-04-01dma-buf: add peer2peer flagChristian König1-0/+2
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-9/+101
2020-02-27dma-buf: make move_notify mandatory if importer_ops are providedChristian König1-8/+7
2020-02-27dma-buf: drop dynamic_mapping flagChristian König1-3/+2
2020-02-27dma-buf: add dynamic DMA-buf handling v15Christian König1-8/+102
2020-02-27dma-buf: free dmabuf->name in dma_buf_release()Cong Wang1-0/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-60/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-3/+1
2019-11-25dma-buf: Drop dma_buf_k(un)mapDaniel Vetter1-60/+3
2019-10-24dma-buf: stop using the dmabuf->lock so much v2Christian König1-16/+2
2019-10-24dma-buf: change DMA-buf locking convention v3Christian König1-17/+101
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-3/+1
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson1-5/+26
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-16/+16
2019-08-10dma-buf: add reservation_object_fences helperChristian König1-26/+5
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+10
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-10/+166
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-14dma-buf: add show_fdinfo handlerGreg Hackmann1-0/+15
2019-06-14dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann1-3/+62
2019-06-14dma-buf: give each buffer a full-fledged inodeGreg Hackmann1-6/+57
2019-05-22dma-buf: start caching of sg_table objects v2Christian König1-2/+25
2019-04-24dma-buf: Make mmap callback actually optionalAndrew F. Davis1-2/+9
2019-04-24dma-buf: balance refcount inbalanceJérôme Glisse1-0/+1
2018-12-24dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-11/+1
2018-08-10dma-buf: Remove requirement for ops->map() from dma_buf_exportChris Wilson1-1/+0
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-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-13/+13
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27annotate poll_table_struct ->_keyAl Viro1-1/+1
2017-11-23dma-buf: Fix ifnullfree.cocci warningsVasyl Gomonovych1-2/+1
2017-11-02dma-buf: Cleanup comments on dma_buf_map_attachment()Liviu Dudau1-3/+3
2017-09-20dma-buf: remove redundant initialization of sg_tableColin Ian King1-1/+1
2017-05-08dma-buf: Adjust a null pointer check in dma_buf_attach()Markus Elfring1-1/+1
2017-05-08dma-buf: Improve a size determination in dma_buf_attach()Markus Elfring1-1/+1
2017-05-08dma-buf: Combine two function calls into one in dma_buf_debug_show()Markus Elfring1-3/+1
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-8/+8