1. 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
  2. cd29f22 dma-buf: Use sequence counter with associated wound/wait mutex by Ahmed S. Darwish · 4 years, 6 months ago
  3. 318ce71 dma-buf: Remove custom seqcount lockdep class key by Ahmed S. Darwish · 4 years, 6 months ago
  4. d0b9a9a dma-fence: prime lockdep annotations by Daniel Vetter · 4 years, 6 months ago
  5. 0adf65f DMA reservations: use the new mmap locking API by Michel Lespinasse · 4 years, 7 months ago
  6. fedf7a4 dma-resv: Also prime acquire ctx for lockdep by Daniel Vetter · 5 years ago
  7. ffbbaa7 dma_resv: prime lockdep annotations by Steven Price · 5 years ago
  8. b2a8116 dma_resv: prime lockdep annotations by Daniel Vetter · 5 years ago
  9. 7fbd078 dma-buf/resv: fix exclusive fence get by Qiang Yu · 5 years ago
  10. b016cd6 dma-buf: Restore seqlock around dma_resv updates by Chris Wilson · 5 years ago
  11. 52791ee dma-buf: rename reservation_object to dma_resv by Christian König · 5 years ago[Renamed (71%) from drivers/dma-buf/reservation.c]
  12. 5d344f5 dma-buf: nuke reservation_object seq number by Christian König · 5 years ago
  13. 0e1d808 dma-buf: further relax reservation_object_add_shared_fence by Christian König · 5 years ago
  14. 67c97fb dma-buf: add reservation_object_fences helper by Christian König · 5 years ago
  15. b8c036d dma-buf: simplify reservation_object_get_fences_rcu a bit by Christian König · 5 years ago
  16. 96e9549 dma-buf: fix shared fence list handling in reservation_object_copy_fences by Christian König · 5 years ago
  17. 93505ee dma-buf: fix busy wait for new shared fences by Christian König · 5 years ago
  18. 30fe7b0 dma-buf: Relax the write-seqlock for reallocating the shared fence list by Chris Wilson · 6 years ago
  19. 94eb1e1 dma-buf: Expand reservation_list to fill allocation by Chris Wilson · 6 years ago
  20. 8735f16 dma-buf: cleanup reservation_object_init/fini by Christian König · 6 years ago
  21. f5b07b0 dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc by Chris Wilson · 6 years ago
  22. 547c713 dma-buf: add some lockdep asserts to the reservation object implementation by Lucas Stach · 8 years ago
  23. a590d0f dma-buf: Update reservation shared_count after adding the new fence by Chris Wilson · 6 years ago
  24. ca05359 dma-buf: allow reserving more than one shared fence slot by Christian König · 6 years ago
  25. 27836b6 dma-buf: remove shared fence staging in reservation object by Christian König · 6 years ago
  26. 7f43ef9 dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace by Michel Dänzer · 7 years ago
  27. 08295b3 locking: Implement an algorithm choice for Wound-Wait mutexes by Thomas Hellstrom · 7 years ago
  28. 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
  29. a35f2f3 dma-buf: make returning the exclusive fence optional by Christian König · 7 years ago
  30. 5bffee8 dma-buf: fix reservation_object_wait_timeout_rcu once more v2 by Christian König · 7 years ago
  31. ca25fe5 dma-buf: try to replace a signaled fence in reservation_object_add_shared_inplace by Christian König · 7 years ago
  32. 4d9c62e dma-buf: keep only not signaled fence in reservation_object_add_shared_replace v3 by Christian König · 7 years ago
  33. ad46d7b dma-buf: Use rcu_assign_pointer() to set rcu protected pointers by Ville Syrjälä · 7 years ago
  34. 39e16ba dma-buf: make reservation_object_copy_fences rcu save by Christian König · 7 years ago
  35. b88fa00 dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2 by Christian König · 7 years ago
  36. 7faf952 dma-buf: add reservation_object_copy_fences (v2) by Christian König · 7 years ago
  37. f3e31b7 dma-buf: dma_fence_put is NULL safe by Christian König · 7 years ago
  38. 06a66b5 reservation: revert "wait only with non-zero timeout specified (v3)" v2 by Christian König · 8 years ago
  39. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  40. b68d837 dma-buf: Restart reservation_object_test_signaled_rcu() after writes by Chris Wilson · 8 years ago
  41. 1cec20f dma-buf: Restart reservation_object_wait_timeout_rcu() after writes by Chris Wilson · 8 years ago
  42. fedf541 dma-buf: Restart reservation_object_get_fences_rcu() after writes by Chris Wilson · 8 years ago
  43. f5bef0b reservation: fix small comment typo by Rob Clark · 8 years ago
  44. dad6c39 reservation: add headerdoc comments by Rob Clark · 9 years ago
  45. 5136629 dma-buf: Minor coding style fixes by Jagan Teki · 10 years ago
  46. 4eb2440 reservation: Remove shadowing local variable 'ret' by Michel Dänzer · 10 years ago
  47. fb8b7d2 reservation: wait only with non-zero timeout specified (v3) by Jammy Zhou · 10 years ago
  48. 3c3b177 reservation: add suppport for read-only access using rcu by Maarten Lankhorst · 11 years ago
  49. 04a5faa reservation: update api and add some helpers by Maarten Lankhorst · 11 years ago
  50. 35fac7e dma-buf: move to drivers/dma-buf by Maarten Lankhorst · 11 years ago[Renamed from drivers/base/reservation.c]
  51. 786d725 reservation: cross-device reservation support, v4 by Maarten Lankhorst · 12 years ago