index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
industrialio-buffer.c
Age
Commit message (
Expand
)
Author
2021-11-20
iio: buffer: Use dedicated variable in iio_buffers_alloc_sysfs_and_mask()
Andy Shevchenko
2021-10-24
Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2021-10-24
Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2021-10-21
iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()
Yang Yingliang
2021-10-20
iio: buffer: Fix uninitialized variable ret
Colin Ian King
2021-10-19
iio: Add output buffer support
Mihail Chindris
2021-10-19
iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()
Jonathan Cameron
2021-10-17
iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()
Yang Yingliang
2021-10-17
iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
Yang Yingliang
2021-10-17
iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()
Yang Yingliang
2021-10-17
iio: buffer: check return value of kstrdup_const()
Yang Yingliang
2021-07-17
iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'
Christophe JAILLET
2021-07-17
iio: buffer: Save a few cycles in 'iio_scan_mask_set()'
Christophe JAILLET
2021-06-03
iio: buffer: Remove redundant assignment to in_loc
Jiapeng Chong
2021-05-17
iio: core: move @info_exist_lock to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
iio: core: move @scan_index_timestamp to struct iio_dev_opaque
Jonathan Cameron
2021-04-07
iio: buffer: use sysfs_attr_init() on allocated attrs
Alexandru Ardelean
2021-04-07
iio: buffer: return 0 for buffer getfd ioctl handler
Alexandru Ardelean
2021-03-29
iio: core: Use sysfs_emit() (trivial bits)
Lars-Peter Clausen
2021-03-25
iio: buffer: fix use-after-free for attached_buffers array
Alexandru Ardelean
2021-03-11
iio: buffer: add ioctl() to support opening extra buffers for IIO device
Alexandru Ardelean
2021-03-11
iio: buffer: introduce support for attaching more IIO buffers
Alexandru Ardelean
2021-03-11
iio: buffer: move __iio_buffer_free_sysfs_and_mask() before alloc
Alexandru Ardelean
2021-03-11
iio: core: wrap iio device & buffer into struct for character devices
Alexandru Ardelean
2021-03-11
iio: buffer: wrap all buffer attributes into iio_dev_attr
Alexandru Ardelean
2021-03-11
iio: add reference to iio buffer on iio_dev_attr
Alexandru Ardelean
2021-03-11
iio: core: merge buffer/ & scan_elements/ attributes
Alexandru Ardelean
2021-03-11
iio: buffer: group attr count and attr alloc
Alexandru Ardelean
2021-03-11
iio: core: rework iio device group creation
Alexandru Ardelean
2020-12-03
iio: buffer: Fix demux update
Nuno Sá
2020-11-21
iio: buffer: remove iio_buffer_set_attrs() helper
Alexandru Ardelean
2020-09-17
iio: buffer: split buffer sysfs creation to take buffer as primary arg
Alexandru Ardelean
2020-07-15
iio: buffer: fix attach/detach pollfunc order
Alexandru Ardelean
2020-07-07
iio: core: move iio_dev's buffer_list to the private iio device object
Alexandru Ardelean
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
2020-05-16
iio: buffer: remove attrcount_orig var from sysfs creation
Alexandru Ardelean
2020-05-16
iio: __iio_update_buffers: Update mode before preenable/after postdisable
Lars-Peter Clausen
2020-05-03
iio: buffer: extend short-hand use for 'indio_dev->buffer'
Alexandru Ardelean
2020-04-19
iio: buffer: remove 'scan_el_attrs' attribute group from buffer struct
Alexandru Ardelean
2020-04-19
iio: buffer: Don't allow buffers without any channels enabled to be activated
Lars-Peter Clausen
2020-04-19
iio: buffer: re-introduce bitmap_zalloc() for trialmask
Alexandru Ardelean
2020-01-22
Merge 5.5-rc7 into staging-next
Greg Kroah-Hartman
2020-01-13
iio: buffer: align the size of scan bytes to size of the largest element
Lars Möllendorf
2019-12-29
iio: buffer: rename 'read_first_n' callback to 'read'
Lars-Peter Clausen
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-21
Merge 5.1-rc6 into staging-next
Greg Kroah-Hartman
2019-04-04
iio: buffer: Switch to bitmap_zalloc()
Andy Shevchenko
2019-03-09
iio: Fix scan mask selection
Lars-Peter Clausen
2018-02-20
Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2018-02-17
iio: buffer: check if a buffer has been set up when poll is called
Stefan Windfeldt-Prytz
[next]