X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2024-09-10 06:53:48 to 2024-09-26 09:54:04 UTC [more...]

[PATCH 0/3] platfom/x86: asus-wmi: revert ROG Ally quirks
 2024-09-26  9:53 UTC 

[PATCH v4 0/9] platform/x86: introduce asus-armoury driver
 2024-09-26  9:29 UTC  (10+ messages)
` [PATCH v4 1/9] platform/x86: asus-wmi: export symbols used for read/write WMI
` [PATCH v4 2/9] hid-asus: Add MODULE_IMPORT_NS(ASUS_WMI)
` [PATCH v4 3/9] platform/x86: asus-armoury: move existing tunings to asus-armoury module
` [PATCH v4 4/9] platform/x86: asus-armoury: add panel_hd_mode attribute
` [PATCH v4 5/9] platform/x86: asus-armoury: add the ppt_* and nv_* tuning knobs
` [PATCH v4 6/9] platform/x86: asus-armoury: add dgpu tgp control
` [PATCH v4 7/9] platform/x86: asus-armoury: add apu-mem control support
` [PATCH v4 8/9] platform/x86: asus-armoury: add core count control
` [PATCH v4 9/9] platform/x86: asus-wmi: deprecate bios features

[RFC 0/2] "custom" ACPI platform profile support
 2024-09-26  9:00 UTC  (6+ messages)
` [RFC 1/2] ACPI: Add support for a 'custom' profile
` [RFC 2/2] platform/x86/amd: pmf: Add manual control support

[PATCH AUTOSEL 6.6 105/139] platform/x86: touchscreen_dmi: add nanote-next quirk
 2024-09-25 12:09 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 129/139] platform/x86: lenovo-ymc: Ignore the 0x0 state

[PATCH AUTOSEL 6.10 146/197] platform/x86: touchscreen_dmi: add nanote-next quirk
 2024-09-25 11:53 UTC  (5+ messages)
` [PATCH AUTOSEL 6.10 147/197] platform/x86/amd: pmf: Add quirk for TUF Gaming A14
` [PATCH AUTOSEL 6.10 182/197] platform/x86: lenovo-ymc: Ignore the 0x0 state
` [PATCH AUTOSEL 6.10 186/197] platform/mellanox: mlxbf-pmc: fix lockdep warning
` [PATCH AUTOSEL 6.10 187/197] platform/x86: x86-android-tablets: Adjust Xiaomi Pad 2 bottom bezel touch buttons LED

[PATCH AUTOSEL 6.11 174/244] platform/x86: touchscreen_dmi: add nanote-next quirk
 2024-09-25 11:27 UTC  (5+ messages)
` [PATCH AUTOSEL 6.11 175/244] platform/x86/amd: pmf: Add quirk for TUF Gaming A14
` [PATCH AUTOSEL 6.11 226/244] platform/x86: lenovo-ymc: Ignore the 0x0 state
` [PATCH AUTOSEL 6.11 232/244] platform/mellanox: mlxbf-pmc: fix lockdep warning
` [PATCH AUTOSEL 6.11 233/244] platform/x86: x86-android-tablets: Adjust Xiaomi Pad 2 bottom bezel touch buttons LED

Bouncing maintainers: Xing Tong Wu, Gerd Haeussler
 2024-09-25  5:26 UTC  (4+ messages)

unexptect ACPI GPE wakeup on Lenovo platforms
 2024-09-25  5:14 UTC  (9+ messages)

New order
 2024-09-24 22:06 UTC 

[PATCH] platform/x86: dell-sysman: add support for alienware products
 2024-09-24 14:42 UTC  (7+ messages)
` [PATCHv2 1/1] "

[PATCH] platform/x86:intel/pmc: fix IS_ENABLED() check
 2024-09-24  8:48 UTC  (2+ messages)

[PATCH] platform/x86: android-platform: deref after free in x86_android_tablet_probe() fix
 2024-09-23 22:20 UTC 

