aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/amd
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'platform-drivers-x86-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds19-340/+1785
13 daysplatform/x86/amd/hsmp: Reject negative power cap writes in hwmonHemanth Selam1-0/+3
2026-07-28platform/x86/amd/hsmp: Enable protocol version 7 metric tables on the ACPI driverMuralidhara M K1-2/+20
2026-07-28platform/x86/amd/hsmp: Add IOCTL_GET_TELEMETRY_DATA for metric table readsMuralidhara M K1-3/+141
2026-07-28platform/x86/amd/hsmp: Source metric-table size from firmwareMuralidhara M K2-4/+18
2026-07-28platform/x86/amd/hsmp: Unify response_sz validation to an upper-bound checkMuralidhara M K1-13/+9
2026-07-27platform/x86/amd/pmf: Add 1AH_M80H metrics table and NPU metrics supportShyam Sundar S K3-1/+395
2026-07-27platform/x86/amd/pmf: Refactor NPU metrics for platform extensibilityShyam Sundar S K1-18/+23
2026-07-27platform/x86/amd/pmf: Use upper/lower_32_bits() in amd_pmf_set_dram_addr()Shyam Sundar S K1-3/+3
2026-07-27platform/x86/amd/pmf: Add missing newline in dev_err messageShyam Sundar S K1-1/+1
2026-07-27platform/x86/amd/pmf: Move metrics code to dedicated fileShyam Sundar S K4-156/+187
2026-07-27platform/x86/amd/pmf: Add 1AH_M80H device IDs and extended SMU mailbox registersShyam Sundar S K2-5/+26
2026-07-27platform/x86/amd/pmf: Use per-SoC smu_regs struct for SMU mailbox registersShyam Sundar S K2-13/+50
2026-07-27platform/x86/amd/pmc: Do not fail probe when STB init failsMario Limonciello1-5/+8
2026-07-27platform/x86/amd/pmc: Fix LPS0 and debugfs leaks when STB init failsMario Limonciello1-1/+5
2026-07-27platform/x86/amd/pmc: Only expose stb_read after telemetry buffer is mappedMario Limonciello1-5/+12
2026-07-27platform/x86/amd/pmc: Propagate SMU errors and validate S2D addressMario Limonciello1-11/+20
2026-07-27platform/x86/amd/pmc: Fix msg_port restoration in amd_stb_debugfs_open_v2()Mario Limonciello1-9/+14
2026-07-27platform/x86/amd/pmc: Restore msg_port on amd_stb_s2d_init() error pathsMario Limonciello1-9/+15
2026-07-24platform/x86/amd/hsmp: Serialize the data plane against socket teardownMuralidhara M K3-14/+55
2026-07-24platform/x86/amd/hsmp: ACPI HSMP refcounted sockets and coordinated releaseMuralidhara M K3-20/+132
2026-07-24platform/x86/amd/hsmp: Clear mdev.this_device on deregisterMuralidhara M K1-0/+1
2026-07-24platform/x86/amd/hsmp: Serialize per-socket metric table reads with a mutexMuralidhara M K4-0/+39
2026-07-24platform/x86/amd/hsmp: Map the metric table with ioremap() and unmap it explicitlyMuralidhara M K3-2/+35
2026-07-24platform/x86/amd/hsmp: Serialize ACPI HSMP probe and remove with an rwsemMuralidhara M K3-0/+38
2026-07-21platform/x86/amd/pmc: Add T14 Gen2 AMD (20XL) to s2idle quirk listYap Weei Choong1-0/+8
2026-07-10platform/x86/amd/pmf: Implement util layer ioctl handlerShyam Sundar S K3-2/+89
2026-07-10platform/x86/amd/pmf: Move debug helper functions to UAPI headerShyam Sundar S K1-57/+5
2026-07-10platform/x86/amd/pmf: Store commonly used enums in the header fileShyam Sundar S K2-40/+19
2026-07-10platform/x86/amd/pmf: store BIOS output values for user-space metrics via util IOCTLShyam Sundar S K2-2/+13
2026-07-10platform/x86/amd/pmf: Add util layer and userspace character device interfaceShyam Sundar S K5-0/+94
2026-07-10platform/x86/amd: Introduce Halo Box RGB LED driverYo-Jung Leo Lin (AMD)3-0/+327
2026-07-09platform/x86/amd/hsmp: Gate the data plane on a fully initialized socketMuralidhara M K2-2/+29
2026-07-09platform/x86/amd/hsmp: Pass struct device explicitly to ACPI mailbox parsersMuralidhara M K1-11/+11
2026-07-09platform/x86/amd/hsmp: Validate _DSD mailbox sub-package element countMuralidhara M K1-3/+9
2026-07-09platform/x86/amd/hsmp: Validate ACPI UID before parsing socket indexMuralidhara M K1-0/+3
2026-07-07platform/x86: amd-pmc: Use correct IP block table for AMD 1Ah M80H SoCShyam Sundar S K1-2/+24
2026-07-03platform/x86/amd/pmc: Avoid logging "(null)" for DMI valuesDaniel Gibson1-5/+5
2026-06-27Merge tag 'rtc-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-3/+6
2026-06-25platform/x86: amd-pmc: Fix S0i3 wakeup with alarmtimerMario Limonciello1-3/+6
2026-06-12platform/x86/amd/hsmp: Clamp ioctl/send_message indices (Spectre v1)Muralidhara M K1-1/+23
2026-06-11platform/x86/amd/pmc: Don't log during intermediate wakeupsDaniel Gibson2-8/+32
2026-06-11platform/x86/amd/pmc: Add delay_suspend module parameterDaniel Gibson1-2/+23
2026-06-11platform/x86/amd/pmc: Delay suspend for some Lenovo LaptopsDaniel Gibson3-1/+63
2026-06-11platform/x86/amd/pmc: Check for intermediate wakeup in functionDaniel Gibson1-3/+14
2026-06-10platform/x86/amd/pmc: Add PMC driver support for AMD 1Ah M80H SoCShyam Sundar S K2-0/+18
2026-06-10platform/x86/amd/pmc: Use per-SoC cpu_info struct for SMU mailbox and IP infoShyam Sundar S K2-120/+177
2026-05-19platform/x86/amd: hfi: Support for ranking table versionsKrishnamoorthi M1-2/+4
2026-03-27platform/x86/amd: pmc: Add Thinkpad L14 Gen3 to quirk_s2idle_bugMario Limonciello1-0/+9
2026-03-23platform/x86/amd/hsmp: Fix typo in error messageAlok Tiwari1-1/+1