summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds13-25/+25
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook14-33/+30
13 daysMerge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-3/+3
2026-01-21dma-buf: add some tracepoints to debug.gaoxiang171-6/+3
2026-01-19types: reuse common phys_vec type instead of DMABUF open‑coded variantLeon Romanovsky1-3/+3
2026-01-19dma-buf: Remove DMA-BUF sysfs statsT.J. Mercier5-271/+0
2026-01-19dma-buf: system_heap: account for system heap allocation in memcgEric Chanudet1-2/+5
2026-01-19dma-buf: heaps: add parameter to account allocations using cgroupEric Chanudet1-0/+5
2026-01-08dma-buf: heaps: Clear CMA pages with clear_page()Linus Walleij1-1/+1
2025-12-18dma-buf: add some tracepoints to debug.gaoxiang171-2/+49
2025-12-17dma-buf/selftests: drop the mock_wait implementationChristian König1-46/+5
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard5-12/+252
2025-12-08dma-buf: enable DMABUF_DEBUG by default on DEBUG kernelsChristian König1-1/+1
2025-12-08dma-buf: improve sg_table debugging hack v4Christian König1-14/+60
2025-12-05Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2-1/+249
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-62/+84
2025-12-04dma-buf/dma-fence: Remove return code of signaling-functionsPhilipp Stanner1-30/+10
2025-12-04dma-buf: Don't misuse dma_fence_signal()Philipp Stanner1-2/+2
2025-12-04dma-buf/dma-fence: Add dma_fence_check_and_signal()Philipp Stanner1-0/+44
2025-12-04dma-buf/dma-fence: Add dma_fence_test_signaled_flag()Philipp Stanner1-8/+8
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-12-03dma-buf: replace "#if" with just "if"Christian König1-3/+2
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie3-18/+39
2025-12-02Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+1
2025-11-28dma-buf: fix integer overflow in fill_sg_entry() for buffers >= 8GiBAlex Mastro1-1/+1
2025-11-28dma: convert dma_buf_fd() to FD_ADD()Christian Brauner1-9/+1
2025-11-25dma-buf: cleanup dma_fence_describe v3Christian König1-9/+11
2025-11-25dma-buf/sw-sync: always taint the kernel when sw-sync is usedChristian König1-0/+4
2025-11-21dma-buf: system_heap: use larger contiguous mappings instead of per-page mmapBarry Song1-9/+24
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie1-1/+1
2025-11-20dma-buf: provide phys_vec to scatter-gather mapping routineLeon Romanovsky2-1/+249
2025-11-19dma-buf: Switch to use %ptSpAndy Shevchenko1-1/+1
2025-11-05dma-buf: rework stub fence initialisation v2Christian König1-17/+15
2025-10-24dma-fence: Fix safe access wrapper to call timeline name methodAkash Goel1-1/+1
2025-10-18dma-buf: heaps: cma: Create CMA heap for each CMA reserved regionMaxime Ripard2-27/+16
2025-10-18dma-buf: heaps: cma: Register list of CMA regions at bootMaxime Ripard1-0/+14
2025-09-11dma-buf: dma-heap: export declared functionsJens Wiklander1-0/+4
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds9-80/+233
2025-07-09dma-buf: heaps: Give default CMA heap a fixed nameJared Kangas2-1/+29
2025-07-09dma-buf: heaps: Parameterize heap name in __add_cma_heap()Jared Kangas1-7/+11
2025-07-09dma-buf: system_heap: No separate allocation for attachment sg_tablesT.J. Mercier1-26/+17
2025-06-30dma-buf: fix timeout handling in dma_resv_wait_timeout v2Christian König1-5/+7
2025-06-20Merge tag 'drm-misc-next-2025-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-14/+121
2025-06-18Merge tag 'drm-misc-next-2025-06-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie6-42/+65
2025-06-13dma-fence: Add safe access helpers and document the rulesTvrtko Ursulin1-10/+101
2025-06-13sync_file: Protect access to driver and timeline nameTvrtko Ursulin1-4/+20
2025-06-11udmabuf: use sgtable-based scatterlist wrappersMarek Szyprowski1-3/+2
2025-06-11dma-buf: fix compare in WARN_ON_ONCEChristian König1-1/+1