index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
/
udmabuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-27
udmabuf: use sgtable-based scatterlist wrappers
Marek Szyprowski
1
-3
/
+2
2025-03-24
udmabuf: fix a buf size overflow issue during udmabuf creation
Xiaogang Chen
1
-1
/
+1
2024-12-11
udmabuf: fix memory leak on last export_udmabuf() error path
Jann Horn
1
-11
/
+17
2024-12-11
udmabuf: also check for F_SEAL_FUTURE_WRITE
Jann Horn
1
-1
/
+1
2024-12-11
udmabuf: fix racy memfd sealing check
Jann Horn
1
-4
/
+9
2024-09-20
udmabuf: reuse folio array when pin folios
Huan Yang
1
-15
/
+21
2024-09-20
udmabuf: remove udmabuf_folio
Huan Yang
1
-36
/
+29
2024-09-20
udmabuf: introduce udmabuf init and deinit helper
Huan Yang
1
-21
/
+31
2024-09-20
udmabuf: udmabuf_create pin folio codestyle cleanup
Huan Yang
1
-61
/
+76
2024-09-20
udmabuf: fix vmap_udmabuf error page set
Huan Yang
1
-7
/
+15
2024-09-20
udmabuf: change folios array from kmalloc to kvmalloc
Huan Yang
1
-13
/
+13
2024-09-20
udmabuf: pre-fault when first page fault
Huan Yang
1
-2
/
+31
2024-07-12
udmabuf: pin the pages using memfd_pin_folios() API
Vivek Kasireddy
1
-75
/
+80
2024-07-12
udmabuf: convert udmabuf driver to use folios
Vivek Kasireddy
1
-56
/
+83
2024-07-12
udmabuf: add back support for mapping hugetlb pages
Vivek Kasireddy
1
-21
/
+101
2024-07-12
udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap
Vivek Kasireddy
1
-3
/
+5
2023-07-17
Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-2
/
+0
2023-06-21
udmabuf: Don't assert held reservation lock for dma-buf mmapping
Dmitry Osipenko
1
-2
/
+0
2023-06-19
udmabuf: revert 'Add support for mapping hugepages (v4)'
Mike Kravetz
1
-41
/
+6
2023-04-13
udmabuf: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2022-11-18
udmabuf: add vmap and vunmap methods to udmabuf_ops
Lukasz Wiecaszek
1
-0
/
+28
2022-11-11
udmabuf: Assert held reservation lock for dma-buf mmapping
Dmitry Osipenko
1
-0
/
+3
2022-10-06
Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-09-01
dma_buf: no need to bother with file_inode()->i_mapping
Al Viro
1
-1
/
+1
2022-08-25
udmabuf: Set ubuf->sg = NULL if the creation of sg table fails
Vivek Kasireddy
1
-3
/
+6
2022-07-13
Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
1
-1
/
+4
2022-06-20
udmabuf: add back sanity check
Gerd Hoffmann
1
-1
/
+4
2022-06-09
udmabuf: Set the DMA mask for the udmabuf device (v2)
Vivek Kasireddy
1
-1
/
+17
2022-01-18
udmabuf: validate ubuf->pagecount
Pavel Skripkin
1
-0
/
+4
2021-08-12
udmabuf: fix general protection fault in udmabuf_create
Pavel Skripkin
1
-2
/
+2
2021-06-23
udmabuf: configurable list_limit and size_limit_mb
Dongwon Kim
1
-2
/
+7
2021-06-10
udmabuf: Add support for mapping hugepages (v4)
Vivek Kasireddy
1
-7
/
+43
2020-09-23
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+3
2020-09-10
dmabuf: fix common struct sg_table related issues
Marek Szyprowski
1
-4
/
+3
2020-09-07
udmabuf: Add missing compact_ioctl
Kristian H. Kristensen
1
-0
/
+3
2019-12-18
udmabuf: fix dma-buf cpu access
Gurchetan Singh
1
-4
/
+3
2019-12-05
udmabuf: implement begin_cpu_access/end_cpu_access hooks
Gurchetan Singh
1
-0
/
+39
2019-12-05
udmabuf: separate out creating/destroying scatter-table
Gurchetan Singh
1
-7
/
+19
2019-12-05
udmabuf: add a pointer to the miscdevice in dma-buf private data
Gurchetan Singh
1
-4
/
+7
2019-12-05
udmabuf: use cache_sgt_mapping option
Gurchetan Singh
1
-4
/
+5
2019-11-26
udmabuf: Remove deleted map/unmap handlers.
Maarten Lankhorst
1
-16
/
+0
2019-06-05
udmabuf: actually unmap the scatterlist
Lucas Stach
1
-0
/
+1
2019-01-04
drivers/dma-buf/udmabuf.c: convert to use vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-11-16
udmabuf: set read/write flag when exporting
Gerd Hoffmann
1
-0
/
+1
2018-09-14
udmabuf: fix error code in map_udmabuf()
Dan Carpenter
1
-1
/
+3
2018-09-12
udmabuf: use sizeof(variable) instead of sizeof(type)
Gerd Hoffmann
1
-3
/
+3
2018-09-12
udmabuf: drop WARN_ON() check.
Gerd Hoffmann
1
-3
/
+0
2018-09-12
udmabuf: use ENOTTY for invalid ioctls
Gerd Hoffmann
1
-1
/
+1
2018-09-12
udmabuf: use EBADFD in case we didn't got a memfd
Gerd Hoffmann
1
-2
/
+5
2018-09-12
udmabuf: improve udmabuf_create error handling
Gerd Hoffmann
1
-13
/
+12
[next]