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
*
dma-buf: Update kerneldoc for sync_file_create
Daniel Vetter
2017-12-09
1
-10
/
+4
*
dma-buf/sync_file: hold reference to fence when creating sync_file
Gustavo Padovan
2017-12-09
1
-1
/
+1
*
dma-buf/sw_sync: force signal all unsignaled fences on dying timeline
Dominik Behr
2017-12-09
1
-1
/
+9
*
dma-fence: Introduce drm_fence_set_error() helper
Chris Wilson
2017-12-09
1
-1
/
+1
*
dma-fence: Wrap querying the fence->status
Chris Wilson
2017-12-09
3
-14
/
+37
*
dma-fence: Clear fence->status during dma_fence_init()
Chris Wilson
2017-12-09
1
-0
/
+1
*
dma-buf/sw_sync: clean up list before signaling the fence
Gustavo Padovan
2017-12-09
1
-1
/
+11
*
dma-buf/sw_sync: move timeline_fence_ops around
Gustavo Padovan
2017-12-09
1
-69
/
+69
*
dma-buf/sw-sync: Use an rbtree to sort fences in the timeline
Chris Wilson
2017-12-09
2
-6
/
+48
*
dma-buf/sw-sync: Fix locking around sync_timeline lists
Chris Wilson
2017-12-09
3
-48
/
+31
*
dma-buf/sw-sync: sync_pt is private and of fixed size
Chris Wilson
2017-12-09
1
-8
/
+4
*
dma-buf/sw-sync: Reduce irqsave/irqrestore from known context
Chris Wilson
2017-12-09
2
-14
/
+15
*
dma-buf/sw-sync: Prevent user overflow on timeline advance
Chris Wilson
2017-12-09
1
-0
/
+5
*
dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound
Chris Wilson
2017-12-09
1
-1
/
+1
*
dma-buf: add support for compat ioctl
Marek Szyprowski
2017-04-18
1
-0
/
+3
*
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-10-11
5
-72
/
+176
|
\
|
*
dma-buf/sync_file: free fences array in num_fences is 1
Gustavo Padovan
2016-09-22
1
-0
/
+1
|
*
dma-buf/sync_file: Increment refcount of fence when all are signaled.
Rafael Antognolli
2016-09-20
1
-4
/
+2
|
*
dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)
Chris Wilson
2016-09-13
1
-1
/
+2
|
*
reservation: fix small comment typo
Rob Clark
2016-08-22
1
-1
/
+1
|
*
dma-buf: fix kernel-doc warning and typos
Randy Dunlap
2016-08-17
1
-3
/
+3
|
*
dma-buf: Wait on the reservation object when sync'ing before CPU access
Chris Wilson
2016-08-16
1
-0
/
+23
|
*
dma-buf/sync_file: only enable fence signalling on poll()
Gustavo Padovan
2016-08-11
1
-13
/
+8
|
*
dma-buf/sync_file: add sync_file_get_fence()
Gustavo Padovan
2016-08-11
1
-0
/
+23
|
*
dma-buf/sync_file: refactor fence storage in struct sync_file
Gustavo Padovan
2016-08-11
1
-59
/
+115
|
*
dma-buf/fence-array: add fence_is_array()
Gustavo Padovan
2016-08-11
1
-0
/
+1
*
|
dma-buf/sw_sync: de-stage SW_SYNC
Gustavo Padovan
2016-08-15
6
-0
/
+735
|
/
*
dma-buf: Release module reference on creation failure
Chris Wilson
2016-07-18
1
-4
/
+11
*
dma-buf/sync_file: improve Kconfig description for Sync Files
Gustavo Padovan
2016-07-13
1
-3
/
+12
*
dma-buf: remove dma_buf_debugfs_create_file()
Mathias Krause
2016-06-20
1
-20
/
+9
*
dma-buf: remove dma_buf directory on bufinfo file creation errors
Mathias Krause
2016-06-20
1
-1
/
+4
*
dma-buf: propagate errors from dma_buf_describe() on debugfs read
Mathias Krause
2016-06-20
1
-11
/
+3
*
Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-06-09
4
-6
/
+150
|
\
|
*
dma-buf/sync_file: fix build warning with context format type
Gustavo Padovan
2016-06-03
1
-1
/
+1
|
*
dma-buf/fence: add signal_on_any to the fence array v2
Christian König
2016-06-02
1
-8
/
+25
|
*
dma-buf/fence: add fence_array fences v6
Gustavo Padovan
2016-06-02
2
-1
/
+128
|
*
dma-buf/fence: make fence context 64 bit v2
Christian König
2016-06-02
1
-4
/
+4
*
|
dma-buf: use vma_pages()
Muhammad Falak R Wani
2016-05-31
1
-3
/
+4
*
|
reservation: add headerdoc comments
Rob Clark
2016-05-31
1
-4
/
+68
|
/
*
dma-buf/sync_file: de-stage sync_file
Gustavo Padovan
2016-04-29
3
-0
/
+407
*
dma-buf: Update docs for SYNC ioctl
Daniel Vetter
2016-03-21
1
-1
/
+1
*
dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()
Chris Wilson
2016-03-19
1
-6
/
+11
*
dma-buf: Add ioctls to allow userspace to flush
Daniel Vetter
2016-02-12
1
-0
/
+45
*
dma-buf: Remove range-based flush
Tiago Vignatti
2016-02-09
1
-9
/
+4
*
dma-buf/fence: add fence_wait_any_timeout function v2
Christian König
2015-10-30
1
-0
/
+98
*
dma-buf: Minor coding style fixes
Jagan Teki
2015-05-21
3
-6
/
+20
*
dma-buf: add ref counting for module as exporter
Sumit Semwal
2015-05-13
1
-1
/
+9
*
dma-buf: cleanup dma_buf_export() to make it easily extensible
Sumit Semwal
2015-04-21
1
-25
/
+22
*
reservation: Remove shadowing local variable 'ret'
Michel Dänzer
2015-01-22
1
-2
/
+0
*
dma-buf/fence: don't wait when specified timeout is zero
Jammy Zhou
2015-01-22
1
-0
/
+3
[next]