Linux x86 Platform Driver Development
[Prev Page][Next Page]
- [Bug 38082] Fan sensor/controls not working in Thinkpad Edge E220s,
bugzilla-daemon
- [PATCH v2 0/5] platform/x86: wmi: Pass event data directly to legacy notify handlers,
Armin Wolf
- [PATCH] platform/x86/amd: pmf: Make ASUS GA403 quirk generic,
Luke D. Jones
- [PATCH v1 1/1] platform/x86: ideapad-laptop: Make the scope_guard() clear of its scope,
Andy Shevchenko
- [v6 01/10] platform/x86/amd/hsmp: Create hsmp/ directory,
Suma Hegde
- [v6 03/10] platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer, Suma Hegde
- [v6 02/10] platform/x86/amd/hsmp: Create wrapper function init_acpi(), Suma Hegde
- [v6 04/10] platform/x86/amd/hsmp: Move structure and macros to header file, Suma Hegde
- [v6 06/10] platform/x86/amd/hsmp: Move ACPI code to acpi.c, Suma Hegde
- [v6 05/10] platform/x86/amd/hsmp: Move platform device specific code to plat.c, Suma Hegde
- [v6 07/10] platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev, Suma Hegde
- [v6 09/10] platform/x86/amd/hsmp: Use name space while exporting module symbols, Suma Hegde
- [v6 08/10] platform/x86/amd/hsmp: Create mutually exclusive ACPI and plat drivers, Suma Hegde
- [v6 10/10] platform/x86/amd/hsmp: Use dev_groups in the driver structure, Suma Hegde
- [v6 02/10] platform/x86/amd/hsmp: Create wrapper function init_acpi(), Suma Hegde
- [v6 03/10] platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer, Suma Hegde
- [v6 01/10] platform/x86/amd/hsmp: Create hsmp/ directory, Suma Hegde
- [v6 05/10] platform/x86/amd/hsmp: Move platform device specific code to plat.c, Suma Hegde
- [v6 04/10] platform/x86/amd/hsmp: Move structure and macros to header file, Suma Hegde
- [v6 09/10] platform/x86/amd/hsmp: Use name space while exporting module symbols, Suma Hegde
- [v6 07/10] platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev, Suma Hegde
- [v6 08/10] platform/x86/amd/hsmp: Create mutually exclusive ACPI and plat drivers, Suma Hegde
- [v6 10/10] platform/x86/amd/hsmp: Use dev_groups in the driver structure, Suma Hegde
- [v6 06/10] platform/x86/amd/hsmp: Move ACPI code to acpi.c, Suma Hegde
- [PATCH v2 00/11] Create Intel PMC SSRAM Telemetry driver,
Xi Pardee
- [PATCH v2 01/11] platform/x86:intel/pmc: Move PMC Core related functions, Xi Pardee
- [PATCH v2 02/11] platform/x86:intel/pmc: Rename core_ssram to ssram_telemetry, Xi Pardee
- [PATCH v2 03/11] platform/x86:intel/pmc: Move PMC devid to core.h, Xi Pardee
- [PATCH v2 04/11] platform/x86:intel/pmc: Convert index variables to be unsigned, Xi Pardee
- [PATCH v2 05/11] platform/x86:intel/pmc: Remove unneeded h file inclusion, Xi Pardee
- [PATCH v2 07/11] platform/x86:intel/pmc: Check return value of ioremap, Xi Pardee
- [PATCH v2 06/11] platform/x86:intel/pmc: Remove unneeded io operations, Xi Pardee
- [PATCH v2 08/11] platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver, Xi Pardee
- [PATCH v2 09/11] platform/x86:intel/pmc: Add Lunar Lake SSRAM devid, Xi Pardee
- [PATCH v2 10/11] platform/x86:intel/pmt: Get PMC from SSRAM for Lunar Lake, Xi Pardee
- [PATCH v2 11/11] platform/x86:intel/pmc: Get LPM information for Lunar Lake, Xi Pardee
- [PATCH v2 0/3] Intel uncore driver ELC support,
Tero Kristo
- [PATCH] platform/x86: dell-smbios: Fix error path in dell_smbios_init(),
Aleksandr Mishin
- [GIT PULL] platform-drivers-x86 for v6.11-5,
Ilpo Järvinen
- [PATCH 00/11] Introduce New AMD Heterogeneous Core Driver,
Perry Yuan
- [PATCH 01/11] Documentation: x86: Add AMD Hardware Feedback Interface documentation, Perry Yuan
- [PATCH 02/11] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver, Perry Yuan
- [PATCH 03/11] x86/cpufeatures: add X86_FEATURE_WORKLOAD_CLASS feature bit, Perry Yuan
- [PATCH 04/11] x86/msr-index: define AMD heterogeneous CPU related MSR, Perry Yuan
- [PATCH 05/11] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver, Perry Yuan
- [PATCH 06/11] platform/x86/: hfi: parse CPU core ranking data from shared memory, Perry Yuan
- [PATCH 07/11] platform/x86/: hfi: init per-cpu scores for each class, Perry Yuan
- [PATCH 09/11] platform/x86/: hfi: add power management callback, Perry Yuan
- [PATCH 08/11] platform/x86/: hfi: add online and offline callback support, Perry Yuan
- [PATCH 10/11] x86/process: Clear hardware feedback history for AMD processors, Perry Yuan
- [PATCH 11/11] x86/cpu: Enable SD_ASYM_PACKING for DIE Domain on AMD Processors, Perry Yuan
- [bug report] platform/x86: thinkpad_acpi: Add Thinkpad Edge E531 fan support,
Dan Carpenter
- [PATCH] platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less strict,
Hans de Goede
- [PATCH v1] platform/x86/intel/ifs: Fix SBAF title underline length,
Kuppuswamy Sathyanarayanan
- [PATCH] platform/x86: asus-wmi: Fix spurious rfkill on UX8406MA,
Mathieu Fenniak
- [v5 01/11] platform/x86/amd/hsmp: Create hsmp/ directory,
Suma Hegde
- [v5 02/11] platform/x86/amd/hsmp: Create wrapper function init_acpi(), Suma Hegde
- [v5 03/11] platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer, Suma Hegde
- [v5 04/11] platform/x86/amd/hsmp: Move structure and macros to header file, Suma Hegde
- [v5 05/11] platform/x86/amd/hsmp: Move platform device specific code to plat.c, Suma Hegde
- [v5 06/11] platform/x86/amd/hsmp: Move ACPI code to acpi.c, Suma Hegde
- [v5 07/11] platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev, Suma Hegde
- [v5 09/11] platform/x86/amd/hsmp: Use name space while exporting module symbols, Suma Hegde
- [v5 08/11] platform/x86/amd/hsmp: Create mutually exclusive ACPI and plat drivers, Suma Hegde
- [v5 11/11] platform/x86/amd/hsmp: Fix potential spectre issue, Suma Hegde
- [v5 10/11] platform/x86/amd/hsmp: Use dev_groups in the driver structure, Suma Hegde
- [PATCH 0/5] platform/x86: wmi: Pass event data directly to legacy notify handlers,
Armin Wolf
- [PATCH] platform/x86: lenovo-ymc: Ignore the 0x0 state,
Gergo Koteles
- [PATCH v2 0/4] platform/x86: int3472: A few cleanups,
Andy Shevchenko
- [PATCH v2 1/2] platform/x86/amd/pmc: Fix SMU command submission path on new AMD platform,
Shyam Sundar S K
- [Bug 217511] HP Pavilion x2 12-b020nr - Charging over USB-C not working, bugzilla-daemon
- [PATCH v1 1/1] platform/x86: int3472: discrete: Remap "reset" to "enable" for OV7251,
Andy Shevchenko
- [PATCH] platform/x86/amd/pmc: Extend support for PMC features on new AMD platform,
Shyam Sundar S K
- [PATCH 0/3] platform/x86: Add support for Intel uncore ELC feature,
Tero Kristo
- [PATCH v1 0/4] platform/x86: int3472: A few cleanups,
Andy Shevchenko
- [PATCH v1 1/1] platform/x86: intel-hid: Use string_choices API instead of ternary operator,
Andy Shevchenko
- [GIT PULL] platform-drivers-x86 for v6.11-4,
Ilpo Järvinen
- [PATCH] x86/platform/geode: switch GPIO buttons and LEDs to software properties,
Dmitry Torokhov
- [PATCH v2] platform/x86/intel-uncore-freq: Do not present separate package-die domain,
Srinivas Pandruvada
- [v4 01/11] platform/x86/amd/hsmp: Create hsmp/ directory,
Suma Hegde
- [v4 03/11] platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer, Suma Hegde
- [v4 04/11] platform/x86/amd/hsmp: Move structure and macros to header file, Suma Hegde
- [v4 02/11] platform/x86/amd/hsmp: Create wrapper function init_acpi(), Suma Hegde
- [v4 07/11] platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev, Suma Hegde
- [v4 06/11] platform/x86/amd/hsmp: Move ACPI code to acpi.c, Suma Hegde
- [v4 05/11] platform/x86/amd/hsmp: Move platform device specific code to plat.c, Suma Hegde
- [v4 08/11] platform/x86/amd/hsmp: Create mutually exclusive ACPI and plat drivers, Suma Hegde
- [v4 10/11] platform/x86/amd/hsmp: Use dev_groups in the driver structure, Suma Hegde
- [v4 09/11] platform/x86/amd/hsmp: Use name space while exporting module symbols, Suma Hegde
- [v4 11/11] platform/x86/amd/hsmp: Fix potential spectre issue, Suma Hegde
- [PATCH] platform/x86: system76: Reducing redundant conditional judgments in system76_add(),
Xi Huang
- [PATCH v4 1/2] platform/x86:dell-laptop: Add knobs to change battery charge settings,
Andres Salomon
- [PATCH v3 09/14] platform/x86: acerhdf: Use the .should_bind() thermal zone callback,
Rafael J. Wysocki
- [PATCH v4 1/2] platform/x86/amd/pmf: Relocate CPU ID macros to the PMF header,
Shyam Sundar S K
- [PATCH] platform/x86: ISST: Fix return value on last invalid resource,
Srinivas Pandruvada
- [PATCH v3 1/2] platform/x86:dell-laptop: Add knobs to change battery charge settings,
Andres Salomon
- [PATCH v12] drm/xe/vsec: Support BMG devices, Michael J. Ruhl
- [PATCH 0/3] ACPI/video / platform/x86: Add backlight=native quirk for Dell OptiPlex 7760 AIO,
Hans de Goede
- [PATCH v2] platform/x86: serial-multi-instantiate: Don't require both I2C and SPI,
Richard Fitzgerald
- [PATCH v3 0/3] OF support for Surface System Aggregator Module,
Konrad Dybcio
- [PATCH AUTOSEL 6.10 04/13] platform/x86/amd/pmf: Add new ACPI ID AMDI0107, Sasha Levin
- [PATCH AUTOSEL 6.10 03/13] platform/x86/amd: pmf: Add quirk for ROG Ally X, Sasha Levin
- [PATCH v3 1/2] platform/x86/amd/pmf: Relocate CPU ID macros to the PMF header,
Shyam Sundar S K
- [PATCH] platform/x86: serial-multi-instantiate: Don't require both I2C and SPI,
Richard Fitzgerald
- [PATCH v2 1/2] platform/x86/amd/pmf: Relocate CPU ID macros to the PMF header,
Shyam Sundar S K
- [PATCH v2] platform/x86: lg-laptop: Add operation region support,
Armin Wolf
- Add Support for the Acer Predator Triton PT14-51,
Rayan Margham
- [PATCH v8 0/6] i2c-i801 / dell-lis3lv02d: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d,
Hans de Goede
- [PATCH v11] drm/xe/vsec: Support BMG devices,
Michael J. Ruhl
- [PATCH v10] drm/xe/vsec: Support BMG devices,
Michael J. Ruhl
- [PATCH v2 12/17] platform/x86: acerhdf: Use the .should_bind() thermal zone callback,
Rafael J. Wysocki
- [PATCH 1/2] platform/x86/amd/pmf: Relocate CPU ID macros to the PMF header,
Shyam Sundar S K
- [PATCH] platform/x86/amd/pmf: Add support for notifying Smart PC Solution updates,
Shyam Sundar S K
- [GIT PULL] platform-drivers-x86 for v6.11-3,
Ilpo Järvinen
- [PATCH 0/5] platform/surface: aggregator_registry: Add Support for various devices,
Maximilian Luz
- [PATCH] platform/surface: aggregator: Fix warning when controller is destroyed in probe,
Maximilian Luz
- [PATCH v2 0/3] OF support for Surface System Aggregator Module,
Konrad Dybcio
- [PATCH 0/7] Create Intel PMC SSRAM Telemetry driver,
Xi Pardee
- [PATCH] platform/x86: lg-laptop: Add operation region support,
Armin Wolf
- [PATCH 0/3] OF support for Surface System Aggregator Module,
Konrad Dybcio
- [PATCH] platform/x86:intel/pmc: Ignore all LTRs during suspend,
Xi Pardee
- [PATCH v7 0/1] platform/x86: Add wmi driver for Casper Excalibur laptops,
Mustafa Ekşi
- [PATCH 1/1] platform/x86: intel/pmc: Remove unused param idx from pmc_for_each_mode(),
Ilpo Järvinen
- [GIT PULL] platform-drivers-x86 for v6.11-2,
Ilpo Järvinen
- [PATCH v2 0/6] platform/x86: introduce asus-armoury,
Luke D. Jones
- [PATCH v2] platform/x86: asus-wmi: don't fail if platform_profile already registered,
Luke D. Jones
- [PATCH v2] platform/x86: asus-wmi: Add quirk for ROG Ally X,
Luke D. Jones
- [PATCH] platform/x86: ideapad-laptop: Stop calling i8042_command(),
Hans de Goede
- [PATCH v7 0/6] i2c-i801 / dell-lis3lv02d: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d,
Hans de Goede
- [regression] LG Gram Laptop Extra Features stopped working, Linux regression tracking (Thorsten Leemhuis)
- [PATCH v4 0/4] Add SBAF test to IFS,
Kuppuswamy Sathyanarayanan
- [PATCH] platform/x86/intel-uncore-freq: Do not present separate package-die domain,
Srinivas Pandruvada
- [PATCH] platform/x86: ISST: Simplify isst_misc_reg() and isst_misc_unreg(),
Srinivas Pandruvada
- [PATCH 00/10] platform: x86: Use backlight power constants,
Thomas Zimmermann
- [PATCH 03/10] platform/x86: asus-nb-wmi: Use backlight power constants, Thomas Zimmermann
- [PATCH 02/10] platform/x86: asus-laptop: Use backlight power constants, Thomas Zimmermann
- [PATCH 07/10] platform/x86: fujitsu-laptop: Use backlight power constants, Thomas Zimmermann
- [PATCH 05/10] platform/x86: eeepc-laptop: Use backlight power constants, Thomas Zimmermann
- [PATCH 01/10] platform/x86: acer-wmi: Use backlight power constants, Thomas Zimmermann
- [PATCH 10/10] platform/x86: samsung-laptop: Use backlight power constants, Thomas Zimmermann
- [PATCH 08/10] platform/x86: ideapad-laptop: Use backlight power constants, Thomas Zimmermann
- [PATCH 04/10] platform/x86: asus-wmi: Use backlight power constants, Thomas Zimmermann
- [PATCH 06/10] platform/x86: eeepc-wmi: Use backlight power constants, Thomas Zimmermann
- [PATCH 09/10] platform/x86: oaktrail: Use backlight power constants, Thomas Zimmermann
- Re: [PATCH 00/10] platform: x86: Use backlight power constants, Hans de Goede
- [PATCH 1/1] platform/x86: asus-wmi: Add lite thermal policy support,
Joshua Leivenzon
- [PATCH 0/1] platform/x86: asus-wmi: Add lite thermal policy support, Joshua Leivenzon
- [PATCH v3] platform/x86: msi-wmi-platform: Fix spelling mistakes,
Luis Felipe Hernandez
- [PATCH v1 12/17] platform/x86: acerhdf: Use the .should_bind() thermal zone callback,
Rafael J. Wysocki
- [PATCH v1 09/17] thermal: ACPI: Use the .should_bind() thermal zone callback, Rafael J. Wysocki
- [PATCH v1] platform/x86/intel/ifs: Initialize union ifs_status to zero,
Kuppuswamy Sathyanarayanan
- [PATCH v2] platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled,
Shyam Sundar S K
- [PATCH] [PATCH v2] wmi: Fix spelling mistakes,
Luis Felipe Hernandez
- [PATCH] wmi: Fix spelling,
Luis Felipe Hernandez
- [PATCH v2] platform/x86: intel-vbtn: Protect ACPI notify handler against recursion,
Hans de Goede
- [PATCH] platform/x86: intel-vbtn: Protect ACPI notify handler against recursion,
Hans de Goede
- [PATCH] platform/x86/amd: pmf: Add quirk for ROG Ally X,
Luke D. Jones
- [PATCH] platform/x86/amd/pmf: Fix a double put in amd_pmf_remove(),
Christophe JAILLET
- [PATCH v9 0/6] Support PMT features in Xe,
Michael J. Ruhl
- [PATCH v4 0/4] platform/x86: ideapad-laptop: synchronize VPC commands,
Gergo Koteles
- [no subject], Unknown
- [PATCH] platform/x86: asus-wmi: Add quirk for ROG Ally X,
Luke D. Jones
- [PATCH v2 1/2] platform/x86:dell-laptop: Add knobs to change battery charge settings,
Andres Salomon
- [PATCH 1/2] platform/x86/amd/pmf: Add new ACPI ID AMDI0107,
Shyam Sundar S K
- [no subject], Unknown
- Tablet mode on L13 Yoga Gen 3,
Liam Howlett
- [PATCH v3 0/4] platform/x86: ideapad-laptop: synchronize VPC commands,
Gergo Koteles
- [PATCH] platform/x86: intel-vbtn: Support for tablet mode on Dell Venue 11 Pro 7140,
En-Wei Wu
[Bug 218863] amd-pmf AMDI0102:00: ta invoke cmd init failed err: 60005,
bugzilla-daemon
[Index of Archives]
[Linux Kernel Development]
[Linux USB Development]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]