summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2024-09-08thermal: trip: Use READ_ONCE() for lockless access to trip propertiesRafael J. Wysocki2-4/+4
2024-08-29thermal: of: Fix OF node leak in of_thermal_zone_find() error pathsKrzysztof Kozlowski1-6/+7
2024-08-29thermal: of: Fix OF node leak in thermal_of_zone_register()Krzysztof Kozlowski1-1/+5
2024-08-29thermal: of: Fix OF node leak in thermal_of_trips_init() error pathKrzysztof Kozlowski1-2/+2
2024-08-29thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()Yang Ruibin1-3/+3
2024-08-29thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki2-1/+20
2024-08-29thermal: gov_bang_bang: Add .manage() callbackRafael J. Wysocki1-0/+30
2024-08-29thermal: gov_bang_bang: Split bang_bang_control()Rafael J. Wysocki1-19/+23
2024-08-29thermal: gov_bang_bang: Drop unnecessary cooling device target state checksRafael J. Wysocki1-11/+3
2024-08-29thermal: gov_bang_bang: Call __thermal_cdev_update() directlyRafael J. Wysocki1-4/+1
2024-08-14thermal: intel: hfi: Give HFI instances package scopeZhang Rui1-13/+17
2024-08-03thermal: core: Back off when polling thermal zones on errorsRafael J. Wysocki2-7/+61
2024-08-03thermal: trip: Split thermal_zone_device_set_mode()Rafael J. Wysocki1-7/+24
2024-08-03thermal/drivers/broadcom: Fix race between removal and clock disableKrzysztof Kozlowski1-15/+4
2024-07-24thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki3-27/+29
2024-07-08thermal: core: Fix list sorting in __thermal_zone_device_update()Rafael J. Wysocki1-6/+4
2024-07-04thermal: core: Call monitor_thermal_zone() if zone temperature is invalidRafael J. Wysocki2-1/+10
2024-07-04thermal: gov_power_allocator: Return early in manage if trip_max is NULLNĂ­colas F. R. A. Prado1-0/+3
2024-06-25thermal: gov_step_wise: Go straight to instance->lower when mitigation is overRafael J. Wysocki1-18/+5
2024-06-21Merge tag 'thermal-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-8/+38
2024-06-19thermal: int340x: processor_thermal: Support shared interruptsSrinivas Pandruvada1-1/+2
2024-06-17Merge tag 'thermal-v6.10-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki1-7/+5
2024-06-14thermal: core: Change PM notifier priority to the minimumRafael J. Wysocki1-0/+6
2024-06-14thermal: core: Synchronize suspend-prepare and post-suspend actionsRafael J. Wysocki2-0/+25
2024-06-12thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse ...Julien Panis1-1/+5
2024-06-11thermal: gov_step_wise: Restore passive polling managementRafael J. Wysocki1-0/+17
2024-06-07thermal: core: Do not fail cdev registration because of invalid initial stateRafael J. Wysocki1-2/+11
2024-06-04thermal/drivers/mediatek/lvts_thermal: Remove filtered mode for mt8188Julien Panis1-6/+0
2024-05-27thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki3-8/+20
2024-05-27thermal: core: Introduce thermal_trip_crossed()Rafael J. Wysocki1-10/+19
2024-05-27thermal/debugfs: Allow tze_seq_show() to print statistics for invalid tripsRafael J. Wysocki1-4/+0
2024-05-27thermal/debugfs: Print initial trip temperature and hysteresis in tze_seq_show()Rafael J. Wysocki1-3/+11
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-5/+5
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+1
2024-05-21Merge tag 'thermal-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+35
2024-05-17thermal: core: Fix the handling of invalid trip pointsRafael J. Wysocki2-1/+26
2024-05-15Merge tag 'thermal-v6.10-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki1-6/+9
2024-05-14Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-0/+2
2024-05-14Merge tag 'thermal-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-578/+1225
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+0
2024-05-13Merge branches 'acpi-x86', 'acpi-dptf' and 'acpi-apei'Rafael J. Wysocki2-0/+2
2024-05-10Merge branch 'thermal-intel'Rafael J. Wysocki8-8/+15
2024-05-08thermal: intel: hfi: Increase the number of CPU capabilities per netlink eventRicardo Neri1-1/+1
2024-05-08thermal: intel: hfi: Rename HFI_MAX_THERM_NOTIFY_COUNTRicardo Neri1-6/+6
2024-05-08thermal: intel: hfi: Shorten the thermal netlink event delay to 100msRicardo Neri1-2/+2
2024-05-08thermal: intel: hfi: Rename HFI_UPDATE_INTERVALRicardo Neri1-2/+2
2024-05-06Merge branch 'thermal-core'Rafael J. Wysocki10-216/+268
2024-05-06Merge back thermal cotntrol material for v6.10.Rafael J. Wysocki26-367/+955
2024-05-06thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl indexJulien Panis1-4/+7
2024-05-06thermal/drivers/mediatek/lvts_thermal: Remove unused members from struct lvts...Julien Panis1-2/+0