index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
platform/x86: gigabyte-wmi: add support for B550 AORUS ELITE AX V2
Zephaniah E. Loss-Cutler-Hull
2021-10-11
1
-0
/
+1
*
|
|
platform/x86: amd-pmc: Add alternative acpi id for PMC controller
Sachi King
2021-10-11
1
-0
/
+1
*
|
|
platform/x86: intel_scu_ipc: Update timeout value in comment
Prashant Malani
2021-10-11
1
-1
/
+1
*
|
|
platform/x86: intel_scu_ipc: Increase virtual timeout to 10s
Prashant Malani
2021-10-11
1
-1
/
+1
*
|
|
platform/x86: intel_scu_ipc: Fix busy loop expiry time
Prashant Malani
2021-10-11
1
-1
/
+1
*
|
|
platform/x86: dell: Make DELL_WMI_PRIVACY depend on DELL_WMI
Hans de Goede
2021-10-11
1
-0
/
+1
*
|
|
platform/x86: Rename wmaa-backlight-wmi to nvidia-wmi-ec-backlight
Daniel Dadap
2021-10-11
3
-9
/
+8
*
|
|
platform/x86: Remove "WMAA" from identifier names in wmaa-backlight-wmi.c
Daniel Dadap
2021-10-11
1
-83
/
+91
*
|
|
platform/x86: thinkpad_acpi: Switch to common use of attributes
Len Baker
2021-09-28
1
-113
/
+26
*
|
|
platform/x86: ideapad-laptop: Add platform support for Ideapad 5 Pro 16ACH6-82L5
Kelly Anderson
2021-09-28
1
-3
/
+24
*
|
|
platform/x86: amd-pmc: Add a message to print resume time info
Sanket Goswami
2021-09-28
1
-0
/
+2
*
|
|
platform/x86: amd-pmc: Send command to dump data after clearing OS_HINT
Sanket Goswami
2021-09-28
1
-3
/
+3
*
|
|
platform/x86: amd-pmc: Fix compilation when CONFIG_DEBUGFS is disabled
Hans de Goede
2021-09-28
1
-43
/
+43
*
|
|
platform/x86: dell-wmi: Recognise or support new switches
Troy Rollo
2021-09-21
1
-10
/
+66
*
|
|
platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX
Tobias Jakobi
2021-09-21
1
-0
/
+1
*
|
|
platform/x86/intel: hid: Add DMI switches allow list
José Expósito
2021-09-21
1
-5
/
+22
*
|
|
platform/x86: dell: fix DELL_WMI_PRIVACY dependencies & build error
Randy Dunlap
2021-09-21
1
-2
/
+1
*
|
|
platform: lg-laptop: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2021-09-21
1
-1
/
+0
*
|
|
platform/x86: amd-pmc: Export Idlemask values based on the APU
Sanket Goswami
2021-09-16
1
-0
/
+76
*
|
|
platform/x86: amd-pmc: Check s0i3 cycle status
Sanket Goswami
2021-09-16
1
-2
/
+3
*
|
|
platform/x86: Add Intel ishtp eclite driver
K Naduvalath, Sumesh
2021-09-16
3
-0
/
+718
*
|
|
platform/x86: acer-wmi: use __packed instead of __attribute__((packed))
Jules Irenge
2021-09-14
1
-7
/
+7
*
|
|
platform/x86: wmi: more detailed error reporting in find_guid()
Barnabás Pőcze
2021-09-14
1
-16
/
+27
*
|
|
platform/x86: wmi: introduce helper to retrieve event data
Barnabás Pőcze
2021-09-14
1
-22
/
+20
*
|
|
platform/x86: wmi: introduce helper to determine type
Barnabás Pőcze
2021-09-14
1
-11
/
+10
*
|
|
platform/x86: wmi: introduce helper to generate method names
Barnabás Pőcze
2021-09-14
1
-15
/
+27
*
|
|
platform/x86: wmi: introduce helper to convert driver to WMI driver
Barnabás Pőcze
2021-09-14
1
-12
/
+10
*
|
|
platform/x86: wmi: simplify error handling logic
Barnabás Pőcze
2021-09-14
1
-4
/
+3
*
|
|
platform/x86: wmi: do not fail if disabling fails
Barnabás Pőcze
2021-09-14
1
-1
/
+8
*
|
|
platform/x86: wmi: improve debug messages
Barnabás Pőcze
2021-09-14
1
-4
/
+4
*
|
|
platform/x86: wmi: align arguments of functions
Barnabás Pőcze
2021-09-14
1
-9
/
+10
*
|
|
platform/x86: wmi: move variables
Barnabás Pőcze
2021-09-14
1
-5
/
+4
*
|
|
platform/x86: wmi: remove variable
Barnabás Pőcze
2021-09-14
1
-4
/
+1
*
|
|
platform/x86: wmi: use sizeof(*p) in allocation
Barnabás Pőcze
2021-09-14
1
-1
/
+1
*
|
|
platform/x86: wmi: use !p to check for NULL
Barnabás Pőcze
2021-09-14
1
-2
/
+2
*
|
|
platform/x86: wmi: use sysfs_emit()
Barnabás Pőcze
2021-09-14
1
-9
/
+10
*
|
|
platform/x86: wmi: make GUID block packed
Barnabás Pőcze
2021-09-14
1
-1
/
+5
*
|
|
platform/x86: wmi: use guid_t and guid_equal()
Barnabás Pőcze
2021-09-14
1
-17
/
+17
*
|
|
platform/x86: wmi: use bool instead of int
Barnabás Pőcze
2021-09-14
1
-8
/
+8
*
|
|
platform/x86: wmi: use BIT() macro
Barnabás Pőcze
2021-09-14
1
-4
/
+5
*
|
|
platform/x86: wmi: remove unnecessary checks
Barnabás Pőcze
2021-09-14
1
-2
/
+0
*
|
|
platform/x86: wmi: remove stray empty line
Barnabás Pőcze
2021-09-14
1
-1
/
+0
*
|
|
platform/x86: wmi: remove unnecessary casts
Barnabás Pőcze
2021-09-14
1
-7
/
+5
*
|
|
platform/x86: wmi: remove unnecessary argument
Barnabás Pőcze
2021-09-14
1
-5
/
+4
*
|
|
platform/x86: wmi: remove unnecessary variable
Barnabás Pőcze
2021-09-14
1
-4
/
+1
*
|
|
platform/x86: wmi: remove unnecessary initializations
Barnabás Pőcze
2021-09-14
1
-9
/
+9
*
|
|
platform/x86: wmi: remove unnecessary initialization
Barnabás Pőcze
2021-09-14
1
-1
/
+1
*
|
|
platform/x86: wmi: remove commas
Barnabás Pőcze
2021-09-14
1
-4
/
+4
*
|
|
platform/x86: wmi: fix checkpatch warnings
Barnabás Pőcze
2021-09-14
1
-3
/
+2
*
|
|
platform/x86: wmi: fix kernel doc
Barnabás Pőcze
2021-09-14
1
-1
/
+1
[prev]
[next]