1. 89bcadc dma-buf: Document non-dynamic exporter expectations better by Daniel Vetter · 3 years, 6 months ago
  2. bdb8d06 dmabuf: Add the capability to expose DMA-BUF stats in sysfs by Hridya Valsaraju · 3 years, 7 months ago
  3. d3fae3b dma-buf: drop the _rcu postfix on function names v3 by Christian König · 3 years, 7 months ago
  4. 6edbd6a dma-buf: rename and cleanup dma_resv_get_excl v3 by Christian König · 3 years, 8 months ago
  5. 680753d dma-buf: fix inconsistent debug print v2 by Christian König · 3 years, 8 months ago
  6. 7e008b0 dma-buf: fix unintended pin/unpin warnings by Christian König · 3 years, 8 months ago
  7. 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
  8. 8433567 dma-buf: Add debug option by Daniel Vetter · 4 years ago
  9. 05cd846 dmabuf: fix use-after-free of dmabuf's file->f_inode by Charan Teja Reddy · 4 years ago
  10. c545781 dma-buf: doc polish for pin/unpin by Daniel Vetter · 4 years, 1 month ago
  11. 8ccf0a2 dma-buf: begin/end_cpu might lock the dma_resv lock by Daniel Vetter · 4 years ago
  12. 85804b7 dma-buf: some kerneldoc formatting fixes by Daniel Vetter · 4 years, 1 month ago
  13. de9114e dma-buf: Remove kmap kerneldoc vestiges by Daniel Vetter · 4 years, 1 month ago
  14. 295992f mm: introduce vma_set_file function v5 by Christian König · 4 years, 4 months ago
  15. 1527f92 mm: mmap: fix fput in error path v2 by Christian König · 4 years, 3 months ago
  16. 2c16d29 Revert "mm: mmap: fix fput in error path v2" by Christian König · 4 years, 2 months ago
  17. e40b0b5 Revert "mm: introduce vma_set_file function v4" by Christian König · 4 years, 2 months ago
  18. 00efd65 dma-buf: Fix static checker warning by Jianxin Xiong · 4 years, 2 months ago
  19. 2b5b95b mm: introduce vma_set_file function v4 by Christian König · 4 years, 4 months ago
  20. 0227da0 mm: mmap: fix fput in error path v2 by Christian König · 4 years, 3 months ago
  21. c489573 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 4 years, 2 months ago
  22. ac80cd1 dma-buf: Clarify that dma-buf sg lists are page aligned by Jianxin Xiong · 4 years, 3 months ago
  23. 20e76f1 dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces by Thomas Zimmermann · 4 years, 3 months ago
  24. 6619ccf dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces by Thomas Zimmermann · 4 years, 3 months ago
  25. 01fd30d dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr by Thomas Zimmermann · 4 years, 3 months ago
  26. 19a508b dmabuf: fix NULL pointer dereference in dma_buf_release() by Charan Teja Reddy · 4 years, 3 months ago
  27. 6d3ba80 dma-buf: Fix kerneldoc of dma_buf_set_name() by Krzysztof Kozlowski · 4 years, 4 months ago
  28. 41206a0 Merge v5.8-rc6 into drm-next by Dave Airlie · 4 years, 5 months ago
  29. 6348dd2 dmabuf: use spinlock to access dmabuf->name by Charan Teja Kalla · 4 years, 6 months ago
  30. 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
  31. 4ab59c3 dma-buf: Move dma_buf_release() from fops to dentry_ops by Sumit Semwal · 4 years, 7 months ago
  32. 102514e dma-buf: minor doc touch-ups by Daniel Vetter · 4 years, 7 months ago
  33. faa3921 Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
  34. 6f49c25 dma-buf: fix documentation build warnings by Randy Dunlap · 4 years, 9 months ago
  35. a5bff92 dma-buf: Fix SET_NAME ioctl uapi by Daniel Vetter · 4 years, 9 months ago
  36. 09606b5 dma-buf: add peer2peer flag by Christian König · 7 years ago
  37. 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
  38. 4981cdb dma-buf: make move_notify mandatory if importer_ops are provided by Christian König · 4 years, 10 months ago
  39. bd2275e dma-buf: drop dynamic_mapping flag by Christian König · 4 years, 11 months ago
  40. bb42df4 dma-buf: add dynamic DMA-buf handling v15 by Christian König · 6 years ago
  41. d1f3722 dma-buf: free dmabuf->name in dma_buf_release() by Cong Wang · 5 years ago
  42. 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
  43. 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
  44. 7f0de8d dma-buf: Drop dma_buf_k(un)map by Daniel Vetter · 5 years ago
  45. f45f57c dma-buf: stop using the dmabuf->lock so much v2 by Christian König · 5 years ago
  46. 15fd552 dma-buf: change DMA-buf locking convention v3 by Christian König · 6 years ago
  47. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  48. b016cd6 dma-buf: Restore seqlock around dma_resv updates by Chris Wilson · 5 years ago
  49. 52791ee dma-buf: rename reservation_object to dma_resv by Christian König · 5 years ago
  50. 67c97fb dma-buf: add reservation_object_fences helper by Christian König · 5 years ago
  51. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  52. be8454a Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  53. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  54. bcc0711 dma-buf: add show_fdinfo handler by Greg Hackmann · 6 years ago
  55. bb2bb90 dma-buf: add DMA_BUF_SET_NAME ioctls by Greg Hackmann · 6 years ago
  56. ed63bb1 dma-buf: give each buffer a full-fledged inode by Greg Hackmann · 6 years ago
  57. f13e143 dma-buf: start caching of sg_table objects v2 by Christian König · 6 years ago
  58. e3a9d6c dma-buf: Make mmap callback actually optional by Andrew F. Davis · 6 years ago
  59. 5e383a9 dma-buf: balance refcount inbalance by Jérôme Glisse · 6 years ago
  60. 2674305 dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  61. f82aab2 dma-buf: Remove requirement for ops->map() from dma_buf_export by Chris Wilson · 6 years ago
  62. f664a5269 dma-buf: remove kmap_atomic interface by Christian König · 7 years ago
  63. a19741e dma_buf: remove device parameter from attach callback v2 by Christian König · 7 years ago
  64. 09ea0df dma-buf: make map_atomic and map function pointers optional by Gerd Hoffmann · 7 years ago
  65. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  66. 4bf772b Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  67. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  68. 0169943 annotate poll_table_struct ->_key by Al Viro · 7 years ago
  69. 298b6a8 dma-buf: Fix ifnullfree.cocci warnings by Vasyl Gomonovych · 7 years ago
  70. c138782 dma-buf: Cleanup comments on dma_buf_map_attachment() by Liviu Dudau · 7 years ago
  71. 531beb0 dma-buf: remove redundant initialization of sg_table by Colin Ian King · 7 years ago
  72. 34d84ec dma-buf: Adjust a null pointer check in dma_buf_attach() by Markus Elfring · 8 years ago
  73. db7942b dma-buf: Improve a size determination in dma_buf_attach() by Markus Elfring · 8 years ago
  74. 9eddb41 dma-buf: Combine two function calls into one in dma_buf_debug_show() by Markus Elfring · 8 years ago
  75. f9b67f0 dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro by Logan Gunthorpe · 8 years ago
  76. da6c8f5 dma-buf: align debugfs output by Russell King · 8 years ago
  77. 5eb2c72 dma-buf: fence debugging by Russell King · 8 years ago
  78. 888022c dma-buf: add support for compat ioctl by Marek Szyprowski · 8 years ago
  79. e9b4d7b dma-buf: Use recommended structure member reference by Daniel Vetter · 8 years ago
  80. f641d3b dma-buf: use preferred struct reference in kernel-doc by Daniel Vetter · 8 years ago
  81. e7e21c7 dma-buf: Final bits of doc polish by Daniel Vetter · 8 years ago
  82. 0959a16 dma-buf: Update cpu access documentation by Daniel Vetter · 8 years ago
  83. 2904a8c dma-buf: Reorganize device dma access docs by Daniel Vetter · 8 years ago
  84. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  85. ae4e46b dma-buf: Wait on the reservation object when sync'ing before CPU access by Chris Wilson · 8 years ago
  86. a026df4 dma-buf: Release module reference on creation failure by Chris Wilson · 8 years ago
  87. bd3e220 dma-buf: remove dma_buf_debugfs_create_file() by Mathias Krause · 9 years ago
  88. b747999 dma-buf: remove dma_buf directory on bufinfo file creation errors by Mathias Krause · 9 years ago
  89. eb0b947 dma-buf: propagate errors from dma_buf_describe() on debugfs read by Mathias Krause · 9 years ago
  90. b02da6f dma-buf: use vma_pages() by Muhammad Falak R Wani · 9 years ago
  91. 87e332d dma-buf: Update docs for SYNC ioctl by Daniel Vetter · 9 years ago
  92. 18b862d dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access() by Chris Wilson · 9 years ago
  93. c11e391 dma-buf: Add ioctls to allow userspace to flush by Daniel Vetter · 9 years ago
  94. 831e9da dma-buf: Remove range-based flush by Tiago Vignatti · 9 years ago
  95. 5136629 dma-buf: Minor coding style fixes by Jagan Teki · 10 years ago
  96. 9abdffe dma-buf: add ref counting for module as exporter by Sumit Semwal · 10 years ago
  97. d8fbe34 dma-buf: cleanup dma_buf_export() to make it easily extensible by Sumit Semwal · 10 years ago
  98. a1f6dba dma-buf: don't open-code atomic_long_read() by Al Viro · 10 years ago
  99. 3c3b177 reservation: add suppport for read-only access using rcu by Maarten Lankhorst · 11 years ago
  100. 04a5faa reservation: update api and add some helpers by Maarten Lankhorst · 11 years ago