summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
2021-05-20dma-buf: fix unintended pin/unpin warningsChristian König
2021-04-08drm/syncobj: use newly allocated stub fencesDavid Stevens
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-02-25dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual hea...John Stultz
2021-02-25dma-buf: dma-heap: Provide accessor to get heap nameJohn Stultz
2021-02-24dma-fence: allow signaling drivers to set fence timestampVeera Sundaram Sankaran
2021-02-24dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz
2021-02-24dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz
2021-02-09dma-buf: Avoid comma separated statementsJoe Perches
2021-02-03dma-buf: Avoid comma separated statementsJoe Perches
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2021-01-22dma-fence: allow signaling drivers to set fence timestampVeera Sundaram Sankaran
2021-01-22dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz
2021-01-22dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz
2021-01-18dma-buf: Add debug optionDaniel Vetter
2021-01-10dma-buf: cma_heap: Fix memory leak in CMA heapJohn Stultz
2021-01-07dmabuf: fix use-after-free of dmabuf's file->f_inodeCharan Teja Reddy
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2020-12-24Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-12-16dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPSJohn Stultz
2020-12-16dma-buf: doc polish for pin/unpinDaniel Vetter
2020-12-16dma-buf: begin/end_cpu might lock the dma_resv lockDaniel Vetter
2020-12-16dma-buf: some kerneldoc formatting fixesDaniel Vetter
2020-12-16dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15dma-buf: use krealloc_array()Bartosz Golaszewski
2020-11-25dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst
2020-11-22dma-buf: system_heap: Allocate higher order pages if availableJohn Stultz
2020-11-22dma-buf: heaps: Skip sync if not mappedJohn Stultz
2020-11-22dma-buf: heaps: Remove heap-helpers codeJohn Stultz
2020-11-22dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz
2020-11-22dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz
2020-11-19mm: introduce vma_set_file function v5Christian König
2020-11-19mm: mmap: fix fput in error path v2Christian König
2020-11-05Revert "mm: mmap: fix fput in error path v2"Christian König
2020-11-05Revert "mm: introduce vma_set_file function v4"Christian König
2020-11-05dma-buf: Fix static checker warningJianxin Xiong
2020-11-05mm: introduce vma_set_file function v4Christian König
2020-11-05mm: mmap: fix fput in error path v2Christian König
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-15dma-buf: Clarify that dma-buf sg lists are page alignedJianxin Xiong
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-08dma-buf: use struct_size macroChristian König
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann
2020-09-29dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptrThomas Zimmermann
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie