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
/
pmc
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2026-01-26
platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro
gongqi
-0
/
+7
2025-11-06
platform/x86/amd: pmc: Add Lenovo Legion Go 2 to pmc quirk list
Antheas Kapenekakis
-0
/
+17
2025-11-06
platform/x86/amd/pmc: Add spurious_8042 to Xbox Ally
Antheas Kapenekakis
-0
/
+8
2025-11-06
platform/x86/amd/pmc: Add support for Van Gogh SoC
Antheas Kapenekakis
-0
/
+4
2025-09-23
platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
Christoffer Sandberg
-0
/
+7
2025-09-10
platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list
aprilgrimoire
-0
/
+8
2025-08-28
platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list
Christoffer Sandberg
-0
/
+14
2025-08-12
platform/x86/amd: pmc: Drop SMU F/W match for Cezanne
Mario Limonciello
-33
/
+34
2025-07-22
platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list
Mario Limonciello
-0
/
+9
2025-06-30
Move FCH header to a location accessible by all archs
Mario Limonciello
-1
/
+1
2025-06-13
platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to 8042 quirks list
Mario Limonciello
-0
/
+9
2025-06-09
platform/x86/amd: pmc: Clear metrics table at start of cycle
Mario Limonciello
-0
/
+2
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
-0
/
+7
2025-05-13
Merge branch 'x86/platform' into x86/core, to merge dependent commits
Ingo Molnar
-1
/
+2
2025-05-07
platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX...
Runhua He
-0
/
+7
2025-05-06
Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts
Ingo Molnar
-4
/
+3
2025-04-26
platform/x86/amd/pmc: Use FCH_PM_BASE definition
Mario Limonciello
-1
/
+2
2025-04-17
platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cycles
Mario Limonciello
-4
/
+3
2025-04-14
x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>
Ingo Molnar
-1
/
+1
2025-04-14
x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>
Ingo Molnar
-1
/
+1
2025-03-13
platform/x86/amd/pmc: fix leak in probe()
Dan Carpenter
-1
/
+1
2025-03-07
platform/x86/amd/pmc: Use managed APIs for mutex
Shyam Sundar S K
-2
/
+3
2025-03-07
platform/x86/amd/pmc: Remove unnecessary line breaks
Shyam Sundar S K
-13
/
+11
2025-03-07
platform/x86/amd/pmc: Move macros and structures to the PMC header file
Shyam Sundar S K
-81
/
+81
2025-03-07
platform/x86/amd/pmc: Notify user when platform does not support s0ix transition
Shyam Sundar S K
-1
/
+3
2025-02-24
platform/x86: amd: Use *-y instead of *-objs in Makefiles
Kurt Borja
-3
/
+3
2025-01-24
Merge tag 'platform-drivers-x86-v6.14-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-319
/
+430
2025-01-21
Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+3
2025-01-21
Merge branch 'fixes' into 'for-next'
Ilpo Järvinen
-1
/
+7
2025-01-08
x86/amd_nb: Move SMN access code to a new amd_node driver
Mario Limonciello
-2
/
+3
2025-01-07
platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it
Maciej S. Szmigiero
-1
/
+7
2024-12-19
platform/x86/amd: pmc: Use guard(mutex)
Mario Limonciello
-8
/
+6
2024-12-02
platform/x86/amd/pmc: Add STB support for AMD Desktop variants
Shyam Sundar S K
-5
/
+28
2024-12-02
platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model
Shyam Sundar S K
-1
/
+4
2024-12-02
platform/x86/amd/pmc: Update IP information structure for newer SoCs
Shyam Sundar S K
-4
/
+41
2024-12-02
platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips information
Shyam Sundar S K
-2
/
+2
2024-12-02
platform/x86/amd/pmc: Isolate STB code changes to a new file
Shyam Sundar S K
-23
/
+36
2024-12-02
platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper function
Shyam Sundar S K
-10
/
+27
2024-12-02
platform/x86/amd/pmc: Update function names to align with new STB file
Shyam Sundar S K
-43
/
+42
2024-12-02
platform/x86/amd/pmc: Move STB functionality to a new file for better code or...
Shyam Sundar S K
-283
/
+303
2024-12-02
platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init()
Shyam Sundar S K
-15
/
+16
2024-11-20
Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-1
/
+1
2024-11-04
platform/x86/amd/pmc: Detect when STB is not available
Corey Hickey
-0
/
+5
2024-10-17
platform/x86: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-1
/
+1
2024-08-23
platform/x86/amd/pmc: Extend support for PMC features on new AMD platform
Shyam Sundar S K
-0
/
+2
2024-08-23
platform/x86/amd/pmc: Fix SMU command submission path on new AMD platform
Shyam Sundar S K
-0
/
+1
2024-07-30
platform/x86/amd/pmc: Send OS_HINT command for new AMD platform
Shyam Sundar S K
-0
/
+3
2024-05-16
Merge tag 'platform-drivers-x86-v6.10-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-0
/
+316
[next]