summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/dma-buf.c
AgeCommit message (Expand)Author
2020-10-01Merge tag 'v5.4.69' into 5.4-2.1.x-imxAndrey Zhizhikin
2020-10-01dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy
2020-08-11Merge tag 'v5.4.54' into 5.4-2.1.x-imxAndrey Zhizhikin
2020-08-11Merge tag 'v5.4.51' into 5.4-2.1.x-imxAndrey Zhizhikin
2020-07-29dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla
2020-07-09dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal
2020-07-07Merge tag 'v5.4.47' into 5.4-2.1.x-imxMax Krummenacher
2020-05-06dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter
2020-03-12dma-buf: free dmabuf->name in dma_buf_release()Cong Wang
2019-11-25MA-11994 Add get phys address ioctl to dma-buf.ivan.liu
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