index
:
pub/scm/linux/kernel/git/mic/linux.git
master
Landlock and security development tree
Mickaël Salaün
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
iio: buffer: Make IIO DMA fence release RCU-safe
Lars-Peter Clausen
1
-9
/
+4
2026-08-07
iio: buffer: Tie IIO dma fence lock lifetime to the fence
Lars-Peter Clausen
1
-5
/
+4
2026-08-07
iio: buffer: Fix potential use-after-free in anonymous buffer release
Lars-Peter Clausen
1
-6
/
+10
2026-06-02
Merge tag 'v7.1-rc6' into work
Jonathan Cameron
1
-0
/
+1
2026-05-31
iio: buffer: Move from int64_t to s64 for timestamp
Andy Shevchenko
1
-1
/
+1
2026-05-15
iio: buffer: Fix DMA fence leak in iio_buffer_enqueue_dmabuf()
Benoît Monin
1
-0
/
+1
2026-04-27
iio: buffer: ensure repeat alignment is a power of two
David Lechner
1
-1
/
+1
2026-04-27
iio: buffer: cache timestamp offset in scan buffer
David Lechner
1
-3
/
+11
2026-04-27
iio: buffer: check return value of iio_compute_scan_bytes()
David Lechner
1
-11
/
+25
2026-02-23
iio: buffer: Fix wait_queue not being removed
Nuno Sá
1
-2
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-8
/
+8
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+9
2025-11-15
iio: buffer: use dma_buf_unmap_attachment_unlocked() helper
Liang Jie
1
-3
/
+1
2025-10-13
iio: buffer: support getting dma channel from the buffer
Nuno Sá
1
-5
/
+16
2025-10-13
iio: buffer: document iio_push_to_buffers() calling context
David Lechner
1
-0
/
+3
2025-10-13
iio: buffer: iio_push_to_buffers_with_ts_unaligned() might_sleep()
David Lechner
1
-0
/
+2
2025-10-13
iio: buffer: document iio_push_to_buffers_with_ts_unaligned() may sleep
David Lechner
1
-0
/
+3
2024-12-28
iio: core: mark scan_timestamp as __private
Vasileios Amoiridis
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-08-03
iio: core: annotate masklength as __private
Nuno Sa
1
-1
/
+1
2024-07-29
iio: buffer: make use of iio_get_masklength()
Nuno Sa
1
-27
/
+23
2024-06-30
iio: core: Add new DMABUF interface infrastructure
Paul Cercueil
1
-0
/
+459
2024-06-04
iio: add support for multiple scan types per channel
David Lechner
1
-20
/
+79
2024-06-04
iio: buffer: use struct iio_scan_type to simplify code
David Lechner
1
-20
/
+28
2024-04-29
iio: buffer: initialize masklength accumulator to 0
David Lechner
1
-1
/
+1
2024-03-25
iio: buffer: iio: core: move to the cleanup.h magic
Nuno Sa
1
-73
/
+47
2023-12-21
iio: buffer: Use IIO_SEPARATE instead of a hard-coded 0
Christophe JAILLET
1
-3
/
+3
2023-11-16
iio: buffer: document known issue
Matti Vaittinen
1
-0
/
+16
2023-05-13
iio: buffer: fix coding style warnings
Nuno Sá
1
-49
/
+49
2023-02-18
iio: buffer: make sure O_NONBLOCK is respected
Nuno Sá
1
-8
/
+11
2023-02-18
iio: buffer: correctly return bytes written in output buffers
Nuno Sá
1
-1
/
+1
2022-11-23
iio: Don't silently expect attribute types
Matti Vaittinen
1
-4
/
+7
2022-11-23
iio: core: move 'mlock' to 'struct iio_dev_opaque'
Nuno Sá
1
-12
/
+17
2022-08-15
iio: Fix indentation for multiline conditional.
Joe Simmons-Talbott
1
-2
/
+2
2022-08-15
iio: Add blank lines after declarations.
Joe Simmons-Talbott
1
-0
/
+1
2022-07-01
iio: Don't use bare "unsigned"
Joe Simmons-Talbott
1
-5
/
+5
2022-06-15
iio: Use octal permissions and DEVICE_ATTR_{RO,RW}.
Joe Simmons-Talbott
1
-35
/
+21
2022-04-28
iio: Replace strtobool() with kstrtobool()
Lars-Peter Clausen
1
-3
/
+3
2022-04-10
iio: core: Move the currentmode entry to the opaque structure
Miquel Raynal
1
-6
/
+6
2022-04-04
iio: core: Print error and fail iio_device_register() in case sample bits do ...
Marek Vasut
1
-0
/
+13
2022-04-04
iio: buffer: remove usage of list iterator variable for list_for_each_entry_c...
Jakob Koschel
1
-2
/
+5
2022-04-04
iio: core: fix a few code style issues
Alexander Vorwerk
1
-2
/
+2
2022-03-18
Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-2
/
+2
2022-02-11
iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL
Mathias Krause
1
-3
/
+11
2022-01-23
iio: core: Use sysfs_emit()
Lars-Peter Clausen
1
-2
/
+2
2021-11-20
iio: buffer: Use dedicated variable in iio_buffers_alloc_sysfs_and_mask()
Andy Shevchenko
1
-12
/
+8
2021-10-24
Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-1
/
+1
2021-10-24
Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
1
-11
/
+17
2021-10-21
iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()
Yang Yingliang
1
-5
/
+7
[next]