summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: fix unintended pin/unpin warningsChristian König2021-05-201-5/+5
* drm/syncobj: use newly allocated stub fencesDavid Stevens2021-04-081-1/+26
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-163-0/+14
|\
| * dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual hea...John Stultz2021-02-252-0/+2
| * dma-buf: dma-heap: Provide accessor to get heap nameJohn Stultz2021-02-251-0/+12
| * dma-buf: Avoid comma separated statementsJoe Perches2021-02-031-2/+5
| * dma-fence: allow signaling drivers to set fence timestampVeera Sundaram Sankaran2021-01-221-7/+63
| * dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz2021-01-223-30/+27
| * dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz2021-01-221-1/+3
* | dma-fence: allow signaling drivers to set fence timestampVeera Sundaram Sankaran2021-02-241-7/+63
* | dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz2021-02-243-30/+27
* | dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz2021-02-241-1/+3
* | dma-buf: Avoid comma separated statementsJoe Perches2021-02-091-2/+5
* | Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2021-01-252-4/+20
|\ \ | |/ |/|
| * dma-buf: cma_heap: Fix memory leak in CMA heapJohn Stultz2021-01-101-0/+3
| * dmabuf: fix use-after-free of dmabuf's file->f_inodeCharan Teja Reddy2021-01-071-4/+17
* | dma-buf: Add debug optionDaniel Vetter2021-01-182-4/+50
* | Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-01-071-22/+52
|\ \ | |/ |/|
| * dma-buf: doc polish for pin/unpinDaniel Vetter2020-12-161-3/+16
| * dma-buf: begin/end_cpu might lock the dma_resv lockDaniel Vetter2020-12-161-0/+4
| * dma-buf: some kerneldoc formatting fixesDaniel Vetter2020-12-161-13/+18
| * dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter2020-12-161-6/+14
* | Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-241-0/+1
|\ \
| * | dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPSJohn Stultz2020-12-161-0/+1
| |/
* | Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-187-442/+650
|\|
| * dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst2020-11-251-1/+1
| * dma-buf: system_heap: Allocate higher order pages if availableJohn Stultz2020-11-221-18/+71
| * dma-buf: heaps: Skip sync if not mappedJohn Stultz2020-11-222-0/+20
| * dma-buf: heaps: Remove heap-helpers codeJohn Stultz2020-11-223-328/+0
| * dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz2020-11-221-49/+270
| * dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz2020-11-221-46/+303
| * mm: introduce vma_set_file function v5Christian König2020-11-191-2/+1
| * mm: mmap: fix fput in error path v2Christian König2020-11-191-17/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-2/+1
|\ \ | |/ |/|
| * dma-buf: use krealloc_array()Bartosz Golaszewski2020-12-151-2/+1
* | Revert "mm: mmap: fix fput in error path v2"Christian König2020-11-051-3/+17
* | Revert "mm: introduce vma_set_file function v4"Christian König2020-11-051-1/+2
* | dma-buf: Fix static checker warningJianxin Xiong2020-11-051-1/+1
* | mm: introduce vma_set_file function v4Christian König2020-11-051-2/+1
* | mm: mmap: fix fput in error path v2Christian König2020-11-051-17/+3
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-024-12/+12
|\|
| * Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
| |\
| | * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-154-11/+18
| |\ \
| | * \ Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-233-0/+9
| | |\ \
| | * \ \ Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-172-11/+9
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | dmabuf: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-11/+9
| * | | | dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy2020-09-211-0/+2
| |/ / /
* | | | dma-buf: Clarify that dma-buf sg lists are page alignedJianxin Xiong2020-10-151-0/+21
* | | | dma-buf: use struct_size macroChristian König2020-10-081-1/+1