summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/intel
AgeCommit message (Expand)AuthorLines
2025-05-19thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperatureZhang Rui-0/+1
2025-05-07thermal: intel: int340x: Enable platform temperature controlSrinivas Pandruvada-2/+3
2025-05-07thermal: intel: int340x: Add platform temperature control interfaceSrinivas Pandruvada-1/+261
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-0/+3
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar-19/+21
2025-04-15thermal: intel: int340x: Fix Panther Lake DLVR supportSrinivas Pandruvada-16/+17
2025-04-15thermal: intel: int340x: Add missing DVFS support flagsSrinivas Pandruvada-3/+4
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar-5/+5
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar-4/+4
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar-7/+7
2025-03-25Merge tag 'thermal-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+6
2025-03-24Merge branches 'thermal-core' and 'thermal-misc'Rafael J. Wysocki-3/+3
2025-03-13thermal: int340x: Add NULL check for adevChenyuan Yang-0/+3
2025-02-27thermal: intel: Clean up zone_trips[] initialization in int340x_thermal_zone_...Christophe JAILLET-1/+1
2025-02-26thermal: int340x: Use kcalloc() instead of kzalloc() with multiplicationLukasz Luba-2/+2
2025-02-04x86/cpu: Fix #define name for Intel CPU model 0x5ATony Luck-1/+1
2024-12-19thermal: intel: Fix compile issue when CONFIG_NET is not definedSrinivas Pandruvada-2/+2
2024-12-18thermal: intel: int340x: Panther Lake power floor and workload hint supportSrinivas Pandruvada-1/+2
2024-12-18thermal: intel: int340x: Panther Lake DLVR supportSrinivas Pandruvada-1/+2
2024-12-18thermal: intel: Remove explicit user_space governor selectionSrinivas Pandruvada-5/+2
2024-12-10ACPI: DPTF: Support Panther LakeZhang Rui-0/+2
2024-12-10thermal: intel: int340x: processor: Enable MMIO RAPL for Panther LakeZhang Rui-0/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-28/+28
2024-11-25thermal: int3400: Remove unneeded data_vault attribute_groupThomas Weißschuh-13/+3
2024-11-25thermal: int3400: Fix reading of current_uuid for active policySrinivas Pandruvada-1/+1
2024-11-22Merge tag 'thermal-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+5
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-11-13thermal: Switch back to struct platform_driver::remove()Uwe Kleine-König-5/+5
2024-10-31x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()Tony Luck-1/+1
2024-10-08thermal: intel: int340x: processor: Add MMIO RAPL PL4 supportZhang Rui-2/+2
2024-10-08thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug supportZhang Rui-44/+22
2024-10-07thermal: intel: int340x: processor: Fix warning during module unloadZhang Rui-2/+0
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-07-30thermal: intel: int340x: Free MSI IRQ vectors on module exitSrinivas Pandruvada-0/+3
2024-07-30thermal: intel: int340x: Allow limited thermal MSI supportSrinivas Pandruvada-5/+5
2024-07-30thermal: intel: int340x: Fix kernel warning during MSI cleanupSrinivas Pandruvada-2/+14
2024-07-15Merge branch 'thermal-intel'Rafael J. Wysocki-79/+412
2024-07-12thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki-19/+44
2024-07-09thermal: intel: hfi: Give HFI instances package scopeZhang Rui-13/+17
2024-07-09thermal: trip: Add conversion macros for thermal trip priv fieldRafael J. Wysocki-12/+2
2024-06-21thermal: intel: int340x: Enable WLT and power floor support for Lunar LakeSrinivas Pandruvada-1/+2
2024-06-21thermal: intel: int340x: Support MSI interrupt for Lunar LakeSrinivas Pandruvada-23/+90
2024-06-21thermal: intel: int340x: Remove unnecessary calls to free irqSrinivas Pandruvada-3/+0
2024-06-21thermal: intel: int340x: Add DLVR support for Lunar LakeSrinivas Pandruvada-3/+33
2024-06-21thermal: intel: int340x: Capability to map user space to firmware valuesSrinivas Pandruvada-4/+76
2024-06-21thermal: intel: int340x: Cleanup of DLVR sysfs on driver removeSrinivas Pandruvada-1/+2
2024-06-21thermal: intel: intel_tcc_cooling: Use a model-specific bitmask for TCC offsetRicardo Neri-1/+1
2024-06-21thermal: intel: intel_tcc: Add model checks for temperature registersRicardo Neri-5/+172
2024-06-21Merge back thermal control changes related to Intel platforms for v6.11Rafael J. Wysocki-28/+22