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
/
hwmon
Age
Commit message (
Expand
)
Author
Files
Lines
33 hours
hwmon: (max6639) Fix pulses-per-revolution implementation
Guenter Roeck
1
-5
/
+5
33 hours
hwmon: (pmbus/isl68137) Fix unchecked return value and use sysfs_emit()
Sanman Pradhan
1
-2
/
+5
33 hours
hwmon: (pmbus/mp2975) Add error check for pmbus_read_word_data() return value
Sanman Pradhan
1
-0
/
+2
33 hours
hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
Sanman Pradhan
1
-9
/
+10
13 days
hwmon: (max6639) fix inverted polarity
Olivier Sobrie
1
-1
/
+1
13 days
hwmon: (max6639) : Configure based on DT property
Naresh Solanki
1
-23
/
+60
13 days
hwmon: (it87) Check the it87_lock() return value
Bart Van Assche
1
-1
/
+4
13 days
hwmon: (aht10) Fix initialization commands for AHT20
Hao Yu
1
-2
/
+4
13 days
hwmon: (aht10) Add support for dht20
Akhilesh Patil
2
-6
/
+19
13 days
hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced ...
Gui-Dong Han
1
-13
/
+13
2026-03-04
hwmon: (f71882fg) Add F81968 support
Ji-Ze Hong (Peter Hong)
1
-2
/
+4
2026-03-04
hwmon: (nct6775) Add ASUS Pro WS WRX90E-SAGE SE
Denis Pauk
1
-0
/
+1
2026-03-04
hwmon: (dell-smm) Add support for Dell OptiPlex 7080
Armin Wolf
1
-0
/
+7
2026-03-04
hwmon: (pmbus/mpq8785) fix VOUT_MODE mismatch during identification
Carl Lee
1
-0
/
+28
2026-03-04
hwmon: pmbus: mpq8785: Add support for MPM82504
Pawel Dembicki
1
-1
/
+28
2026-03-04
hwmon: pmbus: mpq8785: Implement VOUT feedback resistor divider ratio configu...
Pawel Dembicki
1
-0
/
+18
2026-03-04
hwmon: pmbus: mpq8785: Prepare driver for multiple device support
Pawel Dembicki
1
-8
/
+30
2026-03-04
Revert "hwmon: (ibmpex) fix use-after-free in high/low store"
Guenter Roeck
1
-7
/
+2
2026-02-11
hwmon: (occ) Mark occ_init_attribute() as __printf
Arnd Bergmann
1
-0
/
+1
2026-01-08
hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU
Gui-Dong Han
1
-8
/
+18
2026-01-08
hwmon: (w83791d) Convert macros to functions to avoid TOCTOU
Gui-Dong Han
1
-6
/
+11
2026-01-08
hwmon: (max6697) fix regmap leak on probe failure
Johan Hovold
1
-1
/
+1
2026-01-08
hwmon: (max16065) Use local variable to avoid TOCTOU
Gui-Dong Han
1
-3
/
+4
2026-01-08
hwmon: (ltc4282): Fix reset_history file permissions
Nuno Sá
1
-3
/
+6
2026-01-08
hwmon: (tmp401) fix overflow caused by default conversion rate value
Alexey Simakov
1
-1
/
+1
2026-01-08
hwmon: (ibmpex) fix use-after-free in high/low store
Junrui Luo
1
-2
/
+7
2026-01-08
hwmon: (dell-smm) Limit fan multiplier to avoid overflow
Denis Sergeev
1
-0
/
+9
2025-12-18
hwmon: sy7636a: Fix regulator_enable resource leak on error path
Haotian Zhang
1
-6
/
+1
2025-11-13
hwmon: (dell-smm) Remove Dell Precision 490 custom config data
Armin Wolf
1
-14
/
+0
2025-11-13
hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex
Ben Copeland
1
-1
/
+1
2025-11-13
hwmon: sy7636a: add alias
Andreas Kemnade
1
-0
/
+1
2025-11-13
hwmon: (sbtsi_temp) AMD CPU extended temperature range support
Chuande Chen
1
-15
/
+31
2025-11-13
hwmon: (lenovo-ec-sensors) Update P8 supprt
David Ober
1
-4
/
+30
2025-11-13
hwmon: (k10temp) Add device ID for Strix Halo
Rong Zhang
1
-0
/
+1
2025-11-13
hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models
Avadhut Naik
1
-0
/
+9
2025-10-29
hwmon: (sht3x) Fix error handling
Guenter Roeck
1
-10
/
+17
2025-10-15
hwmon: (mlxreg-fan) Separate methods of fan setting coming from different sub...
Vadim Pasternak
1
-8
/
+16
2025-09-09
hwmon: mlxreg-fan: Prevent fans from getting stuck at 0 RPM
Vadim Pasternak
1
-3
/
+2
2025-08-28
hwmon: (gsc-hwmon) fix fan pwm setpoint show functions
Tim Harvey
1
-2
/
+2
2025-08-20
hwmon: (emc2305) Set initial PWM minimum value during probe based on thermal ...
Florin Leotescu
1
-2
/
+8
2025-07-24
hwmon: (corsair-cpro) Validate the size of the received input buffer
Marius Zachmann
1
-0
/
+5
2025-07-06
hwmon: (pmbus/max34440) Fix support for max34451
Alexis Czezar Torreno
1
-4
/
+44
2025-06-27
hwmon: (ltc4282) avoid repeated register write
Nuno Sá
1
-7
/
+0
2025-06-27
hwmon: (occ) fix unaligned accesses
Arnd Bergmann
1
-15
/
+13
2025-06-27
hwmon: (occ) Rework attribute registration for stack usage
Arnd Bergmann
1
-127
/
+85
2025-06-27
hwmon: (ftsteutates) Fix TOCTOU race in fts_read()
Gui-Dong Han
1
-3
/
+6
2025-06-19
hwmon: (asus-ec-sensors) check sensor index in read_string()
Alexei Safin
1
-0
/
+4
2025-05-29
hwmon: (xgene-hwmon) use appropriate type for the latency value
Andrey Vatoropin
1
-1
/
+1
2025-05-29
hwmon: (gpio-fan) Add missing mutex locks
Alexander Stein
1
-1
/
+15
2025-05-29
hwmon: (dell-smm) Increment the number of fans
Kurt Borja
1
-1
/
+4
[next]