index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
/
dma-buf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma-buf: Use atomic64_inc_return() in dma_buf_getfile()
Uros Bizjak
2024-10-14
1
-1
/
+1
*
dma-buf: fix S_IRUGO to 0444, block comments, func declaration
Pintu Kumar
2024-10-14
1
-5
/
+7
*
dma-buf: Add syntax highlighting to code listings in the document
Tommy Chiang
2024-09-23
1
-6
/
+9
*
dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FS
Tvrtko Ursulin
2024-04-15
1
-22
/
+34
*
dma-buf: Replace strlcpy() with strscpy()
Kees Cook
2023-11-20
1
-2
/
+2
*
dma-buf: Change locking policy for mmap()
Dmitry Osipenko
2023-06-21
1
-14
/
+3
*
dma-buf: Include missing parentheses to documentation
Maíra Canal
2023-03-03
1
-1
/
+1
*
Merge v6.2-rc6 into drm-next
Daniel Vetter
2023-01-31
1
-44
/
+38
|
\
|
*
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2023-01-03
1
-33
/
+192
|
|
\
|
*
|
dma-buf: fix dma_buf_export init order v2
Christian König
2022-12-13
1
-45
/
+39
*
|
|
Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2023-01-04
1
-7
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
dma-buf: A collection of typo and documentation fixes
T.J. Mercier
2022-11-24
1
-7
/
+7
*
|
|
Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-12-13
1
-33
/
+192
|
\
|
|
|
|
/
|
/
|
|
*
dma-buf: Move dma_buf_mmap_internal() to dynamic locking specification
Dmitry Osipenko
2022-11-11
1
-1
/
+6
|
*
dma-buf: Make locking consistent in dma_buf_detach()
Dmitry Osipenko
2022-11-02
1
-2
/
+2
|
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2022-10-18
1
-2
/
+2
|
|
\
|
*
|
dma-buf: Remove obsoleted internal lock
Dmitry Osipenko
2022-10-18
1
-10
/
+4
|
*
|
dma-buf: Document dynamic locking convention
Dmitry Osipenko
2022-10-18
1
-0
/
+64
|
*
|
dma-buf: Move dma_buf_mmap() to dynamic locking specification
Dmitry Osipenko
2022-10-18
1
-1
/
+7
|
*
|
dma-buf: Move dma_buf_map_attachment() to dynamic locking specification
Dmitry Osipenko
2022-10-18
1
-8
/
+2
|
*
|
dma-buf: Move dma_buf_attach() to dynamic locking specification
Dmitry Osipenko
2022-10-18
1
-12
/
+8
|
*
|
dma-buf: Move dma_buf_vmap() to dynamic locking specification
Dmitry Osipenko
2022-10-18
1
-0
/
+4
|
*
|
dma-buf: Add unlocked variant of attachment-mapping functions
Dmitry Osipenko
2022-10-18
1
-0
/
+53
|
*
|
dma-buf: Add unlocked variant of vmapping functions
Dmitry Osipenko
2022-10-18
1
-0
/
+43
*
|
|
dma-buf: Use dma_fence_unwrap_for_each when importing fences
Jason Ekstrand
2022-11-18
1
-6
/
+17
|
|
/
|
/
|
*
|
Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2022-10-07
1
-1
/
+1
|
\
\
|
*
|
dma_buf_getfile(): don't bother with ->f_flags reassignments
Al Viro
2022-08-17
1
-1
/
+1
|
|
/
*
/
dynamic_dname(): drop unused dentry argument
Al Viro
2022-08-20
1
-1
/
+1
|
/
*
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-08-04
1
-2
/
+108
|
\
|
*
Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-06-22
1
-0
/
+106
|
|
\
|
|
*
dma-buf: Add an API for importing sync files (v10)
Jason Ekstrand
2022-06-08
1
-0
/
+39
|
|
*
dma-buf: Add an API for exporting sync files (v14)
Jason Ekstrand
2022-06-08
1
-0
/
+67
|
*
|
Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2022-06-15
1
-2
/
+2
|
|
\
|
|
|
*
dma-buf: add the name field to the table header
Yuanzheng Song
2022-05-10
1
-2
/
+2
*
|
|
dma-buf: remove useless FMODE_LSEEK flag
Jason A. Donenfeld
2022-07-16
1
-1
/
+0
|
/
/
*
|
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-05-26
1
-6
/
+20
|
\
|
|
*
dma-buf: wait for map to complete for static attachments
Christian König
2022-04-07
1
-3
/
+15
|
*
dma-buf: add enum dma_resv_usage v4
Christian König
2022-04-07
1
-2
/
+4
|
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2022-04-05
1
-11
/
+11
|
|
\
|
*
|
drivers/dma-buf: dma-buf.c: fix a typo
Sui Jingfeng
2022-04-03
1
-1
/
+1
*
|
|
dma-buf: ensure unique directory name for dmabuf stats
Charan Teja Kalla
2022-05-13
1
-0
/
+8
*
|
|
dma-buf: call dma_buf_stats_setup after dmabuf is in valid list
Charan Teja Reddy
2022-05-10
1
-4
/
+4
|
|
/
|
/
|
*
|
dma-buf-map: Rename to iosys-map
Lucas De Marchi
2022-02-08
1
-11
/
+11
|
/
*
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2021-11-18
1
-23
/
+32
|
\
|
*
Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-11-12
1
-54
/
+27
|
|
\
|
|
*
Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2021-11-12
1
-0
/
+3
|
|
|
\
|
|
|
*
dma-buf: acquire name lock before read/write dma_buf.name
Guangming Cao
2021-10-29
1
-0
/
+3
|
|
*
|
dma-buf/poll: Get a file reference for outstanding fence callbacks
Michel Dänzer
2021-11-04
1
-6
/
+12
|
*
|
|
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-11-04
1
-17
/
+17
|
|
\
\
\
|
|
*
|
|
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
2021-10-25
1
-17
/
+17
|
|
|
|
/
|
|
|
/
|
[next]