summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2Luca Weiss2022-12-141-1/+2
* dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and ...Krzysztof Kozlowski2022-12-141-0/+3
* thermal/core/power allocator: Remove a useless includeChristophe JAILLET2022-12-141-1/+0
* thermal/drivers/imx8mm: Add hwmon supportAlexander Stein2022-12-141-0/+4
* thermal: qcom-spmi-adc-tm5: suppress probe-deferral error messageJohan Hovold2022-12-141-4/+2
* dt-bindings: thermal: mediatek: add compatible string for MT7986 and MT7981 SoCDaniel Golle2022-12-141-0/+2
* thermal: ti-soc-thermal: Drop comma after SoC match table sentinelGeert Uytterhoeven2022-12-141-1/+1
* thermal/drivers/imx: Add support for loading calibration data from OCOTPMarek Vasut2022-12-141-0/+164
* dt-bindings: thermal: imx8mm-thermal: Document optional nvmem-cellsMarek Vasut2022-12-141-0/+7
* thermal/drivers/qcom/tsens: Rework debugfs file structureChristian Marangi2022-12-141-10/+3
* thermal/drivers/qcom/tsens: Fix wrong version id dbg_version_showChristian Marangi2022-12-141-1/+1
* thermal/drivers/qcom/tsens: Init debugfs only with successful probeChristian Marangi2022-12-141-3/+5
* thermal/drivers/tsens: Add IPQ8074 supportRobert Marko2022-12-143-1/+21
* thermal/drivers/tsens: Allow configuring min and max tripsRobert Marko2022-12-146-2/+14
* thermal/drivers/tsens: Add support for combined interruptRobert Marko2022-12-146-6/+38
* dt-bindings: thermal: tsens: Add ipq8074 compatibleRobert Marko2022-12-141-11/+65
* thermal/of: Fix memory leak on thermal_of_zone_register() failureIdo Schimmel2022-12-141-2/+6
* thermal/drivers/k3_j72xx_bandgap: Fix the debug print messageKeerthy2022-12-141-1/+1
* dt-bindings: thermal: Convert generic-adc-thermal to DT schemaRob Herring2022-12-142-95/+84
* thermal/drivers/imx8mm_thermal: Validate temperature rangeMarcus Folkesson2022-12-141-1/+7
* thermal/drivers/imx8mm_thermal: Use GENMASK() when appropriateMarcus Folkesson2022-12-141-2/+2
* dt-bindings: thermal: tsens: Add sm8450 compatibleLuca Weiss2022-12-141-0/+1
* Merge Intel thermal control drivers changes for v6.2Rafael J. Wysocki2022-12-025-31/+52
|\
| * thermal: intel: hfi: ACK HFI for the same timestampSrinivas Pandruvada2022-11-231-5/+17
| * thermal: intel: Protect clearing of thermal status bitsSrinivas Pandruvada2022-11-234-24/+22
| * thermal: intel: Prevent accidental clearing of HFI statusSrinivas Pandruvada2022-11-231-1/+1
| * thermal: intel: intel_tcc_cooling: Add TCC cooling support for RaptorLake-SZhang Rui2022-11-091-0/+1
| * thermal: intel: intel_tcc_cooling: Detect TCC lock bitZhang Rui2022-11-091-0/+10
| * thermal: intel: hfi: Improve the type of hfi_features::nr_table_pagesRicardo Neri2022-10-281-1/+1
* | thermal: core: fix some possible name leaks in error pathsYang Yingliang2022-11-251-8/+10
* | thermal/core: Protect thermal device operations against thermal device removalGuenter Roeck2022-11-141-1/+11
* | thermal/core: Remove thermal_zone_set_trips()Guenter Roeck2022-11-142-20/+15
* | thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck2022-11-143-16/+69
* | thermal/core: Protect hwmon accesses to thermal operations with thermal zone ...Guenter Roeck2022-11-141-1/+9
* | thermal/core: Introduce locked version of thermal_zone_device_updateGuenter Roeck2022-11-141-26/+31
* | thermal/core: Move parameter validation from __thermal_zone_get_temp to therm...Guenter Roeck2022-11-141-3/+23
* | thermal/core: Ensure that thermal device is registered in thermal_zone_get_tempGuenter Roeck2022-11-141-1/+6
* | thermal/core: Delete device under thermal device zone lockGuenter Roeck2022-11-141-1/+6
* | thermal/core: Destroy thermal zone device mutex in release functionGuenter Roeck2022-11-141-1/+1
* | thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter2022-10-281-1/+2
* | thermal: sysfs: Reuse cdev->max_stateViresh Kumar2022-10-251-16/+10
* | thermal: Validate new state in cur_state_store()Viresh Kumar2022-10-254-19/+14
|/
* Linux 6.1-rc2v6.1-rc2Linus Torvalds2022-10-231-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-2318-99/+180
|\
| * tools: include: sync include/api/linux/kvm.hPaolo Bonzini2022-10-221-0/+1
| * KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf2022-10-221-0/+56
| * KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf2022-10-221-14/+17
| * kvm: Add support for arch compat vm ioctlsAlexander Graf2022-10-222-0/+13
| * Merge tag 'kvm-riscv-fixes-6.1-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2022-10-226-51/+57
| |\
| | * RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel2022-10-213-2/+19