| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-11 | dma-buf/sw_sync: Decrement refcount on error in sw_sync_ioctl_get_deadline() | Dan Carpenter | 1 | -5/+14 |
| 2025-04-08 | Merge drm/drm-fixes into drm-misc-fixes | Thomas Zimmermann | 3 | -6/+275 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-03-24 | udmabuf: fix a buf size overflow issue during udmabuf creation | Xiaogang Chen | 1 | -1/+1 |
| 2025-02-06 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2 | -17/+28 |
| 2025-01-09 | dma-fence: Add some more fence-merge-unwrap tests | Tvrtko Ursulin | 1 | -3/+196 |
| 2025-01-09 | dma-buf: add selftest for fence order after merge | Christian König | 1 | -1/+68 |
| 2025-01-09 | dma-fence: Add a single fence fast path for fence merging | Tvrtko Ursulin | 1 | -1/+10 |
| 2024-12-20 | Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m... | Dave Airlie | 2 | -17/+28 |
| 2024-12-12 | dma-buf: Fix __dma_buf_debugfs_list_del argument for !CONFIG_DEBUG_FS | T.J. Mercier | 1 | -1/+1 |
| 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-12-06 | Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 2 | -65/+87 |
| 2024-12-04 | Merge tag 'drm-misc-fixes-2024-11-28' of https://gitlab.freedesktop.org/drm/m... | Dave Airlie | 1 | -1/+27 |
| 2024-12-04 | Merge tag 'drm-misc-fixes-2024-11-21' of https://gitlab.freedesktop.org/drm/m... | Dave Airlie | 1 | -64/+60 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -21/+21 |
| 2024-11-25 | dma-buf: fix dma_fence_array_signaled v4 | Christian König | 1 | -1/+27 |
| 2024-11-15 | dma-fence: Use kernel's sort for merging fences | Tvrtko Ursulin | 1 | -66/+60 |
| 2024-11-15 | dma-fence: Fix reference leak on fence merge failure path | Tvrtko Ursulin | 1 | -0/+2 |
| 2024-10-14 | dma-buf: Use atomic64_inc_return() in dma_buf_getfile() | Uros Bizjak | 1 | -1/+1 |
| 2024-10-14 | dma-buf/heaps: replace kmap_atomic with kmap_local_page | Pintu Kumar | 1 | -3/+3 |
| 2024-10-14 | dma-buf: fix S_IRUGO to 0444, block comments, func declaration | Pintu Kumar | 1 | -5/+7 |
| 2024-10-09 | dma-buf/sw_sync: remove pointless enable_signaling implementation | Christian König | 1 | -6/+0 |
| 2024-10-09 | dma-buf: add WARN_ON() illegal dma-fence signaling | Christian König | 1 | -2/+2 |
| 2024-09-30 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 2 | -2/+2 |
| 2024-09-23 | dma-buf: Add syntax highlighting to code listings in the document | Tommy Chiang | 1 | -6/+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 | 2 | -7/+16 |
| 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-09-20 | dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_b... | Thomas Hellström | 1 | -3/+3 |
| 2024-09-19 | Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 2 | -33/+72 |
| 2024-09-17 | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-11 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -21/+57 |
| 2024-09-09 | dma-buf: heaps: Add __init to CMA and system heap module_init functions | T.J. Mercier | 2 | -3/+3 |
| 2024-09-09 | dma-buf: heaps: Fix off-by-one in CMA heap fault handler | T.J. Mercier | 1 | -1/+1 |
| 2024-09-08 | treewide: Fix wrong singular form of jiffies in comments | Anna-Maria Behnsen | 1 | -1/+1 |
| 2024-08-30 | dma-buf: Split out dma fence array create into alloc and arm functions | Matthew Brost | 1 | -21/+57 |
| 2024-08-08 | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi... | Daniel Vetter | 1 | -12/+15 |
| 2024-07-29 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 2 | -2/+8 |
| 2024-07-23 | dma-buf: heaps: Deduplicate docs and adopt common format | T.J. Mercier | 1 | -12/+15 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -59/+174 |
| 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 |
| 2024-07-12 | udmabuf: add CONFIG_MMU dependency | Arnd Bergmann | 1 | -0/+1 |
| 2024-06-21 | Merge tag 'drm-misc-next-2024-06-20' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 2 | -4/+4 |
| 2024-06-21 | Merge tag 'drm-misc-next-2024-06-06' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 2 | -2/+9 |
| 2024-06-21 | Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 1 | -6/+4 |
| 2024-06-19 | dma-buf/heaps: Correct the types of fd_flags and heap_flags | Barry Song | 2 | -4/+4 |
| 2024-06-05 | dma-buf: align fd_flags and heap_flags with dma_heap_allocation_data | Barry Song | 1 | -2/+2 |
| 2024-05-31 | dma-buf: add a warning when drv try to reserve 0 fence slots | Christian König | 1 | -0/+7 |
| 2024-05-28 | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes | Maarten Lankhorst | 2 | -23/+35 |
| 2024-05-27 | dma-buf: handle testing kthreads creation failure | Fedor Pchelkin | 1 | -0/+6 |
| 2024-05-27 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 1 | -1/+1 |
| 2024-05-27 | dma-buf/fence-array: Add flex array to struct dma_fence_array | Christophe JAILLET | 1 | -6/+4 |
| 2024-05-24 | dma-buf/sw-sync: don't enable IRQ from sync_print_obj() | Tetsuo Handa | 1 | -2/+2 |
| 2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -1/+1 |
| 2024-04-15 | dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FS | Tvrtko Ursulin | 1 | -22/+34 |
| 2024-03-25 | Merge drm/drm-fixes into drm-misc-fixes | Thomas Zimmermann | 2 | -6/+6 |
| 2024-03-20 | dma-buf: Fix NULL pointer dereference in sanitycheck() | Pavel Sakharov | 1 | -3/+3 |
| 2024-02-07 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -4/+3 |
| 2024-01-31 | dma-buf: heaps: Don't track CMA dma-buf pages under RssFile | T.J. Mercier | 1 | -4/+3 |
| 2024-01-29 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 1 | -1/+1 |
| 2024-01-12 | dma-buf/dma-fence: fix spelling | Randy Dunlap | 1 | -4/+4 |
| 2024-01-12 | dma-buf/dma-resv: fix spelling | Randy Dunlap | 1 | -2/+2 |
| 2023-12-12 | Backmerge tag 'v6.7-rc5' into drm-next | Dave Airlie | 1 | -1/+1 |
| 2023-12-02 | dma-buf/sw_sync: Add fence deadline support | Rob Clark | 2 | -0/+84 |
| 2023-12-02 | dma-buf/sync_file: Add SET_DEADLINE ioctl | Rob Clark | 2 | -1/+21 |
| 2023-11-27 | dma-buf: fix check in dma_resv_add_fence | Christian König | 1 | -1/+1 |
| 2023-11-20 | dma-buf: Replace strlcpy() with strscpy() | Kees Cook | 1 | -2/+2 |
| 2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -11/+5 |
| 2023-10-05 | dma-buf: add dma_fence_timestamp helper | Christian König | 2 | -15/+7 |
| 2023-10-04 | kthread: add kthread_stop_put | Andreas Gruenbacher | 2 | -11/+5 |
| 2023-08-30 | Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 5 | -23/+4 |
| 2023-08-24 | BackMerge tag 'v6.5-rc7' into drm-next | Dave Airlie | 1 | -4/+9 |
| 2023-08-23 | dma-buf/sw_sync: Avoid recursive lock during fence signal | Rob Clark | 1 | -9/+9 |
| 2023-07-27 | dma-buf: Fix the typo in DMA-BUF statistics doc | Luc Ma | 1 | -1/+1 |
| 2023-07-17 | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 4 | -22/+3 |
| 2023-07-15 | dma-buf/dma-resv: Stop leaking on krealloc() failure | Ville Syrjälä | 1 | -4/+9 |
| 2023-07-11 | Merge v6.5-rc1 into drm-misc-fixes | Maxime Ripard | 3 | -43/+8 |
| 2023-07-06 | dma-buf: fix an error pointer vs NULL bug | Dan Carpenter | 1 | -1/+1 |
| 2023-07-03 | dma-buf: keep the signaling time of merged fences v3 | Christian König | 2 | -6/+25 |
| 2023-06-29 | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2 | -2/+2 |
| 2023-06-21 | dma-buf: Change locking policy for mmap() | Dmitry Osipenko | 1 | -14/+3 |
| 2023-06-21 | udmabuf: Don't assert held reservation lock for dma-buf mmapping | Dmitry Osipenko | 1 | -2/+0 |
| 2023-06-21 | dma-buf/heaps: Don't assert held reservation lock for dma-buf mmapping | Dmitry Osipenko | 2 | -6/+0 |
| 2023-06-19 | udmabuf: revert 'Add support for mapping hugepages (v4)' | Mike Kravetz | 1 | -41/+6 |
| 2023-05-24 | dma-buf/sw_sync: Replace all non-returning strlcpy with strscpy | Azeem Shaikh | 1 | -1/+1 |
| 2023-05-09 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 4 | -7/+3 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+2 |
| 2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -3/+0 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-17 | dma-buf/dma-resv.c: fix a typo | Sui Jingfeng | 1 | -1/+1 |
| 2023-04-13 | udmabuf: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2023-04-13 | dma-buf: heaps: remove MODULE_LICENSE in non-modules | Nick Alcock | 2 | -2/+0 |
| 2023-03-29 | Merge tag 'dma-fence-deadline' of https://gitlab.freedesktop.org/drm/msm into... | Daniel Vetter | 4 | -0/+104 |
| 2023-03-28 | dma-buf: system_heap: avoid reclaim for order 4 | Jaewon Kim | 1 | -3/+2 |
| 2023-03-28 | dma-buf/dma-resv: Add a way to set fence deadline | Rob Clark | 1 | -0/+22 |
| 2023-03-28 | dma-buf/fence-chain: Add fence deadline support | Rob Clark | 1 | -0/+12 |
| 2023-03-25 | dma-buf/fence-array: Add fence deadline support | Rob Clark | 1 | -0/+11 |
| 2023-03-25 | dma-buf/dma-fence: Add deadline awareness | Rob Clark | 1 | -0/+59 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-03 | dma-buf: Include missing parentheses to documentation | Maíra Canal | 1 | -1/+1 |
| 2023-02-17 | dma-buf: make kobj_type structure constant | Thomas Weißschuh | 1 | -1/+1 |
| 2023-02-17 | dma-buf: make kobj_type structure constant | Thomas Weißschuh | 1 | -1/+1 |
| 2023-02-01 | dma-buf: actually set signaling bit for private stub fences | Danilo Krummrich | 1 | -1/+1 |
| 2023-01-31 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 3 | -51/+42 |
| 2023-01-31 | Merge v6.2-rc6 into drm-next | Daniel Vetter | 3 | -51/+42 |
| 2023-01-26 | dma-buf: actually set signaling bit for private stub fences | Danilo Krummrich | 1 | -1/+1 |
| 2023-01-04 | Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 1 | -7/+7 |
| 2023-01-03 | Merge tag 'drm-misc-next-2022-11-24' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 1 | -0/+28 |
| 2023-01-03 | Merge drm/drm-fixes into drm-misc-fixes | Maxime Ripard | 8 | -40/+213 |
| 2022-12-16 | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
| 2022-12-14 | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+7 |
| 2022-12-13 | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 4 | -33/+201 |
| 2022-12-13 | dma-buf: fix dma_buf_export init order v2 | Christian König | 3 | -52/+43 |
| 2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
| 2022-11-24 | driver core: make struct class.devnode() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-11-24 | dma-buf: A collection of typo and documentation fixes | T.J. Mercier | 1 | -7/+7 |
| 2022-11-22 | kobject: kset_uevent_ops: make filter() callback take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-11-22 | dma-buf: fix racing conflict of dma_heap_add() | Dawei Li | 1 | -13/+15 |
| 2022-11-18 | dma-buf: Use dma_fence_unwrap_for_each when importing fences | Jason Ekstrand | 1 | -6/+17 |
| 2022-11-18 | udmabuf: add vmap and vunmap methods to udmabuf_ops | Lukasz Wiecaszek | 1 | -0/+28 |
| 2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -3/+3 |
| 2022-11-11 | dma-buf/heaps: Assert held reservation lock for dma-buf mmapping | Dmitry Osipenko | 2 | -0/+6 |
| 2022-11-11 | udmabuf: Assert held reservation lock for dma-buf mmapping | Dmitry Osipenko | 1 | -0/+3 |
| 2022-11-11 | dma-buf: Move dma_buf_mmap_internal() to dynamic locking specification | Dmitry Osipenko | 1 | -1/+6 |
| 2022-11-02 | dma-buf: Make locking consistent in dma_buf_detach() | Dmitry Osipenko | 1 | -2/+2 |
| 2022-11-01 | dma-buf: Proactively round up to kmalloc bucket size | Kees Cook | 1 | -2/+7 |
| 2022-10-18 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 3 | -4/+5 |
| 2022-10-18 | dma-buf: Remove obsoleted internal lock | Dmitry Osipenko | 1 | -10/+4 |
| 2022-10-18 | dma-buf: Document dynamic locking convention | Dmitry Osipenko | 1 | -0/+64 |
| 2022-10-18 | dma-buf: Move dma_buf_mmap() to dynamic locking specification | Dmitry Osipenko | 1 | -1/+7 |
| 2022-10-18 | dma-buf: Move dma_buf_map_attachment() to dynamic locking specification | Dmitry Osipenko | 1 | -8/+2 |
| 2022-10-18 | dma-buf: Move dma_buf_attach() to dynamic locking specification | Dmitry Osipenko | 1 | -12/+8 |
| 2022-10-18 | dma-buf: Move dma_buf_vmap() to dynamic locking specification | Dmitry Osipenko | 1 | -0/+4 |
| 2022-10-18 | dma-buf: Add unlocked variant of attachment-mapping functions | Dmitry Osipenko | 1 | -0/+53 |
| 2022-10-18 | dma-buf: Add unlocked variant of vmapping functions | Dmitry Osipenko | 1 | -0/+43 |
| 2022-10-06 | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-06 | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -1/+1 |
| 2022-10-06 | Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-05 | Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 7 | -16/+75 |
| 2022-09-19 | dma-buf: fix dma_fence_default_wait() signaling check | Christian König | 1 | -3/+3 |
| 2022-09-16 | dma-buf: dma_fence_wait must enable signaling | Arvind Yadav | 1 | -3/+2 |
| 2022-09-16 | dma-buf: Enable signaling on fence for selftests | Arvind Yadav | 4 | -0/+52 |
| 2022-09-16 | dma-buf: set signaling bit for the stub fence | Arvind Yadav | 1 | -0/+8 |
| 2022-09-16 | dma-buf: Remove the signaled bit status check | Arvind Yadav | 1 | -3/+0 |
| 2022-09-11 | Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -3/+6 |
| 2022-09-06 | Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d... | Daniel Vetter | 1 | -4/+4 |
| 2022-09-01 | dma_buf: no need to bother with file_inode()->i_mapping | Al Viro | 1 | -1/+1 |
| 2022-08-25 | dma-buf/dma-resv: check if the new fence is really later | Christian König | 1 | -1/+2 |
| 2022-08-25 | udmabuf: Set ubuf->sg = NULL if the creation of sg table fails | Vivek Kasireddy | 1 | -3/+6 |
| 2022-08-20 | dynamic_dname(): drop unused dentry argument | Al Viro | 1 | -1/+1 |
| 2022-08-17 | dma_buf_getfile(): don't bother with ->f_flags reassignments | Al Viro | 1 | -1/+1 |
| 2022-08-10 | dma-buf/sync_file: use strscpy to replace strlcpy | XueBing Chen | 1 | -4/+4 |
| 2022-08-03 | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 8 | -149/+430 |
| 2022-08-03 | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
| 2022-07-16 | dma-buf: remove useless FMODE_LSEEK flag | Jason A. Donenfeld | 1 | -1/+0 |
| 2022-07-14 | dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3" | Christian König | 1 | -1/+2 |
| 2022-07-13 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 1 | -1/+4 |
| 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-07-12 | dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3" | Christian König | 1 | -1/+2 |
| 2022-07-12 | Merge tag 'drm-misc-fixes-2022-07-07-1' of ssh://git.freedesktop.org/git/drm/... | Dave Airlie | 1 | -1/+1 |
| 2022-07-07 | dma-buf: Fix one use-after-free of fence | xinhui pan | 1 | -1/+1 |
| 2022-06-23 | dma-buf: deprecate DMABUF_SYSFS_STATS | Christian König | 1 | -1/+5 |
| 2022-06-20 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -4/+12 |
| 2022-06-20 | udmabuf: add back sanity check | Gerd Hoffmann | 1 | -1/+4 |
| 2022-06-15 | Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 6 | -147/+301 |
| 2022-06-09 | udmabuf: Set the DMA mask for the udmabuf device (v2) | Vivek Kasireddy | 1 | -1/+17 |
| 2022-06-08 | dma-buf: Add an API for importing sync files (v10) | Jason Ekstrand | 1 | -0/+39 |
| 2022-06-08 | dma-buf: Add an API for exporting sync files (v14) | Jason Ekstrand | 1 | -0/+67 |
| 2022-05-30 | dma-buf: generalize dma_fence unwrap & merging v3 | Christian König | 3 | -113/+218 |
| 2022-05-30 | dma-buf: cleanup dma_fence_unwrap implementation | Christian König | 2 | -1/+60 |
| 2022-05-30 | dma-buf: cleanup dma_fence_unwrap selftest v2 | Christian König | 1 | -29/+19 |
| 2022-05-30 | dma-buf: cleanup dma_fence_chain_walk | Christian König | 1 | -2/+2 |
| 2022-05-25 | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 4 | -327/+332 |
| 2022-05-13 | dma-buf: ensure unique directory name for dmabuf stats | Charan Teja Kalla | 1 | -0/+8 |
| 2022-05-10 | dma-buf: call dma_buf_stats_setup after dmabuf is in valid list | Charan Teja Reddy | 1 | -4/+4 |
| 2022-05-10 | dma-buf: add the name field to the table header | Yuanzheng Song | 1 | -2/+2 |
| 2022-05-04 | dma-buf/sync_file: cleanup fence merging a bit | Christian König | 1 | -14/+7 |
| 2022-04-18 | Merge drm/drm-next into drm-misc-next | Paul Cercueil | 5 | -68/+368 |
| 2022-04-12 | Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 3 | -55/+153 |
| 2022-04-07 | dma-buf: drop seq count based update | Christian König | 2 | -22/+13 |
| 2022-04-07 | dma-buf: wait for map to complete for static attachments | Christian König | 1 | -2/+14 |
| 2022-04-07 | dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3 | Christian König | 2 | -3/+3 |
| 2022-04-07 | dma-buf: add DMA_RESV_USAGE_KERNEL v3 | Christian König | 2 | -2/+2 |
| 2022-04-07 | dma-buf & drm/amdgpu: remove dma_resv workaround | Christian König | 1 | -212/+141 |
| 2022-04-07 | dma-buf: specify usage while adding fences to dma_resv obj v7 | Christian König | 2 | -85/+64 |
| 2022-04-07 | dma-buf: add enum dma_resv_usage v4 | Christian König | 3 | -43/+46 |
| 2022-04-06 | dma-buf/drivers: make reserving a shared slot mandatory v4 | Christian König | 2 | -39/+35 |
| 2022-04-05 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 4 | -21/+23 |
| 2022-04-05 | dma-buf: finally make dma_resv_excl_fence private v2 | Christian König | 1 | -0/+6 |
| 2022-04-03 | dma-buf: add dma_resv_get_singleton v2 | Christian König | 1 | -0/+54 |