index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-18
Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-1
/
+0
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-16
/
+52
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-02
Backmerge tag 'v4.14-rc7' into drm-next
Dave Airlie
1
-5
/
+12
2017-10-17
tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_on
Steven Rostedt (VMware)
1
-1
/
+0
2017-10-09
sync_file: Return consistent status in SYNC_IOC_FILE_INFO
John Einar Reitan
1
-5
/
+12
2017-10-09
dma-buf: make reservation_object_copy_fences rcu save
Christian König
1
-14
/
+42
2017-09-20
dma-buf: remove redundant initialization of sg_table
Colin Ian King
1
-1
/
+1
2017-09-08
dma-buf/sw_sync: force signal all unsignaled fences on dying timeline
Dominik Behr
1
-1
/
+9
2017-08-14
dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2
Christian König
1
-18
/
+15
2017-08-14
dma-buf: add reservation_object_copy_fences (v2)
Christian König
1
-0
/
+60
2017-08-09
dma-buf: dma_fence_put is NULL safe
Christian König
1
-4
/
+2
2017-07-31
dma-buf/sw_sync: clean up list before signaling the fence
Gustavo Padovan
1
-1
/
+11
2017-07-31
dma-buf/sw_sync: move timeline_fence_ops around
Gustavo Padovan
1
-69
/
+69
2017-07-29
dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fence
Chris Wilson
1
-2
/
+3
2017-07-27
Backmerge tag 'v4.13-rc2' into drm-next
Dave Airlie
3
-13
/
+14
2017-07-26
dma-fence: Don't BUG_ON when not absolutely needed
Daniel Vetter
1
-2
/
+2
2017-07-17
Merge branch 'drm-misc-next-fixes' into drm-misc-fixes
Sean Paul
4
-27
/
+48
2017-07-14
dma-buf/fence: Avoid use of uninitialised timestamp
Chris Wilson
3
-13
/
+14
2017-06-30
dma-buf/sw-sync: Use an rbtree to sort fences in the timeline
Chris Wilson
2
-6
/
+48
2017-06-30
dma-buf/sw-sync: Fix locking around sync_timeline lists
Chris Wilson
3
-47
/
+31
2017-06-30
dma-buf/sw-sync: sync_pt is private and of fixed size
Chris Wilson
1
-8
/
+4
2017-06-30
dma-buf/sw-sync: Reduce irqsave/irqrestore from known context
Chris Wilson
2
-14
/
+15
2017-06-30
dma-buf/sw-sync: Prevent user overflow on timeline advance
Chris Wilson
1
-0
/
+5
2017-06-30
dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound
Chris Wilson
1
-1
/
+1
2017-05-24
dma-buf/sync-file: Defer creation of sync_file->name
Chris Wilson
2
-8
/
+35
2017-05-08
dma-buf: Use seq_putc() in two functions
Markus Elfring
1
-3
/
+3
2017-05-08
dma-buf: Adjust a null pointer check in dma_buf_attach()
Markus Elfring
1
-1
/
+1
2017-05-08
dma-buf: Improve a size determination in dma_buf_attach()
Markus Elfring
1
-1
/
+1
2017-05-08
dma-buf: Combine two function calls into one in dma_buf_debug_show()
Markus Elfring
1
-3
/
+1
2017-05-04
Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux into...
Sean Paul
1
-8
/
+8
2017-04-27
dma-buf: avoid scheduling on fence status query v2
Andres Rodriguez
1
-0
/
+5
2017-04-20
dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
Logan Gunthorpe
1
-8
/
+8
2017-04-18
sync_file: get rid of internal reference count.
Dave Airlie
1
-11
/
+2
2017-04-03
dma-buf: align debugfs output
Russell King
1
-1
/
+2
2017-03-31
dma-buf: fence debugging
Russell King
1
-1
/
+33
2017-03-17
dma-fence: add dma_fence_match_context helper
Philipp Zabel
1
-0
/
+26
2017-03-14
Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next
Daniel Vetter
2
-0
/
+4
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-02-27
dma-buf: add support for compat ioctl
Marek Szyprowski
1
-0
/
+3
2017-02-16
dma-buf/dma-fence: improve doc for dma_fence_add_callback()
Gustavo Padovan
1
-0
/
+2
2017-01-27
dma/fence: Export enable-signaling tracepoint for emission by drivers
Chris Wilson
1
-0
/
+1
2017-01-09
dma-fence: Introduce drm_fence_set_error() helper
Chris Wilson
1
-1
/
+1
2017-01-09
dma-fence: Wrap querying the fence->status
Chris Wilson
3
-13
/
+35
2017-01-09
dma-fence: Clear fence->status during dma_fence_init()
Chris Wilson
1
-0
/
+1
2016-12-30
dma-buf: Use recommended structure member reference
Daniel Vetter
1
-3
/
+2
2016-12-30
dma-buf: use preferred struct reference in kernel-doc
Daniel Vetter
1
-3
/
+3
2016-12-13
dma-buf: Final bits of doc polish
Daniel Vetter
1
-0
/
+22
2016-12-13
dma-buf: Update cpu access documentation
Daniel Vetter
1
-0
/
+122
2016-12-13
dma-buf: Reorganize device dma access docs
Daniel Vetter
2
-6
/
+59
[next]