summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* platform/x86/amd/pmf: Fix possible out-of-bound memory accessesArmin Wolf2024-03-121-0/+6
* platform/x86/amd/pmf: Use struct for cookie headerArmin Wolf2024-03-122-6/+9
* platform/x86/amd/pmf: Do not use readl() for policy buffer accessArmin Wolf2024-03-121-2/+2
* platform/x86/amd/pmf: Fix return value of amd_pmf_start_policy_engine()Armin Wolf2024-03-121-3/+3
* platform/mellanox: mlxbf-pmc: fix signedness bugsDan Carpenter2024-03-121-3/+6
* platform/x86: ISST: Allow reading core-power state on HWP disabled systemsSrinivas Pandruvada2024-03-121-2/+2
* platform/x86: thinkpad_acpi: Add more ThinkPads with non-standard reg address...Vishnu Sankar2024-03-121-0/+7
* platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi ...Alban Boyé2024-03-121-0/+9
* platform/x86/intel/pmc/arl: Put GNA device in D3David E. Box2024-03-121-0/+2
* platform/x86/intel/pmc/lnl: Remove SSRAM supportDavid E. Box2024-03-121-35/+5
* platform/x86/intel/vsec: Remove nuisance messageDavid E. Box2024-03-121-4/+1
* platform/x86: acer-wmi: Add predator_v4 module parameterSungHwan Jung2024-03-121-1/+7
* platform/x86: acer-wmi: Add support for Acer PH16-71SungHwan Jung2024-03-121-0/+9
* platform/x86: intel_scu_ipcutil: Make scu staticArmin Wolf2024-03-121-1/+1
* platform/x86/amd/pmf: Add missing __iomem attribute to policy_baseArmin Wolf2024-03-122-2/+2
* platform/x86: wmi: Remove obsolete duplicate GUID allowlistArmin Wolf2024-03-121-39/+0
* platform/x86: wmi: Do not instantiate older WMI drivers multiple timesArmin Wolf2024-03-127-0/+19
* platform/x86: wmi: Ignore duplicated GUIDs in legacy matchesArmin Wolf2024-03-121-2/+17
* platform/x86: ideapad-laptop: map Fn + R key to KEY_REFRESH_RATE_TOGGLEGergo Koteles2024-03-121-2/+2
* Input: allocate keycode for Display refresh rate toggleGergo Koteles2024-03-121-0/+1
* platform/mellanox: mlxbf-pmc: Ignore unsupported performance blocksLuiz Capitulino2024-02-271-2/+14
* platform/mellanox: mlxbf-pmc: mlxbf_pmc_event_list(): make size ptr optionalLuiz Capitulino2024-02-271-18/+22
* platform/x86: dell-privacy: Remove usage of wmi_has_guid()Armin Wolf2024-02-271-4/+0
* Revert "platform/x86: asus-wmi: Support WMI event queue"Armin Wolf2024-02-271-66/+5
* platform/x86: wmi: Update documentation regarding _WEDArmin Wolf2024-02-271-1/+4
* platform/x86: wmi: Always evaluate _WED when receiving an eventArmin Wolf2024-02-271-18/+49
* platform/x86: wmi: Check if event data is not NULLArmin Wolf2024-02-271-2/+9
* platform/x86: wmi: Prevent incompatible event driver from probingArmin Wolf2024-02-272-1/+11
* platform/x86/fujitsu-laptop: Add battery charge control supportSzilard Fabian2024-02-272-0/+118
* platform/x86: thinkpad_acpi: Fix to correct wrong temp reporting on some Thin...Vishnu Sankar2024-02-201-6/+68
* platform/x86: thinkpad_acpi: Simplify thermal mode checkingVishnu Sankar2024-02-201-70/+73
* platform/x86: ideapad-laptop: support Fn+R dual-function keyGergo Koteles2024-02-131-0/+2
* platform/mellanox: mlxbf-pmc: Cleanup signed/unsigned mix-upShravan Kumar Ramani2024-02-131-61/+68
* platform/mellanox: mlxbf-pmc: Replace uintN_t with kernel-style typesShravan Kumar Ramani2024-02-131-62/+47
* platform/x86: wmi: Make input buffer mandatory when evaluating methodsArmin Wolf2024-02-131-11/+10
* Merge tag 'platform-drivers-x86-v6.8-2' into pdx/for-nextIlpo Järvinen2024-02-0814-177/+460
|\
| * platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tabletPhoenix Chen2024-01-261-0/+35
| * platform/x86/intel/ifs: Call release_firmware() when handling errors.Jithu Joseph2024-01-261-1/+2
| * platform/x86/amd/pmf: Fix memory leak in amd_pmf_get_pb_data()Cong Liu2024-01-261-1/+3
| * platform/x86/amd/pmf: Get ambient light information from AMD SFH driverShyam Sundar S K2024-01-261-0/+8
| * platform/x86/amd/pmf: Get Human presence information from AMD SFH driverShyam Sundar S K2024-01-262-0/+29
| * platform/mellanox: mlxbf-pmc: Fix offset calculation for crspace eventsShravan Kumar Ramani2024-01-221-2/+2
| * platform/mellanox: mlxbf-tmfifo: Drop Tx network packet when Tx TmFIFO is fullLiming Sun2024-01-221-0/+67
| * MAINTAINERS: remove defunct acpi4asus project info from asus notebooks sectionHans de Goede2024-01-221-2/+1
| * MAINTAINERS: add Luke Jones as maintainer for asus notebooksLuke D. Jones2024-01-221-0/+1
| * MAINTAINERS: Remove Perry Yuan as DELL WMI HARDWARE PRIVACY SUPPORT maintainerHeiner Kallweit2024-01-221-1/+0
| * platform/x86: silicom-platform: Add missing "Description:" for power_cycle sy...Hans de Goede2024-01-221-0/+1
| * platform/x86: intel-wmi-sbl-fw-update: Fix function name in error messageArmin Wolf2024-01-221-2/+2
| * platform/x86: p2sb: Use pci_resource_n() in p2sb_read_bar0()Shin'ichiro Kawasaki2024-01-221-1/+1
| * platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probeShin'ichiro Kawasaki2024-01-221-41/+139