summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal2020-06-251-29/+25
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* DMA reservations: use the new mmap locking APIMichel Lespinasse2020-06-091-2/+3
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-026-3/+730
|\
| * dma-buf: Use atomic_fetch_add() for the context idChris Wilson2020-05-131-1/+1
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-171-5/+6
| |\
| * | dma-buf: Exercise dma-fence-chain under selftestsChris Wilson2020-04-093-1/+718
| * | dma-buf: Report signaled links inside dma-fence-chainChris Wilson2020-04-091-0/+7
| * | dma-buf: Prettify typecasts for dma-fence-chainChris Wilson2020-04-091-1/+2
| * | dma-buf: add peer2peer flagChristian König2020-04-011-0/+2
* | | dma-buf: fix documentation build warningsRandy Dunlap2020-04-301-2/+2
* | | dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter2020-04-271-1/+2
| |/ |/|
* | Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/d...Dave Airlie2020-04-081-5/+6
|\ \ | |/ |/|
| * dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help textGeert Uytterhoeven2020-03-251-5/+6
* | Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-122-9/+111
|\|
| * dma-buf: make move_notify mandatory if importer_ops are providedChristian König2020-02-271-8/+7
| * dma-buf: drop dynamic_mapping flagChristian König2020-02-271-3/+2
| * dma-buf: add dynamic DMA-buf handling v15Christian König2020-02-272-8/+112
* | Merge v5.6-rc5 into drm-nextDave Airlie2020-03-111-0/+1
|\ \ | |/ |/|
| * dma-buf: free dmabuf->name in dma_buf_release()Cong Wang2020-02-271-0/+1
* | dma-buf: Fix a typo in KconfigChristophe JAILLET2020-02-171-1/+1
|/
* Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-033-9/+9
|\
| * udmabuf: fix dma-buf cpu accessGurchetan Singh2019-12-181-4/+3
| * dma-heap: Make the symbol 'dma_heap_ioctl_cmds' staticzhong jiang2019-12-181-1/+1
| * dma-buf: fix resource leak on -ENOTTY error return pathColin Ian King2019-12-171-1/+2
| * dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis2019-12-171-1/+1
| * dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis2019-12-171-2/+2
* | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-1712-83/+1049
|\|
| * dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz2019-12-113-0/+186
| * dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz2019-12-114-0/+132
| * dma-buf: heaps: Add heap helpersJohn Stultz2019-12-114-0/+327
| * dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2019-12-113-0/+307
| * udmabuf: implement begin_cpu_access/end_cpu_access hooksGurchetan Singh2019-12-051-0/+39
| * udmabuf: separate out creating/destroying scatter-tableGurchetan Singh2019-12-051-7/+19
| * udmabuf: add a pointer to the miscdevice in dma-buf private dataGurchetan Singh2019-12-051-4/+7
| * udmabuf: use cache_sgt_mapping optionGurchetan Singh2019-12-051-4/+5
| * udmabuf: Remove deleted map/unmap handlers.Maarten Lankhorst2019-11-261-16/+0
| * dma-buf: Drop dma_buf_k(un)mapDaniel Vetter2019-11-251-60/+3
| * dma-resv: Also prime acquire ctx for lockdepDaniel Vetter2019-11-211-1/+7
| * dma_resv: prime lockdep annotationsSteven Price2019-11-201-2/+4
| * dma_resv: prime lockdep annotationsDaniel Vetter2019-11-061-0/+24
* | Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-12-091-1/+1
|\ \
| * | dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost2019-11-251-1/+1
| * | dma-buf/resv: fix exclusive fence getQiang Yu2019-10-101-1/+1
* | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-013-5/+3
|\ \ \ | |_|/ |/| |
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-233-5/+3
| |/
* | Revert "dma-buf: Add dma-buf heaps framework"Sean Paul2019-10-303-279/+0
* | Revert "dma-buf: heaps: Add heap helpers"Sean Paul2019-10-304-326/+0
* | Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul2019-10-304-133/+0
* | Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"Sean Paul2019-10-303-187/+0