index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-31
platform/x86/amd/hsmp: Change devm_kzalloc() to devm_kcalloc()
Suma Hegde
1
-6
/
+8
2024-01-31
platform/x86/amd/hsmp: Remove extra parenthesis and add a space
Suma Hegde
1
-2
/
+2
2024-01-31
platform/x86/amd/hsmp: Check num_sockets against MAX_AMD_SOCKETS
Suma Hegde
1
-5
/
+3
2024-01-31
platform/x86/amd/hsmp: Non-ACPI support for AMD F1A_M00~0Fh
Suma Hegde
1
-1
/
+19
2024-01-31
platform/x86/amd/hsmp: Add support for ACPI based probing
Suma Hegde
2
-31
/
+322
2024-01-31
platform/x86/amd/hsmp: Restructure sysfs group creation
Suma Hegde
1
-20
/
+24
2024-01-31
platform/x86/amd/hsmp: Move dev from platdev to hsmp_socket
Suma Hegde
1
-24
/
+24
2024-01-26
platform/x86/amd/pmf: Fix memory leak in amd_pmf_get_pb_data()
Cong Liu
1
-1
/
+3
2024-01-26
platform/x86/amd/pmf: Get ambient light information from AMD SFH driver
Shyam Sundar S K
1
-0
/
+8
2024-01-26
platform/x86/amd/pmf: Get Human presence information from AMD SFH driver
Shyam Sundar S K
2
-0
/
+29
2024-01-25
platform/x86/amd/hsmp: Define a struct to hold mailbox regs
Suma Hegde
1
-22
/
+52
2024-01-25
platform/x86/amd/hsmp: Create static func to handle platdev
Suma Hegde
1
-15
/
+18
2024-01-25
platform/x86/amd/hsmp: Cache pci_dev in struct hsmp_socket
Suma Hegde
1
-18
/
+24
2024-01-25
platform/x86/amd/hsmp: Move hsmp_test to probe
Suma Hegde
1
-19
/
+11
2024-01-02
platform/x86/amd/pmc: Modify SMU message port for latest AMD platform
Shyam Sundar S K
2
-3
/
+6
2024-01-02
platform/x86/amd/pmc: Add 1Ah family series to STB support list
Shyam Sundar S K
1
-0
/
+1
2024-01-02
platform/x86/amd/pmc: Add idlemask support for 1Ah family
Shyam Sundar S K
1
-0
/
+4
2024-01-02
platform/x86/amd/pmc: call amd_pmc_get_ip_info() during driver probe
Shyam Sundar S K
1
-3
/
+3
2024-01-02
platform/x86/amd/pmc: Add VPE information for AMDI000A platform
Shyam Sundar S K
1
-0
/
+5
2024-01-02
platform/x86/amd/pmc: Send OS_HINT command for AMDI000A platform
Shyam Sundar S K
1
-0
/
+1
2024-01-02
platform/x86/amd/pmf: Return a status code only as a constant in two functions
Markus Elfring
1
-10
/
+5
2024-01-02
platform/x86/amd/pmf: Return directly after a failed apmf_if_call() in apmf_s...
Markus Elfring
1
-3
/
+1
2024-01-02
Merge tag 'platform-drivers-x86-v6.7-6' into pdx86/for-next
Hans de Goede
3
-20
/
+45
2023-12-18
platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13
Mario Limonciello
1
-0
/
+17
2023-12-18
platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirks
Mario Limonciello
3
-1
/
+5
2023-12-18
platform/x86/amd/pmc: Only run IRQ1 firmware version check on Cezanne
Mario Limonciello
1
-9
/
+12
2023-12-18
platform/x86/amd/pmc: Move platform defines to header
Mario Limonciello
2
-10
/
+11
2023-12-18
platform/x86/amd/pmf: dump policy binary data
Shyam Sundar S K
1
-0
/
+9
2023-12-18
platform/x86/amd/pmf: Add capability to sideload of policy binary
Shyam Sundar S K
2
-0
/
+64
2023-12-18
platform/x86/amd/pmf: Add facility to dump TA inputs
Shyam Sundar S K
3
-0
/
+40
2023-12-18
platform/x86/amd/pmf: Make source_as_str() as non-static
Shyam Sundar S K
2
-2
/
+4
2023-12-18
platform/x86/amd/pmf: Add support to update system state
Shyam Sundar S K
2
-0
/
+43
2023-12-18
platform/x86/amd/pmf: Add support update p3t limit
Shyam Sundar S K
2
-0
/
+11
2023-12-18
platform/x86/amd/pmf: Add support to get inputs from other subsystems
Shyam Sundar S K
4
-1
/
+144
2023-12-18
platform/x86/amd/pmf: change amd_pmf_init_features() call sequence
Shyam Sundar S K
1
-1
/
+1
2023-12-18
platform/x86/amd/pmf: Add support for PMF Policy Binary
Shyam Sundar S K
5
-3
/
+336
2023-12-18
platform/x86/amd/pmf: Change return type of amd_pmf_set_dram_addr()
Shyam Sundar S K
2
-9
/
+31
2023-12-18
platform/x86/amd/pmf: Add support for PMF-TA interaction
Shyam Sundar S K
2
-1
/
+106
2023-12-18
platform/x86/amd/pmf: Add PMF TEE interface
Shyam Sundar S K
5
-5
/
+130
2023-12-14
Merge tag 'platform-drivers-x86-amd-wbrf-v6.8-1' into review-hans
Hans de Goede
3
-0
/
+332
2023-12-11
platform/x86/amd: Add support for AMD ACPI based Wifi band RFI mitigation fea...
Ma Jun
3
-0
/
+332
2023-11-17
platform/x86/amd/pmc: adjust getting DRAM size behavior
Shyam Sundar S K
1
-29
/
+2
2023-10-31
Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-46
/
+283
2023-10-27
platform/x86: Add s2idle quirk for more Lenovo laptops
David Lazar
1
-0
/
+73
2023-10-25
platform/x86/amd/hsmp: Fix iomem handling
Armin Wolf
1
-1
/
+1
2023-10-12
platform/x86/amd/pmc: Add dump_custom_stb module parameter
Shyam Sundar S K
1
-0
/
+32
2023-10-12
platform/x86/amd/pmc: Handle overflow cases where the num_samples range is hi...
Shyam Sundar S K
1
-6
/
+13
2023-10-12
platform/x86/amd/pmc: Use flex array when calling amd_pmc_stb_debugfs_open_v2()
Shyam Sundar S K
1
-13
/
+19
2023-10-12
platform/x86/amd/hsmp: improve the error log
Suma Hegde
1
-3
/
+3
2023-10-12
platform/x86/amd/hsmp: add support for metrics tbl
Suma Hegde
1
-2
/
+172
[prev]
[next]