| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-31 | dma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warning | Mikhail Gavrilov | 1 | -2/+2 |
| 2026-03-30 | udmabuf: fix DMA direction mismatch in release_udmabuf() | Mikhail Gavrilov | 1 | -1/+4 |
| 2026-03-30 | udmabuf: Do not create malformed scatterlists | Jason Gunthorpe | 1 | -36/+13 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -7/+6 |
| 2025-06-18 | Merge tag 'drm-misc-next-2025-06-12' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 1 | -15/+8 |
| 2025-06-11 | udmabuf: use sgtable-based scatterlist wrappers | Marek Szyprowski | 1 | -3/+2 |
| 2025-05-15 | udmabuf: fix vmap missed offset page | Huan Yang | 1 | -1/+2 |
| 2025-05-15 | Revert "udmabuf: fix vmap_udmabuf error page set" | Huan Yang | 1 | -15/+7 |
| 2025-04-14 | Merge tag 'drm-misc-next-2025-04-09' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 1 | -1/+0 |
| 2025-03-24 | udmabuf: fix a buf size overflow issue during udmabuf creation | Xiaogang Chen | 1 | -1/+1 |
| 2025-03-06 | dma-buf: drop caching of sg_tables | Christian König | 1 | -1/+0 |
| 2024-12-11 | udmabuf: fix memory leak on last export_udmabuf() error path | Jann Horn | 1 | -11/+17 |
| 2024-12-11 | udmabuf: also check for F_SEAL_FUTURE_WRITE | Jann Horn | 1 | -1/+1 |
| 2024-12-11 | udmabuf: fix racy memfd sealing check | Jann Horn | 1 | -4/+9 |
| 2024-09-20 | udmabuf: reuse folio array when pin folios | Huan Yang | 1 | -15/+21 |
| 2024-09-20 | udmabuf: remove udmabuf_folio | Huan Yang | 1 | -36/+29 |
| 2024-09-20 | udmabuf: introduce udmabuf init and deinit helper | Huan Yang | 1 | -21/+31 |
| 2024-09-20 | udmabuf: udmabuf_create pin folio codestyle cleanup | Huan Yang | 1 | -61/+76 |
| 2024-09-20 | udmabuf: fix vmap_udmabuf error page set | Huan Yang | 1 | -7/+15 |
| 2024-09-20 | udmabuf: change folios array from kmalloc to kvmalloc | Huan Yang | 1 | -13/+13 |
| 2024-09-20 | udmabuf: pre-fault when first page fault | Huan Yang | 1 | -2/+31 |
| 2024-07-12 | udmabuf: pin the pages using memfd_pin_folios() API | Vivek Kasireddy | 1 | -75/+80 |
| 2024-07-12 | udmabuf: convert udmabuf driver to use folios | Vivek Kasireddy | 1 | -56/+83 |
| 2024-07-12 | udmabuf: add back support for mapping hugetlb pages | Vivek Kasireddy | 1 | -21/+101 |
| 2024-07-12 | udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap | Vivek Kasireddy | 1 | -3/+5 |
| 2023-07-17 | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 1 | -2/+0 |
| 2023-06-21 | udmabuf: Don't assert held reservation lock for dma-buf mmapping | Dmitry Osipenko | 1 | -2/+0 |
| 2023-06-19 | udmabuf: revert 'Add support for mapping hugepages (v4)' | Mike Kravetz | 1 | -41/+6 |
| 2023-04-13 | udmabuf: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2022-11-18 | udmabuf: add vmap and vunmap methods to udmabuf_ops | Lukasz Wiecaszek | 1 | -0/+28 |
| 2022-11-11 | udmabuf: Assert held reservation lock for dma-buf mmapping | Dmitry Osipenko | 1 | -0/+3 |
| 2022-10-06 | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2022-09-01 | dma_buf: no need to bother with file_inode()->i_mapping | Al Viro | 1 | -1/+1 |
| 2022-08-25 | udmabuf: Set ubuf->sg = NULL if the creation of sg table fails | Vivek Kasireddy | 1 | -3/+6 |
| 2022-07-13 | Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to... | Dave Airlie | 1 | -1/+4 |
| 2022-06-20 | udmabuf: add back sanity check | Gerd Hoffmann | 1 | -1/+4 |
| 2022-06-09 | udmabuf: Set the DMA mask for the udmabuf device (v2) | Vivek Kasireddy | 1 | -1/+17 |
| 2022-01-18 | udmabuf: validate ubuf->pagecount | Pavel Skripkin | 1 | -0/+4 |
| 2021-08-12 | udmabuf: fix general protection fault in udmabuf_create | Pavel Skripkin | 1 | -2/+2 |
| 2021-06-23 | udmabuf: configurable list_limit and size_limit_mb | Dongwon Kim | 1 | -2/+7 |
| 2021-06-10 | udmabuf: Add support for mapping hugepages (v4) | Vivek Kasireddy | 1 | -7/+43 |
| 2020-09-23 | Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -0/+3 |
| 2020-09-10 | dmabuf: fix common struct sg_table related issues | Marek Szyprowski | 1 | -4/+3 |
| 2020-09-07 | udmabuf: Add missing compact_ioctl | Kristian H. Kristensen | 1 | -0/+3 |
| 2019-12-18 | udmabuf: fix dma-buf cpu access | Gurchetan Singh | 1 | -4/+3 |
| 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-11-26 | udmabuf: Remove deleted map/unmap handlers. | Maarten Lankhorst | 1 | -16/+0 |
| 2019-06-05 | udmabuf: actually unmap the scatterlist | Lucas Stach | 1 | -0/+1 |
| 2019-01-04 | drivers/dma-buf/udmabuf.c: convert to use vm_fault_t | Souptick Joarder | 1 | -1/+1 |
| 2018-11-16 | udmabuf: set read/write flag when exporting | Gerd Hoffmann | 1 | -0/+1 |
| 2018-09-14 | udmabuf: fix error code in map_udmabuf() | Dan Carpenter | 1 | -1/+3 |
| 2018-09-12 | udmabuf: use sizeof(variable) instead of sizeof(type) | Gerd Hoffmann | 1 | -3/+3 |
| 2018-09-12 | udmabuf: drop WARN_ON() check. | Gerd Hoffmann | 1 | -3/+0 |
| 2018-09-12 | udmabuf: use ENOTTY for invalid ioctls | Gerd Hoffmann | 1 | -1/+1 |
| 2018-09-12 | udmabuf: use EBADFD in case we didn't got a memfd | Gerd Hoffmann | 1 | -2/+5 |
| 2018-09-12 | udmabuf: improve udmabuf_create error handling | Gerd Hoffmann | 1 | -13/+12 |
| 2018-09-12 | udmabuf: rework limits | Gerd Hoffmann | 1 | -2/+8 |
| 2018-09-12 | udmabuf: constify udmabuf_create args | Gerd Hoffmann | 1 | -2/+2 |
| 2018-09-12 | udmabuf: constify udmabuf_ops | Gerd Hoffmann | 1 | -1/+1 |
| 2018-09-12 | udmabuf: use pgoff_t for pagecount | Gerd Hoffmann | 1 | -1/+1 |
| 2018-09-12 | udmabuf: improve map_udmabuf error handling | Gerd Hoffmann | 1 | -11/+10 |
| 2018-09-12 | udmabuf: sort headers, drop uapi/ path prefix | Gerd Hoffmann | 1 | -9/+8 |
| 2018-09-05 | dma-buf/udmabuf: Fix NULL pointer dereference in udmabuf_create | Gustavo A. R. Silva | 1 | -1/+2 |
| 2018-09-03 | Add udmabuf misc device | Gerd Hoffmann | 1 | -0/+287 |