summaryrefslogtreecommitdiff
path: root/drivers/thermal/intel
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+2
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-11/+11
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-20/+18
2026-02-11thermal: int340x: Fix sysfs group leak on DLVR registration failureKaushlendra Kumar1-1/+4
2026-02-01drivers: thermal: intel: tcc_cooling: Drop redundant local variableSumeet Pawnikar1-6/+3
2026-01-23thermal: intel: x86_pkg_temp_thermal: Handle invalid temperatureRafael J. Wysocki1-0/+3
2026-01-15thermal: intel: Use sysfs_emit() in a sysfs show functionThorsten Blum1-2/+3
2026-01-15thermal: intel: fix typo "nagative" in comment for cpu argumentSumeet Pawnikar1-4/+4
2026-01-07thermal: intel: int340x: Use sysfs_emit{_at}() in sysfs show functionsThorsten Blum3-9/+12
2026-01-07thermal: int340x: processor_thermal: Enable slow workload type hintsSrinivas Pandruvada1-8/+49
2026-01-07thermal: intel: intel_pch_thermal: Drop explicit driver data clearingKaushlendra Kumar1-1/+0
2025-12-23thermal: intel: intel_tcc_cooling: Add CPU models in the support listSrinivas Pandruvada1-0/+4
2025-12-15thermal: intel: int340x: Enable power slider interface for Wildcat LakeSrinivas Pandruvada1-1/+2
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2025-12-03Merge tag 'thermal-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-6/+38
2025-11-21powercap: intel_rapl: Prepare read_raw() interface for atomic-context callersKuppuswamy Sathyanarayanan1-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-11-12ACPI: DPTF: Support Nova LakeSrinivas Pandruvada2-0/+2
2025-11-12thermal: intel: int340x: Add DLVR support for Nova LakeSrinivas Pandruvada1-0/+15
2025-11-12thermal: int340x: processor_thermal: Add Nova Lake processor thermal deviceSrinivas Pandruvada2-0/+12
2025-11-12thermal: intel: int340x: Replace sprintf() with sysfs_emit()Kaushlendra Kumar1-4/+4
2025-11-12thermal: intel: int340x: Use symbolic constant for UUID comparisonKaushlendra Kumar1-1/+3
2025-11-07thermal: intel: Select INT340X_THERMAL from INTEL_SOC_DTS_THERMALSlawomir Rosek1-1/+2
2025-09-24thermal: intel: int340x: Power Slider: Validate slider_balance rangeSrinivas Pandruvada1-1/+2
2025-08-25thermal: intel: int340x: Add module parameter to change slider offsetSrinivas Pandruvada1-0/+48
2025-08-25thermal: intel: int340x: Add module parameter for balanced SliderSrinivas Pandruvada1-0/+41
2025-08-25thermal: intel: int340x: Enable power slider interface for Panther LakeSrinivas Pandruvada1-1/+2
2025-08-25thermal: intel: int340x: Add support for power sliderSrinivas Pandruvada5-0/+222
2025-08-19thermal: intel: int340x: Remove redundant acpi_has_method() callSalah Triki1-3/+0
2025-07-29Merge tag 'thermal-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-2/+78
2025-07-22Merge back earlier thermal control updates for 6.17Rafael J. Wysocki4-1/+77
2025-07-15thermal: Constify struct thermal_zone_device_opsChristophe JAILLET1-1/+1
2025-06-18thermal: int340x: processor_thermal: Add Wildcat Lake PCI IDSrinivas Pandruvada3-0/+6
2025-06-18ACPI: DPTF: Support for Wildcat LakeSrinivas Pandruvada2-0/+2
2025-06-16thermal: intel: int340x: Allow temperature overrideSrinivas Pandruvada1-0/+64
2025-06-16thermal: intel: int340x: Add throttling control interface to PTCSrinivas Pandruvada1-1/+7
2025-05-28Merge tag 'thermal-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-3/+264
2025-05-27Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-17/+20
2025-05-19thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperatureZhang Rui1-0/+1
2025-05-07thermal: intel: int340x: Enable platform temperature controlSrinivas Pandruvada1-2/+3
2025-05-07thermal: intel: int340x: Add platform temperature control interfaceSrinivas Pandruvada4-1/+261
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)3-0/+3
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar2-19/+21
2025-04-15thermal: intel: int340x: Fix Panther Lake DLVR supportSrinivas Pandruvada1-16/+17
2025-04-15thermal: intel: int340x: Add missing DVFS support flagsSrinivas Pandruvada1-3/+4
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar3-5/+5
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar2-4/+4
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar2-7/+7