summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-10-14dma-buf: Use atomic64_inc_return() in dma_buf_getfile()Uros Bizjak
2024-10-14dma-buf/heaps: replace kmap_atomic with kmap_local_pagePintu Kumar
2024-10-14dma-buf: fix S_IRUGO to 0444, block comments, func declarationPintu Kumar
2024-10-09dma-buf/sw_sync: remove pointless enable_signaling implementationChristian König
2024-10-09dma-buf: add WARN_ON() illegal dma-fence signalingChristian König
2024-09-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-09-23dma-buf: Add syntax highlighting to code listings in the documentTommy Chiang
2024-09-20udmabuf: reuse folio array when pin foliosHuan Yang
2024-09-20udmabuf: remove udmabuf_folioHuan Yang
2024-09-20udmabuf: introduce udmabuf init and deinit helperHuan Yang
2024-09-20udmabuf: udmabuf_create pin folio codestyle cleanupHuan Yang
2024-09-20udmabuf: fix vmap_udmabuf error page setHuan Yang
2024-09-20udmabuf: change folios array from kmalloc to kvmallocHuan Yang
2024-09-20udmabuf: pre-fault when first page faultHuan Yang
2024-09-20dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_b...Thomas Hellström
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-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-09-09dma-buf: heaps: Add __init to CMA and system heap module_init functionsT.J. Mercier
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