1. d3fae3b dma-buf: drop the _rcu postfix on function names v3 by Christian König · 3 years, 8 months ago
  2. fb5ce73 dma-buf: rename and cleanup dma_resv_get_list v2 by Christian König · 3 years, 8 months ago
  3. 6edbd6a dma-buf: rename and cleanup dma_resv_get_excl v3 by Christian König · 3 years, 8 months ago
  4. 415f676 dma-buf: add missing EXPORT_SYMBOL by Christian König · 3 years, 8 months ago
  5. 0c6b522 dma-buf: cleanup dma-resv shared fence debugging a bit v2 by Christian König · 3 years, 9 months ago
  6. 068d9d7 dma-buf: add SPDX header and fix style in dma-resv.c by Christian König · 3 years, 8 months ago
  7. 680753d dma-buf: fix inconsistent debug print v2 by Christian König · 3 years, 9 months ago
  8. 7e008b0 dma-buf: fix unintended pin/unpin warnings by Christian König · 3 years, 8 months ago
  9. fd92169 drm/syncobj: use newly allocated stub fences by David Stevens · 3 years, 9 months ago
  10. 51c3b91 Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 10 months ago
  11. 2eebbdb dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual heap name by John Stultz · 4 years ago
  12. 98cd02d dma-buf: dma-heap: Provide accessor to get heap name by John Stultz · 4 years ago
  13. f588f0c dma-fence: allow signaling drivers to set fence timestamp by Veera Sundaram Sankaran · 4 years ago
  14. abf4451 dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fd by John Stultz · 4 years ago
  15. cc84a8e dma-buf: system_heap: Make sure to return an error if we abort by John Stultz · 4 years ago
  16. 46d4a93 dma-buf: Avoid comma separated statements by Joe Perches · 4 years, 5 months ago
  17. e4abd7a dma-buf: Avoid comma separated statements by Joe Perches · 4 years, 5 months ago
  18. 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
  19. 5a164ac dma-fence: allow signaling drivers to set fence timestamp by Veera Sundaram Sankaran · 4 years ago
  20. c7f59e3 dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fd by John Stultz · 4 years ago
  21. 14a1172 dma-buf: system_heap: Make sure to return an error if we abort by John Stultz · 4 years ago
  22. 8433567 dma-buf: Add debug option by Daniel Vetter · 4 years ago
  23. a0adc8e dma-buf: cma_heap: Fix memory leak in CMA heap by John Stultz · 4 years ago
  24. 05cd846 dmabuf: fix use-after-free of dmabuf's file->f_inode by Charan Teja Reddy · 4 years ago
  25. 18589d7 Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Daniel Vetter · 4 years ago
  26. ef2c8b8 Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 1 month ago
  27. c59c758 Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 1 month ago
  28. 8075c30 dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPS by John Stultz · 4 years, 1 month ago
  29. c545781 dma-buf: doc polish for pin/unpin by Daniel Vetter · 4 years, 1 month ago
  30. 8ccf0a2 dma-buf: begin/end_cpu might lock the dma_resv lock by Daniel Vetter · 4 years, 1 month ago
  31. 85804b7 dma-buf: some kerneldoc formatting fixes by Daniel Vetter · 4 years, 1 month ago
  32. de9114e dma-buf: Remove kmap kerneldoc vestiges by Daniel Vetter · 4 years, 1 month ago
  33. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  34. a47fc51 dma-buf: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  35. bf89758 dma-buf/dma-resv: Respect num_fences when initializing the shared fence list. by Maarten Lankhorst · 4 years, 2 months ago
  36. d963ab0 dma-buf: system_heap: Allocate higher order pages if available by John Stultz · 4 years, 2 months ago
  37. 4c68e49 dma-buf: heaps: Skip sync if not mapped by John Stultz · 4 years, 2 months ago
  38. 064fae5 dma-buf: heaps: Remove heap-helpers code by John Stultz · 4 years, 2 months ago
  39. a5d2d29e dma-buf: heaps: Move heap-helper logic into the cma_heap implementation by John Stultz · 4 years, 2 months ago
  40. 3812957 dma-buf: system_heap: Rework system heap to use sgtables instead of pagelists by John Stultz · 4 years, 2 months ago
  41. 295992f mm: introduce vma_set_file function v5 by Christian König · 4 years, 4 months ago
  42. 1527f92 mm: mmap: fix fput in error path v2 by Christian König · 4 years, 3 months ago
  43. 2c16d29 Revert "mm: mmap: fix fput in error path v2" by Christian König · 4 years, 2 months ago
  44. e40b0b5 Revert "mm: introduce vma_set_file function v4" by Christian König · 4 years, 2 months ago
  45. 00efd65 dma-buf: Fix static checker warning by Jianxin Xiong · 4 years, 3 months ago
  46. 2b5b95b mm: introduce vma_set_file function v4 by Christian König · 4 years, 4 months ago
  47. 0227da0 mm: mmap: fix fput in error path v2 by Christian König · 4 years, 3 months ago
  48. c489573 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 4 years, 3 months ago
  49. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  50. ac80cd1 dma-buf: Clarify that dma-buf sg lists are page aligned by Jianxin Xiong · 4 years, 3 months ago
  51. 93b694d Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 3 months ago
  52. 82e1b93 dma-buf: use struct_size macro by Christian König · 4 years, 3 months ago
  53. 0b1abd1 dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 4 months ago
  54. 20e76f1 dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces by Thomas Zimmermann · 4 years, 4 months ago
  55. 6619ccf dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces by Thomas Zimmermann · 4 years, 4 months ago
  56. 01fd30d dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr by Thomas Zimmermann · 4 years, 4 months ago
  57. 6ea6be7 Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 4 years, 4 months ago
  58. 19a508b dmabuf: fix NULL pointer dereference in dma_buf_release() by Charan Teja Reddy · 4 years, 4 months ago
  59. 7dd1b88 dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv by Daniel Vetter · 4 years, 6 months ago
  60. b40be05 Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next by Dave Airlie · 4 years, 4 months ago
  61. 00af672 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 4 years, 4 months ago
  62. 62296b3 dmabuf: fix common struct sg_table related issues by Marek Szyprowski · 4 years, 10 months ago
  63. d4a197f udmabuf: Add missing compact_ioctl by Kristian H. Kristensen · 4 years, 5 months ago
  64. 8d0441c dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in kerneldoc by Krzysztof Kozlowski · 4 years, 5 months ago
  65. 6d3ba80 dma-buf: Fix kerneldoc of dma_buf_set_name() by Krzysztof Kozlowski · 4 years, 5 months ago
  66. e44cd6b dma-buf: fix kernel-doc warning in dma-fence.c by Randy Dunlap · 4 years, 5 months ago
  67. 97d052e Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  68. cd29f22 dma-buf: Use sequence counter with associated wound/wait mutex by Ahmed S. Darwish · 4 years, 6 months ago
  69. 318ce71 dma-buf: Remove custom seqcount lockdep class key by Ahmed S. Darwish · 4 years, 6 months ago
  70. 41206a0 Merge v5.8-rc6 into drm-next by Dave Airlie · 4 years, 6 months ago
  71. fa07634 dma-fence: Make symbol 'dma_fence_lockdep_map' static by Wei Yongjun · 4 years, 6 months ago
  72. 4145cb5 Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 4 years, 6 months ago
  73. d0b9a9a dma-fence: prime lockdep annotations by Daniel Vetter · 4 years, 6 months ago
  74. 5fbff81 dma-fence: basic lockdep annotations by Daniel Vetter · 4 years, 6 months ago
  75. 3ffff3c Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 4 years, 6 months ago
  76. 6348dd2 dmabuf: use spinlock to access dmabuf->name by Charan Teja Kalla · 4 years, 7 months ago
  77. 1cc4af4 Merge tag 'drm-intel-next-2020-07-02' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 4 years, 7 months ago
  78. 4cca2e6 dma-buf: fix dma-fence-chain out of order test by Lionel Landwerlin · 4 years, 7 months ago
  79. 91fac86 Revert "dma-buf: Report signaled links inside dma-fence-chain" by Lionel Landwerlin · 4 years, 7 months ago
  80. 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, 7 months ago
  81. 60e9eab Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next by Maarten Lankhorst · 4 years, 7 months ago
  82. 0f69403 Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 4 years, 7 months ago
  83. 4ab59c3 dma-buf: Move dma_buf_release() from fops to dentry_ops by Sumit Semwal · 4 years, 7 months ago
  84. 102514e dma-buf: minor doc touch-ups by Daniel Vetter · 4 years, 7 months ago
  85. 0a19b06 Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 4 years, 7 months ago
  86. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  87. 0adf65f DMA reservations: use the new mmap locking API by Michel Lespinasse · 4 years, 7 months ago
  88. 684f1a1 drm/i915: Fix comments mentioning typo in IS_ENABLED() by Kees Cook · 4 years, 8 months ago
  89. faa3921 Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 8 months ago
  90. ef82555 dma-fence: add might_sleep annotation to _wait() by Daniel Vetter · 4 years, 8 months ago
  91. 1c530d4 dma-buf: Use atomic_fetch_add() for the context id by Chris Wilson · 4 years, 8 months ago
  92. 6f49c25 dma-buf: fix documentation build warnings by Randy Dunlap · 4 years, 9 months ago
  93. a5bff92 dma-buf: Fix SET_NAME ioctl uapi by Daniel Vetter · 4 years, 9 months ago
  94. 08d99b2 Merge drm/drm-next into drm-misc-next by Thomas Zimmermann · 4 years, 9 months ago
  95. dc2f7e6 dma-buf: Exercise dma-fence-chain under selftests by Chris Wilson · 4 years, 9 months ago
  96. 5de376b dma-buf: Report signaled links inside dma-fence-chain by Chris Wilson · 4 years, 9 months ago
  97. 29da47c dma-buf: Prettify typecasts for dma-fence-chain by Chris Wilson · 4 years, 9 months ago
  98. 3208a24 Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 4 years, 9 months ago
  99. 09606b5 dma-buf: add peer2peer flag by Christian König · 7 years ago
  100. 518110c dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help text by Geert Uytterhoeven · 4 years, 10 months ago