summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-resv.c
Commit message (Expand)AuthorAgeFilesLines
* dma-resv: Fix dma_resv_get_fences and dma_resv_copy_fences after conversionTvrtko Ursulin2021-10-111-8/+10
* dma-buf: add dma_resv_for_each_fence v3Christian König2021-10-071-0/+51
* dma-buf: use new iterator in dma_resv_test_signaledChristian König2021-10-061-50/+7
* dma-buf: use new iterator in dma_resv_wait_timeoutChristian König2021-10-061-61/+8
* dma-buf: use new iterator in dma_resv_get_fences v3Christian König2021-10-061-73/+35
* dma-buf: use new iterator in dma_resv_copy_fencesChristian König2021-10-061-52/+32
* dma-buf: add dma_resv_for_each_fence_unlocked v8Christian König2021-10-061-0/+100
* dma-resv: Give the docs a do-overDaniel Vetter2021-08-301-6/+18
* dma-buf: fix dma_resv_test_signaled test_all handling v2Christian König2021-07-081-21/+12
* dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-15/+17
* dma-buf: rename and cleanup dma_resv_get_list v2Christian König2021-06-061-16/+16
* dma-buf: rename and cleanup dma_resv_get_excl v3Christian König2021-06-061-5/+5
* dma-buf: add missing EXPORT_SYMBOLChristian König2021-06-051-0/+1
* dma-buf: cleanup dma-resv shared fence debugging a bit v2Christian König2021-06-041-0/+20
* dma-buf: add SPDX header and fix style in dma-resv.cChristian König2021-06-041-63/+65
* dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst2020-11-251-1/+1
* dma-buf: use struct_size macroChristian König2020-10-081-1/+1
* dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter2020-09-171-0/+5
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-14/+1
|\
| * dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish2020-07-291-7/+1
| * dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish2020-07-291-8/+1
* | dma-fence: prime lockdep annotationsDaniel Vetter2020-07-211-0/+8
|/
* DMA reservations: use the new mmap locking APIMichel Lespinasse2020-06-091-2/+3
* dma-resv: Also prime acquire ctx for lockdepDaniel Vetter2019-11-211-1/+7
* dma_resv: prime lockdep annotationsSteven Price2019-11-201-2/+4
* dma_resv: prime lockdep annotationsDaniel Vetter2019-11-061-0/+24
* dma-buf/resv: fix exclusive fence getQiang Yu2019-09-221-1/+1
* dma-buf: Restore seqlock around dma_resv updatesChris Wilson2019-08-161-31/+78
* dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-0/+603