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
7 days
hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
Sanman Pradhan
1
-9
/
+10
2026-03-12
hwmon: (max6639) fix inverted polarity
Olivier Sobrie
1
-1
/
+1
2026-03-12
hwmon: (it87) Check the it87_lock() return value
Bart Van Assche
1
-1
/
+4
2026-03-12
hwmon: (aht10) Fix initialization commands for AHT20
Hao Yu
1
-2
/
+4
2026-03-12
hwmon: (aht10) Add support for dht20
Akhilesh Patil
2
-6
/
+19
2026-03-12
hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced ...
Gui-Dong Han
1
-13
/
+13
2026-03-04
hwmon: (nct7363) Fix a resource leak in nct7363_present_pwm_fanin
Felix Gu
1
-0
/
+1
2026-03-04
hwmon: (f71882fg) Add F81968 support
Ji-Ze Hong (Peter Hong)
1
-2
/
+4
2026-03-04
hwmon: (emc2305) Fix a resource leak in emc2305_of_parse_pwm_child
Felix Gu
1
-0
/
+1
2026-03-04
hwmon: (nct6683) Add customer ID for ASRock Z590 Taichi
Anj Duvnjak
1
-0
/
+3
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-02-27
hwmon: (pmbus/mpq8785) fix VOUT_MODE mismatch during identification
Carl Lee
1
-0
/
+28
2026-02-27
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-02-11
hwmon: (acpi_power_meter) Fix deadlocks related to acpi_power_meter_notify()
Rafael J. Wysocki
1
-3
/
+14
2026-02-11
hwmon: (dell-smm) Add Dell G15 5510 to fan control whitelist
leobannocloutier@gmail.com
1
-0
/
+8
2026-02-11
hwmon: (gpio-fan) Allow to stop FANs when CONFIG_PM is disabled
Gabor Juhos
1
-1
/
+1
2026-02-11
hwmon: (gpio-fan) Fix set_rpm() return value
Gabor Juhos
1
-2
/
+2
2026-01-08
hwmon: (dell-smm) Fix off-by-one error in dell_smm_is_visible()
Armin Wolf
1
-2
/
+2
2026-01-02
hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU
Gui-Dong Han
1
-8
/
+18
2026-01-02
hwmon: (w83791d) Convert macros to functions to avoid TOCTOU
Gui-Dong Han
1
-6
/
+11
2026-01-02
hwmon: (max6697) fix regmap leak on probe failure
Johan Hovold
1
-1
/
+1
2026-01-02
hwmon: (max16065) Use local variable to avoid TOCTOU
Gui-Dong Han
1
-3
/
+4
2026-01-02
hwmon: (emc2305) fix double put in emc2305_probe_childs_from_dt
Pei Xiao
1
-3
/
+1
2026-01-02
hwmon: (emc2305) fix device node refcount leak in error path
Pei Xiao
1
-1
/
+3
2026-01-02
hwmon: (ltc4282): Fix reset_history file permissions
Nuno Sá
1
-3
/
+6
2026-01-02
hwmon: (tmp401) fix overflow caused by default conversion rate value
Alexey Simakov
1
-1
/
+1
2026-01-02
hwmon: (ibmpex) fix use-after-free in high/low store
Junrui Luo
1
-2
/
+7
2026-01-02
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-12
hwmon: (gpd-fan) initialize EC on driver load for Win 4
Cryolitia PukNgae
1
-27
/
+25
2025-11-12
hwmon: (gpd-fan) Fix compilation error in non-ACPI builds
Gopi Krishna Menon
1
-1
/
+1
2025-10-20
hwmon: (sht3x) Fix error handling
Guenter Roeck
1
-10
/
+17
2025-10-20
hwmon: (cgbc-hwmon) Add missing NULL check after devm_kzalloc()
Li Qiang
1
-0
/
+3
2025-10-20
hwmon: (pmbus/isl68137) Fix child node reference leak on early return
Erick Karanja
1
-2
/
+1
2025-10-20
hwmon: (gpd-fan) Fix error handling in gpd_fan_probe()
Harshit Mogalapalli
1
-3
/
+3
2025-10-20
hwmon: (gpd-fan) Fix return value when platform_get_resource() fails
Harshit Mogalapalli
1
-2
/
+2
2025-10-20
hwmon: (pmbus/max34440) Update adpm12160 coeff due to latest FW
Alexis Czezar Torreno
1
-6
/
+6
2025-10-01
Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-0
/
+960
2025-09-25
hwmon: (mlxreg-fan) Add support for new flavour of capability register
Vadim Pasternak
1
-3
/
+15
2025-09-25
hwmon: (mlxreg-fan) Separate methods of fan setting coming from different sub...
Vadim Pasternak
1
-8
/
+16
2025-09-25
hwmon: (cros_ec) register fans into thermal framework cooling devices
Sung-Chi Li
1
-0
/
+83
2025-09-25
hwmon: (cros_ec) add PWM control over fans
Sung-Chi Li
1
-0
/
+230
2025-09-25
hwmon: add SMARC-sAM67 support
Michael Walle
3
-0
/
+172
2025-09-25
hwmon: (asus-ec-sensors) add TUF GAMING X670E PLUS WIFI
Mohamad Kamal
1
-0
/
+2
2025-09-24
hwmon: (dell-smm) Add support for Dell OptiPlex 7040
Armin Wolf
1
-0
/
+7
2025-09-24
hwmon: (dell-smm) Add support for automatic fan mode
Armin Wolf
1
-13
/
+61
2025-09-24
hwmon: (gpd-fan) complete Kconfig dependencies
Cryolitia PukNgae
1
-1
/
+1
2025-09-24
hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex
Ben Copeland
1
-1
/
+1
[next]