1. 4518cd2 dma-fence: add comment for WARN_ON in dma_fence_release() by Oded Gabbay · 7 years ago
  2. b88132b dma-buf/sw_sync: Fix kerneldoc warnings by Chris Wilson · 7 years ago
  3. 76ea0f3 Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  4. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  5. 4bf772b Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  6. e56a0fb dma-buf/sw_sync: fix document of sw_sync_create_fence_data by Shawn Guo · 7 years ago
  7. a35f2f3 dma-buf: make returning the exclusive fence optional by Christian König · 7 years ago
  8. 5bffee8 dma-buf: fix reservation_object_wait_timeout_rcu once more v2 by Christian König · 7 years ago
  9. 2c1c55c Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  10. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  11. 0169943 annotate poll_table_struct ->_key by Al Viro · 7 years ago
  12. 298b6a8 dma-buf: Fix ifnullfree.cocci warnings by Vasyl Gomonovych · 7 years ago
  13. 03e4e0a dma-buf/fence: Fix lock inversion within dma-fence-array by Chris Wilson · 7 years ago
  14. 70c5f93 Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 7 years ago
  15. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  16. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  17. ca25fe5 dma-buf: try to replace a signaled fence in reservation_object_add_shared_inplace by Christian König · 7 years ago
  18. 4d9c62e dma-buf: keep only not signaled fence in reservation_object_add_shared_replace v3 by Christian König · 7 years ago
  19. ad46d7b dma-buf: Use rcu_assign_pointer() to set rcu protected pointers by Ville Syrjälä · 7 years ago
  20. c138782 dma-buf: Cleanup comments on dma_buf_map_attachment() by Liviu Dudau · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. 7a88cbd Backmerge tag 'v4.14-rc7' into drm-next by Dave Airlie · 7 years ago
  23. 1364124 tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_on by Steven Rostedt (VMware) · 7 years ago
  24. f797488 sync_file: Return consistent status in SYNC_IOC_FILE_INFO by John Einar Reitan · 7 years ago
  25. 39e16ba dma-buf: make reservation_object_copy_fences rcu save by Christian König · 7 years ago
  26. 531beb0 dma-buf: remove redundant initialization of sg_table by Colin Ian King · 7 years ago
  27. ea4d5a2 dma-buf/sw_sync: force signal all unsignaled fences on dying timeline by Dominik Behr · 7 years ago
  28. b88fa00 dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2 by Christian König · 7 years ago
  29. 7faf952 dma-buf: add reservation_object_copy_fences (v2) by Christian König · 7 years ago
  30. f3e31b7 dma-buf: dma_fence_put is NULL safe by Christian König · 7 years ago
  31. 3792b7c dma-buf/sw_sync: clean up list before signaling the fence by Gustavo Padovan · 7 years ago
  32. 150b6a9 dma-buf/sw_sync: move timeline_fence_ops around by Gustavo Padovan · 7 years ago
  33. db1fc97 dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fence by Chris Wilson · 7 years ago
  34. 0eb2c0a Backmerge tag 'v4.13-rc2' into drm-next by Dave Airlie · 7 years ago
  35. 6ce3126 dma-fence: Don't BUG_ON when not absolutely needed by Daniel Vetter · 7 years ago
  36. ef434a0 Merge branch 'drm-misc-next-fixes' into drm-misc-fixes by Sean Paul · 7 years ago
  37. 76250f2 dma-buf/fence: Avoid use of uninitialised timestamp by Chris Wilson · 8 years ago
  38. f1e8c67 dma-buf/sw-sync: Use an rbtree to sort fences in the timeline by Chris Wilson · 7 years ago
  39. d3862e4 dma-buf/sw-sync: Fix locking around sync_timeline lists by Chris Wilson · 7 years ago
  40. 3b52ce4 dma-buf/sw-sync: sync_pt is private and of fixed size by Chris Wilson · 7 years ago
  41. a6aa8fc dma-buf/sw-sync: Reduce irqsave/irqrestore from known context by Chris Wilson · 7 years ago
  42. 8f66d3a dma-buf/sw-sync: Prevent user overflow on timeline advance by Chris Wilson · 7 years ago
  43. 61894b0 dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound by Chris Wilson · 7 years ago
  44. 71ebc9a dma-buf/sync-file: Defer creation of sync_file->name by Chris Wilson · 8 years ago
  45. 47a369d dma-buf: Use seq_putc() in two functions by Markus Elfring · 8 years ago
  46. 34d84ec dma-buf: Adjust a null pointer check in dma_buf_attach() by Markus Elfring · 8 years ago
  47. db7942b dma-buf: Improve a size determination in dma_buf_attach() by Markus Elfring · 8 years ago
  48. 9eddb41 dma-buf: Combine two function calls into one in dma_buf_debug_show() by Markus Elfring · 8 years ago
  49. 3c390df Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux into drm-misc-next by Sean Paul · 8 years ago
  50. 03c0c5f dma-buf: avoid scheduling on fence status query v2 by Andres Rodriguez · 8 years ago
  51. f9b67f0 dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro by Logan Gunthorpe · 8 years ago
  52. d8f2eba sync_file: get rid of internal reference count. by Dave Airlie · 8 years ago
  53. da6c8f5 dma-buf: align debugfs output by Russell King · 8 years ago
  54. 5eb2c72 dma-buf: fence debugging by Russell King · 8 years ago
  55. d5b72a2 dma-fence: add dma_fence_match_context helper by Philipp Zabel · 8 years ago
  56. b70366e Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 8 years ago
  57. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  58. 888022c dma-buf: add support for compat ioctl by Marek Szyprowski · 8 years ago
  59. f642de1 dma-buf/dma-fence: improve doc for dma_fence_add_callback() by Gustavo Padovan · 8 years ago
  60. 8c96c67 dma/fence: Export enable-signaling tracepoint for emission by drivers by Chris Wilson · 8 years ago
  61. a009e97 dma-fence: Introduce drm_fence_set_error() helper by Chris Wilson · 8 years ago
  62. d6c99f4 dma-fence: Wrap querying the fence->status by Chris Wilson · 8 years ago
  63. 83dd137 dma-fence: Clear fence->status during dma_fence_init() by Chris Wilson · 8 years ago
  64. e9b4d7b dma-buf: Use recommended structure member reference by Daniel Vetter · 8 years ago
  65. f641d3b dma-buf: use preferred struct reference in kernel-doc by Daniel Vetter · 8 years ago
  66. e7e21c7 dma-buf: Final bits of doc polish by Daniel Vetter · 8 years ago
  67. 0959a16 dma-buf: Update cpu access documentation by Daniel Vetter · 8 years ago
  68. 2904a8c dma-buf: Reorganize device dma access docs by Daniel Vetter · 8 years ago
  69. 24a36734 dma-buf: Update kerneldoc for sync_file_create by Daniel Vetter · 8 years ago
  70. 069cad6 Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)" by Gustavo Padovan · 8 years ago
  71. 06a66b5 reservation: revert "wait only with non-zero timeout specified (v3)" v2 by Christian König · 8 years ago
  72. 698c0f7 dma-buf/fence: revert "don't wait when specified timeout is zero" (v2) by Alex Deucher · 8 years ago
  73. bcc004b dma-buf/fence: make timeout handling in fence_default_wait consistent (v2) by Alex Deucher · 8 years ago
  74. 7392b4b dma-buf: return index of the first signaled fence (v2) by monk.liu · 8 years ago
  75. 4592bfc dma-buf/sw_sync: put fence reference from the fence creation by Gustavo Padovan · 8 years ago
  76. 7488158 dma-buf/sw_sync: mark sync_timeline_create() static by Baoyou Xie · 8 years ago
  77. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  78. 0fc4f78 Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 8 years ago
  79. 78010cd dma-buf/fence: add an lockdep_assert_held() by Rob Clark · 8 years ago
  80. 61d0a04 Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  81. 30cd85d dma-buf/sync_file: hold reference to fence when creating sync_file by Gustavo Padovan · 8 years ago
  82. b68d837 dma-buf: Restart reservation_object_test_signaled_rcu() after writes by Chris Wilson · 8 years ago
  83. 1cec20f dma-buf: Restart reservation_object_wait_timeout_rcu() after writes by Chris Wilson · 8 years ago
  84. fedf541 dma-buf: Restart reservation_object_get_fences_rcu() after writes by Chris Wilson · 8 years ago
  85. 6b25e21 Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  86. c654dd0 dma-buf/sync_file: free fences array in num_fences is 1 by Gustavo Padovan · 8 years ago
  87. 7cec540 dma-buf/sync_file: Increment refcount of fence when all are signaled. by Rafael Antognolli · 8 years ago
  88. ecebca7 dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0) by Chris Wilson · 8 years ago
  89. f5bef0b reservation: fix small comment typo by Rob Clark · 8 years ago
  90. 68acb6a dma-buf: fix kernel-doc warning and typos by Randy Dunlap · 8 years ago
  91. ae4e46b dma-buf: Wait on the reservation object when sync'ing before CPU access by Chris Wilson · 8 years ago
  92. 35538d7 dma-buf/sw_sync: de-stage SW_SYNC by Gustavo Padovan · 8 years ago
  93. e241655 dma-buf/sync_file: only enable fence signalling on poll() by Gustavo Padovan · 8 years ago
  94. 972526a dma-buf/sync_file: add sync_file_get_fence() by Gustavo Padovan · 8 years ago
  95. a02b9dc dma-buf/sync_file: refactor fence storage in struct sync_file by Gustavo Padovan · 8 years ago
  96. e1aaf31 dma-buf/fence-array: add fence_is_array() by Gustavo Padovan · 8 years ago
  97. a026df4 dma-buf: Release module reference on creation failure by Chris Wilson · 8 years ago
  98. 3195466 dma-buf/sync_file: improve Kconfig description for Sync Files by Gustavo Padovan · 8 years ago
  99. bd3e220 dma-buf: remove dma_buf_debugfs_create_file() by Mathias Krause · 8 years ago
  100. b747999 dma-buf: remove dma_buf directory on bufinfo file creation errors by Mathias Krause · 8 years ago