summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-buf.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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/+1Star
|/
* dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-241-11/+1Star
* dma-buf: Remove requirement for ops->map() from dma_buf_exportChris Wilson2018-08-101-1/+0Star
* dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-52/+2Star
* 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-021-5/+4Star
|\
| * dma-buf: Fix ifnullfree.cocci warningsVasyl Gomonovych2017-11-231-2/+1Star
| * 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/+1Star
* dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-8/+8
* dma-buf: align debugfs outputRussell King2017-04-031-1/+2
* dma-buf: fence debuggingRussell King2017-03-311-1/+33
* dma-buf: add support for compat ioctlMarek Szyprowski2017-02-271-0/+3
* dma-buf: Use recommended structure member referenceDaniel Vetter2016-12-301-3/+2Star
* dma-buf: use preferred struct reference in kernel-docDaniel Vetter2016-12-301-3/+3
* dma-buf: Final bits of doc polishDaniel Vetter2016-12-131-0/+22
* dma-buf: Update cpu access documentationDaniel Vetter2016-12-131-0/+122
* dma-buf: Reorganize device dma access docsDaniel Vetter2016-12-131-5/+59
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-14/+14
* dma-buf: Wait on the reservation object when sync'ing before CPU accessChris Wilson2016-08-161-0/+23
* dma-buf: Release module reference on creation failureChris Wilson2016-07-181-4/+11
* dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause2016-06-201-20/+9Star
* dma-buf: remove dma_buf directory on bufinfo file creation errorsMathias Krause2016-06-201-1/+4
* dma-buf: propagate errors from dma_buf_describe() on debugfs readMathias Krause2016-06-201-11/+3Star
* dma-buf: use vma_pages()Muhammad Falak R Wani2016-05-311-3/+4
* dma-buf: Update docs for SYNC ioctlDaniel Vetter2016-03-211-1/+1
* dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson2016-03-191-6/+11
* dma-buf: Add ioctls to allow userspace to flushDaniel Vetter2016-02-121-0/+45
* dma-buf: Remove range-based flushTiago Vignatti2016-02-091-9/+4Star
* dma-buf: Minor coding style fixesJagan Teki2015-05-211-2/+7
* dma-buf: add ref counting for module as exporterSumit Semwal2015-05-131-1/+9
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-211-25/+22Star
* dma-buf: don't open-code atomic_long_read()Al Viro2014-10-091-1/+1
* reservation: add suppport for read-only access using rcuMaarten Lankhorst2014-07-081-11/+36
* reservation: update api and add some helpersMaarten Lankhorst2014-07-081-11/+24