summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/dma-buf.c
AgeCommit message (Expand)Author
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
2016-05-31dma-buf: use vma_pages()Muhammad Falak R Wani
2016-03-21dma-buf: Update docs for SYNC ioctlDaniel Vetter
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson
2016-02-12dma-buf: Add ioctls to allow userspace to flushDaniel Vetter
2016-02-09dma-buf: Remove range-based flushTiago Vignatti
2015-05-21dma-buf: Minor coding style fixesJagan Teki
2015-05-13dma-buf: add ref counting for module as exporterSumit Semwal
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal
2014-10-09dma-buf: don't open-code atomic_long_read()Al Viro
2014-07-08reservation: add suppport for read-only access using rcuMaarten Lankhorst
2014-07-08reservation: update api and add some helpersMaarten Lankhorst
2014-07-08dma-buf: add poll support, v3Maarten Lankhorst
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2014-07-08dma-buf: move to drivers/dma-bufMaarten Lankhorst