summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-09dma-buf: heaps: Fix off-by-one in CMA heap fault handlerT.J. Mercier
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-08-30dma-buf: Split out dma fence array create into alloc and arm functionsMatthew Brost
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-07-23dma-buf: heaps: Deduplicate docs and adopt common formatT.J. Mercier
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-12udmabuf: pin the pages using memfd_pin_folios() APIVivek Kasireddy
2024-07-12udmabuf: convert udmabuf driver to use foliosVivek Kasireddy
2024-07-12udmabuf: add back support for mapping hugetlb pagesVivek Kasireddy
2024-07-12udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmapVivek Kasireddy
2024-07-12udmabuf: add CONFIG_MMU dependencyArnd Bergmann
2024-06-21Merge tag 'drm-misc-next-2024-06-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-06-21Merge tag 'drm-misc-next-2024-06-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-06-21Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-06-19dma-buf/heaps: Correct the types of fd_flags and heap_flagsBarry Song
2024-06-05dma-buf: align fd_flags and heap_flags with dma_heap_allocation_dataBarry Song
2024-05-31dma-buf: add a warning when drv try to reserve 0 fence slotsChristian König
2024-05-28Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst
2024-05-27dma-buf: handle testing kthreads creation failureFedor Pchelkin
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-05-27dma-buf/fence-array: Add flex array to struct dma_fence_arrayChristophe JAILLET
2024-05-24dma-buf/sw-sync: don't enable IRQ from sync_print_obj()Tetsuo Handa
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-04-15dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FSTvrtko Ursulin
2024-03-25Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann
2024-03-20dma-buf: Fix NULL pointer dereference in sanitycheck()Pavel Sakharov
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-01-31dma-buf: heaps: Don't track CMA dma-buf pages under RssFileT.J. Mercier
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-01-12dma-buf/dma-fence: fix spellingRandy Dunlap
2024-01-12dma-buf/dma-resv: fix spellingRandy Dunlap
2023-12-12Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie
2023-12-02dma-buf/sw_sync: Add fence deadline supportRob Clark
2023-12-02dma-buf/sync_file: Add SET_DEADLINE ioctlRob Clark
2023-11-27dma-buf: fix check in dma_resv_add_fenceChristian König
2023-11-20dma-buf: Replace strlcpy() with strscpy()Kees Cook
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-05dma-buf: add dma_fence_timestamp helperChristian König
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie
2023-08-23dma-buf/sw_sync: Avoid recursive lock during fence signalRob Clark
2023-07-27dma-buf: Fix the typo in DMA-BUF statistics docLuc Ma
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-07-15dma-buf/dma-resv: Stop leaking on krealloc() failureVille Syrjälä
2023-07-11Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard
2023-07-06dma-buf: fix an error pointer vs NULL bugDan Carpenter