summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2020-12-24Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+1
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-442/+650
2020-12-16dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPSJohn Stultz-0/+1
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+1
2020-12-15dma-buf: use krealloc_array()Bartosz Golaszewski-2/+1
2020-11-25dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst-1/+1
2020-11-22dma-buf: system_heap: Allocate higher order pages if availableJohn Stultz-18/+71
2020-11-22dma-buf: heaps: Skip sync if not mappedJohn Stultz-0/+20
2020-11-22dma-buf: heaps: Remove heap-helpers codeJohn Stultz-328/+0
2020-11-22dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz-49/+270
2020-11-22dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz-46/+303
2020-11-19mm: introduce vma_set_file function v5Christian König-2/+1
2020-11-19mm: mmap: fix fput in error path v2Christian König-17/+3
2020-11-05Revert "mm: mmap: fix fput in error path v2"Christian König-3/+17
2020-11-05Revert "mm: introduce vma_set_file function v4"Christian König-1/+2
2020-11-05dma-buf: Fix static checker warningJianxin Xiong-1/+1
2020-11-05mm: introduce vma_set_file function v4Christian König-2/+1
2020-11-05mm: mmap: fix fput in error path v2Christian König-17/+3
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-12/+12
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+1
2020-10-15dma-buf: Clarify that dma-buf sg lists are page alignedJianxin Xiong-0/+21
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-11/+18
2020-10-08dma-buf: use struct_size macroChristian König-1/+1
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig-1/+1
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann-5/+5
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann-14/+22
2020-09-29dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptrThomas Zimmermann-7/+7
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+9
2020-09-21dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy-0/+2
2020-09-17dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter-0/+5
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie-11/+9
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-3/+4
2020-09-10dmabuf: fix common struct sg_table related issuesMarek Szyprowski-11/+9
2020-09-07udmabuf: Add missing compact_ioctlKristian H. Kristensen-0/+3
2020-09-03dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in ke...Krzysztof Kozlowski-0/+1
2020-09-03dma-buf: Fix kerneldoc of dma_buf_set_name()Krzysztof Kozlowski-3/+3
2020-09-02dma-buf: fix kernel-doc warning in dma-fence.cRandy Dunlap-0/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-14/+1
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish-7/+1
2020-07-29dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish-8/+1
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie-33/+32
2020-07-23dma-fence: Make symbol 'dma_fence_lockdep_map' staticWei Yongjun-1/+1
2020-07-23Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+215
2020-07-21dma-fence: prime lockdep annotationsDaniel Vetter-0/+54
2020-07-21dma-fence: basic lockdep annotationsDaniel Vetter-0/+161
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-29/+21
2020-07-10dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla-4/+7
2020-07-03Merge tag 'drm-intel-next-2020-07-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+1
2020-07-02dma-buf: fix dma-fence-chain out of order testLionel Landwerlin-22/+21
2020-07-02Revert "dma-buf: Report signaled links inside dma-fence-chain"Lionel Landwerlin-7/+0