summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-11-20thermal: core: prevent potential string overflowDan Carpenter1-2/+4
2023-03-11thermal: intel: powerclamp: Fix cur_state for multi package systemSrinivas Pandruvada1-4/+16
2023-03-11thermal: intel: quark_dts: fix error pointer dereferenceDan Carpenter1-10/+2
2023-03-11thermal: intel: Fix unsigned comparison with less than zeroYang Li1-1/+1
2023-02-22thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()Rafael J. Wysocki1-3/+7
2023-02-22thermal: intel: int340x: Protect trip temperature from concurrent updatesSrinivas Pandruvada2-3/+16
2022-10-26thermal: intel_powerclamp: Use first online CPU as control_cpuRafael J. Wysocki1-5/+1
2022-10-26thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avo...Srinivas Pandruvada1-2/+4
2022-08-25thermal: sysfs: Fix cooling_device_stats_setup() error code pathRafael J. Wysocki1-3/+7
2022-04-15thermal: int340x: Increase bitmap sizeSrinivas Pandruvada1-1/+1
2022-03-28thermal: int340x: fix memory leak in int3400_notify()Chuansheng Liu1-0/+4
2021-12-08thermal: core: Reset previous low and high trip during thermal zone initManaf Meethalavalappu Pallikunhi1-0/+2
2021-10-06thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter1-4/+3
2021-09-26thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()Dan Carpenter1-0/+1
2021-07-28thermal/core: Correct function name thermal_zone_device_unregister()Yang Yingliang1-1/+1
2021-05-22thermal/core/fair share: Lock the thermal zone while looping over instancesLukasz Luba1-0/+4
2021-04-07thermal/core: Add NULL pointer check before using cooling device statsManaf Meethalavalappu Pallikunhi1-0/+3
2020-10-01thermal: rcar_thermal: Handle probe error gracefullyNiklas Söderlund1-2/+4
2020-09-09thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2-14/+19
2020-08-19thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Dan Carpenter1-1/+1
2020-07-22thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from powerFinley Xiao1-3/+3
2020-07-22Revert "thermal: mediatek: fix register index error"Enric Balletbo i Serra1-4/+2
2020-06-25thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTRSudip Mukherjee1-3/+3
2020-03-05thermal: brcmstb_thermal: Do not use DT coefficientsFlorian Fainelli1-22/+9
2020-01-27thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerMatthias Kaehlcke1-1/+1
2020-01-27thermal: rcar_gen3_thermal: fix interrupt typeJiada Wang1-32/+6
2020-01-27thermal: mediatek: fix register index errorMichael Kao1-2/+4
2019-12-13thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang1-2/+2
2019-12-01thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven1-2/+2
2019-12-01thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov1-1/+1
2019-12-01thermal: armada: fix a test in probe()Dan Carpenter1-2/+2
2019-10-11thermal_hwmon: Sanitize thermal_zone typeStefan Mavrodiev1-2/+6
2019-10-11thermal: Fix use-after-free when unregistering thermal zone deviceIdo Schimmel1-1/+1
2019-06-15drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria1-1/+2
2019-06-15thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang1-0/+3
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-1/+1
2019-04-20thermal/intel_powerclamp: fix truncated kthread nameZhang Rui1-1/+1
2019-04-20thermal/int340x_thermal: fix mode settingMatthew Garrett1-4/+3
2019-04-20thermal/int340x_thermal: Add additional UUIDsMatthew Garrett1-0/+14
2019-04-20thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell1-5/+4
2019-04-20thermal: samsung: Fix incorrect check after code mergeMarek Szyprowski1-1/+1
2019-04-20thermal/intel_powerclamp: fix __percpu declaration of worker_dataLuc Van Oostenryck1-1/+1
2019-03-05drivers: thermal: int340x_thermal: Fix sysfs race conditionAaron Hill1-13/+15
2019-03-05thermal: int340x_thermal: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2019-02-12thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin1-2/+2
2019-02-12thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson1-4/+8
2019-02-12thermal: bcm2835: enable hwmon explicitlyMatthias Brugger1-0/+11
2019-02-12thermal: Fix locking in cooling device sysfs update cur_stateThara Gopinath1-4/+7
2019-02-12Thermal: do not clear passive state during system sleepWei Wang1-4/+8
2018-12-21thermal: armada: fix legacy validity test senseRussell King1-1/+1