aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-resv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25dma-buf/dma-resv: check if the new fence is really laterChristian König1-1/+2
2022-07-07dma-buf: Fix one use-after-free of fencexinhui pan1-1/+1
2022-04-07dma-buf: drop seq count based updateChristian König1-21/+12
2022-04-07dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König1-2/+2
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König1-1/+1
2022-04-07dma-buf & drm/amdgpu: remove dma_resv workaroundChristian König1-212/+141
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-11/+37
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-18/+17
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-5/+5
2022-04-05dma-buf: finally make dma_resv_excl_fence private v2Christian König1-0/+6
2022-04-03dma-buf: add dma_resv_get_singleton v2Christian König1-0/+54
2022-04-01dma-buf: drop the DAG approach for the dma_resv object v3Christian König1-15/+1
2022-03-24dma-buf: finally make the dma_resv_list private v2Christian König1-0/+11
2022-03-24dma-buf: add dma_resv_replace_fences v2Christian König1-0/+45
2022-02-08dma-buf: warn about containers in dma_resv objectChristian König1-0/+5
2022-01-31dma-resv: some doc polish for iteratorsDaniel Vetter1-14/+15
2022-01-19dma-buf: drop excl_fence parameter from dma_resv_get_fencesChristian König1-29/+17
2021-11-30dma-buf: make fence mandatory for dma_resv_add_excl_fence v2Christian König1-2/+1
2021-11-11dma-buf: add dma_fence_describe and dma_resv_describe v2Christian König1-0/+23
2021-10-11dma-resv: Fix dma_resv_get_fences and dma_resv_copy_fences after conversionTvrtko Ursulin1-8/+10
2021-10-07dma-buf: add dma_resv_for_each_fence v3Christian König1-0/+51
2021-10-06dma-buf: use new iterator in dma_resv_test_signaledChristian König1-50/+7
2021-10-06dma-buf: use new iterator in dma_resv_wait_timeoutChristian König1-61/+8
2021-10-06dma-buf: use new iterator in dma_resv_get_fences v3Christian König1-73/+35
2021-10-06dma-buf: use new iterator in dma_resv_copy_fencesChristian König1-52/+32
2021-10-06dma-buf: add dma_resv_for_each_fence_unlocked v8Christian König1-0/+100
2021-08-30dma-resv: Give the docs a do-overDaniel Vetter1-6/+18
2021-07-08dma-buf: fix dma_resv_test_signaled test_all handling v2Christian König1-21/+12
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-15/+17
2021-06-06dma-buf: rename and cleanup dma_resv_get_list v2Christian König1-16/+16
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König1-5/+5
2021-06-05dma-buf: add missing EXPORT_SYMBOLChristian König1-0/+1
2021-06-04dma-buf: cleanup dma-resv shared fence debugging a bit v2Christian König1-0/+20
2021-06-04dma-buf: add SPDX header and fix style in dma-resv.cChristian König1-63/+65
2020-11-25dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst1-1/+1
2020-10-08dma-buf: use struct_size macroChristian König1-1/+1
2020-09-17dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter1-0/+5
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+1
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish1-7/+1
2020-07-29dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish1-8/+1
2020-07-21dma-fence: prime lockdep annotationsDaniel Vetter1-0/+8
2020-06-09DMA reservations: use the new mmap locking APIMichel Lespinasse1-2/+3
2019-11-21dma-resv: Also prime acquire ctx for lockdepDaniel Vetter1-1/+7
2019-11-20dma_resv: prime lockdep annotationsSteven Price1-2/+4
2019-11-06dma_resv: prime lockdep annotationsDaniel Vetter1-0/+24
2019-09-22dma-buf/resv: fix exclusive fence getQiang Yu1-1/+1
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson1-31/+78
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-0/+603