index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
amd
/
pmf
Age
Commit message (
Expand
)
Author
Lines
2026-01-26
platform/x86/amd/pmf: Added a module parameter to disable the Smart PC function
Alexey Zagorodnikov
-5
/
+13
2026-01-21
platform/x86/amd/pmf: Introduce new interface to export NPU metrics
Shyam Sundar S K
-0
/
+78
2026-01-21
platform/x86/amd/pmf: Prevent TEE errors after hibernate
Shyam Sundar S K
-10
/
+74
2025-12-23
platform/x86/amd/pmf: Use ring buffer to store custom BIOS input values
Shyam Sundar S K
-14
/
+87
2025-11-27
platform/x86/amd/pmf: Use devm_mutex_init() for mutex initialization
Shyam Sundar S K
-6
/
+11
2025-11-27
platform/x86/amd/pmf: Add BIOS_INPUTS_MAX macro to replace hardcoded array size
Shyam Sundar S K
-4
/
+5
2025-11-27
platform/x86/amd/pmf: Refactor repetitive BIOS output handling
Shyam Sundar S K
-30
/
+42
2025-11-21
platform/x86/amd/pmf: Replace magic table id with METRICS_TABLE_ID
Shyam Sundar S K
-2
/
+4
2025-11-21
platform/x86/amd/pmf: Use explicit SET_CMD/GET_CMD flags in amd_pmf_send_cmd()
Shyam Sundar S K
-47
/
+51
2025-11-21
platform/x86/amd/pmf: Rename IPU metrics fields to NPU for consistency
Shyam Sundar S K
-6
/
+6
2025-10-04
Merge tag 'platform-drivers-x86-v6.18-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-27
/
+241
2025-09-16
platform/x86/amd/pmf: Support new ACPI ID AMDI0108
Shyam Sundar S K
-0
/
+1
2025-09-11
platform/x86/amd/pmf: Add debug logs for pending requests and custom BIOS inputs
Shyam Sundar S K
-0
/
+5
2025-09-11
platform/x86/amd/pmf: Call enact function sooner to process early pending req...
Shyam Sundar S K
-4
/
+25
2025-09-11
platform/x86/amd/pmf: Preserve custom BIOS inputs for evaluating the policies
Shyam Sundar S K
-0
/
+11
2025-09-11
platform/x86/amd/pmf: Add custom BIOS input support for AMD_CPU_ID_PS
Shyam Sundar S K
-11
/
+105
2025-09-11
platform/x86/amd/pmf: Add helper to verify BIOS input notifications are enabl...
Shyam Sundar S K
-0
/
+22
2025-09-11
platform/x86/amd/pmf: Update ta_pmf_action structure member
Shyam Sundar S K
-0
/
+1
2025-09-11
platform/x86/amd/pmf: Extend custom BIOS inputs for more policies
Shyam Sundar S K
-1
/
+16
2025-09-11
platform/x86/amd/pmf: Fix the custom bios input handling mechanism
Shyam Sundar S K
-19
/
+44
2025-09-11
platform/x86/amd/pmf: Add support for adjusting PMF PPT and PPT APU thresholds
Shyam Sundar S K
-0
/
+20
2025-09-04
platform/x86/amd/pmf: Remove redundant ternary operators
Liao Yuanhong
-1
/
+1
2025-06-10
platform/x86/amd: pmf: Simplify error flow in amd_pmf_init_smart_pc()
Mario Limonciello
-39
/
+16
2025-06-10
platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from running twice
Mario Limonciello
-3
/
+8
2025-06-10
platform/x86/amd: pmf: Use device managed allocations
Mario Limonciello
-37
/
+22
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
-1
/
+22
2025-05-06
Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts
Ingo Molnar
-12
/
+33
2025-04-29
drivers/platform/x86/amd: pmf: Check for invalid Smart PC Policies
Mario Limonciello
-0
/
+16
2025-04-29
drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies
Mario Limonciello
-1
/
+6
2025-04-14
x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>
Ingo Molnar
-1
/
+1
2025-04-11
platform/x86: amd: pmf: Fix STT limits
Mario Limonciello
-12
/
+33
2025-03-26
Merge tag 'platform-drivers-x86-v6.15-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-5
/
+5
2025-03-21
platform/x86/amd/pmf: convert timeouts to secs_to_jiffies()
Easwar Hariharan
-1
/
+1
2025-03-14
Merge tag 'platform-drivers-x86-v6.14-5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-11
/
+27
2025-03-13
platform/x86/amd: pmf: Fix missing hidden options for Smart PC
Mario Limonciello
-0
/
+2
2025-03-11
platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc()
Dan Carpenter
-11
/
+25
2025-03-07
Merge tag 'acpi-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-0
/
+11
2025-03-05
platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA
Shyam Sundar S K
-15
/
+40
2025-03-05
platform/x86/amd/pmf: Propagate PMF-TA return codes
Shyam Sundar S K
-1
/
+1
2025-03-04
platform/x86/amd: pmf: Add balanced-performance to hidden choices
Mario Limonciello
-0
/
+2
2025-03-04
platform/x86/amd: pmf: Add 'quiet' to hidden choices
Mario Limonciello
-0
/
+9
2025-03-03
platform/x86/amd/pmf: Initialize and clean up `cb_mutex`
Mario Limonciello
-0
/
+2
2025-02-24
platform/x86: amd: Use *-y instead of *-objs in Makefiles
Kurt Borja
-4
/
+4
2025-01-24
Merge tag 'platform-drivers-x86-v6.14-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-114
/
+167
2025-01-17
ACPI: platform_profile: Remove platform_profile_handler from exported symbols
Kurt Borja
-12
/
+7
2025-01-16
platform/x86: amd: pmf: sps: Use devm_platform_profile_register()
Kurt Borja
-8
/
+1
2025-01-16
ACPI: platform_profile: Add `probe` to platform_profile_ops
Kurt Borja
-5
/
+10
2025-01-16
ACPI: platform_profile: Add `ops` member to handlers
Kurt Borja
-2
/
+6
2025-01-16
ACPI: platform_profile: Remove platform_profile_handler from callbacks
Kurt Borja
-4
/
+4
2025-01-16
ACPI: platform_profile: Let drivers set drvdata to the class device
Kurt Borja
-3
/
+3
[next]