Age | Commit message (Expand) | Author | Files | Lines |
2023-02-01 | thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type() | Rafael J. Wysocki | 1 | -3/+7 |
2023-02-01 | thermal: intel: int340x: Protect trip temperature from concurrent updates | Srinivas Pandruvada | 2 | -3/+16 |
2023-02-01 | thermal: core: call put_device() only after device_register() fails | Viresh Kumar | 1 | -3/+10 |
2023-02-01 | thermal/core: fix error code in __thermal_cooling_device_register() | Dan Carpenter | 1 | -1/+2 |
2023-02-01 | thermal: Validate new state in cur_state_store() | Viresh Kumar | 3 | -19/+13 |
2023-01-12 | thermal: int340x: Add missing attribute for data rate base | Srinivas Pandruvada | 1 | -0/+4 |
2022-12-31 | thermal/core: Ensure that thermal device is registered in thermal_zone_get_temp | Guenter Roeck | 1 | -1/+6 |
2022-12-31 | thermal/drivers/qcom/lmh: Fix irq handler return value | Bjorn Andersson | 1 | -1/+1 |
2022-12-31 | thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2 | Luca Weiss | 1 | -1/+2 |
2022-12-31 | thermal/of: Fix memory leak on thermal_of_zone_register() failure | Ido Schimmel | 1 | -2/+6 |
2022-12-31 | thermal/drivers/k3_j72xx_bandgap: Fix the debug print message | Keerthy | 1 | -1/+1 |
2022-12-31 | thermal/drivers/imx8mm_thermal: Validate temperature range | Marcus Folkesson | 1 | -1/+7 |
2022-12-31 | thermal: core: fix some possible name leaks in error paths | Yang Yingliang | 1 | -8/+10 |
2022-10-15 | thermal: intel_powerclamp: Use first online CPU as control_cpu | Rafael J. Wysocki | 1 | -5/+1 |
2022-10-10 | Merge tag 'thermal-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -86/+42 |
2022-10-08 | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+3 |
2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
2022-10-04 | thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id | Vincent Knecht | 1 | -1/+1 |
2022-10-04 | thermal/core: Add a check before calling set_trip_temp() | Lad Prabhakar | 1 | -3/+5 |
2022-10-04 | thermal/core: Drop valid pointer check for type | Lad Prabhakar | 1 | -1/+1 |
2022-10-04 | thermal/drivers/rcar_thermal: Constify static thermal_zone_device_ops | Lad Prabhakar | 1 | -1/+1 |
2022-10-04 | thermal/drivers/qcom: Drop false build dependency of all QCOM drivers on QCOM... | Jonathan Cameron | 1 | -1/+1 |
2022-10-04 | thermal/of: Remove the thermal_zone_of_get_sensor_id() function | Daniel Lezcano | 1 | -44/+0 |
2022-10-04 | thermal/drivers/imx_sc: Rely on the platform data to get the resource id | Daniel Lezcano | 1 | -35/+33 |
2022-10-03 | Merge branches 'thermal-intel' and 'thermal-drivers' | Rafael J. Wysocki | 7 | -56/+19 |
2022-10-03 | Merge branch 'thermal-core' | Rafael J. Wysocki | 45 | -1155/+740 |
2022-09-30 | thermal: core: Increase maximum number of trip points | Sumeet Pawnikar | 1 | -1/+14 |
2022-09-24 | thermal: int340x: processor_thermal: Use module_pci_driver() macro | Shang XiaoJing | 2 | -24/+2 |
2022-09-24 | nvmem: prefix all symbols with NVMEM_ | Rafał Miłecki | 1 | -1/+1 |
2022-09-21 | thermal: intel_powerclamp: Remove accounting for IRQ wakes | Srinivas Pandruvada | 1 | -18/+3 |
2022-09-21 | thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avo... | Srinivas Pandruvada | 1 | -2/+4 |
2022-09-21 | Merge tag 'iio-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel/git/j... | Greg Kroah-Hartman | 1 | -1/+2 |
2022-09-03 | thermal: int340x_thermal: Consolidate priv->data_vault checks | Rafael J. Wysocki | 1 | -3/+2 |
2022-09-03 | thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register() | Xuewen Yan | 1 | -5/+5 |
2022-09-03 | thermal: Drop duplicate words from comments | Jilin Yuan | 2 | -2/+2 |
2022-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -4/+6 |
2022-08-31 | thermal: move from strlcpy() with unused retval to strscpy() | Wolfram Sang | 2 | -2/+2 |
2022-08-31 | thermal: da9062-thermal: Drop redundant error message | zhaoxiao | 1 | -3/+2 |
2022-08-31 | thermal/drivers/thermal_mmio: Drop of_match_ptr() | Jean Delvare | 1 | -1/+1 |
2022-08-30 | thermal: gov_user_space: Do not lock thermal zone mutex | Rafael J. Wysocki | 1 | -2/+3 |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 1 | -0/+1 |
2022-08-27 | Merge branch 'thermal-core' | Rafael J. Wysocki | 1 | -0/+1 |
2022-08-23 | thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR | Lee, Chun-Yi | 1 | -4/+5 |
2022-08-17 | thermal/core: Fix lockdep_assert() warning | Daniel Lezcano | 1 | -3/+0 |
2022-08-17 | thermal/core: Move the mutex inside the thermal_zone_device_update() function | Daniel Lezcano | 4 | -52/+61 |
2022-08-17 | thermal/core: Move the thermal zone lock out of the governors | Daniel Lezcano | 5 | -19/+11 |
2022-08-17 | thermal/governors: Group the thermal zone lock inside the throttle function | Daniel Lezcano | 4 | -31/+20 |
2022-08-17 | thermal/core: Rework the monitoring a bit | Daniel Lezcano | 1 | -14/+5 |
2022-08-17 | thermal/core: Rearm the monitoring only one time | Daniel Lezcano | 1 | -5/+2 |
2022-08-17 | thermal/drivers/qcom/spmi-adc-tm5: Remove unnecessary print function dev_err() | Jiapeng Chong | 1 | -3/+1 |