aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-54/+27
2021-11-12Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+3
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-17/+17
2021-11-04dma-buf/poll: Get a file reference for outstanding fence callbacksMichel Dänzer1-6/+12
2021-10-29dma-buf: acquire name lock before read/write dma_buf.nameGuangming Cao1-0/+3
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-17/+17
2021-10-07dma-buf: use the new iterator in dma_resv_pollChristian König1-30/+6
2021-10-07dma-buf: use the new iterator in dma_buf_debug_showChristian König1-18/+6
2021-10-01dma-buf: fix and rework dma_buf_poll v7Christian König1-82/+70
2021-08-16dma-buf: WARN on dmabuf release with pending attachmentsCharan Teja Reddy1-0/+1
2021-07-20dma_buf: remove dmabuf sysfs teardown before releaseGuangming Cao1-1/+1
2021-07-20dma-buf: Delete the DMA-BUF attachment sysfs statisticsHridya Valsaraju1-16/+0
2021-06-22dma-buf: Document non-dynamic exporter expectations betterDaniel Vetter1-0/+3
2021-06-15dmabuf: Add the capability to expose DMA-BUF stats in sysfsHridya Valsaraju1-0/+37
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-2/+1
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König1-3/+2
2021-06-04dma-buf: fix inconsistent debug print v2Christian König1-18/+9
2021-05-20dma-buf: fix unintended pin/unpin warningsChristian König1-5/+5
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-4/+17
2021-01-18dma-buf: Add debug optionDaniel Vetter1-4/+42
2021-01-07dmabuf: fix use-after-free of dmabuf's file->f_inodeCharan Teja Reddy1-4/+17
2020-12-16dma-buf: doc polish for pin/unpinDaniel Vetter1-3/+16
2020-12-16dma-buf: begin/end_cpu might lock the dma_resv lockDaniel Vetter1-0/+4
2020-12-16dma-buf: some kerneldoc formatting fixesDaniel Vetter1-13/+18
2020-12-16dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter1-6/+14
2020-11-19mm: introduce vma_set_file function v5Christian König1-2/+1
2020-11-19mm: mmap: fix fput in error path v2Christian König1-17/+3
2020-11-05Revert "mm: mmap: fix fput in error path v2"Christian König1-3/+17
2020-11-05Revert "mm: introduce vma_set_file function v4"Christian König1-1/+2
2020-11-05dma-buf: Fix static checker warningJianxin Xiong1-1/+1
2020-11-05mm: introduce vma_set_file function v4Christian König1-2/+1
2020-11-05mm: mmap: fix fput in error path v2Christian König1-17/+3
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+2
2020-10-15dma-buf: Clarify that dma-buf sg lists are page alignedJianxin Xiong1-0/+21
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann1-4/+4
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann1-12/+16
2020-09-29dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptrThomas Zimmermann1-7/+7
2020-09-21dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy1-0/+2
2020-09-03dma-buf: Fix kerneldoc of dma_buf_set_name()Krzysztof Kozlowski1-3/+3
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-33/+32
2020-07-10dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla1-4/+7
2020-06-30Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2020-06-25dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal1-29/+25
2020-06-24dma-buf: minor doc touch-upsDaniel Vetter1-3/+3
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2020-04-30dma-buf: fix documentation build warningsRandy Dunlap1-2/+2
2020-04-27dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter1-1/+2
2020-04-01dma-buf: add peer2peer flagChristian König1-0/+2
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-9/+101
2020-02-27dma-buf: make move_notify mandatory if importer_ops are providedChristian König1-8/+7