summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-18/+18
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-27/+26
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+2
14 daysMerge tag 'hwmon-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-154/+876
2026-02-10hwmon: (pmbus/mpq8785) fix VOUT_MODE mismatch during identificationCarl Lee1-0/+28
2026-02-10Revert "hwmon: (ibmpex) fix use-after-free in high/low store"Guenter Roeck1-7/+2
2026-02-07hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced ...Gui-Dong Han1-13/+13
2026-02-07hwmon: (nct6775) use sysfs_emit instead of sprintfFilippo Muscherà1-34/+36
2026-02-07hwmon: Add support for HiTRON HAC300S PSUVasileios Amoiridis3-0/+142
2026-02-07hwmon: (cros_ec) Add support for temperature thresholdsThomas Weißschuh1-3/+54
2026-02-05hwmon: (occ) Mark occ_init_attribute() as __printfArnd Bergmann1-0/+1
2026-02-02hwmon: (gpio-fan) Allow to stop FANs when CONFIG_PM is disabledGabor Juhos1-1/+1
2026-02-02hwmon: (gpio-fan) Fix set_rpm() return valueGabor Juhos1-2/+2
2026-01-31hwmon: (cros_ec) Move temperature channel params to a macroThomas Weißschuh1-24/+25
2026-01-31hwmon: (cros_ec) Add support for fan target speedThomas Weißschuh1-1/+25
2026-01-31hwmon: (tmp108) Add support for P3T1035 and P3T2030Mayank Mahajan2-38/+161
2026-01-31hwmon: pmbus: add support for STEF48H28Charles Hsu3-0/+85
2026-01-31hwmon: (nct7363) Fix a resource leak in nct7363_present_pwm_faninFelix Gu1-0/+1
2026-01-31hwmon: (emc2305) Fix a resource leak in emc2305_of_parse_pwm_childFelix Gu1-0/+1
2026-01-31hwmon: (gpd-fan) add support for Micro PC 2Cryolitia PukNgae1-1/+26
2026-01-31hwmon: (coretemp) Add TjMax for Silvermont through Tremont AtomsLaveesh Bansal1-0/+9
2026-01-31hwmon: (nct6683) Add customer ID for ASRock Z590 TaichiAnj Duvnjak1-0/+3
2026-01-31hwmon: (f71882fg) Add F81968 supportJi-Ze Hong (Peter Hong)1-2/+4
2026-01-31hwmon: (nct7363) Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-31hwmon: (max6639) Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-31hwmon: (emc2305) Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-31hwmon: (acpi_power_meter) Replace deprecated strcpy() with strscpy()Szymon Wilczek1-2/+2
2026-01-31hwmon: (nct6775) Add ASUS Pro WS WRX90E-SAGE SEDenis Pauk1-0/+1
2026-01-31hwmon: (asus-ec-sensors) Add VRM temperature for Pro WS WRX90E-SAGE SEJai Kith1-1/+4
2026-01-31hwmon: (mp2925) Add vid offset for vid modeWensheng Wang1-2/+21
2026-01-31hwmon: (dell-smm) Add support for Dell OptiPlex 7080Armin Wolf1-0/+7
2026-01-31hwmon: (pmbus) Add mp5926 driverYuxi Wang3-0/+194
2026-01-31hwmon: Use sysfs_emit in show function callbacksKari Argillander1-3/+3
2026-01-31hwmon: Fix wrong return errno in *sanitize_name()Kari Argillander1-1/+4
2026-01-31hwmon: (fam15h_power) Use generic power managementVaibhav Gupta1-6/+5
2026-01-31hwmon: (sht3x) add support for SHT85Antoni Pokusinski2-2/+3
2026-01-31hwmon: (asus-ec-sensors) add Pro WS TRX50-SAGE WIFI ARobert McIntyre1-0/+2
2026-01-31hwmon: (asus-ec-sensors) add ROG MAXIMUS X HEROReis Holmes1-0/+10
2026-01-31hwmon: (acpi_power_meter) Fix deadlocks related to acpi_power_meter_notify()Rafael J. Wysocki1-3/+14
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap2-0/+2
2026-01-17hwmon: (dell-smm) Add Dell G15 5510 to fan control whitelistleobannocloutier@gmail.com1-0/+8
2025-12-19hwmon: (ltc4282): Fix reset_history file permissionsNuno Sá1-3/+6
2025-12-14hwmon: (tmp401) fix overflow caused by default conversion rate valueAlexey Simakov1-1/+1
2025-12-14hwmon: (ibmpex) fix use-after-free in high/low storeJunrui Luo1-2/+7
2025-12-14hwmon: (dell-smm) Limit fan multiplier to avoid overflowDenis Sergeev1-0/+9
2025-12-09Merge tag 'hwmon-for-v6.19-take-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-12/+17
2025-12-08Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-4/+4
2025-12-08hwmon: (emc2305) fix device node refcount leak in error pathPei Xiao1-1/+3