index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmabuf: Mark up onstack timer for selftests
Chris Wilson
2019-08-20
1
-1
/
+2
*
dma-buf: Use %zu for printing sizeof
Chris Wilson
2019-08-20
1
-1
/
+1
*
dma-buf: Add selftests for dma-fence
Chris Wilson
2019-08-19
3
-1
/
+578
*
dma-buf: Introduce selftesting framework
Chris Wilson
2019-08-19
5
-0
/
+217
*
dma-fence: Store the timestamp in the same union as the cb_list
Chris Wilson
2019-08-17
1
-7
/
+9
*
dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signal
Chris Wilson
2019-08-17
1
-32
/
+12
*
dma-fence: Avoid list_del during fence->cb_list iteration
Chris Wilson
2019-08-17
1
-3
/
+6
*
dma-buf: Restore seqlock around dma_resv updates
Chris Wilson
2019-08-16
2
-36
/
+104
*
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-13
4
-104
/
+97
*
dma-buf: nuke reservation_object seq number
Christian König
2019-08-13
1
-19
/
+5
*
dma-buf/sw_sync: Synchronize signal vs syncpt free
Chris Wilson
2019-08-13
1
-9
/
+7
*
dma-fence: Report the composite sync_file status
Chris Wilson
2019-08-12
1
-1
/
+1
*
dma-fence: Propagate errors to dma-fence-array container
Chris Wilson
2019-08-12
1
-1
/
+31
*
dma-buf: further relax reservation_object_add_shared_fence
Christian König
2019-08-10
1
-6
/
+0
*
dma-buf: add reservation_object_fences helper
Christian König
2019-08-10
2
-82
/
+31
*
dma-buf: simplify reservation_object_get_fences_rcu a bit
Christian König
2019-08-07
1
-10
/
+5
*
dma-buf: fix shared fence list handling in reservation_object_copy_fences
Christian König
2019-08-07
1
-19
/
+46
*
dma-buf: fix busy wait for new shared fences
Christian König
2019-08-07
1
-7
/
+7
*
dma-buf: fix stack corruption in dma_fence_chain_release
Christian König
2019-08-05
1
-1
/
+23
*
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-22
2
-18
/
+12
|
\
|
*
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
1
-5
/
+10
|
|
\
|
*
\
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...
Linus Torvalds
2019-07-16
1
-1
/
+1
|
|
\
\
|
|
*
|
docs: driver-api: add a series of orphaned documents
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
|
*
|
|
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-07-15
5
-39
/
+189
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
|
|
|
dma-buf: Relax the write-seqlock for reallocating the shared fence list
Chris Wilson
2019-07-16
1
-7
/
+7
*
|
|
|
dma-buf: Expand reservation_list to fill allocation
Chris Wilson
2019-07-15
1
-2
/
+4
*
|
|
|
dma-buf: cleanup reservation_object_init/fini
Christian König
2019-06-28
1
-0
/
+45
|
|
/
/
|
/
|
|
*
|
|
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2019-06-19
8
-66
/
+8
|
\
\
\
|
*
\
\
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-06-19
8
-66
/
+8
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-08
3
-30
/
+3
|
|
|
\
\
|
|
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
3
-30
/
+3
|
|
*
|
|
Merge tag 'drm-misc-fixes-2019-06-05' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-06-06
1
-0
/
+1
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
*
|
udmabuf: actually unmap the scatterlist
Lucas Stach
2019-06-05
1
-0
/
+1
|
|
*
|
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
4
-36
/
+4
|
|
|
/
/
*
|
|
|
dma-buf: add show_fdinfo handler
Greg Hackmann
2019-06-14
1
-0
/
+15
*
|
|
|
dma-buf: add DMA_BUF_SET_NAME ioctls
Greg Hackmann
2019-06-14
1
-3
/
+62
*
|
|
|
dma-buf: give each buffer a full-fledged inode
Greg Hackmann
2019-06-14
1
-6
/
+57
|
/
/
/
*
|
|
dma-fence: Signal all callbacks from dma_fence_release()
Chris Wilson
2019-06-09
1
-2
/
+19
*
|
|
dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc
Chris Wilson
2019-06-05
1
-0
/
+4
*
|
|
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-05-28
3
-31
/
+35
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-05-22
2
-1
/
+1
|
|
\
\
|
|
|
/
|
*
|
dma-buf: start caching of sg_table objects v2
Christian König
2019-05-22
1
-2
/
+25
|
*
|
dma-buf: Make mmap callback actually optional
Andrew F. Davis
2019-04-24
1
-2
/
+9
|
*
|
dma-buf: balance refcount inbalance
Jérôme Glisse
2019-04-24
1
-0
/
+1
|
*
|
dma-buf: Remove unused sync_dump()
Chris Wilson
2019-04-23
2
-27
/
+0
*
|
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
|
|
/
|
/
|
*
|
Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-05-16
1
-0
/
+1
|
\
\
|
*
|
drm/i915: Seal races between async GPU cancellation, retirement and signaling
Chris Wilson
2019-05-13
1
-0
/
+1
|
|
/
*
|
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-05-08
5
-3
/
+255
|
\
\
|
|
/
[next]