index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
amd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
platform/x86/amd: pmf: Add infrastructure for quirking supported funcs
Mario Limonciello
2024-04-16
5
-2
/
+52
*
platform/x86/amd: pmf: Decrease error message to debug
Mario Limonciello
2024-04-16
1
-1
/
+1
*
Merge tag 'platform-drivers-x86-v6.8-4' into pdx86/for-next
Ilpo Järvinen
2024-03-12
3
-38
/
+62
|
\
|
*
platform/x86/amd/pmf: Fix missing error code in amd_pmf_init_smart_pc()
Harshit Mogalapalli
2024-03-05
1
-1
/
+3
|
*
platform/x86/amd/pmf: Fix a potential race with policy binary sideload
Mario Limonciello
2024-02-19
1
-2
/
+3
|
*
platform/x86/amd/pmf: Fixup error handling for amd_pmf_init_smart_pc()
Mario Limonciello
2024-02-19
1
-25
/
+40
|
*
platform/x86/amd/pmf: Add debugging message for missing policy data
Mario Limonciello
2024-02-19
1
-1
/
+3
|
*
platform/x86/amd/pmf: Fix a suspend hang on Framework 13
Mario Limonciello
2024-02-19
1
-2
/
+0
|
*
platform/x86/amd/pmf: Fix TEE enact command failure after suspend and resume
Shyam Sundar S K
2024-02-19
1
-0
/
+6
|
*
platform/x86/amd/pmf: Remove smart_pc_status enum
Shyam Sundar S K
2024-02-19
3
-10
/
+10
*
|
platform/x86/amd/pmf: Update sps power thermals according to the platform-pro...
Shyam Sundar S K
2024-03-12
2
-0
/
+44
*
|
platform/x86/amd/pmf: Add support to get sps default APTS index values
Shyam Sundar S K
2024-03-12
3
-2
/
+148
*
|
platform/x86/amd/pmf: Add support to get APTS index numbers for static slider
Shyam Sundar S K
2024-03-12
3
-1
/
+90
*
|
platform/x86/amd/pmf: Add support to notify sbios heart beat event
Shyam Sundar S K
2024-03-12
3
-2
/
+66
*
|
platform/x86/amd/pmf: Add support to get sbios requests in PMF driver
Shyam Sundar S K
2024-03-12
2
-0
/
+18
*
|
platform/x86/amd/pmf: Disable debugfs support for querying power thermals
Shyam Sundar S K
2024-03-12
2
-2
/
+5
*
|
platform/x86/amd/pmf: Differentiate PMF ACPI versions
Shyam Sundar S K
2024-03-12
2
-2
/
+5
*
|
platform/x86/amd/pmf: Fix possible out-of-bound memory accesses
Armin Wolf
2024-03-12
1
-0
/
+6
*
|
platform/x86/amd/pmf: Use struct for cookie header
Armin Wolf
2024-03-12
2
-6
/
+9
*
|
platform/x86/amd/pmf: Do not use readl() for policy buffer access
Armin Wolf
2024-03-12
1
-2
/
+2
*
|
platform/x86/amd/pmf: Fix return value of amd_pmf_start_policy_engine()
Armin Wolf
2024-03-12
1
-3
/
+3
*
|
platform/x86/amd/pmf: Add missing __iomem attribute to policy_base
Armin Wolf
2024-03-12
2
-2
/
+2
*
|
Merge tag 'platform-drivers-x86-v6.8-2' into pdx/for-next
Ilpo Järvinen
2024-02-08
3
-1
/
+40
|
\
|
|
*
platform/x86/amd/pmf: Fix memory leak in amd_pmf_get_pb_data()
Cong Liu
2024-01-26
1
-1
/
+3
|
*
platform/x86/amd/pmf: Get ambient light information from AMD SFH driver
Shyam Sundar S K
2024-01-26
1
-0
/
+8
|
*
platform/x86/amd/pmf: Get Human presence information from AMD SFH driver
Shyam Sundar S K
2024-01-26
2
-0
/
+29
*
|
platform/x86/amd/hsmp: Change devm_kzalloc() to devm_kcalloc()
Suma Hegde
2024-01-31
1
-6
/
+8
*
|
platform/x86/amd/hsmp: Remove extra parenthesis and add a space
Suma Hegde
2024-01-31
1
-2
/
+2
*
|
platform/x86/amd/hsmp: Check num_sockets against MAX_AMD_SOCKETS
Suma Hegde
2024-01-31
1
-5
/
+3
*
|
platform/x86/amd/hsmp: Non-ACPI support for AMD F1A_M00~0Fh
Suma Hegde
2024-01-31
1
-1
/
+19
*
|
platform/x86/amd/hsmp: Add support for ACPI based probing
Suma Hegde
2024-01-31
2
-31
/
+322
*
|
platform/x86/amd/hsmp: Restructure sysfs group creation
Suma Hegde
2024-01-31
1
-20
/
+24
*
|
platform/x86/amd/hsmp: Move dev from platdev to hsmp_socket
Suma Hegde
2024-01-31
1
-24
/
+24
*
|
platform/x86/amd/hsmp: Define a struct to hold mailbox regs
Suma Hegde
2024-01-25
1
-22
/
+52
*
|
platform/x86/amd/hsmp: Create static func to handle platdev
Suma Hegde
2024-01-25
1
-15
/
+18
*
|
platform/x86/amd/hsmp: Cache pci_dev in struct hsmp_socket
Suma Hegde
2024-01-25
1
-18
/
+24
*
|
platform/x86/amd/hsmp: Move hsmp_test to probe
Suma Hegde
2024-01-25
1
-19
/
+11
|
/
*
platform/x86/amd/pmc: Modify SMU message port for latest AMD platform
Shyam Sundar S K
2024-01-02
2
-3
/
+6
*
platform/x86/amd/pmc: Add 1Ah family series to STB support list
Shyam Sundar S K
2024-01-02
1
-0
/
+1
*
platform/x86/amd/pmc: Add idlemask support for 1Ah family
Shyam Sundar S K
2024-01-02
1
-0
/
+4
*
platform/x86/amd/pmc: call amd_pmc_get_ip_info() during driver probe
Shyam Sundar S K
2024-01-02
1
-3
/
+3
*
platform/x86/amd/pmc: Add VPE information for AMDI000A platform
Shyam Sundar S K
2024-01-02
1
-0
/
+5
*
platform/x86/amd/pmc: Send OS_HINT command for AMDI000A platform
Shyam Sundar S K
2024-01-02
1
-0
/
+1
*
platform/x86/amd/pmf: Return a status code only as a constant in two functions
Markus Elfring
2024-01-02
1
-10
/
+5
*
platform/x86/amd/pmf: Return directly after a failed apmf_if_call() in apmf_s...
Markus Elfring
2024-01-02
1
-3
/
+1
*
Merge tag 'platform-drivers-x86-v6.7-6' into pdx86/for-next
Hans de Goede
2024-01-02
3
-20
/
+45
|
\
|
*
platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13
Mario Limonciello
2023-12-18
1
-0
/
+17
|
*
platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirks
Mario Limonciello
2023-12-18
3
-1
/
+5
|
*
platform/x86/amd/pmc: Only run IRQ1 firmware version check on Cezanne
Mario Limonciello
2023-12-18
1
-9
/
+12
|
*
platform/x86/amd/pmc: Move platform defines to header
Mario Limonciello
2023-12-18
2
-10
/
+11
[next]