summaryrefslogtreecommitdiff
path: root/drivers/thermal/intel
AgeCommit message (Expand)AuthorFilesLines
2024-12-19thermal: intel: Fix compile issue when CONFIG_NET is not definedSrinivas Pandruvada2-2/+2
2024-12-18thermal: intel: int340x: Panther Lake power floor and workload hint supportSrinivas Pandruvada1-1/+2
2024-12-18thermal: intel: int340x: Panther Lake DLVR supportSrinivas Pandruvada1-1/+2
2024-12-18thermal: intel: Remove explicit user_space governor selectionSrinivas Pandruvada5-5/+2
2024-12-10ACPI: DPTF: Support Panther LakeZhang Rui2-0/+2
2024-12-10thermal: intel: int340x: processor: Enable MMIO RAPL for Panther LakeZhang Rui2-0/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra12-28/+28
2024-11-25thermal: int3400: Remove unneeded data_vault attribute_groupThomas Weißschuh1-13/+3
2024-11-25thermal: int3400: Fix reading of current_uuid for active policySrinivas Pandruvada1-1/+1
2024-11-23Merge tag 'thermal-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-5/+5
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-11-13thermal: Switch back to struct platform_driver::remove()Uwe Kleine-König5-5/+5
2024-10-31x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()Tony Luck1-1/+1
2024-10-08thermal: intel: int340x: processor: Add MMIO RAPL PL4 supportZhang Rui1-2/+2
2024-10-08thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug supportZhang Rui1-44/+22
2024-10-07thermal: intel: int340x: processor: Fix warning during module unloadZhang Rui1-2/+0
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-07-30thermal: intel: int340x: Free MSI IRQ vectors on module exitSrinivas Pandruvada1-0/+3
2024-07-30thermal: intel: int340x: Allow limited thermal MSI supportSrinivas Pandruvada1-5/+5
2024-07-30thermal: intel: int340x: Fix kernel warning during MSI cleanupSrinivas Pandruvada1-2/+14
2024-07-15Merge branch 'thermal-intel'Rafael J. Wysocki11-79/+412
2024-07-12thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki5-19/+44
2024-07-09thermal: intel: hfi: Give HFI instances package scopeZhang Rui1-13/+17
2024-07-09thermal: trip: Add conversion macros for thermal trip priv fieldRafael J. Wysocki1-12/+2
2024-06-21thermal: intel: int340x: Enable WLT and power floor support for Lunar LakeSrinivas Pandruvada1-1/+2
2024-06-21thermal: intel: int340x: Support MSI interrupt for Lunar LakeSrinivas Pandruvada2-23/+90
2024-06-21thermal: intel: int340x: Remove unnecessary calls to free irqSrinivas Pandruvada1-3/+0
2024-06-21thermal: intel: int340x: Add DLVR support for Lunar LakeSrinivas Pandruvada2-3/+33
2024-06-21thermal: intel: int340x: Capability to map user space to firmware valuesSrinivas Pandruvada1-4/+76
2024-06-21thermal: intel: int340x: Cleanup of DLVR sysfs on driver removeSrinivas Pandruvada1-1/+2
2024-06-21thermal: intel: intel_tcc_cooling: Use a model-specific bitmask for TCC offsetRicardo Neri1-1/+1
2024-06-21thermal: intel: intel_tcc: Add model checks for temperature registersRicardo Neri1-5/+172
2024-06-21Merge back thermal control changes related to Intel platforms for v6.11Rafael J. Wysocki5-28/+22
2024-06-19thermal: int340x: processor_thermal: Support shared interruptsSrinivas Pandruvada1-1/+2
2024-06-07thermal: intel: intel_pch: Improve cooling logZhang Rui1-0/+5
2024-06-07thermal: int3403: remove unused struct 'int3403_performance_state'Dr. David Alan Gilbert1-11/+0
2024-06-07thermal: int3400: Use sizeof(*pointer) instead of sizeof(type)Erick Archer1-1/+1
2024-06-07thermal: intel: intel_soc_dts_thermal: Switch to new Intel CPU model definesTony Luck1-1/+1
2024-06-07thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model definesTony Luck1-15/+15
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+1
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-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-02thermal: intel: Add missing module descriptionSrinivas Pandruvada7-0/+7
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner1-8/+1
2024-04-08ACPI: DPTF: Add Lunar Lake supportSumeet Pawnikar2-0/+2
2024-03-27thermal: intel: int340x_thermal: replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2024-03-27thermal: intel: hfi: Enable HFI only when requiredStanislaw Gruszka1-8/+89