summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-buf.c
Commit message (Expand)AuthorAgeFilesLines
* dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy2020-09-211-0/+2
* dma-buf: Fix kerneldoc of dma_buf_set_name()Krzysztof Kozlowski2020-09-031-3/+3
* Merge v5.8-rc6 into drm-nextDave Airlie2020-07-241-33/+32
|\
| * dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla2020-07-101-4/+7
| * dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal2020-06-251-29/+25
* | Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-301-3/+3
|\ \ | |/ |/|
| * dma-buf: minor doc touch-upsDaniel Vetter2020-06-241-3/+3
* | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-0/+2
|\|
| * dma-buf: add peer2peer flagChristian König2020-04-011-0/+2
* | dma-buf: fix documentation build warningsRandy Dunlap2020-04-301-2/+2
* | dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter2020-04-271-1/+2
|/
* Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-121-9/+101
|\
| * dma-buf: make move_notify mandatory if importer_ops are providedChristian König2020-02-271-8/+7
| * dma-buf: drop dynamic_mapping flagChristian König2020-02-271-3/+2
| * dma-buf: add dynamic DMA-buf handling v15Christian König2020-02-271-8/+102
* | dma-buf: free dmabuf->name in dma_buf_release()Cong Wang2020-02-271-0/+1
|/
* Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-60/+3
|\
| * dma-buf: Drop dma_buf_k(un)mapDaniel Vetter2019-11-251-60/+3
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-3/+1
|\ \ | |/ |/|
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-3/+1
* | dma-buf: stop using the dmabuf->lock so much v2Christian König2019-10-241-16/+2
* | dma-buf: change DMA-buf locking convention v3Christian König2019-10-241-17/+101
|/
* dma-buf: Restore seqlock around dma_resv updatesChris Wilson2019-08-161-5/+26
* dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-16/+16
* dma-buf: add reservation_object_fences helperChristian König2019-08-101-26/+5
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+10
|\
* \ Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-10/+166
|\ \
| * | 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-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
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-241-11/+1
* dma-buf: Remove requirement for ops->map() from dma_buf_exportChris Wilson2018-08-101-1/+0
* dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-52/+2
* dma_buf: remove device parameter from attach callback v2Christian König2018-06-201-1/+1
* dma-buf: make map_atomic and map function pointers optionalGerd Hoffmann2018-06-011-0/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-13/+13
* Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-011-5/+4
|\
| * dma-buf: Fix ifnullfree.cocci warningsVasyl Gomonovych2017-11-231-2/+1
| * dma-buf: Cleanup comments on dma_buf_map_attachment()Liviu Dudau2017-11-021-3/+3
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | annotate poll_table_struct ->_keyAl Viro2017-11-271-1/+1
|/
* dma-buf: remove redundant initialization of sg_tableColin Ian King2017-09-201-1/+1
* dma-buf: Adjust a null pointer check in dma_buf_attach()Markus Elfring2017-05-081-1/+1
* dma-buf: Improve a size determination in dma_buf_attach()Markus Elfring2017-05-081-1/+1
* dma-buf: Combine two function calls into one in dma_buf_debug_show()Markus Elfring2017-05-081-3/+1
* dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-8/+8