Linux x86 Platform Driver Development
[Prev Page][Next Page]
- Re: [PATCH] platform/x86: intel_skl_int3472: Correct null check, (continued)
[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support,
Brijesh Singh
- [PATCH v6 01/42] x86/mm: Extend cc_attr to include AMD SEV-SNP, Brijesh Singh
- [PATCH v6 02/42] x86/sev: Shorten GHCB terminate macro names, Brijesh Singh
- [PATCH v6 03/42] x86/sev: Get rid of excessive use of defines, Brijesh Singh
- [PATCH v6 05/42] x86/sev: Define the Linux specific guest termination reasons, Brijesh Singh
- [PATCH v6 06/42] x86/sev: Save the negotiated GHCB version, Brijesh Singh
- [PATCH v6 04/42] x86/head64: Carve out the guest encryption postprocessing into a helper, Brijesh Singh
- [PATCH v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler, Brijesh Singh
- [PATCH v6 07/42] x86/sev: Add support for hypervisor feature VMGEXIT, Brijesh Singh
- [PATCH v6 09/42] x86/sev: Check SEV-SNP features support, Brijesh Singh
- [PATCH v6 10/42] x86/sev: Add a helper for the PVALIDATE instruction, Brijesh Singh
- [PATCH v6 12/42] x86/compressed: Add helper for validating pages in the decompression stage, Brijesh Singh
- [PATCH v6 11/42] x86/sev: Check the vmpl level, Brijesh Singh
- [PATCH v6 13/42] x86/compressed: Register GHCB memory when SEV-SNP is active, Brijesh Singh
- [PATCH v6 17/42] x86/kernel: Make the bss.decrypted section shared in RMP table, Brijesh Singh
- [PATCH v6 20/42] KVM: SVM: Define sev_features and vmpl field in the VMSA, Brijesh Singh
- [PATCH v6 18/42] x86/kernel: Validate rom memory before accessing when SEV-SNP is active, Brijesh Singh
- [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit, Brijesh Singh
- [PATCH v6 14/42] x86/sev: Register GHCB memory when SEV-SNP is active, Brijesh Singh
- [PATCH v6 15/42] x86/sev: Remove do_early_exception() forward declarations, Brijesh Singh
- [PATCH v6 21/42] KVM: SVM: Create a separate mapping for the SEV-ES save area, Brijesh Singh
- [PATCH v6 22/42] KVM: SVM: Create a separate mapping for the GHCB save area, Brijesh Singh
- [PATCH v6 23/42] KVM: SVM: Update the SEV-ES save area mapping, Brijesh Singh
- [PATCH v6 24/42] x86/sev: Use SEV-SNP AP creation to start secondary CPUs, Brijesh Singh
- [PATCH v6 25/42] x86/head: re-enable stack protection for 32/64-bit builds, Brijesh Singh
- [PATCH v6 28/42] x86/compressed/acpi: move EFI system table lookup to helper, Brijesh Singh
- [PATCH v6 16/42] x86/sev: Add helper for validating pages in early enc attribute changes, Brijesh Singh
- [PATCH v6 26/42] x86/sev: move MSR-based VMGEXITs for CPUID to helper, Brijesh Singh
- [PATCH v6 27/42] KVM: x86: move lookup of indexed CPUID leafs to helper, Brijesh Singh
- [PATCH v6 30/42] x86/compressed/acpi: move EFI vendor table lookup to helper, Brijesh Singh
- [PATCH v6 31/42] x86/boot: Add Confidential Computing type to setup_data, Brijesh Singh
- [PATCH v6 29/42] x86/compressed/acpi: move EFI config table lookup to helper, Brijesh Singh
- [PATCH v6 41/42] virt: sevguest: Add support to derive key, Brijesh Singh
- [PATCH v6 39/42] x86/sev: Register SNP guest request platform device, Brijesh Singh
- [PATCH v6 40/42] virt: Add SEV-SNP guest driver, Brijesh Singh
- [PATCH v6 38/42] x86/sev: Provide support for SNP guest request NAEs, Brijesh Singh
- [PATCH v6 36/42] x86/compressed/64: add identity mapping for Confidential Computing blob, Brijesh Singh
- [PATCH v6 37/42] x86/sev: use firmware-validated CPUID for SEV-SNP guests, Brijesh Singh
- [PATCH v6 33/42] boot/compressed/64: use firmware-validated CPUID for SEV-SNP guests, Brijesh Singh
- [PATCH v6 34/42] x86/boot: add a pointer to Confidential Computing blob in bootparams, Brijesh Singh
- [PATCH v6 32/42] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers, Brijesh Singh
- [PATCH v6 35/42] x86/compressed/64: store Confidential Computing blob address in bootparams, Brijesh Singh
- [PATCH v6 42/42] virt: sevguest: Add support to get extended report, Brijesh Singh
[PATCH 00/12] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data,
Hans de Goede
- [PATCH 01/12] ACPI: Add has_unmet_acpi_deps() helper function, Hans de Goede
- [PATCH 02/12] media: i2c: ov8865: Add an has_unmet_acpi_deps() check, Hans de Goede
- [PATCH 03/12] media: i2c: ov5693: Add an has_unmet_acpi_deps() check, Hans de Goede
- [PATCH 06/12] clk: Introduce clk-tps68470 driver, Hans de Goede
- [PATCH 07/12] platform/x86: int3472: Enable I2c daisy chain, Hans de Goede
- [PATCH 04/12] platform_data: Add linux/platform_data/tps68470.h file, Hans de Goede
- [PATCH 08/12] platform/x86: int3472: Split into 2 drivers, Hans de Goede
- [PATCH 09/12] platform/x86: int3472: Add get_sensor_adev_and_name() helper, Hans de Goede
- [PATCH 10/12] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell, Hans de Goede
- [PATCH 12/12] platform/x86: int3472: Call acpi_dev_clear_dependencies() on successful probe, Hans de Goede
- [PATCH 11/12] platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-regulator MFD-cell, Hans de Goede
- [PATCH 05/12] regulator: Introduce tps68470-regulator driver, Hans de Goede
[PATCH] platform/x86: amd-pmc: Fix the build error when CONFIG_DEBUG_FS is disable,
Sanket Goswami
[PATCH v4 0/4] platform/x86: system76_acpi: Sync DKMS module changes,
Tim Crawford
[PATCH V2] platform/x86: Non Sequential Device mode handling,
Shravan S
[PATCH] platform/x86/intel/int1092: Remove redundant .owner, Kai Song
[PATCH] platform/x86: amd-pmc: Add support for AMD Smart Trace Buffer,
Sanket Goswami
[PATCH] platform/x86: gigabyte-wmi: add support for B550 AORUS ELITE AX V2,
Zephaniah E. Loss-Cutler-Hull
Re: [Bug 214453] New: skl_int3472_unregister_clock: kernel NULL pointer dereference (HP Elite x2 1013 G3),
Borislav Petkov
[bug report] Platform: OLPC: Add XO-1.75 EC driver, Dan Carpenter
[PATCH] platform/x86: thinkpad_acpi: Convert platform driver to use dev_groups,
Len Baker
[PATCH 00/10] drm: Add privacy-screen class and connector properties,
Hans de Goede
- [PATCH 06/10] platform/x86: thinkpad_acpi: Add hotkey_notify_extended_hotkey() helper, Hans de Goede
- [PATCH 02/10] drm: Add privacy-screen class (v4), Hans de Goede
- [PATCH 09/10] drm/i915: Add intel_modeset_probe_defer() helper, Hans de Goede
- [PATCH 04/10] drm/privacy-screen: Add notifier support (v2), Hans de Goede
- [PATCH 05/10] drm/connector: Add a drm_connector privacy-screen helper functions (v2), Hans de Goede
- [PATCH 07/10] platform/x86: thinkpad_acpi: Get privacy-screen / lcdshadow ACPI handles only once, Hans de Goede
- [PATCH 03/10] drm/privacy-screen: Add X86 specific arch init code, Hans de Goede
- [PATCH 08/10] platform/x86: thinkpad_acpi: Register a privacy-screen device, Hans de Goede
- [PATCH 01/10] drm/connector: Add support for privacy-screen properties (v4), Hans de Goede
- [PATCH 10/10] drm/i915: Add privacy-screen support (v2), Hans de Goede
- <Possible follow-ups>
- [PATCH 00/10] drm: Add privacy-screen class and connector properties, Hans de Goede
- [PATCH 01/10] drm/connector: Add support for privacy-screen properties (v4), Hans de Goede
- [PATCH 02/10] drm: Add privacy-screen class (v4), Hans de Goede
- [PATCH 03/10] drm/privacy-screen: Add X86 specific arch init code, Hans de Goede
- [PATCH 04/10] drm/privacy-screen: Add notifier support (v2), Hans de Goede
- [PATCH 05/10] drm/connector: Add a drm_connector privacy-screen helper functions (v2), Hans de Goede
- [PATCH 06/10] platform/x86: thinkpad_acpi: Add hotkey_notify_extended_hotkey() helper, Hans de Goede
- [PATCH 07/10] platform/x86: thinkpad_acpi: Get privacy-screen / lcdshadow ACPI handles only once, Hans de Goede
- [PATCH 08/10] platform/x86: thinkpad_acpi: Register a privacy-screen device, Hans de Goede
- [PATCH 09/10] drm/i915: Add intel_modeset_probe_defer() helper, Hans de Goede
- [PATCH 10/10] drm/i915: Add privacy-screen support (v3), Hans de Goede
[PATCH platform-next 10/10] platform/x86: mlx-platform: Add support for multiply cooling devices, Vadim Pasternak
[PATCH platform-next 00/10] platform: mellanox: Introduce initial chassis management support for modular Ethernet system,
Vadim Pasternak
[PATCH platform-next 09/10] Documentation/ABI: Add new line card attributes for mlxreg-io sysfs interfaces, Vadim Pasternak
[PATCH platform-next 08/10] Documentation/ABI: Add new attributes for mlxreg-io sysfs interfaces, Vadim Pasternak
[PATCH v15 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH 1/2] platform/x86: amd-pmc: Add alternative acpi id for PMC controller,
Sachi King
[PATCH v3 0/4] platform/x86: system76_acpi: Sync DKMS module changes,
Tim Crawford
[PATCH 0/5] Move intel_pm from MFD to Auxiliary bus,
David E. Box
[RFC] add standardized attributes for force_discharge and inhibit_charge,
Nicolò Piazzalunga
[PATCH v4 0/8] Implement generic cc_platform_has() helper function,
Borislav Petkov
- [PATCH 1/8] x86/ioremap: Selectively build arch override encryption functions, Borislav Petkov
- [PATCH 3/8] x86/sev: Add an x86 version of cc_platform_has(), Borislav Petkov
- [PATCH 2/8] arch/cc: Introduce a function to check for confidential computing features, Borislav Petkov
- [PATCH 4/8] powerpc/pseries/svm: Add a powerpc version of cc_platform_has(), Borislav Petkov
- [PATCH 7/8] x86/sev: Replace occurrences of sev_es_active() with cc_platform_has(), Borislav Petkov
- [PATCH 8/8] treewide: Replace the use of mem_encrypt_active() with cc_platform_has(), Borislav Petkov
- [PATCH 6/8] x86/sev: Replace occurrences of sev_active() with cc_platform_has(), Borislav Petkov
- [PATCH 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has(), Borislav Petkov
- Re: [PATCH v4 0/8] Implement generic cc_platform_has() helper function, Kuppuswamy, Sathyanarayanan
[PATCH] platform/x86: amd-pmc: Fix compilation when CONFIG_DEBUGFS is disabled,
Hans de Goede
[PATCH 0/3] platform/x86: intel_scu_ipc: timeout fixes and cleanup,
Prashant Malani
[PATCH AUTOSEL 5.10 02/23] platform/x86: touchscreen_dmi: Add info for the Chuwi HiBook (CWI514) tablet, Sasha Levin
[PATCH AUTOSEL 5.10 03/23] platform/x86: touchscreen_dmi: Update info for the Chuwi Hi10 Plus (CWI527) tablet, Sasha Levin
[PATCH AUTOSEL 5.14 11/40] platform/x86/intel: hid: Add DMI switches allow list, Sasha Levin
[PATCH AUTOSEL 5.14 12/40] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX, Sasha Levin
[PATCH AUTOSEL 5.14 04/40] platform/x86: touchscreen_dmi: Update info for the Chuwi Hi10 Plus (CWI527) tablet, Sasha Levin
[PATCH AUTOSEL 5.14 03/40] platform/x86: touchscreen_dmi: Add info for the Chuwi HiBook (CWI514) tablet, Sasha Levin
[PATCH 0/3] platform/x86: system76_acpi: Sync DKMS module changes,
Tim Crawford
[PATCH] platform: dell: all DELL_WMI driver options depend on DELL_WMI,
Randy Dunlap
[PATCH 5.14 074/162] platform/x86: dell: fix DELL_WMI_PRIVACY dependencies & build error, Greg Kroah-Hartman
[PATCH platform 0/2] platform/mellanox: Fixes for register space access,
Vadim Pasternak
[PATCH 0/7] Fix some issues with ABI files,
Mauro Carvalho Chehab
[PATCH v2] platform/x86: thinkpad_acpi: Switch to common use of attributes,
Len Baker
[PATCH v2] add platform support for Ideapad 5 Pro 16ACH6-82L5,
Kelly Anderson
[PATCH 1/2] Documentation: Update ioctl-number.rst for Intel Software Defined Silicon interface,
David E. Box
[PATCH v14 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH v3 0/5] Add general DVSEC/VSEC support,
David E. Box
[GIT PULL] platform-drivers-x86 for 5.15-2,
Hans de Goede
[PATCH] platform/x86: amd-pmc: Add a message to print resume time info,
Sanket Goswami
[PATCH] platform/x86: amd-pmc: Send command to dump data after clearing OS_HINT,
Sanket Goswami
[PATCH] platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX,
Tobias Jakobi
[PATCH] platform/x86/intel: hid: Add DMI switches allow list,
José Expósito
[PATCH] platform/x86: lg-laptop: Fix possible NULL pointer derefence,
Arnd Bergmann
[PATCH] add platform support for Ideapad 5 Pro 16ACH6-82L5,
Kelly Anderson
[PATCH] platform/x86: thinkpad_acpi: Prefer struct_size over open coded arithmetic,
Len Baker
[PATCH] platform/x86: dell-wmi: Recognise or support new switches,
Troy Rollo
[PATCH] platform/x86: dell: fix DELL_WMI_PRIVACY dependencies & build error,
Randy Dunlap
[PATCH 1/2] platform: lg-laptop: drop unneeded MODULE_ALIAS,
Krzysztof Kozlowski
[PATCH] Input: silead - Make use of the helper function dev_err_probe(),
Cai Huoqing
[PATCH] platform/x86: amd-pmc: Check s0i3 cycle status,
Sanket Goswami
[PATCH v2] platform/x86: amd-pmc: Export Idlemask values based on the APU,
Sanket Goswami
[PATCH] Export Idlemask values based on the APU,
Sanket Goswami
[PATCH] platform/x86: amd-pmc: Increase the response register timeout,
Mario Limonciello
[PATCH v1] platform/x86: wmi: initialize method name directly,
Barnabás Pőcze
[PATCH v4 1/1] ishtp: Add support for Intel ishtp eclite driver,
sumesh . k . naduvalath
[PATCH v13 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH v12 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH] acer-wmi: use __packed instead of __attribute__((packed)),
Jules Irenge
Re: [PATCH 0/1] [RFC] x86: Export information about hardware memory encryption to sysfs, Ard Biesheuvel
Re: [PATCH 1/1] x86: Export information about hardware memory encryption to sysfs, Dave Hansen
Re: [PATCH 1/3] x86/amd_nb: Add support for HSMP mailbox access, Borislav Petkov
[PATCH AUTOSEL 4.19 19/25] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning, Sasha Levin
[PATCH AUTOSEL 5.4 30/37] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning, Sasha Levin
[PATCH AUTOSEL 5.10 44/53] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning, Sasha Levin
[PATCH AUTOSEL 5.13 69/88] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning, Sasha Levin
[PATCH AUTOSEL 5.13 46/88] platform/x86: ideapad-laptop: Fix Legion 5 Fn lock LED, Sasha Levin
[PATCH AUTOSEL 5.13 42/88] platform/x86: intel_pmc_core: Prevent possibile overflow, Sasha Levin
[PATCH AUTOSEL 5.14 77/99] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning, Sasha Levin
[PATCH AUTOSEL 5.14 52/99] platform/x86: ideapad-laptop: Fix Legion 5 Fn lock LED, Sasha Levin
[PATCH AUTOSEL 5.14 48/99] platform/x86: intel_pmc_core: Prevent possibile overflow, Sasha Levin
[PATCH] Process tablet mode events on Dell Inspiron 2n1,
Troy Rollo
[PATCH v3 0/8] Implement generic cc_platform_has() helper function,
Tom Lendacky
- [PATCH v3 1/8] x86/ioremap: Selectively build arch override encryption functions, Tom Lendacky
- [PATCH v3 2/8] mm: Introduce a function to check for confidential computing features, Tom Lendacky
- [PATCH v3 3/8] x86/sev: Add an x86 version of cc_platform_has(), Tom Lendacky
- [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc version of cc_platform_has(), Tom Lendacky
- [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has(), Tom Lendacky
- [PATCH v3 6/8] x86/sev: Replace occurrences of sev_active() with cc_platform_has(), Tom Lendacky
- [PATCH v3 7/8] x86/sev: Replace occurrences of sev_es_active() with cc_platform_has(), Tom Lendacky
- [PATCH v3 8/8] treewide: Replace the use of mem_encrypt_active() with cc_platform_has(), Tom Lendacky
- Re: [PATCH v3 0/8] Implement generic cc_platform_has() helper function, Christian Borntraeger
- Re: [PATCH v3 0/8] Implement generic cc_platform_has() helper function, Borislav Petkov
[PATCH v11 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH v10 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH 0/9] drm: Add privacy-screen class and connector properties,
Hans de Goede
- [PATCH 1/9] drm/connector: Add support for privacy-screen properties (v4), Hans de Goede
- [PATCH 2/9] drm: Add privacy-screen class (v3), Hans de Goede
- [PATCH 3/9] drm/privacy-screen: Add X86 specific arch init code, Hans de Goede
- [PATCH 4/9] drm/privacy-screen: Add notifier support, Hans de Goede
- [PATCH 5/9] drm/connector: Add a drm_connector privacy-screen helper functions, Hans de Goede
- [PATCH 8/9] platform/x86: thinkpad_acpi: Register a privacy-screen device, Hans de Goede
- [PATCH 9/9] drm/i915: Add privacy-screen support, Hans de Goede
- [PATCH 6/9] platform/x86: thinkpad_acpi: Add hotkey_notify_extended_hotkey() helper, Hans de Goede
- [PATCH 7/9] platform/x86: thinkpad_acpi: Get privacy-screen / lcdshadow ACPI handles only once, Hans de Goede
- Re: [PATCH 0/9] drm: Add privacy-screen class and connector properties, Lyude Paul
[PATCH 1/2] platform/x86: touchscreen_dmi: Add info for the Chuwi HiBook (CWI514) tablet,
Hans de Goede
[PATCH regression fix 1/2] Input: silead - Add support for EFI-embedded fw using different min/max coordinates,
Hans de Goede
[RFC PATCH v1 30/30] platform/x86: wmi: more detailed error reporting in find_guid(), Barnabás Pőcze
[RFC PATCH v1 29/30] platform/x86: wmi: introduce helper to retrieve event data, Barnabás Pőcze
[RFC PATCH v1 27/30] platform/x86: wmi: introduce helper to generate method names, Barnabás Pőcze
[RFC PATCH v1 28/30] platform/x86: wmi: introduce helper to determine type, Barnabás Pőcze
[RFC PATCH v1 25/30] platform/x86: wmi: simplify error handling logic, Barnabás Pőcze
[RFC PATCH v1 26/30] platform/x86: wmi: introduce helper to convert driver to WMI driver, Barnabás Pőcze
[RFC PATCH v1 24/30] platform/x86: wmi: do not fail if disabling fails, Barnabás Pőcze
[RFC PATCH v1 23/30] platform/x86: wmi: improve debug messages,
Barnabás Pőcze
[RFC PATCH v1 21/30] platform/x86: wmi: move variables, Barnabás Pőcze
[RFC PATCH v1 22/30] platform/x86: wmi: align arguments of functions, Barnabás Pőcze
[RFC PATCH v1 20/30] platform/x86: wmi: remove variable, Barnabás Pőcze
[RFC PATCH v1 19/30] platform/x86: wmi: use sizeof(*p) in allocation, Barnabás Pőcze
[RFC PATCH v1 18/30] platform/x86: wmi: use !p to check for NULL, Barnabás Pőcze
[RFC PATCH v1 17/30] platform/x86: wmi: use sizeof() instead of hard-coding, Barnabás Pőcze
[RFC PATCH v1 16/30] platform/x86: wmi: use sysfs_emit(), Barnabás Pőcze
[RFC PATCH v1 15/30] platform/x86: wmi: make GUID block packed, Barnabás Pőcze
[RFC PATCH v1 14/30] platform/x86: wmi: use guid_t and guid_equal(), Barnabás Pőcze
[RFC PATCH v1 13/30] platform/x86: wmi: use dynamic debug to print data about events,
Barnabás Pőcze
[RFC PATCH v1 12/30] platform/x86: wmi: use bool instead of int, Barnabás Pőcze
[RFC PATCH v1 11/30] platform/x86: wmi: use BIT() macro, Barnabás Pőcze
[RFC PATCH v1 09/30] platform/x86: wmi: remove stray empty line, Barnabás Pőcze
[RFC PATCH v1 10/30] platform/x86: wmi: remove unnecessary checks, Barnabás Pőcze
[RFC PATCH v1 08/30] platform/x86: wmi: remove unnecessary casts, Barnabás Pőcze
[RFC PATCH v1 07/30] platform/x86: wmi: remove unnecessary argument, Barnabás Pőcze
[RFC PATCH v1 06/30] platform/x86: wmi: remove unnecessary variable, Barnabás Pőcze
[RFC PATCH v1 05/30] platform/x86: wmi: remove unnecessary initializations,
Barnabás Pőcze
[RFC PATCH v1 00/30] platform/x86: wmi: minor improvements,
Barnabás Pőcze
[PATCH v9 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH v5] platform/x86: hp-wmi: add support for omen laptops,
Enver Balalic
[PATCH v3 1/1] ishtp: Add support for Intel ishtp eclite driver,
sumesh . k . naduvalath
Define LEDs with mixed colors,
hamza.farooq@xxxxxxxxxxx
[PATCH v8 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH v7 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH] lg-laptop: Correctly handle dmi_get_system_info() returning NULL,
Matan Ziv-Av
[PATCH v6 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[PATCH v1 1/1] platform/x86/intel: punit_ipc: Drop wrong use of ACPI_PTR(),
Andy Shevchenko
[PATCH v4] platform/x86: hp-wmi: add support for omen laptops,
Enver Balalic
Re: Touchpad stickiness on Dell Inspiron/XPS,
Andrea Ippolito
[PATCH v5 0/1] asus-wmi: Add support for custom fan curves,
Luke D. Jones
[Index of Archives]
[Linux Kernel Development]
[Linux USB Development]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]