aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/platform/x86/intel/pmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-12platform/x86/intel/pmc: Add Panther Lake support to Intel PMC SSRAM TelemetryXi Pardee2-0/+6
2025-06-12platform/x86/intel/pmc: Add Lunar Lake support to Intel PMC SSRAM TelemetryXi Pardee2-0/+4
2025-05-29Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds9-368/+489
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+9
2025-05-23platform/x86/intel/pmc: Fix Arrow Lake U/H NPU PCI IDTodd Brandt1-1/+2
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-08platform/x86:intel/pmc: Improve pmc_core_get_lpm_req()Xi Pardee1-46/+45
2025-05-08platform/x86:intel/pmc: Move error handling to init functionXi Pardee1-3/+19
2025-05-08platform/x86:intel/pmc: Use devm for mutex_initXi Pardee1-2/+3
2025-05-08platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driverXi Pardee6-78/+185
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-11platform/x86:intel/pmc: Remove unneeded io operationsXi Pardee1-6/+0
2025-04-11platform/x86:intel/pmc: Remove unneeded header file inclusionXi Pardee2-2/+0
2025-04-11platform/x86:intel/pmc: Convert index variables to be unsignedXi Pardee3-4/+5
2025-04-11platform/x86:intel/pmc: Move PMC devid to core.hXi Pardee3-14/+19
2025-04-11platform/x86:intel/pmc: Rename core_ssram to ssram_telemetryXi Pardee2-1/+1
2025-04-11platform/x86:intel/pmc: Move PMC Core related functionsXi Pardee3-176/+176
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar1-4/+4
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-1/+1
2025-02-24platform/x86/intel/pmc: Remove unneeded extern keyword in headerXi Pardee1-6/+6
2025-02-24platform/x86/intel/pmc: Remove unnecessary declarations in headerXi Pardee9-248/+122
2025-02-24platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_coreXi Pardee4-1/+561
2025-02-13platform/x86:intel/pmc: Move arch specific action to init functionXi Pardee2-13/+21
2025-02-13Merge branch 'fixes' into for-nextIlpo Järvinen1-2/+2
2025-02-10platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driverXi Pardee3-0/+40
2025-02-10platform/x86/intel/pmc: Remove simple init functionsXi Pardee10-102/+86
2025-02-10platform/x86:intel/pmc: Create generic_core_init() for all platformsXi Pardee10-147/+131
2025-02-10platform/x86/intel/pmc: Remove duplicate enumXi Pardee4-4/+3
2025-02-10platform/x86:intel/pmc: Make tgl_core_generic_init() staticXi Pardee2-12/+11
2025-02-03platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()Dmitry Kandybka1-2/+2
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2025-01-10Merge tag 'platform-drivers-x86-v6.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-0/+4
2025-01-07platform/x86: intel/pmc: Fix ioremap() of bad addressDavid E. Box1-0/+4
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-2/+2
2024-12-18x86/tsc: Move away from TSC leaf magic numbersDave Hansen1-3/+4
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-11-20Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds5-7/+57
2024-10-22platform/x86/intel/pmc: Disable C1 auto-demotion during suspendDavid E. Box1-0/+53
2024-10-22platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume()David E. Box3-6/+3
2024-10-21platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addressesVamsi Krishna Brahmajosyula1-1/+3
2024-10-21platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off when suspended"Marek Maslanka7-64/+0
2024-10-17platform/x86: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-06platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede1-2/+0
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds3-19/+82
2024-09-11platform/x86: intel/pmc: Ignore all LTRs during suspendXi Pardee2-0/+55
2024-09-06platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_resume functionMarek Maslanka1-1/+1
2024-09-06platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspendedMarek Maslanka8-0/+65
2024-08-19platform/x86: intel/pmc: Remove unused param idx from pmc_for_each_mode()Ilpo Järvinen3-17/+15
2024-08-12platform/x86/intel/vsec.h: Move to include/linuxDavid E. Box1-1/+1