Age | Commit message (Expand) | Author | Files | Lines |
2020-07-10 | dmabuf: use spinlock to access dmabuf->name | Charan Teja Kalla | 1 | -4/+7 |
2020-06-25 | dma-buf: Move dma_buf_release() from fops to dentry_ops | Sumit Semwal | 1 | -29/+25 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
2020-06-09 | DMA reservations: use the new mmap locking API | Michel Lespinasse | 1 | -2/+3 |
2020-06-03 | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 6 | -3/+730 |
2020-05-13 | dma-buf: Use atomic_fetch_add() for the context id | Chris Wilson | 1 | -1/+1 |
2020-04-30 | dma-buf: fix documentation build warnings | Randy Dunlap | 1 | -2/+2 |
2020-04-27 | dma-buf: Fix SET_NAME ioctl uapi | Daniel Vetter | 1 | -1/+2 |
2020-04-17 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -5/+6 |
2020-04-09 | dma-buf: Exercise dma-fence-chain under selftests | Chris Wilson | 3 | -1/+718 |
2020-04-09 | dma-buf: Report signaled links inside dma-fence-chain | Chris Wilson | 1 | -0/+7 |
2020-04-09 | dma-buf: Prettify typecasts for dma-fence-chain | Chris Wilson | 1 | -1/+2 |
2020-04-08 | Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/d... | Dave Airlie | 1 | -5/+6 |
2020-04-01 | dma-buf: add peer2peer flag | Christian König | 1 | -0/+2 |
2020-03-25 | dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help text | Geert Uytterhoeven | 1 | -5/+6 |
2020-03-12 | Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2 | -9/+111 |
2020-03-11 | Merge v5.6-rc5 into drm-next | Dave Airlie | 1 | -0/+1 |
2020-02-27 | dma-buf: make move_notify mandatory if importer_ops are provided | Christian König | 1 | -8/+7 |
2020-02-27 | dma-buf: drop dynamic_mapping flag | Christian König | 1 | -3/+2 |
2020-02-27 | dma-buf: add dynamic DMA-buf handling v15 | Christian König | 2 | -8/+112 |
2020-02-27 | dma-buf: free dmabuf->name in dma_buf_release() | Cong Wang | 1 | -0/+1 |
2020-02-17 | dma-buf: Fix a typo in Kconfig | Christophe JAILLET | 1 | -1/+1 |
2020-01-03 | Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 3 | -9/+9 |
2019-12-18 | udmabuf: fix dma-buf cpu access | Gurchetan Singh | 1 | -4/+3 |
2019-12-17 | dma-heap: Make the symbol 'dma_heap_ioctl_cmds' static | zhong jiang | 1 | -1/+1 |
2019-12-17 | dma-buf: fix resource leak on -ENOTTY error return path | Colin Ian King | 1 | -1/+2 |
2019-12-17 | dma-buf: heaps: Remove redundant heap identifier from system heap name | Andrew F. Davis | 1 | -1/+1 |
2019-12-17 | dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifier | Andrew F. Davis | 1 | -2/+2 |
2019-12-17 | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 12 | -83/+1049 |
2019-12-11 | dma-buf: heaps: Add CMA heap to dmabuf heaps | John Stultz | 3 | -0/+186 |
2019-12-11 | dma-buf: heaps: Add system heap to dmabuf heaps | John Stultz | 4 | -0/+132 |
2019-12-11 | dma-buf: heaps: Add heap helpers | John Stultz | 4 | -0/+327 |
2019-12-11 | dma-buf: Add dma-buf heaps framework | Andrew F. Davis | 3 | -0/+307 |
2019-12-09 | Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 1 | -1/+1 |
2019-12-05 | udmabuf: implement begin_cpu_access/end_cpu_access hooks | Gurchetan Singh | 1 | -0/+39 |
2019-12-05 | udmabuf: separate out creating/destroying scatter-table | Gurchetan Singh | 1 | -7/+19 |
2019-12-05 | udmabuf: add a pointer to the miscdevice in dma-buf private data | Gurchetan Singh | 1 | -4/+7 |
2019-12-05 | udmabuf: use cache_sgt_mapping option | Gurchetan Singh | 1 | -4/+5 |
2019-12-02 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -5/+3 |
2019-11-26 | udmabuf: Remove deleted map/unmap handlers. | Maarten Lankhorst | 1 | -16/+0 |
2019-11-26 | dma-buf: Drop dma_buf_k(un)map | Daniel Vetter | 1 | -60/+3 |
2019-11-25 | dma-buf: Fix memory leak in sync_file_merge() | Navid Emamdoost | 1 | -1/+1 |
2019-11-21 | dma-resv: Also prime acquire ctx for lockdep | Daniel Vetter | 1 | -1/+7 |
2019-11-20 | dma_resv: prime lockdep annotations | Steven Price | 1 | -2/+4 |
2019-11-06 | dma_resv: prime lockdep annotations | Daniel Vetter | 1 | -0/+24 |
2019-10-30 | Revert "dma-buf: Add dma-buf heaps framework" | Sean Paul | 3 | -279/+0 |
2019-10-30 | Revert "dma-buf: heaps: Add heap helpers" | Sean Paul | 4 | -326/+0 |
2019-10-30 | Revert "dma-buf: heaps: Add system heap to dmabuf heaps" | Sean Paul | 4 | -133/+0 |
2019-10-30 | Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps" | Sean Paul | 3 | -187/+0 |
2019-10-25 | dma-buf: heaps: Add CMA heap to dmabuf heaps | John Stultz | 3 | -0/+187 |