summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
23 hoursMerge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2026-01-21dma-buf: add some tracepoints to debug.gaoxiang17
2026-01-19types: reuse common phys_vec type instead of DMABUF open‑coded variantLeon Romanovsky
2026-01-19dma-buf: Remove DMA-BUF sysfs statsT.J. Mercier
2026-01-19dma-buf: system_heap: account for system heap allocation in memcgEric Chanudet
2026-01-19dma-buf: heaps: add parameter to account allocations using cgroupEric Chanudet
2026-01-08dma-buf: heaps: Clear CMA pages with clear_page()Linus Walleij
2025-12-18dma-buf: add some tracepoints to debug.gaoxiang17
2025-12-17dma-buf/selftests: drop the mock_wait implementationChristian König
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard
2025-12-08dma-buf: enable DMABUF_DEBUG by default on DEBUG kernelsChristian König
2025-12-08dma-buf: improve sg_table debugging hack v4Christian König
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-12-04dma-buf/dma-fence: Remove return code of signaling-functionsPhilipp Stanner
2025-12-04dma-buf: Don't misuse dma_fence_signal()Philipp Stanner
2025-12-04dma-buf/dma-fence: Add dma_fence_check_and_signal()Philipp Stanner
2025-12-04dma-buf/dma-fence: Add dma_fence_test_signaled_flag()Philipp Stanner
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-12-03dma-buf: replace "#if" with just "if"Christian König
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-28dma-buf: fix integer overflow in fill_sg_entry() for buffers >= 8GiBAlex Mastro
2025-11-28dma: convert dma_buf_fd() to FD_ADD()Christian Brauner
2025-11-25dma-buf: cleanup dma_fence_describe v3Christian König
2025-11-25dma-buf/sw-sync: always taint the kernel when sw-sync is usedChristian König
2025-11-21dma-buf: system_heap: use larger contiguous mappings instead of per-page mmapBarry Song
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie
2025-11-20dma-buf: provide phys_vec to scatter-gather mapping routineLeon Romanovsky
2025-11-19dma-buf: Switch to use %ptSpAndy Shevchenko
2025-11-05dma-buf: rework stub fence initialisation v2Christian König
2025-10-24dma-fence: Fix safe access wrapper to call timeline name methodAkash Goel
2025-10-18dma-buf: heaps: cma: Create CMA heap for each CMA reserved regionMaxime Ripard
2025-10-18dma-buf: heaps: cma: Register list of CMA regions at bootMaxime Ripard
2025-09-11dma-buf: dma-heap: export declared functionsJens Wiklander
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-09dma-buf: heaps: Give default CMA heap a fixed nameJared Kangas
2025-07-09dma-buf: heaps: Parameterize heap name in __add_cma_heap()Jared Kangas
2025-07-09dma-buf: system_heap: No separate allocation for attachment sg_tablesT.J. Mercier
2025-06-30dma-buf: fix timeout handling in dma_resv_wait_timeout v2Christian König
2025-06-20Merge tag 'drm-misc-next-2025-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2025-06-18Merge tag 'drm-misc-next-2025-06-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2025-06-13dma-fence: Add safe access helpers and document the rulesTvrtko Ursulin
2025-06-13sync_file: Protect access to driver and timeline nameTvrtko Ursulin
2025-06-11udmabuf: use sgtable-based scatterlist wrappersMarek Szyprowski
2025-06-11dma-buf: fix compare in WARN_ON_ONCEChristian König
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-03sync_file: Use dma-fence driver and timeline name helpersTvrtko Ursulin
2025-06-03dma-fence: Add helpers for accessing driver and timeline nameTvrtko Ursulin