[PATCH v2 0/3] platform/x86: dell-laptop: Battery hook fixes
 2024-09-23 20:14 UTC  (8+ messages)
` [PATCH v2 1/3] ACPI: battery: Simplify battery hook locking
` [PATCH v2 2/3] ACPI: battery: Fix possible crash when unregistering a battery hook
` [PATCH v2 3/3] platform/x86: dell-laptop: Do not fail when encountering unsupported batteries

[PATCH] platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
 2024-09-23 17:51 UTC  (14+ messages)
      ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v2 0/5] acpi/x86: s2idle: move Display off/on calls outside suspend (fixes ROG Ally suspend)
 2024-09-23 17:13 UTC  (16+ messages)
` [PATCH v2 1/5] acpi/x86: s2idle: add support for Display Off and Display On callbacks
` [PATCH v2 2/5] acpi/x86: s2idle: handle Display On/Off calls outside of suspend sequence
` [PATCH v2 3/5] acpi/x86: s2idle: add quirk table for modern standby delays
` [PATCH v2 4/5] acpi/x86: s2idle: call Display On/Off as part of callbacks and rename
` [PATCH v2 5/5] platform/x86: asus-wmi: remove Ally (1st gen) and Ally X suspend quirk

[PATCH] platform/x86:intel/pmc: Leave ACPI PM Timer alone when using S3 suspend
 2024-09-23  8:46 UTC  (2+ messages)

[PATCH] platform/x86: ideapad-laptop: Stop calling i8042_command()
 2024-09-22  8:35 UTC  (11+ messages)

[PATCH v1 0/4] acpi/x86: s2idle: move Display off/on calls outside suspend (fixes ROG Ally suspend)
 2024-09-22  7:48 UTC  (23+ messages)
` [PATCH v1 1/4] acpi/x86: s2idle: add support for screen off and screen on callbacks
` [PATCH v1 2/4] acpi/x86: s2idle: handle screen off/on calls outside of suspend sequence
` [PATCH v1 3/4] acpi/x86: s2idle: call screen on and off as part of callbacks
` [PATCH v1 4/4] platform/x86: asus-wmi: remove Ally (1st gen) and Ally X suspend quirk

[PATCH v3 0/5] platform/x86: introduce asus-armoury driver
 2024-09-22  1:33 UTC  (19+ messages)
` [PATCH v3 1/5] platform/x86: asus-armoury: move existing tunings to asus-armoury module
` [PATCH v3 2/5] platform/x86: asus-armoury: add dgpu tgp control
` [PATCH v3 3/5] platform/x86: asus-armoury: add apu-mem control support
` [PATCH v3 4/5] platform/x86: asus-armoury: add core count control
` [PATCH v3 5/5] platform/x86: asus-wmi: deprecate bios features

[PATCH v3] platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL'
 2024-09-20 14:17 UTC 

[PATCH v2] platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL'
 2024-09-20 14:14 UTC  (2+ messages)

[PATCH] platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL'
 2024-09-20 10:34 UTC  (2+ messages)

[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
 2024-09-19 12:05 UTC  (3+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep

[PATCH] platform/x86: dell-laptop: Fix crash when unregistering battery hook
 2024-09-19  7:48 UTC  (3+ messages)

[PATCH v2 0/6] platform/x86: introduce asus-armoury
 2024-09-18  8:50 UTC  (6+ messages)
` [PATCH v2 2/6] platform/x86: asus-armoury: move existing tunings to asus-armoury module

[Bug 218696] New: DYTC frequency scaling deterioration
 2024-09-17 21:56 UTC  (2+ messages)
` [Bug 218696] DYTC frequency scaling deterioration and event spam

[PATCH 6.1] platform/x86: android-platform: deref after free in x86_android_tablet_init() fix
 2024-09-17 18:55 UTC  (3+ messages)
` [lvc-patches] "

