index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
4
-7
/
+5
4 days
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
20
-35
/
+35
4 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
22
-50
/
+48
2026-02-02
Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
87
-1090
/
+10147
2026-02-01
iio: magn: mmc5633: Fix Kconfig for combination of I3C as module and driver b...
Jonathan Cameron
1
-2
/
+3
2026-01-29
iio: sca3000: Fix a resource leak in sca3000_probe()
Harshit Mogalapalli
1
-1
/
+5
2026-01-29
iio: proximity: rfd77402: Add interrupt handling support
Shrikant Raskar
1
-8
/
+113
2026-01-29
iio: proximity: rfd77402: Document device private data structure
Shrikant Raskar
1
-1
/
+5
2026-01-29
iio: proximity: rfd77402: Use devm-managed mutex initialization
Shrikant Raskar
1
-1
/
+4
2026-01-29
iio: proximity: rfd77402: Use kernel helper for result polling
Shrikant Raskar
1
-19
/
+27
2026-01-29
iio: proximity: rfd77402: Align polling timeout with datasheet
Shrikant Raskar
1
-1
/
+5
2026-01-29
iio: cros_ec: Allow enabling/disabling calibration mode
Gwendal Grignou
1
-3
/
+3
2026-01-29
iio: gyro: itg3200: Fix unchecked return value in read_raw
Antoniu Miclaus
1
-0
/
+2
2026-01-29
iio: accel: sca3000: remove unused last_timestamp field
Antoniu Miclaus
1
-2
/
+0
2026-01-29
iio: accel: adxl372: remove unused int2_bitmask field
Antoniu Miclaus
1
-1
/
+0
2026-01-29
iio: adc: ad7766: Use iio_trigger_generic_data_rdy_poll()
Sebastian Andrzej Siewior
1
-7
/
+1
2026-01-29
iio: magnetometer: Remove IRQF_ONESHOT
Sebastian Andrzej Siewior
1
-1
/
+1
2026-01-29
iio: Replace IRQF_ONESHOT with IRQF_NO_THREAD
Sebastian Andrzej Siewior
16
-62
/
+42
2026-01-29
iio: Use IRQF_NO_THREAD
Sebastian Andrzej Siewior
4
-9
/
+8
2026-01-23
iio: dac: Add MAX22007 DAC driver support
Janani Sunil
3
-0
/
+505
2026-01-22
drivers: iio: mpu3050: use dev_err_probe for regulator request
Svyatoslav Ryhel
1
-4
/
+2
2026-01-22
iio: accel: adxl380: Optimize reading of FIFO entries in interrupt handler
Francesco Lavra
1
-7
/
+5
2026-01-22
iio: accel: adxl380: Avoid reading more entries than present in FIFO
Francesco Lavra
1
-0
/
+1
2026-01-22
iio: pressure: mprls0025pa: remove error message
Petre Rodan
1
-2
/
+1
2026-01-22
iio: adc: ad7768-1: add support for ADAQ776x-1 ADC Family
Jonathan Santos
2
-4
/
+308
2026-01-22
iio: adc: ad7768-1: refactor ad7768_write_raw()
Jonathan Santos
1
-24
/
+26
2026-01-22
iio: adc: ad7768-1: introduce chip info for future multidevice support
Jonathan Santos
1
-23
/
+41
2026-01-22
iio: light: opt4060: Use IIO cleanup helpers
Kurt Borja
1
-35
/
+17
2026-01-22
iio: health: max30102: Use IIO cleanup helpers
Kurt Borja
1
-25
/
+10
2026-01-22
iio: light: vcnl4000: Use IIO cleanup helpers
Kurt Borja
1
-31
/
+18
2026-01-22
iio: core: Match iio_device_claim_*() semantics and implementation
Kurt Borja
6
-55
/
+6
2026-01-22
iio: core: Refactor iio_device_claim_direct() implementation
Kurt Borja
1
-44
/
+0
2026-01-22
iio: core: Add and export __iio_dev_mode_lock()
Kurt Borja
1
-0
/
+30
2026-01-22
iio: magn: mmc5633: Ensure REGMAP_I2C / I3C not build if I2C / I3C is not.
Jonathan Cameron
1
-2
/
+2
2026-01-22
iio: adc: ad4062: Switch from struct i3c_priv_xfer to struct i3c_xfer
Jonathan Cameron
1
-13
/
+13
2026-01-16
iio: proximity: rfd77402: Reorder header includes
Shrikant Raskar
1
-2
/
+2
2026-01-16
iio: imu: smi330: Convert to common field_{get,prep}() helpers
Geert Uytterhoeven
1
-6
/
+2
2026-01-16
iio: accel: adxl380: Add support for 1 kHz sampling frequency
Francesco Lavra
2
-22
/
+71
2026-01-16
iio: accel: adxl380: Introduce helper function for activity detection
Francesco Lavra
1
-5
/
+24
2026-01-16
iio: accel: adxl380: Store sampling frequency index in odr struct member
Francesco Lavra
1
-11
/
+2
2026-01-16
iio: adc: ad9467: include two's complement in default mode
Tomas Melin
1
-8
/
+25
2026-01-16
iio: pressure: mprls0025pa: add copyright line
Petre Rodan
1
-0
/
+1
2026-01-16
iio: pressure: mprls0025pa: change measurement sequence
Petre Rodan
1
-29
/
+3
2026-01-16
iio: pressure: mprls0025pa: stricter checks for the status byte
Petre Rodan
1
-6
/
+22
2026-01-16
iio: pressure: mprls0025pa: move memset to core
Petre Rodan
2
-1
/
+2
2026-01-16
iio: pressure: mprls0025pa: introduce tx buffer
Petre Rodan
4
-35
/
+6
2026-01-16
iio: pressure: mprls0025pa: rename buffer variable
Petre Rodan
4
-10
/
+10
2026-01-16
iio: pressure: mprls0025pa: remove redundant declarations
Petre Rodan
1
-3
/
+0
2026-01-16
iio: pressure: mprls0025pa: cleanup includes
Petre Rodan
2
-3
/
+7
[next]