summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-09-192-33/+72
|\
| * dma-buf: Split out dma fence array create into alloc and arm functionsMatthew Brost2024-08-301-21/+57
| * Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-081-12/+15
| |\
| | * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-292-2/+8
| | |\
| | * | dma-buf: heaps: Deduplicate docs and adopt common formatT.J. Mercier2024-07-231-12/+15
* | | | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-171-1/+1
|\ \ \ \
| * | | | treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen2024-09-081-1/+1
| |/ / /
* / / / dma-buf: heaps: Fix off-by-one in CMA heap fault handlerT.J. Mercier2024-09-091-1/+1
|/ / /
* | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-212-59/+174
|\ \ \ | |_|/ |/| |
| * | udmabuf: pin the pages using memfd_pin_folios() APIVivek Kasireddy2024-07-121-75/+80
| * | udmabuf: convert udmabuf driver to use foliosVivek Kasireddy2024-07-121-56/+83
| * | udmabuf: add back support for mapping hugetlb pagesVivek Kasireddy2024-07-121-21/+101
| * | udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmapVivek Kasireddy2024-07-121-3/+5
| * | udmabuf: add CONFIG_MMU dependencyArnd Bergmann2024-07-121-0/+1
* | | Merge tag 'drm-misc-next-2024-06-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-06-212-4/+4
|\ \ \ | | |/ | |/|
| * | dma-buf/heaps: Correct the types of fd_flags and heap_flagsBarry Song2024-06-192-4/+4
* | | Merge tag 'drm-misc-next-2024-06-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-06-212-2/+9
|\| |
| * | dma-buf: align fd_flags and heap_flags with dma_heap_allocation_dataBarry Song2024-06-051-2/+2
| * | dma-buf: add a warning when drv try to reserve 0 fence slotsChristian König2024-05-311-0/+7
* | | Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-06-211-6/+4
|\| | | |/ |/|
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-05-271-1/+1
| |\
| * | dma-buf/fence-array: Add flex array to struct dma_fence_arrayChristophe JAILLET2024-05-271-6/+4
* | | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst2024-05-282-23/+35
|\ \ \ | | |/ | |/|
| * | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-1/+1
| |/
| * dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FSTvrtko Ursulin2024-04-151-22/+34
* | dma-buf: handle testing kthreads creation failureFedor Pchelkin2024-05-271-0/+6
* | dma-buf/sw-sync: don't enable IRQ from sync_print_obj()Tetsuo Handa2024-05-241-2/+2
|/
* Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2024-03-252-6/+6
|\
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-02-071-4/+3
| |\
| * \ Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-291-1/+1
| |\ \
| * | | dma-buf/dma-fence: fix spellingRandy Dunlap2024-01-121-4/+4
| * | | dma-buf/dma-resv: fix spellingRandy Dunlap2024-01-121-2/+2
* | | | dma-buf: Fix NULL pointer dereference in sanitycheck()Pavel Sakharov2024-03-201-3/+3
| |_|/ |/| |
* | | dma-buf: heaps: Don't track CMA dma-buf pages under RssFileT.J. Mercier2024-01-311-4/+3
| |/ |/|
* | Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie2023-12-121-1/+1
|\ \ | |/ |/|
| * dma-buf: fix check in dma_resv_add_fenceChristian König2023-11-271-1/+1
* | dma-buf/sw_sync: Add fence deadline supportRob Clark2023-12-022-0/+84
* | dma-buf/sync_file: Add SET_DEADLINE ioctlRob Clark2023-12-022-1/+21
* | dma-buf: Replace strlcpy() with strscpy()Kees Cook2023-11-201-2/+2
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-022-11/+5
|\
| * kthread: add kthread_stop_putAndreas Gruenbacher2023-10-042-11/+5
* | dma-buf: add dma_fence_timestamp helperChristian König2023-10-052-15/+7
|/
* Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-305-23/+4
|\
| * BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-241-4/+9
| |\
| * | dma-buf: Fix the typo in DMA-BUF statistics docLuc Ma2023-07-271-1/+1
| * | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-174-22/+3
| |\ \
| | * | dma-buf: Change locking policy for mmap()Dmitry Osipenko2023-06-211-14/+3
| | * | udmabuf: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko2023-06-211-2/+0
| | * | dma-buf/heaps: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko2023-06-212-6/+0
* | | | dma-buf/sw_sync: Avoid recursive lock during fence signalRob Clark2023-08-231-9/+9
| |_|/ |/| |