[PATCH] MAINTAINERS: adjust file entry in INTEL MID PLATFORM
 2024-09-17 13:43 UTC  (3+ messages)

[PATCH] platform/x86: asus-wmi: don't fail if platform_profile already registered
 2024-09-17  8:45 UTC  (5+ messages)

[PATCH] platform/x86: x86-android-tablets: Adjust Xiaomi Pad 2 bottom bezel touch buttons LED
 2024-09-16 13:10 UTC  (4+ messages)

[PATCH] platform/mellanox: mlxbf-pmc: fix lockdep warning
 2024-09-16 12:28 UTC  (3+ messages)

[PATCH v1 1/1] platform/x86: ideapad-laptop: Make the scope_guard() clear of its scope
 2024-09-16 10:40 UTC  (6+ messages)

[PATCH v2] platform/x86/amd: pmf: Add quirk for TUF Gaming A14
 2024-09-14 16:10 UTC  (3+ messages)

[PATCH] platform/x86: touchscreen_dmi: add nanote-next quirks
 2024-09-14 15:58 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for v6.11-7
 2024-09-12 20:15 UTC  (2+ messages)

[PATCH v3] platform/x86/hp: Avoid spurious wakeup on HP ProOne 440
 2024-09-12 15:06 UTC  (8+ messages)

[PATCH] platform/x86/amd: pmf: Add quirk for TUF Gaming A14
 2024-09-12  3:57 UTC 

[Bug 213977] New: Unable to lock HW IRQ 44 TigerLake
 2024-09-11 16:32 UTC  (2+ messages)
` [Bug 213977] Unable to lock HW IRQ 44 :: TigerLake Proc :: Clevo NH58HPQ

[PATCH v2 0/3] platform/x86: intel_scu: Move headers to x86 subfolder
 2024-09-11 14:31 UTC  (3+ messages)

[PATCH net-next v2 00/10] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
 2024-09-11 12:20 UTC  (3+ messages)
` [PATCH -next v2] platform/olpc: Remove redundant null pointer checks in olpc_ec_setup_debugfs()

[PATCH v2] platform/x86:intel/pmc: Ignore all LTRs during suspend
 2024-09-11 12:17 UTC  (6+ messages)

[v7 01/10] platform/x86/amd/hsmp: Create hsmp/ directory
 2024-09-11 10:00 UTC  (5+ messages)
` [v7 08/10] platform/x86/amd/hsmp: Create mutually exclusive ACPI and plat drivers

[PATCH net-next v2 00/10] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
 2024-09-11  3:08 UTC  (2+ messages)

[PATCH -next 0/7] spi: replace and remove spi_slave_abort()
 2024-09-10 22:46 UTC  (4+ messages)
` [PATCH -next 6/7] platform/olpc: olpc-xo175-ec: switch to use spi_target_abort()

[PATCH] platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver
 2024-09-10 22:45 UTC  (3+ messages)

[PATCH v2 00/11] Create Intel PMC SSRAM Telemetry driver
 2024-09-10 19:57 UTC  (13+ messages)
` [PATCH v2 03/11] platform/x86:intel/pmc: Move PMC devid to core.h
` [PATCH v2 05/11] platform/x86:intel/pmc: Remove unneeded h file inclusion
` [PATCH v2 07/11] platform/x86:intel/pmc: Check return value of ioremap
` [PATCH v2 08/11] platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver

[PATCH AUTOSEL 6.10 17/18] platform/x86/amd: pmf: Make ASUS GA403 quirk generic
 2024-09-10 17:22 UTC 

Add Support for the Acer Predator Triton PT14-51
 2024-09-10 15:15 UTC  (2+ messages)

[PATCH v2 1/3] platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses
 2024-09-10 14:26 UTC  (4+ messages)

[PATCH] platform/x86: asus-wmi: Disable OOBE experience on Zenbook S 16
 2024-09-10 12:45 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox