summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/amd/hsmp
AgeCommit message (Expand)Author
11 daysplatform/x86/amd/hsmp: Reject negative power cap writes in hwmonHemanth Selam
2026-07-28platform/x86/amd/hsmp: Enable protocol version 7 metric tables on the ACPI dr...Muralidhara M K
2026-07-28platform/x86/amd/hsmp: Add IOCTL_GET_TELEMETRY_DATA for metric table readsMuralidhara M K
2026-07-28platform/x86/amd/hsmp: Source metric-table size from firmwareMuralidhara M K
2026-07-28platform/x86/amd/hsmp: Unify response_sz validation to an upper-bound checkMuralidhara M K
2026-07-24platform/x86/amd/hsmp: Serialize the data plane against socket teardownMuralidhara M K
2026-07-24platform/x86/amd/hsmp: ACPI HSMP refcounted sockets and coordinated releaseMuralidhara M K
2026-07-24platform/x86/amd/hsmp: Clear mdev.this_device on deregisterMuralidhara M K
2026-07-24platform/x86/amd/hsmp: Serialize per-socket metric table reads with a mutexMuralidhara M K
2026-07-24platform/x86/amd/hsmp: Map the metric table with ioremap() and unmap it expli...Muralidhara M K
2026-07-24platform/x86/amd/hsmp: Serialize ACPI HSMP probe and remove with an rwsemMuralidhara M K
2026-07-09platform/x86/amd/hsmp: Gate the data plane on a fully initialized socketMuralidhara M K
2026-07-09platform/x86/amd/hsmp: Pass struct device explicitly to ACPI mailbox parsersMuralidhara M K
2026-07-09platform/x86/amd/hsmp: Validate _DSD mailbox sub-package element countMuralidhara M K
2026-07-09platform/x86/amd/hsmp: Validate ACPI UID before parsing socket indexMuralidhara M K
2026-06-12platform/x86/amd/hsmp: Clamp ioctl/send_message indices (Spectre v1)Muralidhara M K
2026-03-23platform/x86/amd/hsmp: Fix typo in error messageAlok Tiwari
2025-10-15platform/x86/amd/hsmp: Replace amd_num_nodes() with topology_max_packages()Suma Hegde
2025-10-04Merge tag 'platform-drivers-x86-v6.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-08-28platform/x86/amd/hsmp: Replace dev_err() with dev_info() for non-fatal errorsSuma Hegde
2025-08-12platform/x86/amd/hsmp: Ensure success even if hwmon registration failsSuma Hegde
2025-08-12platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULLSuma Hegde
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-09platform/x86/amd/hsmp: Enhance the print messages to prevent confusionSuma Hegde
2025-07-02Merge branch 'fixes' into for-nextIlpo Järvinen
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-06-09platform/x86/amd/hsmp: Use IS_ENABLED() instead of IS_REACHABLE()Suma Hegde
2025-06-09x86/platform/amd: replace down_timeout() with down_interruptible()Jake Hillion
2025-06-09x86/platform/amd: move final timeout check to after final sleepJake Hillion
2025-05-29Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-05-25platform/x86/amd/hsmp: fix building with CONFIG_HWMON=mArnd Bergmann
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar
2025-05-12platform/x86/amd/hsmp: acpi: Add sysfs files to display HSMP telemetrySuma Hegde
2025-05-12platform/x86/amd/hsmp: Report power via hwmon sensorsSuma Hegde
2025-05-12platform/x86/amd/hsmp: Use a single DRIVER_VERSION for all hsmp modulesSuma Hegde
2025-04-29platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive driversSuma Hegde
2025-04-14x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>Ingo Molnar
2025-04-14x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h>Ingo Molnar
2025-03-26Merge tag 'platform-drivers-x86-v6.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-03-19x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODEYazen Ghannam
2025-02-24platform/x86: amd: Use *-y instead of *-objs in MakefilesKurt Borja
2024-12-17platform/x86/amd/hsmp: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-04Merge import NS conversion from 'https://git.kernel.org/pub/scm/linux/kernel/...Ilpo Järvinen
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-02platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messagesSuma Hegde
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-13platform/x86/amd/hsmp: Change the error typeSuma Hegde
2024-11-13platform/x86/amd/hsmp: Add new error code and error logsSuma Hegde