Age | Commit message (Expand) | Author |
2022-12-13 | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-11-22 | dma-buf: fix racing conflict of dma_heap_add() | Dawei Li |
2022-11-18 | dma-buf: Use dma_fence_unwrap_for_each when importing fences | Jason Ekstrand |
2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld |
2022-11-11 | dma-buf/heaps: Assert held reservation lock for dma-buf mmapping | Dmitry Osipenko |
2022-11-11 | udmabuf: Assert held reservation lock for dma-buf mmapping | Dmitry Osipenko |
2022-11-11 | dma-buf: Move dma_buf_mmap_internal() to dynamic locking specification | Dmitry Osipenko |
2022-11-02 | dma-buf: Make locking consistent in dma_buf_detach() | Dmitry Osipenko |
2022-10-18 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2022-10-18 | dma-buf: Remove obsoleted internal lock | Dmitry Osipenko |
2022-10-18 | dma-buf: Document dynamic locking convention | Dmitry Osipenko |
2022-10-18 | dma-buf: Move dma_buf_mmap() to dynamic locking specification | Dmitry Osipenko |
2022-10-18 | dma-buf: Move dma_buf_map_attachment() to dynamic locking specification | Dmitry Osipenko |
2022-10-18 | dma-buf: Move dma_buf_attach() to dynamic locking specification | Dmitry Osipenko |
2022-10-18 | dma-buf: Move dma_buf_vmap() to dynamic locking specification | Dmitry Osipenko |
2022-10-18 | dma-buf: Add unlocked variant of attachment-mapping functions | Dmitry Osipenko |
2022-10-18 | dma-buf: Add unlocked variant of vmapping functions | Dmitry Osipenko |
2022-10-06 | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-10-06 | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-10-06 | Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds |
2022-10-05 | Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-09-19 | dma-buf: fix dma_fence_default_wait() signaling check | Christian König |
2022-09-16 | dma-buf: dma_fence_wait must enable signaling | Arvind Yadav |
2022-09-16 | dma-buf: Enable signaling on fence for selftests | Arvind Yadav |
2022-09-16 | dma-buf: set signaling bit for the stub fence | Arvind Yadav |
2022-09-16 | dma-buf: Remove the signaled bit status check | Arvind Yadav |
2022-09-11 | Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2022-09-06 | Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d... | Daniel Vetter |
2022-09-01 | dma_buf: no need to bother with file_inode()->i_mapping | Al Viro |
2022-08-25 | dma-buf/dma-resv: check if the new fence is really later | Christian König |
2022-08-25 | udmabuf: Set ubuf->sg = NULL if the creation of sg table fails | Vivek Kasireddy |
2022-08-20 | dynamic_dname(): drop unused dentry argument | Al Viro |
2022-08-17 | dma_buf_getfile(): don't bother with ->f_flags reassignments | Al Viro |
2022-08-10 | dma-buf/sync_file: use strscpy to replace strlcpy | XueBing Chen |
2022-08-03 | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-08-03 | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-07-16 | dma-buf: remove useless FMODE_LSEEK flag | Jason A. Donenfeld |
2022-07-14 | dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3" | Christian König |
2022-07-13 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2022-07-13 | Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to... | Dave Airlie |
2022-07-12 | dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3" | Christian König |
2022-07-12 | Merge tag 'drm-misc-fixes-2022-07-07-1' of ssh://git.freedesktop.org/git/drm/... | Dave Airlie |
2022-07-07 | dma-buf: Fix one use-after-free of fence | xinhui pan |
2022-06-23 | dma-buf: deprecate DMABUF_SYSFS_STATS | Christian König |
2022-06-20 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann |
2022-06-20 | udmabuf: add back sanity check | Gerd Hoffmann |
2022-06-15 | Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter |
2022-06-09 | udmabuf: Set the DMA mask for the udmabuf device (v2) | Vivek Kasireddy |