Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0a087bf232c35dbec3769c4402ca737995d7b734
/
drivers
/
dma-buf
f5c547e
Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 5 years ago
1ffe095
udmabuf: fix dma-buf cpu access
by Gurchetan Singh
· 5 years ago
7d411af
dma-heap: Make the symbol 'dma_heap_ioctl_cmds' static
by zhong jiang
· 5 years ago
f9d3b2c
dma-buf: fix resource leak on -ENOTTY error return path
by Colin Ian King
· 5 years ago
263e38f
dma-buf: heaps: Remove redundant heap identifier from system heap name
by Andrew F. Davis
· 5 years ago
b3b4346
dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifier
by Andrew F. Davis
· 5 years ago
6c56e8a
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Daniel Vetter
· 5 years ago
b61614e
dma-buf: heaps: Add CMA heap to dmabuf heaps
by John Stultz
· 5 years ago
efa04fe
dma-buf: heaps: Add system heap to dmabuf heaps
by John Stultz
· 5 years ago
5248eb1
dma-buf: heaps: Add heap helpers
by John Stultz
· 5 years ago
c02a81f
dma-buf: Add dma-buf heaps framework
by Andrew F. Davis
· 5 years ago
781d5eb
Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 5 years ago
284562e
udmabuf: implement begin_cpu_access/end_cpu_access hooks
by Gurchetan Singh
· 5 years ago
17a7ce2
udmabuf: separate out creating/destroying scatter-table
by Gurchetan Singh
· 5 years ago
c1bbed6
udmabuf: add a pointer to the miscdevice in dma-buf private data
by Gurchetan Singh
· 5 years ago
bc7a71d
udmabuf: use cache_sgt_mapping option
by Gurchetan Singh
· 5 years ago
0da5221
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
19d32ac
udmabuf: Remove deleted map/unmap handlers.
by Maarten Lankhorst
· 5 years ago
7f0de8d
dma-buf: Drop dma_buf_k(un)map
by Daniel Vetter
· 5 years ago
6645d42
dma-buf: Fix memory leak in sync_file_merge()
by Navid Emamdoost
· 5 years ago
fedf7a4
dma-resv: Also prime acquire ctx for lockdep
by Daniel Vetter
· 5 years ago
ffbbaa7
dma_resv: prime lockdep annotations
by Steven Price
· 5 years ago
b2a8116
dma_resv: prime lockdep annotations
by Daniel Vetter
· 5 years ago
fae7d7d
Revert "dma-buf: Add dma-buf heaps framework"
by Sean Paul
· 5 years ago
837324d
Revert "dma-buf: heaps: Add heap helpers"
by Sean Paul
· 5 years ago
d59c5e0
Revert "dma-buf: heaps: Add system heap to dmabuf heaps"
by Sean Paul
· 5 years ago
2e7f7cb
Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"
by Sean Paul
· 5 years ago
43d7238
dma-buf: heaps: Add CMA heap to dmabuf heaps
by John Stultz
· 5 years ago
47a32f9
dma-buf: heaps: Add system heap to dmabuf heaps
by John Stultz
· 5 years ago
7b87ea7
dma-buf: heaps: Add heap helpers
by John Stultz
· 5 years ago
a69b0e8
dma-buf: Add dma-buf heaps framework
by Andrew F. Davis
· 5 years ago
f45f57c
dma-buf: stop using the dmabuf->lock so much v2
by Christian König
· 5 years ago
15fd552
dma-buf: change DMA-buf locking convention v3
by Christian König
· 6 years ago
1832f2d
compat_ioctl: move more drivers to compat_ptr_ioctl
by Arnd Bergmann
· 6 years ago
c3d79a8
dma-buf/resv: fix exclusive fence get
by Qiang Yu
· 5 years ago
9c98f02
dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
by Chris Wilson
· 5 years ago
7fbd078
dma-buf/resv: fix exclusive fence get
by Qiang Yu
· 5 years ago
6ac3a0e
dmabuf: Mark up onstack timer for selftests
by Chris Wilson
· 5 years ago
ea4e537
dma-buf: Use %zu for printing sizeof
by Chris Wilson
· 5 years ago
2989f64
dma-buf: Add selftests for dma-fence
by Chris Wilson
· 5 years ago
9536b64
dma-buf: Introduce selftesting framework
by Chris Wilson
· 5 years ago
f2cb60e
dma-fence: Store the timestamp in the same union as the cb_list
by Chris Wilson
· 5 years ago
0fc89b6
dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signal
by Chris Wilson
· 5 years ago
f86a802
dma-fence: Avoid list_del during fence->cb_list iteration
by Chris Wilson
· 5 years ago
b016cd6
dma-buf: Restore seqlock around dma_resv updates
by Chris Wilson
· 5 years ago
52791ee
dma-buf: rename reservation_object to dma_resv
by Christian König
· 5 years ago
5d344f5
dma-buf: nuke reservation_object seq number
by Christian König
· 5 years ago
d3c6dd1
dma-buf/sw_sync: Synchronize signal vs syncpt free
by Chris Wilson
· 5 years ago
7891c30
dma-fence: Report the composite sync_file status
by Chris Wilson
· 5 years ago
1f70b8b
dma-fence: Propagate errors to dma-fence-array container
by Chris Wilson
· 5 years ago
0e1d808
dma-buf: further relax reservation_object_add_shared_fence
by Christian König
· 5 years ago
67c97fb
dma-buf: add reservation_object_fences helper
by Christian König
· 5 years ago
b8c036d
dma-buf: simplify reservation_object_get_fences_rcu a bit
by Christian König
· 5 years ago
96e9549
dma-buf: fix shared fence list handling in reservation_object_copy_fences
by Christian König
· 5 years ago
93505ee
dma-buf: fix busy wait for new shared fences
by Christian König
· 5 years ago
92cb3e5
dma-buf: fix stack corruption in dma_fence_chain_release
by Christian König
· 5 years ago
03b0f2c
Merge v5.3-rc1 into drm-misc-next
by Maxime Ripard
· 5 years ago
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
30fe7b0
dma-buf: Relax the write-seqlock for reallocating the shared fence list
by Chris Wilson
· 5 years ago
c309b6f
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 5 years ago
be8454a
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 5 years ago
baa293e
docs: driver-api: add a series of orphaned documents
by Mauro Carvalho Chehab
· 6 years ago
94eb1e1
dma-buf: Expand reservation_list to fill allocation
by Chris Wilson
· 5 years ago
8735f16
dma-buf: cleanup reservation_object_init/fini
by Christian König
· 6 years ago
caab277
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
by Thomas Gleixner
· 6 years ago
bcb7416
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
by Maarten Lankhorst
· 6 years ago
52d2d44
Merge v5.2-rc5 into drm-next
by Daniel Vetter
· 6 years ago
bcc0711
dma-buf: add show_fdinfo handler
by Greg Hackmann
· 6 years ago
bb2bb90
dma-buf: add DMA_BUF_SET_NAME ioctls
by Greg Hackmann
· 6 years ago
ed63bb1
dma-buf: give each buffer a full-fledged inode
by Greg Hackmann
· 6 years ago
427231b
dma-fence: Signal all callbacks from dma_fence_release()
by Chris Wilson
· 6 years ago
9331b67
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
dbd9f78
Merge tag 'drm-misc-fixes-2019-06-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 6 years ago
9c92ab6
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
by Thomas Gleixner
· 6 years ago
283f1e3
udmabuf: actually unmap the scatterlist
by Lucas Stach
· 6 years ago
f5b07b0
dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc
by Chris Wilson
· 6 years ago
1802d0b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
by Thomas Gleixner
· 6 years ago
88cd7a2
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 6 years ago
374ed54
Merge drm/drm-next into drm-misc-next
by Sean Paul
· 6 years ago
f13e143
dma-buf: start caching of sg_table objects v2
by Christian König
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
cc7ce90
Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
c36beba
drm/i915: Seal races between async GPU cancellation, retirement and signaling
by Chris Wilson
· 6 years ago
a2d635d
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
e3a9d6c
dma-buf: Make mmap callback actually optional
by Andrew F. Davis
· 6 years ago
5e383a9
dma-buf: balance refcount inbalance
by Jérôme Glisse
· 6 years ago
245e736
dma-buf: Remove unused sync_dump()
by Chris Wilson
· 6 years ago
5dd50aa
Make anon_inodes unconditional
by David Howells
· 6 years ago
5e498ab
dma-buf: explicitely note that dma-fence-chains use 64bit seqno
by Christian König
· 6 years ago
7bf60c5
dma-buf: add new dma_fence_chain container v7
by Christian König
· 6 years ago
547c713
dma-buf: add some lockdep asserts to the reservation object implementation
by Lucas Stach
· 8 years ago
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
300133d
drivers/dma-buf/udmabuf.c: convert to use vm_fault_t
by Souptick Joarder
· 6 years ago
2674305
dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macro
by Yangtao Li
· 6 years ago
b312d8c
dma-buf: make fence sequence numbers 64 bit v2
by Christian König
· 6 years ago
078dec33
dma-buf: add dma_fence_get_stub
by Christian König
· 6 years ago
1ec28f8
Merge v4.20-rc4 into drm-next
by Dave Airlie
· 6 years ago
5c074ee
udmabuf: set read/write flag when exporting
by Gerd Hoffmann
· 6 years ago
a590d0f
dma-buf: Update reservation shared_count after adding the new fence
by Chris Wilson
· 6 years ago
ca05359
dma-buf: allow reserving more than one shared fence slot
by Christian König
· 6 years ago
Next »