index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
amd
/
hsmp
/
hsmp.c
Age
Commit message (
Expand
)
Author
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-11-13
platform/x86/amd/hsmp: Change the error type
Suma Hegde
2024-11-13
platform/x86/amd/hsmp: Add new error code and error logs
Suma Hegde
2024-10-25
platform/x86/amd/hsmp: Make hsmp_pdev static instead of global
Suma Hegde
2024-10-25
platform/x86/amd/hsmp: Use dev_groups in the driver structure
Suma Hegde
2024-10-25
platform/x86/amd/hsmp: Use name space while exporting module symbols
Suma Hegde
2024-10-25
platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers
Suma Hegde
2024-10-22
platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev
Suma Hegde
2024-10-22
platform/x86/amd/hsmp: Move ACPI code to acpi.c
Suma Hegde
2024-10-22
platform/x86/amd/hsmp: Move platform device specific code to plat.c
Suma Hegde
2024-10-22
platform/x86/amd/hsmp: Move structure and macros to header file
Suma Hegde
2024-10-22
platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer
Suma Hegde
2024-10-22
platform/x86/amd/hsmp: Create wrapper function init_acpi()
Suma Hegde
2024-10-22
platform/x86/amd/hsmp: Create hsmp/ directory
Suma Hegde