- a713ca23 Merge drm/drm-next into drm-misc-next by Thomas Zimmermann · 3 years, 1 month ago
- 304ac80 Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 2 months ago
- b6c2472 Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 2 months ago
- a25efb3 dma-buf: add dma_fence_describe and dma_resv_describe v2 by Christian König · 3 years, 3 months ago
- 5c904c6 Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 2 months ago
- ff2d238 dma-buf/poll: Get a file reference for outstanding fence callbacks by Michel Dänzer · 3 years, 5 months ago
- 8c0fd12 dma-buf: acquire name lock before read/write dma_buf.name by Guangming Cao · 3 years, 3 months ago
- e73c317 dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAME by Guangming Cao · 3 years, 3 months ago
- 16b0314 dma-buf: move dma-buf symbols into the DMA_BUF module namespace by Greg Kroah-Hartman · 3 years, 3 months ago
- 91909d5 dma-buf: Update obsoluted comments on dma_buf_vmap/vunmap() by Shunsuke Mie · 3 years, 3 months ago
- 0a42016 dma-buf: use the new iterator in dma_resv_poll by Christian König · 3 years, 3 months ago
- 63639d0 dma-buf: use the new iterator in dma_buf_debug_show by Christian König · 3 years, 3 months ago
- 6b51b02 dma-buf: fix and rework dma_buf_poll v7 by Christian König · 3 years, 7 months ago
- f492283 dma-buf: WARN on dmabuf release with pending attachments by Charan Teja Reddy · 3 years, 5 months ago
- 63c57e8 dma_buf: remove dmabuf sysfs teardown before release by Guangming Cao · 3 years, 5 months ago
- c715def dma-buf: Delete the DMA-BUF attachment sysfs statistics by Hridya Valsaraju · 3 years, 6 months ago
- 89bcadc dma-buf: Document non-dynamic exporter expectations better by Daniel Vetter · 3 years, 6 months ago
- bdb8d06 dmabuf: Add the capability to expose DMA-BUF stats in sysfs by Hridya Valsaraju · 3 years, 7 months ago
- d3fae3b dma-buf: drop the _rcu postfix on function names v3 by Christian König · 3 years, 7 months ago
- 6edbd6a dma-buf: rename and cleanup dma_resv_get_excl v3 by Christian König · 3 years, 8 months ago
- 680753d dma-buf: fix inconsistent debug print v2 by Christian König · 3 years, 8 months ago
- 7e008b0 dma-buf: fix unintended pin/unpin warnings by Christian König · 3 years, 8 months ago
- bc96ad6 Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 4 years ago
- 8433567 dma-buf: Add debug option by Daniel Vetter · 4 years ago
- 05cd846 dmabuf: fix use-after-free of dmabuf's file->f_inode by Charan Teja Reddy · 4 years ago
- c545781 dma-buf: doc polish for pin/unpin by Daniel Vetter · 4 years, 1 month ago
- 8ccf0a2 dma-buf: begin/end_cpu might lock the dma_resv lock by Daniel Vetter · 4 years ago
- 85804b7 dma-buf: some kerneldoc formatting fixes by Daniel Vetter · 4 years, 1 month ago
- de9114e dma-buf: Remove kmap kerneldoc vestiges by Daniel Vetter · 4 years, 1 month ago
- 295992f mm: introduce vma_set_file function v5 by Christian König · 4 years, 4 months ago
- 1527f92 mm: mmap: fix fput in error path v2 by Christian König · 4 years, 3 months ago
- 2c16d29 Revert "mm: mmap: fix fput in error path v2" by Christian König · 4 years, 2 months ago
- e40b0b5 Revert "mm: introduce vma_set_file function v4" by Christian König · 4 years, 2 months ago
- 00efd65 dma-buf: Fix static checker warning by Jianxin Xiong · 4 years, 2 months ago
- 2b5b95b mm: introduce vma_set_file function v4 by Christian König · 4 years, 4 months ago
- 0227da0 mm: mmap: fix fput in error path v2 by Christian König · 4 years, 3 months ago
- c489573 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 4 years, 2 months ago
- ac80cd1 dma-buf: Clarify that dma-buf sg lists are page aligned by Jianxin Xiong · 4 years, 2 months ago
- 20e76f1 dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces by Thomas Zimmermann · 4 years, 3 months ago
- 6619ccf dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces by Thomas Zimmermann · 4 years, 3 months ago
- 01fd30d dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr by Thomas Zimmermann · 4 years, 3 months ago
- 19a508b dmabuf: fix NULL pointer dereference in dma_buf_release() by Charan Teja Reddy · 4 years, 3 months ago
- 6d3ba80 dma-buf: Fix kerneldoc of dma_buf_set_name() by Krzysztof Kozlowski · 4 years, 4 months ago
- 41206a0 Merge v5.8-rc6 into drm-next by Dave Airlie · 4 years, 5 months ago
- 6348dd2 dmabuf: use spinlock to access dmabuf->name by Charan Teja Kalla · 4 years, 6 months ago
- f75020f Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 4 years, 6 months ago
- 4ab59c3 dma-buf: Move dma_buf_release() from fops to dentry_ops by Sumit Semwal · 4 years, 7 months ago
- 102514e dma-buf: minor doc touch-ups by Daniel Vetter · 4 years, 7 months ago
- faa3921 Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
- 6f49c25 dma-buf: fix documentation build warnings by Randy Dunlap · 4 years, 9 months ago
- a5bff92 dma-buf: Fix SET_NAME ioctl uapi by Daniel Vetter · 4 years, 9 months ago
- 09606b5 dma-buf: add peer2peer flag by Christian König · 7 years ago
- 9e12da0 Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 4 years, 10 months ago
- 4981cdb dma-buf: make move_notify mandatory if importer_ops are provided by Christian König · 4 years, 10 months ago
- bd2275e dma-buf: drop dynamic_mapping flag by Christian König · 4 years, 10 months ago
- bb42df4 dma-buf: add dynamic DMA-buf handling v15 by Christian König · 6 years ago
- d1f3722 dma-buf: free dmabuf->name in dma_buf_release() by Cong Wang · 5 years ago
- 6c56e8a Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Daniel Vetter · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- 7f0de8d dma-buf: Drop dma_buf_k(un)map by Daniel Vetter · 5 years ago
- f45f57c dma-buf: stop using the dmabuf->lock so much v2 by Christian König · 5 years ago
- 15fd552 dma-buf: change DMA-buf locking convention v3 by Christian König · 6 years ago
- 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
- b016cd6 dma-buf: Restore seqlock around dma_resv updates by Chris Wilson · 5 years ago
- 52791ee dma-buf: rename reservation_object to dma_resv by Christian König · 5 years ago
- 67c97fb dma-buf: add reservation_object_fences helper by Christian König · 5 years ago
- 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- be8454a Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
- caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
- bcc0711 dma-buf: add show_fdinfo handler by Greg Hackmann · 6 years ago
- bb2bb90 dma-buf: add DMA_BUF_SET_NAME ioctls by Greg Hackmann · 6 years ago
- ed63bb1 dma-buf: give each buffer a full-fledged inode by Greg Hackmann · 6 years ago
- f13e143 dma-buf: start caching of sg_table objects v2 by Christian König · 6 years ago
- e3a9d6c dma-buf: Make mmap callback actually optional by Andrew F. Davis · 6 years ago
- 5e383a9 dma-buf: balance refcount inbalance by Jérôme Glisse · 6 years ago
- 2674305 dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
- f82aab2 dma-buf: Remove requirement for ops->map() from dma_buf_export by Chris Wilson · 6 years ago
- f664a5269 dma-buf: remove kmap_atomic interface by Christian König · 7 years ago
- a19741e dma_buf: remove device parameter from attach callback v2 by Christian König · 7 years ago
- 09ea0df dma-buf: make map_atomic and map function pointers optional by Gerd Hoffmann · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 4bf772b Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
- 0169943 annotate poll_table_struct ->_key by Al Viro · 7 years ago
- 298b6a8 dma-buf: Fix ifnullfree.cocci warnings by Vasyl Gomonovych · 7 years ago
- c138782 dma-buf: Cleanup comments on dma_buf_map_attachment() by Liviu Dudau · 7 years ago
- 531beb0 dma-buf: remove redundant initialization of sg_table by Colin Ian King · 7 years ago
- 34d84ec dma-buf: Adjust a null pointer check in dma_buf_attach() by Markus Elfring · 8 years ago
- db7942b dma-buf: Improve a size determination in dma_buf_attach() by Markus Elfring · 8 years ago
- 9eddb41 dma-buf: Combine two function calls into one in dma_buf_debug_show() by Markus Elfring · 8 years ago
- f9b67f0 dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro by Logan Gunthorpe · 8 years ago
- da6c8f5 dma-buf: align debugfs output by Russell King · 8 years ago
- 5eb2c72 dma-buf: fence debugging by Russell King · 8 years ago
- 888022c dma-buf: add support for compat ioctl by Marek Szyprowski · 8 years ago
- e9b4d7b dma-buf: Use recommended structure member reference by Daniel Vetter · 8 years ago
- f641d3b dma-buf: use preferred struct reference in kernel-doc by Daniel Vetter · 8 years ago
- e7e21c7 dma-buf: Final bits of doc polish by Daniel Vetter · 8 years ago
- 0959a16 dma-buf: Update cpu access documentation by Daniel Vetter · 8 years ago
- 2904a8c dma-buf: Reorganize device dma access docs by Daniel Vetter · 8 years ago
- f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago