summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-resv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-291-1/+1
|\
| * dma-buf: fix check in dma_resv_add_fenceChristian König2023-11-271-1/+1
* | dma-buf/dma-resv: fix spellingRandy Dunlap2024-01-121-2/+2
|/
* dma-buf/dma-resv: Stop leaking on krealloc() failureVille Syrjälä2023-07-151-4/+9
* dma-buf/dma-resv.c: fix a typoSui Jingfeng2023-04-171-1/+1
* dma-buf/dma-resv: Add a way to set fence deadlineRob Clark2023-03-281-0/+22
* dma-buf: Proactively round up to kmalloc bucket sizeKees Cook2022-11-011-2/+7
* dma-buf/dma-resv: check if the new fence is really laterChristian König2022-08-251-1/+2
* dma-buf: Fix one use-after-free of fencexinhui pan2022-07-071-1/+1
* dma-buf: drop seq count based updateChristian König2022-04-071-21/+12
* dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König2022-04-071-2/+2
* dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König2022-04-071-1/+1
* dma-buf & drm/amdgpu: remove dma_resv workaroundChristian König2022-04-071-212/+141
* dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-071-11/+37
* dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-18/+17
* dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-5/+5
* dma-buf: finally make dma_resv_excl_fence private v2Christian König2022-04-051-0/+6
* dma-buf: add dma_resv_get_singleton v2Christian König2022-04-031-0/+54
* dma-buf: drop the DAG approach for the dma_resv object v3Christian König2022-04-011-15/+1
* dma-buf: finally make the dma_resv_list private v2Christian König2022-03-241-0/+11
* dma-buf: add dma_resv_replace_fences v2Christian König2022-03-241-0/+45
* dma-buf: warn about containers in dma_resv objectChristian König2022-02-081-0/+5
* dma-resv: some doc polish for iteratorsDaniel Vetter2022-01-311-14/+15
* dma-buf: drop excl_fence parameter from dma_resv_get_fencesChristian König2022-01-191-29/+17
* dma-buf: make fence mandatory for dma_resv_add_excl_fence v2Christian König2021-11-301-2/+1
* dma-buf: add dma_fence_describe and dma_resv_describe v2Christian König2021-11-111-0/+23
* 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