aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-buf.c
AgeCommit message (Expand)Author
2020-05-06dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter
2020-02-27dma-buf: free dmabuf->name in dma_buf_release()Cong Wang
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-25dma-buf: Drop dma_buf_k(un)mapDaniel Vetter
2019-10-24dma-buf: stop using the dmabuf->lock so much v2Christian König
2019-10-24dma-buf: change DMA-buf locking convention v3Christian König
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-10dma-buf: add reservation_object_fences helperChristian König
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-14dma-buf: add show_fdinfo handlerGreg Hackmann
2019-06-14dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann
2019-06-14dma-buf: give each buffer a full-fledged inodeGreg Hackmann
2019-05-22dma-buf: start caching of sg_table objects v2Christian König
2019-04-24dma-buf: Make mmap callback actually optionalAndrew F. Davis
2019-04-24dma-buf: balance refcount inbalanceJérôme Glisse
2018-12-24dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-08-10dma-buf: Remove requirement for ops->map() from dma_buf_exportChris Wilson
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König
2018-06-20dma_buf: remove device parameter from attach callback v2Christian König
2018-06-01dma-buf: make map_atomic and map function pointers optionalGerd Hoffmann
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-11-23dma-buf: Fix ifnullfree.cocci warningsVasyl Gomonovych
2017-11-02dma-buf: Cleanup comments on dma_buf_map_attachment()Liviu Dudau
2017-09-20dma-buf: remove redundant initialization of sg_tableColin Ian King
2017-05-08dma-buf: Adjust a null pointer check in dma_buf_attach()Markus Elfring
2017-05-08dma-buf: Improve a size determination in dma_buf_attach()Markus Elfring
2017-05-08dma-buf: Combine two function calls into one in dma_buf_debug_show()Markus Elfring
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2017-04-03dma-buf: align debugfs outputRussell King
2017-03-31dma-buf: fence debuggingRussell King
2017-02-27dma-buf: add support for compat ioctlMarek Szyprowski
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter
2016-12-13dma-buf: Final bits of doc polishDaniel Vetter
2016-12-13dma-buf: Update cpu access documentationDaniel Vetter
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-08-16dma-buf: Wait on the reservation object when sync'ing before CPU accessChris Wilson
2016-07-18dma-buf: Release module reference on creation failureChris Wilson
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause
2016-06-20dma-buf: remove dma_buf directory on bufinfo file creation errorsMathias Krause
2016-06-20dma-buf: propagate errors from dma_buf_describe() on debugfs readMathias Krause