index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
buffer
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-6
/
+6
2025-12-21
iio: buffer-dmaengine: Fix coding style complains
Nuno Sá
-6
/
+5
2025-12-21
iio: buffer-dmaengine: Use the cleanup.h API
Nuno Sá
-7
/
+5
2025-12-21
iio: buffer-dma: Fix coding style complains
Nuno Sá
-13
/
+11
2025-12-21
iio: buffer-dma: Turn iio_dma_buffer_init() void
Nuno Sá
-4
/
+2
2025-12-21
iio: buffer-dma: Use the cleanup.h API
Nuno Sá
-93
/
+62
2025-12-21
iio: buffer-dma: Use lockdep for locking annotations
Nuno Sá
-1
/
+2
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+1
2025-10-13
iio: buffer-dmaengine: enable .get_dma_dev()
Nuno Sá
-0
/
+2
2025-10-13
iio: buffer-dma: support getting the DMA channel
Nuno Sá
-0
/
+6
2025-10-13
iio: buffer: document that buffer callback must be context safe
David Lechner
-0
/
+1
2025-08-16
iio: buffer: buffer-cb: drop double initialization of demux list
Nuno Sá
-1
/
+0
2025-06-09
iio: buffer: Fix checkpatch.pl warning
Gyeyoung Baek
-1
/
+1
2025-03-04
iio: buffer-dma: Fix docstrings
Folker Schwesinger
-2
/
+2
2025-02-10
iio: buffer-dmaengine: add devm_iio_dmaengine_buffer_setup_with_handle()
David Lechner
-0
/
+38
2025-02-10
iio: buffer-dmaengine: split requesting DMA channel from allocating buffer
David Lechner
-44
/
+62
2024-12-07
iio: buffer-dmaengine: document iio_dmaengine_buffer_setup_ext
David Lechner
-2
/
+17
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-22
/
+22
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
-1
/
+3
2024-08-03
iio: buffer-dma: Move exports into IIO_DMA_BUFFER namespace
Nuno Sa
-18
/
+19
2024-07-29
iio: buffer-dmaengine: fix releasing dma channel on error
David Lechner
-1
/
+3
2024-07-29
iio: buffer: make use of iio_get_masklength()
Nuno Sa
-3
/
+3
2024-06-30
iio: buffer-dmaengine: Support new DMABUF based userspace API
Paul Cercueil
-9
/
+53
2024-06-30
iio: buffer-dma: Enable support for DMABUFs
Paul Cercueil
-11
/
+167
2024-06-13
iio: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+1
2024-04-20
iio: buffer-dmaengine: Enable write support
Paul Cercueil
-0
/
+2
2024-04-20
iio: buffer-dmaengine: Support specifying buffer direction
Paul Cercueil
-14
/
+30
2024-04-20
iio: buffer-dma: Enable buffer write support
Paul Cercueil
-16
/
+73
2024-04-20
iio: buffer-dma: Rename iio_dma_buffer_data_available()
Paul Cercueil
-6
/
+7
2024-04-20
iio: buffer-dma: add iio_dmaengine_buffer_setup()
Nuno Sa
-28
/
+20
2024-02-19
iio: buffer-dmaengine: export buffer alloc and free functions
Nuno Sa
-3
/
+5
2024-01-23
iio: buffer-dmaengine: make use of the 'struct device *' argument
Nuno Sa
-2
/
+1
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-40
/
+47
2023-12-21
iio: buffer-dma: split iio_dma_buffer_fileio_free() function
Alexandru Ardelean
-19
/
+24
2023-12-21
iio: buffer-dma: Get rid of outgoing queue
Paul Cercueil
-21
/
+23
2023-11-26
iio: triggered-buffer: prevent possible freeing of wrong buffer
David Lechner
-0
/
+10
2022-11-23
iio: Don't silently expect attribute types
Matti Vaittinen
-5
/
+5
2022-04-10
iio: core: Simplify the registration of kfifo buffers
Miquel Raynal
-9
/
+1
2022-01-23
iio: hw_consumer: Use struct_size() helper in kzalloc()
Gustavo A. R. Silva
-2
/
+2
2022-01-23
iio: dmaengine-buffer: Use sysfs_emit()
Lars-Peter Clausen
-1
/
+1
2021-11-27
iio: buffer-dma: Use round_down() instead of rounddown()
Paul Cercueil
-1
/
+1
2021-10-19
iio: triggered-buffer: extend support to configure output buffers
Alexandru Ardelean
-2
/
+6
2021-10-19
iio: kfifo-buffer: Add output buffer support
Lars-Peter Clausen
-0
/
+50
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
-1
/
+1
2021-05-17
iio: triggered-buffer: simplify devm_iio_triggered_buffer_setup_ext()
Yicong Yang
-15
/
+6
2021-05-17
iio: hw_consumer: simplify devm_iio_hw_consumer_alloc()
Yicong Yang
-14
/
+11
2021-05-17
iio: buffer-dmaengine: simplify __devm_iio_dmaengine_buffer_free()
Yicong Yang
-13
/
+9
2021-03-25
iio: kfifo: add devm_iio_triggered_buffer_setup_ext variant
Alexandru Ardelean
-6
/
+10
[next]