messages from 2025-09-22 10:40:10 to 2025-10-05 12:30:55 UTC [more...]
[PATCH v12 0/8] platform/x86: Add asus-armoury driver
2025-10-05 12:30 UTC (13+ messages)
` [PATCH v12 1/8] platform/x86: asus-wmi: export symbols used for read/write WMI
` [PATCH v12 2/8] platform/x86: asus-armoury: move existing tunings to asus-armoury module
` [PATCH v12 3/8] platform/x86: asus-armoury: add panel_hd_mode attribute
` [PATCH v12 4/8] platform/x86: asus-armoury: add apu-mem control support
` [External] : "
` [PATCH v12 5/8] platform/x86: asus-armoury: add core count control
` [PATCH v12 6/8] platform/x86: asus-armoury: add screen auto-brightness toggle
` [PATCH v12 7/8] platform/x86: asus-wmi: deprecate bios features
` [PATCH v12 8/8] platform/x86: asus-armoury: add ppt_* and nv_* tuning knobs
` [External] : "
[GIT PULL] platform-drivers-x86 for v6.18-1
2025-10-04 23:42 UTC (2+ messages)
[Bug] Acer AN515-58: Fn+F10 affects display brightness unexpectedly
2025-10-04 16:33 UTC (5+ messages)
[PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
2025-10-03 19:45 UTC (3+ messages)
New co-maintainer for ASUS driver
2025-10-03 14:01 UTC (3+ messages)
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-03 13:00 UTC (20+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v4 0/2] Add support for Uniwill laptop features
2025-10-02 23:36 UTC (10+ messages)
` [PATCH v4 1/2] platform/x86: Add Uniwill laptop driver
` [PATCH v4 2/2] Documentation: laptops: Add documentation for uniwill laptops
[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-02 20:47 UTC (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v2 0/4] platform/x86: acer-wmi: Add fan control support
2025-10-02 19:26 UTC (11+ messages)
` [PATCH v2 1/4] platform/x86: acer-wmi: Fix setting of fan behavior
` [PATCH v2 2/4] platform/x86: acer-wmi: Add fan control support
` [PATCH v2 3/4] platform/x86: acer-wmi: Enable fan control for PH16-72 and PT14-51
` [PATCH v2 4/4] platform/x86: acer-wmi: Add support for PHN16-72
[PATCH v3 0/6] ACPI: DPTF: Move INT340X enumeration from DPTF core to thermal drivers
2025-10-02 11:34 UTC (7+ messages)
` [PATCH v3 1/6] ACPI: DPTF: Ignore SoC DTS thermal while scanning
` [PATCH v3 2/6] ACPI: DPTF: Move INT340X device IDs to header
` [PATCH v3 3/6] ACPI: DPTF: Move PCH FIVR "
` [PATCH v3 4/6] ACPI: DPTF: Remove not supported INT340X IDs
` [PATCH v3 5/6] ACPI: platform: Add macro for acpi platform driver
` [PATCH v3 6/6] ACPI: DPTF: Move INT340X enumeration to modules
[PATCH v2 0/6] ACPI: DPTF: Move INT340X enumeration from DPTF core to thermal drivers
2025-10-01 19:33 UTC (4+ messages)
` [PATCH v2 1/6] ACPI: DPTF: Ignore SoC DTS thermal while scanning
[PATCH v2 00/15] backlight: Do not include <linux/fb.h> in header file
2025-10-01 13:43 UTC (3+ messages)
` (subset) "
[PATCH AUTOSEL 6.16-6.6] platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
2025-09-30 2:18 UTC
[PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530
2025-09-29 23:34 UTC (2+ messages)
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
2025-09-29 18:39 UTC (25+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once
[PATCH platform-next 0/2] Support for handling interrupt storm
2025-09-29 16:40 UTC (5+ messages)
` [PATCH platform-next 2/2] platform/mellanox: mlxreg-hotplug: Add support "
[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
2025-09-29 15:04 UTC (2+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep
[GIT PULL] platform-drivers-x86 for v6.17-5
2025-09-26 20:44 UTC (2+ messages)
[PATCH v2] platform: arm64: thinkpad-t14s-ec: Convert comma to semicolon
2025-09-26 11:28 UTC (2+ messages)
[PATCH] MAINTAINERS: adjust file entry in THINKPAD T14S EMBEDDED CONTROLLER DRIVER
2025-09-26 11:28 UTC (2+ messages)
[PATCH] platform: arm64: thinkpad-t14s-ec: Convert comma to semicolon
2025-09-26 8:21 UTC (2+ messages)
[PATCH 0/4] Some TGL and overall S0ix debug improvements
2025-09-25 17:17 UTC (9+ messages)
` [PATCH 1/4] platform/x86/intel/pmc: Fix typo on CNP register name (and clarify comment)
` [PATCH 2/4] platform/x86/intel/pmc: Dump raw SLP_Sx_DBG registers and distinguish between them
` [PATCH 3/4] platform/x86/intel/pmc: Always dump LPM status regs on unsuccessful paths
` [PATCH 4/4][RFC] platform/x86/intel/pmc: Re-add SLP_S0_DBG register dump on Tiger Lake
[PATCH v2 0/1] v4l2-subdev/int3472: Use "privacy" as con_id for the LED lookup
2025-09-25 16:04 UTC (8+ messages)
` [PATCH v2 1/1] media: v4l2-subdev / pdx86: int3472: Use "privacy" as con_id for the privacy LED
[PATCH v7] platform/x86: lg-laptop: Fix WMAB call in fan_mode_store()
2025-09-25 9:23 UTC (2+ messages)
[PATCH v2 0/1] alienware-wmi-wmax: Add AWCC support to Dell G15 5530
2025-09-24 18:57 UTC (3+ messages)
` [PATCH v2 1/1] alienware-wmi-wmax:Add "
[PATCH v3] platform/x86: lg-laptop: Fix WMAB call in fan_mode_store()
2025-09-24 17:58 UTC (8+ messages)
` [PATCH v5] "
` [PATCH v?] "
[PATCH] platform/x86: pcengines-apuv2: Use static device properties
2025-09-24 12:58 UTC (2+ messages)
[PATCH] platform/x86: meraki-mx100: Use static device properties
2025-09-24 12:58 UTC (2+ messages)
[PATCH] platform/x86: barco-p50-gpio: use software nodes for gpio-leds/keys
2025-09-24 12:58 UTC (2+ messages)
[PATCH v4 00/20] x86-android-tablets: convert to use GPIO references + Acer A1-840 support
2025-09-24 12:58 UTC (2+ messages)
[PATCH v3 1/3] input: mouse: trackpoint: Add doubletap enable/disable support
2025-09-24 4:55 UTC (4+ messages)
[PATCH] alieneware-wmi-wmax: Add AWCC support to Dell G15 5530
2025-09-24 4:31 UTC (3+ messages)
Thematic Funds Letter Of Intent
2025-09-23 23:58 UTC
[PATCH 0/4] platform/x86: acer-wmi: Add fan control support
2025-09-23 21:48 UTC (5+ messages)
` [PATCH 1/4] platform/x86: acer-wmi: Fix setting of fan behavior
` [PATCH 2/4] platform/x86: acer-wmi: Add fan control support
` [PATCH 3/4] platform/x86: acer-wmi: Enable fan control for PH16-72 and PT14-51
` [PATCH 4/4] platform/x86: acer-wmi: Add support for PHN16-72
[PATCH platform-next v3 1/1] [PATCH platform-next] platform/mellanox: mlxreg-hotplug: Add support for handling interrupt storm
2025-09-23 13:49 UTC
[PATCH platform-next v2 0/2] Support for handling interrupt storm
2025-09-23 12:10 UTC (7+ messages)
` [PATCH platform-next v2 1/2] [PATCH platform-next 1/2] platform_data/mlxreg: Add fields for interrupt storm handling
` [PATCH platform-next v2 2/2] [PATCH platform-next 2/2] platform/mellanox: mlxreg-hotplug: Add support for handling interrupt storm
[PATCH] platform/x86: dell-lis3lv02d: Add Latitude E6530
2025-09-23 9:27 UTC (2+ messages)
[PATCH v2] platform/x86/dell: Set USTT mode according to BIOS after reboot
2025-09-23 9:27 UTC (2+ messages)
[PATCH v2] platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
2025-09-23 9:27 UTC (2+ messages)
[PATCH v5 0/3] platform: arm64: thinkpad-t14s-ec: new driver
2025-09-23 8:41 UTC (5+ messages)
` [PATCH v5 1/3] dt-bindings: platform: Add Lenovo Thinkpad T14s EC
[PATCH] platform/x86:intel/pmc: Replace dev_warn() with dev_dbg()
2025-09-23 8:40 UTC (2+ messages)
[PATCH AUTOSEL 6.16-6.12] platform/x86/amd/pmf: Support new ACPI ID AMDI0108
2025-09-22 17:57 UTC (3+ messages)
` [PATCH AUTOSEL 6.16] platform/x86: oxpec: Add support for OneXPlayer X1Pro EVA-02
` [PATCH AUTOSEL 6.16-6.6] platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list
[PATCH 1/2] platform/x86/amd/pmf: Rename ipu fields to npu in smu_pmf_metrics_v2 structure
2025-09-22 16:19 UTC (7+ messages)
` [PATCH 2/2] platform/x86/amd/pmf: Introduce new interface to export NPU metrics
[PATCH v3 0/2] Add support for Uniwill laptop features
2025-09-22 16:03 UTC (13+ messages)
` [PATCH v3 1/2] platform/x86: Add Uniwill laptop driver
[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
2025-09-22 13:10 UTC (7+ messages)
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
2025-09-22 10:32 UTC (4+ messages)
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox