1. 5dd50aa Make anon_inodes unconditional by David Howells · 6 years ago
  2. 8c1a765 Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  3. 300133d drivers/dma-buf/udmabuf.c: convert to use vm_fault_t by Souptick Joarder · 6 years ago
  4. 2674305 dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  5. b312d8c dma-buf: make fence sequence numbers 64 bit v2 by Christian König · 6 years ago
  6. 078dec33 dma-buf: add dma_fence_get_stub by Christian König · 6 years ago
  7. 1ec28f8 Merge v4.20-rc4 into drm-next by Dave Airlie · 6 years ago
  8. 5c074ee udmabuf: set read/write flag when exporting by Gerd Hoffmann · 6 years ago
  9. a590d0f dma-buf: Update reservation shared_count after adding the new fence by Chris Wilson · 6 years ago
  10. ca05359 dma-buf: allow reserving more than one shared fence slot by Christian König · 6 years ago
  11. 27836b6 dma-buf: remove shared fence staging in reservation object by Christian König · 6 years ago
  12. 6f19eb2 udmabuf: fix error code in map_udmabuf() by Dan Carpenter · 6 years ago
  13. 33f3542 udmabuf: use sizeof(variable) instead of sizeof(type) by Gerd Hoffmann · 6 years ago
  14. 7b26e4e udmabuf: drop WARN_ON() check. by Gerd Hoffmann · 6 years ago
  15. 52499d9c udmabuf: use ENOTTY for invalid ioctls by Gerd Hoffmann · 6 years ago
  16. 7a1c67d udmabuf: use EBADFD in case we didn't got a memfd by Gerd Hoffmann · 6 years ago
  17. 0d17455 udmabuf: improve udmabuf_create error handling by Gerd Hoffmann · 6 years ago
  18. dc4716d udmabuf: rework limits by Gerd Hoffmann · 6 years ago
  19. 68d2f70 udmabuf: add MEMFD_CREATE dependency by Gerd Hoffmann · 6 years ago
  20. dc25455 udmabuf: constify udmabuf_create args by Gerd Hoffmann · 6 years ago
  21. a348528 udmabuf: constify udmabuf_ops by Gerd Hoffmann · 6 years ago
  22. b35f57c udmabuf: use pgoff_t for pagecount by Gerd Hoffmann · 6 years ago
  23. a3e722d udmabuf: improve map_udmabuf error handling by Gerd Hoffmann · 6 years ago
  24. 913965c udmabuf: sort headers, drop uapi/ path prefix by Gerd Hoffmann · 6 years ago
  25. 683a0e6 dma-buf/udmabuf: Fix NULL pointer dereference in udmabuf_create by Gustavo A. R. Silva · 6 years ago
  26. fbb0de7 Add udmabuf misc device by Gerd Hoffmann · 6 years ago
  27. f82aab2 dma-buf: Remove requirement for ops->map() from dma_buf_export by Chris Wilson · 6 years ago
  28. 7f43ef9 dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace by Michel Dänzer · 7 years ago
  29. a1c3b49 Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  30. 4dd3cdb dma-fence: Polish kernel-doc for dma-fence.c by Daniel Vetter · 7 years ago
  31. 418cc6c dma-fence: Make ->wait callback optional by Daniel Vetter · 7 years ago
  32. 08295b3 locking: Implement an algorithm choice for Wound-Wait mutexes by Thomas Hellstrom · 7 years ago
  33. 796422f dma-fence: Allow wait_any_timeout for all fences by Daniel Vetter · 7 years ago
  34. c701317 dma-fence: Make ->enable_signaling optional by Daniel Vetter · 7 years ago
  35. f664a5269 dma-buf: remove kmap_atomic interface by Christian König · 7 years ago
  36. a19741e dma_buf: remove device parameter from attach callback v2 by Christian König · 7 years ago
  37. 09ea0df dma-buf: make map_atomic and map function pointers optional by Gerd Hoffmann · 7 years ago
  38. 28eff78 dma-buf: Remove unneeded stubs around sync_debug interfaces by Ezequiel Garcia · 7 years ago
  39. 51f170a Revert 190c462d5be19ba622a82f5fd0625087c870a1e6..bf3012ada1b2222e770de5c35c1bb16f73b3a01d" by Daniel Vetter · 7 years ago
  40. 49a53d4 dma-fence: Make ->wait callback optional by Daniel Vetter · 7 years ago
  41. 90e9965 dma-fence: Allow wait_any_timeout for all fences by Daniel Vetter · 7 years ago
  42. 95ed01e dma-fence: Make ->enable_signaling optional by Daniel Vetter · 7 years ago
  43. 4518cd2 dma-fence: add comment for WARN_ON in dma_fence_release() by Oded Gabbay · 7 years ago
  44. b88132b dma-buf/sw_sync: Fix kerneldoc warnings by Chris Wilson · 7 years ago
  45. 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
  46. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  47. 4bf772b Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  48. e56a0fb dma-buf/sw_sync: fix document of sw_sync_create_fence_data by Shawn Guo · 7 years ago
  49. a35f2f3 dma-buf: make returning the exclusive fence optional by Christian König · 7 years ago
  50. 5bffee8 dma-buf: fix reservation_object_wait_timeout_rcu once more v2 by Christian König · 7 years ago
  51. 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
  52. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  53. 0169943 annotate poll_table_struct ->_key by Al Viro · 8 years ago
  54. 298b6a8 dma-buf: Fix ifnullfree.cocci warnings by Vasyl Gomonovych · 7 years ago
  55. 03e4e0a dma-buf/fence: Fix lock inversion within dma-fence-array by Chris Wilson · 7 years ago
  56. 70c5f93 Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 7 years ago
  57. 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
  58. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  59. ca25fe5 dma-buf: try to replace a signaled fence in reservation_object_add_shared_inplace by Christian König · 7 years ago
  60. 4d9c62e dma-buf: keep only not signaled fence in reservation_object_add_shared_replace v3 by Christian König · 7 years ago
  61. ad46d7b dma-buf: Use rcu_assign_pointer() to set rcu protected pointers by Ville Syrjälä · 7 years ago
  62. c138782 dma-buf: Cleanup comments on dma_buf_map_attachment() by Liviu Dudau · 7 years ago
  63. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  64. 7a88cbd Backmerge tag 'v4.14-rc7' into drm-next by Dave Airlie · 7 years ago
  65. 1364124 tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_on by Steven Rostedt (VMware) · 7 years ago
  66. f797488 sync_file: Return consistent status in SYNC_IOC_FILE_INFO by John Einar Reitan · 7 years ago
  67. 39e16ba dma-buf: make reservation_object_copy_fences rcu save by Christian König · 7 years ago
  68. 531beb0 dma-buf: remove redundant initialization of sg_table by Colin Ian King · 7 years ago
  69. ea4d5a2 dma-buf/sw_sync: force signal all unsignaled fences on dying timeline by Dominik Behr · 7 years ago
  70. b88fa00 dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2 by Christian König · 7 years ago
  71. 7faf952 dma-buf: add reservation_object_copy_fences (v2) by Christian König · 7 years ago
  72. f3e31b7 dma-buf: dma_fence_put is NULL safe by Christian König · 7 years ago
  73. 3792b7c dma-buf/sw_sync: clean up list before signaling the fence by Gustavo Padovan · 7 years ago
  74. 150b6a9 dma-buf/sw_sync: move timeline_fence_ops around by Gustavo Padovan · 7 years ago
  75. db1fc97 dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fence by Chris Wilson · 7 years ago
  76. 0eb2c0a Backmerge tag 'v4.13-rc2' into drm-next by Dave Airlie · 7 years ago
  77. 6ce3126 dma-fence: Don't BUG_ON when not absolutely needed by Daniel Vetter · 7 years ago
  78. ef434a0 Merge branch 'drm-misc-next-fixes' into drm-misc-fixes by Sean Paul · 7 years ago
  79. 76250f2 dma-buf/fence: Avoid use of uninitialised timestamp by Chris Wilson · 8 years ago
  80. f1e8c67 dma-buf/sw-sync: Use an rbtree to sort fences in the timeline by Chris Wilson · 8 years ago
  81. d3862e4 dma-buf/sw-sync: Fix locking around sync_timeline lists by Chris Wilson · 8 years ago
  82. 3b52ce4 dma-buf/sw-sync: sync_pt is private and of fixed size by Chris Wilson · 8 years ago
  83. a6aa8fc dma-buf/sw-sync: Reduce irqsave/irqrestore from known context by Chris Wilson · 8 years ago
  84. 8f66d3a dma-buf/sw-sync: Prevent user overflow on timeline advance by Chris Wilson · 8 years ago
  85. 61894b0 dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound by Chris Wilson · 8 years ago
  86. 71ebc9a dma-buf/sync-file: Defer creation of sync_file->name by Chris Wilson · 8 years ago
  87. 47a369d dma-buf: Use seq_putc() in two functions by Markus Elfring · 8 years ago
  88. 34d84ec dma-buf: Adjust a null pointer check in dma_buf_attach() by Markus Elfring · 8 years ago
  89. db7942b dma-buf: Improve a size determination in dma_buf_attach() by Markus Elfring · 8 years ago
  90. 9eddb41 dma-buf: Combine two function calls into one in dma_buf_debug_show() by Markus Elfring · 8 years ago
  91. 3c390df Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux into drm-misc-next by Sean Paul · 8 years ago
  92. 03c0c5f dma-buf: avoid scheduling on fence status query v2 by Andres Rodriguez · 8 years ago
  93. f9b67f0 dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro by Logan Gunthorpe · 8 years ago
  94. d8f2eba sync_file: get rid of internal reference count. by Dave Airlie · 8 years ago
  95. da6c8f5 dma-buf: align debugfs output by Russell King · 8 years ago
  96. 5eb2c72 dma-buf: fence debugging by Russell King · 8 years ago
  97. d5b72a2 dma-fence: add dma_fence_match_context helper by Philipp Zabel · 8 years ago
  98. b70366e Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 8 years ago
  99. 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
  100. 888022c dma-buf: add support for compat ioctl by Marek Szyprowski · 8 years ago