summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/amd
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'x86-platform-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-0/+578
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2025-07-29Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-9/+40
2025-07-22platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk listMario Limonciello1-0/+9
2025-07-09platform/x86/amd/hsmp: Enhance the print messages to prevent confusionSuma Hegde2-8/+29
2025-07-07platform/x86/amd: hfi: Add debugfs supportMario Limonciello1-0/+35
2025-07-07platform/x86/amd: hfi: Set ITMT priority from ranking dataMario Limonciello2-0/+11
2025-07-07platform/x86: hfi: Add power management callbackPerry Yuan1-0/+33
2025-07-07platform/x86: hfi: Add online and offline callback supportPerry Yuan1-0/+88
2025-07-07platform/x86: hfi: Init per-cpu scores for each classPerry Yuan1-0/+29
2025-07-07platform/x86: hfi: Parse CPU core ranking data from shared memoryPerry Yuan1-0/+198
2025-07-07platform/x86: hfi: Introduce AMD Hardware Feedback Interface DriverPerry Yuan5-0/+184
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-38/+145
2025-07-02Merge branch 'fixes' into for-nextIlpo Järvinen6-118/+201
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello1-1/+1
2025-06-30platform/x86: Update swnode graph for amd isp4Pratap Nirujogi1-37/+144
2025-06-26platform/x86: Use i2c adapter name to fix build errorsPratap Nirujogi1-1/+2
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman5-80/+56
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh2-2/+2
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh2-2/+2
2025-06-13platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to 8042 quirks listMario Limonciello1-0/+9
2025-06-10platform/x86/amd: pmf: Simplify error flow in amd_pmf_init_smart_pc()Mario Limonciello1-39/+16
2025-06-10platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from running twiceMario Limonciello1-3/+8
2025-06-10platform/x86/amd: pmf: Use device managed allocationsMario Limonciello2-37/+22
2025-06-09platform/x86/amd/hsmp: Use IS_ENABLED() instead of IS_REACHABLE()Suma Hegde1-1/+2
2025-06-09x86/platform/amd: replace down_timeout() with down_interruptible()Jake Hillion1-7/+1
2025-06-09x86/platform/amd: move final timeout check to after final sleepJake Hillion1-1/+5
2025-06-09platform/x86/amd: pmc: Clear metrics table at start of cycleMario Limonciello1-0/+2
2025-05-29Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds10-4/+750
2025-05-25platform/x86/amd/hsmp: fix building with CONFIG_HWMON=mArnd Bergmann1-0/+2
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar5-4/+36
2025-05-15platform/x86: Add AMD ISP platform config for OV05C10Pratap Nirujogi3-0/+323
2025-05-13Merge branch 'x86/platform' into x86/core, to merge dependent commitsIngo Molnar1-1/+2
2025-05-12platform/x86/amd/hsmp: acpi: Add sysfs files to display HSMP telemetrySuma Hegde3-0/+286
2025-05-12platform/x86/amd/hsmp: Report power via hwmon sensorsSuma Hegde5-1/+138
2025-05-12platform/x86/amd/hsmp: Use a single DRIVER_VERSION for all hsmp modulesSuma Hegde4-4/+2
2025-05-07platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX...Runhua He1-0/+7
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar7-16/+36
2025-04-29platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive driversSuma Hegde3-3/+7
2025-04-29drivers/platform/x86/amd: pmf: Check for invalid Smart PC PoliciesMario Limonciello1-0/+16
2025-04-29drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC PoliciesMario Limonciello1-1/+6
2025-04-26platform/x86/amd/pmc: Use FCH_PM_BASE definitionMario Limonciello1-1/+2
2025-04-17platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cyclesMario Limonciello1-4/+3
2025-04-14x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>Ingo Molnar4-4/+4
2025-04-14x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h>Ingo Molnar3-3/+3
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar1-1/+1
2025-04-11platform/x86: amd: pmf: Fix STT limitsMario Limonciello6-12/+33
2025-03-26Merge tag 'platform-drivers-x86-v6.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-109/+110
2025-03-21platform/x86/amd/pmf: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-19x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODEYazen Ghannam5-32/+17