summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-6/+4
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-14/+7
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds17-29/+29
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook19-53/+55
7 daysMerge tag 'thermal-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2026-02-11thermal: int340x: Fix sysfs group leak on DLVR registration failureKaushlendra Kumar1-1/+4
2026-02-11Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2026-02-04Merge branch 'thermal-intel'Rafael J. Wysocki9-30/+78
2026-02-01thermal/qcom/lmh: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2026-02-01drivers: thermal: intel: tcc_cooling: Drop redundant local variableSumeet Pawnikar1-6/+3
2026-01-29Merge tag 'thermal-v7.0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki4-79/+418
2026-01-29thermal/of: Fix reference leak in thermal_of_cm_lookup()Felix Gu1-2/+2
2026-01-29thermal: core: thermal_core.h: fix all kernel-doc warningsRandy Dunlap1-2/+5
2026-01-23thermal: intel: x86_pkg_temp_thermal: Handle invalid temperatureRafael J. Wysocki1-0/+3
2026-01-21thermal: renesas: rzg3e: add support for RZ/T2H and RZ/N2HCosmin Tanislav1-0/+27
2026-01-21thermal: renesas: rzg3e: make calibration value retrieval per-chipCosmin Tanislav1-42/+29
2026-01-21thermal: renesas: rzg3e: make min and max temperature per-chipCosmin Tanislav1-12/+23
2026-01-21thermal: renesas: rzg3e: make reset optionalCosmin Tanislav1-1/+1
2026-01-21thermal/drivers/broadcom: Use clamp to simplify bcm2835_thermal_temp2adcThorsten Blum1-6/+2
2026-01-21thermal/drivers/stm32: Use predefined HZ_PER_MHZ instead of a custom oneAndy Shevchenko1-2/+2
2026-01-20thermal/drivers/mediatek/lvts_thermal: Add mt7987 supportFrank Wunderlich1-0/+36
2026-01-20thermal/drivers/mediatek/lvts_thermal: Add MT8196 supportLaura Nao1-0/+165
2026-01-20thermal/drivers/mediatek/lvts: Support MSR offset for 16-bit calibration dataLaura Nao1-0/+16
2026-01-20thermal/drivers/mediatek/lvts: Add support for ATP modeLaura Nao1-7/+37
2026-01-20thermal/drivers/mediatek/lvts: Add lvts_temp_to_raw variantLaura Nao1-0/+9
2026-01-20thermal/drivers/mediatek/lvts: Add platform ops to support alternative conver...Laura Nao1-5/+34
2026-01-20thermal/drivers/mediatek/lvts: Make number of calibration offsets configurableLaura Nao1-11/+44
2026-01-15thermal: intel: Use sysfs_emit() in a sysfs show functionThorsten Blum1-2/+3
2026-01-15thermal: intel: fix typo "nagative" in comment for cpu argumentSumeet Pawnikar1-4/+4
2026-01-15thermal: sysfs: Replace snprintf() with strscpy() in policy_store()Thorsten Blum1-1/+1
2026-01-15thermal: debugfs: Use seq_puts() for constant string outputSumeet Pawnikar1-1/+1
2026-01-15thermal: Replace sprintf() with sysfs_emit() for sysfs show functionsSumeet Pawnikar2-20/+20
2026-01-07thermal: intel: int340x: Use sysfs_emit{_at}() in sysfs show functionsThorsten Blum3-9/+12
2026-01-07thermal: int340x: processor_thermal: Enable slow workload type hintsSrinivas Pandruvada1-8/+49
2026-01-07thermal: core: Use strnlen() in thermal_zone_device_register_with_trips()Thorsten Blum1-2/+6
2026-01-07thermal: intel: intel_pch_thermal: Drop explicit driver data clearingKaushlendra Kumar1-1/+0
2025-12-23thermal: intel: intel_tcc_cooling: Add CPU models in the support listSrinivas Pandruvada1-0/+4
2025-12-15thermal: core: Fix typo and indentation in commentsThorsten Blum1-2/+2
2025-12-15thermal: intel: int340x: Enable power slider interface for Wildcat LakeSrinivas Pandruvada1-1/+2
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2025-12-03Merge tag 'thermal-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-16/+441
2025-11-28Merge tag 'thermal-v6.19-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki5-10/+403
2025-11-26thermal/drivers/imx91: Add support for i.MX91 thermal monitoring unitPengfei Li3-0/+395
2025-11-21powercap: intel_rapl: Prepare read_raw() interface for atomic-context callersKuppuswamy Sathyanarayanan1-1/+1
2025-11-20thermal/drivers/rcar_gen3: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven1-4/+4
2025-11-20thermal/drivers/rcar: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven1-5/+3
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-11-12ACPI: DPTF: Support Nova LakeSrinivas Pandruvada2-0/+2
2025-11-12thermal: intel: int340x: Add DLVR support for Nova LakeSrinivas Pandruvada1-0/+15