summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2024-10-09dma-buf/sw_sync: remove pointless enable_signaling implementationChristian König-6/+0
2024-10-09dma-buf: add WARN_ON() illegal dma-fence signalingChristian König-2/+2
2024-09-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+2
2024-09-23dma-buf: Add syntax highlighting to code listings in the documentTommy Chiang-6/+9
2024-09-20udmabuf: reuse folio array when pin foliosHuan Yang-15/+21
2024-09-20udmabuf: remove udmabuf_folioHuan Yang-36/+29
2024-09-20udmabuf: introduce udmabuf init and deinit helperHuan Yang-21/+31
2024-09-20udmabuf: udmabuf_create pin folio codestyle cleanupHuan Yang-61/+76
2024-09-20udmabuf: fix vmap_udmabuf error page setHuan Yang-7/+16
2024-09-20udmabuf: change folios array from kmalloc to kvmallocHuan Yang-13/+13
2024-09-20udmabuf: pre-fault when first page faultHuan Yang-2/+31
2024-09-20dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_b...Thomas Hellström-3/+3
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-33/+72
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-09-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-21/+57
2024-09-09dma-buf: heaps: Add __init to CMA and system heap module_init functionsT.J. Mercier-3/+3
2024-09-09dma-buf: heaps: Fix off-by-one in CMA heap fault handlerT.J. Mercier-1/+1
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-1/+1
2024-08-30dma-buf: Split out dma fence array create into alloc and arm functionsMatthew Brost-21/+57
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-12/+15
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+8
2024-07-23dma-buf: heaps: Deduplicate docs and adopt common formatT.J. Mercier-12/+15
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-59/+174
2024-07-12udmabuf: pin the pages using memfd_pin_folios() APIVivek Kasireddy-75/+80
2024-07-12udmabuf: convert udmabuf driver to use foliosVivek Kasireddy-56/+83
2024-07-12udmabuf: add back support for mapping hugetlb pagesVivek Kasireddy-21/+101
2024-07-12udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmapVivek Kasireddy-3/+5
2024-07-12udmabuf: add CONFIG_MMU dependencyArnd Bergmann-0/+1
2024-06-21Merge tag 'drm-misc-next-2024-06-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-4/+4
2024-06-21Merge tag 'drm-misc-next-2024-06-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-2/+9
2024-06-21Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-6/+4
2024-06-19dma-buf/heaps: Correct the types of fd_flags and heap_flagsBarry Song-4/+4
2024-06-05dma-buf: align fd_flags and heap_flags with dma_heap_allocation_dataBarry Song-2/+2
2024-05-31dma-buf: add a warning when drv try to reserve 0 fence slotsChristian König-0/+7
2024-05-28Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst-23/+35
2024-05-27dma-buf: handle testing kthreads creation failureFedor Pchelkin-0/+6
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2024-05-27dma-buf/fence-array: Add flex array to struct dma_fence_arrayChristophe JAILLET-6/+4
2024-05-24dma-buf/sw-sync: don't enable IRQ from sync_print_obj()Tetsuo Handa-2/+2
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-1/+1
2024-04-15dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FSTvrtko Ursulin-22/+34
2024-03-25Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-6/+6
2024-03-20dma-buf: Fix NULL pointer dereference in sanitycheck()Pavel Sakharov-3/+3
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann-4/+3
2024-01-31dma-buf: heaps: Don't track CMA dma-buf pages under RssFileT.J. Mercier-4/+3
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2024-01-12dma-buf/dma-fence: fix spellingRandy Dunlap-4/+4
2024-01-12dma-buf/dma-resv: fix spellingRandy Dunlap-2/+2
2023-12-12Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie-1/+1
2023-12-02dma-buf/sw_sync: Add fence deadline supportRob Clark-0/+84