index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
amd
/
hsmp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-09
x86/platform/amd: replace down_timeout() with down_interruptible()
Jake Hillion
1
-7
/
+1
2025-06-09
x86/platform/amd: move final timeout check to after final sleep
Jake Hillion
1
-1
/
+5
2025-05-29
Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
7
-4
/
+427
2025-05-25
platform/x86/amd/hsmp: fix building with CONFIG_HWMON=m
Arnd Bergmann
1
-0
/
+2
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
3
-3
/
+7
2025-05-12
platform/x86/amd/hsmp: acpi: Add sysfs files to display HSMP telemetry
Suma Hegde
3
-0
/
+286
2025-05-12
platform/x86/amd/hsmp: Report power via hwmon sensors
Suma Hegde
5
-1
/
+138
2025-05-12
platform/x86/amd/hsmp: Use a single DRIVER_VERSION for all hsmp modules
Suma Hegde
4
-4
/
+2
2025-04-29
platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive drivers
Suma Hegde
3
-3
/
+7
2025-04-14
x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>
Ingo Molnar
2
-2
/
+2
2025-04-14
x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h>
Ingo Molnar
3
-3
/
+3
2025-03-26
Merge tag 'platform-drivers-x86-v6.15-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-3
/
+3
2025-03-19
x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE
Yazen Ghannam
5
-32
/
+17
2025-02-24
platform/x86: amd: Use *-y instead of *-objs in Makefiles
Kurt Borja
1
-3
/
+3
2024-12-17
platform/x86/amd/hsmp: Constify 'struct bin_attribute'
Thomas Weißschuh
2
-12
/
+12
2024-12-04
Merge import NS conversion from 'https://git.kernel.org/pub/scm/linux/kernel/...
Ilpo Järvinen
3
-10
/
+10
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
3
-10
/
+10
2024-12-02
platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages
Suma Hegde
1
-6
/
+41
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+2
2024-11-13
platform/x86/amd/hsmp: Change the error type
Suma Hegde
1
-3
/
+3
2024-11-13
platform/x86/amd/hsmp: Add new error code and error logs
Suma Hegde
1
-10
/
+24
2024-10-25
platform/x86/amd/hsmp: Make hsmp_pdev static instead of global
Suma Hegde
4
-32
/
+48
2024-10-25
platform/x86/amd/hsmp: Use dev_groups in the driver structure
Suma Hegde
4
-113
/
+141
2024-10-25
platform/x86/amd/hsmp: Use name space while exporting module symbols
Suma Hegde
3
-9
/
+11
2024-10-25
platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers
Suma Hegde
6
-209
/
+285
2024-10-22
platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev
Suma Hegde
4
-41
/
+41
2024-10-22
platform/x86/amd/hsmp: Move ACPI code to acpi.c
Suma Hegde
4
-251
/
+275
2024-10-22
platform/x86/amd/hsmp: Move platform device specific code to plat.c
Suma Hegde
4
-129
/
+161
2024-10-22
platform/x86/amd/hsmp: Move structure and macros to header file
Suma Hegde
2
-41
/
+64
2024-10-22
platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer
Suma Hegde
1
-18
/
+12
2024-10-22
platform/x86/amd/hsmp: Create wrapper function init_acpi()
Suma Hegde
1
-32
/
+59
2024-10-22
platform/x86/amd/hsmp: Create hsmp/ directory
Suma Hegde
3
-0
/
+1013