X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2023-05-23 11:08:30 to 2023-06-02 13:11:44 UTC [more...]

[PATCH v16 00/13] hp-bioscfg driver
 2023-06-02 13:10 UTC  (13+ messages)
` [PATCH v16 01/13] hp-bioscfg: Documentation
` [PATCH v16 02/13] hp-bioscfg: bioscfg-h
` [PATCH v16 03/13] hp-bioscfg: bioscfg
` [PATCH v16 04/13] hp-bioscfg: biosattr-interface
` [PATCH v16 05/13] hp-bioscfg: enum-attributes
` [PATCH v16 06/13] hp-bioscfg: int-attributes
` [PATCH v16 07/13] hp-bioscfg: order-list-attributes
` [PATCH v16 08/13] hp-bioscfg: passwdobj-attributes
` [PATCH v16 09/13] hp-bioscfg: spmobj-attributes
` [PATCH v16 10/13] hp-bioscfg: string-attributes
` [PATCH v16 11/13] hp-bioscfg: surestart-attributes
` [PATCH v16 12/13] hp-bioscfg: Makefile

[PATCH v4 02/35] acpi/ac: Move handler installing logic to driver
 2023-06-02 13:09 UTC  (34+ messages)
` [PATCH v4 03/35] acpi/video: "
` [PATCH v4 04/35] acpi/battery: "
` [PATCH v4 05/35] acpi/button: "
` [PATCH v4 06/35] acpi/hed: "
` [PATCH v4 07/35] acpi/nfit: "
` [PATCH v4 08/35] acpi/thermal: "
` [PATCH v4 09/35] acpi/tiny-power-button: "
` [PATCH v4 10/35] hwmon/acpi_power_meter: "
` [PATCH v4 11/35] iio/acpi-als: "
` [PATCH v4 12/35] platform/chromeos_tbmc: "
` [PATCH v4 13/35] platform/wilco_ec: "
` [PATCH v4 14/35] platform/surface/button: "
` [PATCH v4 15/35] platform/x86/acer-wireless: "
` [PATCH v4 16/35] platform/x86/asus-laptop: "
` [PATCH v4 17/35] platform/x86/asus-wireless: "
` [PATCH v4 18/35] platform/x86/classmate-laptop: "
` [PATCH v4 19/35] platform/x86/dell/dell-rbtn: "
` [PATCH v4 20/35] platform/x86/eeepc-laptop: "
` [PATCH v4 21/35] platform/x86/fujitsu-laptop: "
` [PATCH v4 22/35] platform/x86/lg-laptop: "
` [PATCH v4 23/35] platform/x86/panasonic-laptop: "
` [PATCH v4 24/35] platform/x86/system76_acpi: "
` [PATCH v4 25/35] platform/x86/topstar-laptop: "
` [PATCH v4 26/35] platform/x86/toshiba_acpi: "
` [PATCH v4 27/35] platform/x86/toshiba_bluetooth: "
` [PATCH v4 28/35] platform/x86/toshiba_haps: "
` [PATCH v4 29/35] platform/x86/wireless-hotkey: "
` [PATCH v4 30/35] platform/x86/xo15-ebook: "
` [PATCH v4 31/35] platform/x86/sony-laptop: "
` [PATCH v4 32/35] virt/vmgenid: "

[PATCH v4 1/8] platform/x86: think-lmi: mutex protection around multiple WMI calls
 2023-06-02 11:12 UTC  (9+ messages)
` [PATCH v4 2/8] platform/x86: think-lmi: Enable opcode support on BIOS settings
` [PATCH v4 3/8] platform/x86: think-lmi: Correct System password interface
` [PATCH v4 4/8] platform/x86: think-lmi: Update password attribute comments
` [PATCH v4 5/8] platform/x86: think-lmi: Update password fields to use BIT
` [PATCH v4 6/8] platform/x86: think-lmi: Correct NVME password handling
` [PATCH v4 7/8] platform/x86: think-lmi: Correct NVME index default
` [PATCH v4 8/8] platform/x86: think-lmi: Don't display unnecessary authentication settings

[PATCH v4 35/35] acpi/bus: Remove notify callback and flags
 2023-06-02  9:26 UTC  (3+ messages)

[PATCH v3 1/4] include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume
 2023-06-02  6:09 UTC  (7+ messages)
` [PATCH v3 2/4] ACPI: x86: Add pm_debug_messages for LPS0 _DSM state tracking
` [PATCH v3 3/4] pinctrl: amd: Use pm_pr_dbg to show debugging messages
` [PATCH v3 4/4] platform/x86/amd: pmc: Use pm_pr_dbg() for suspend related messages

[PATCH 0/1] leds: simatic-ipc-leds-gpio: add new model BX-21A
 2023-06-01 16:50 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v4 0/4] leds: simatic-ipc-leds-gpio: split up
 2023-06-01 16:47 UTC  (10+ messages)
` [PATCH v4 1/4] leds: simatic-ipc-leds-gpio: add terminating entries to gpio tables
` [PATCH v4 2/4] leds: simatic-ipc-leds-gpio: move two extra gpio pins into another table
` [PATCH v4 3/4] leds: simatic-ipc-leds-gpio: split up into multiple drivers
` [PATCH v4 4/4] leds: simatic-ipc-leds-gpio: introduce more Kconfig switches

[PATCH v4 01/35] acpi: Adjust functions installing bus event handlers
 2023-06-01 13:17 UTC 

[PATCH v4 34/35] acpi/bus: Remove redundant functions
 2023-06-01 13:21 UTC 

[PATCH v4 33/35] acpi/bus: Remove installing/removing notify handlers from probe/remove
 2023-06-01 13:21 UTC 

[PATCH v4 00/35] Remove .notify callback in acpi_device_ops
 2023-06-01 13:16 UTC 

Bezpłatna konsultacja
 2023-06-01  7:40 UTC 

[PATCH] platform/x86:intel/pmc: Remove Meteor Lake S platform support
 2023-06-01  0:47 UTC 

[PATCH v15 00/13] hp-bioscfg driver
 2023-05-31 16:22 UTC  (11+ messages)
` [PATCH v15 02/13] hp-bioscfg: bioscfg-h
` [PATCH v15 03/13] hp-bioscfg: bioscfg
` [PATCH v15 05/13] hp-bioscfg: enum-attributes

[PATCH] platform/x86: int3472: Remap reset GPIO for INT347E
 2023-05-31 15:50 UTC  (3+ messages)

[PATCH v2] platform/x86: int3472: Evaluate device's _DSM method to control imaging clock
 2023-05-31 14:45 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 06/17] platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
 2023-05-31 13:44 UTC 

[PATCH AUTOSEL 5.10 07/21] platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
 2023-05-31 13:44 UTC 

[PATCH AUTOSEL 5.15 07/24] platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
 2023-05-31 13:43 UTC 

[PATCH AUTOSEL 6.1 09/33] platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
 2023-05-31 13:41 UTC 

[PATCH AUTOSEL 6.3 10/37] platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
 2023-05-31 13:39 UTC 

[PATCH] platform/x86: hp-wmi: Add thermal profile for Victus 16-d1xxx
 2023-05-30 14:50 UTC  (3+ messages)
  `  "

[PATCH v3 1/5] platform/x86: think-lmi: Enable opcode support on BIOS settings
 2023-05-30 13:08 UTC  (23+ messages)
` [PATCH v3 2/5] platform/x86: think-lmi: Correct System password interface
` [PATCH v3 3/5] platform/x86: think-lmi: Correct NVME password handling
` [PATCH v3 4/5] platform/x86: think-lmi: Don't display unnecessary authentication settings
` [PATCH v3 5/5] platform/x86: think-lmi: mutex protection around multiple WMI calls

[PATCH 0/2] platform/surface: aggregator_tabletsw: Add support for book mode
 2023-05-30  9:25 UTC  (4+ messages)
` [PATCH 1/2] platform/surface: aggregator_tabletsw: Add support for book mode in KIP subsystem
` [PATCH 2/2] platform/surface: aggregator_tabletsw: Add support for book mode in POS subsystem

[PATCH] platform/surface: aggregator: Allow completion work-items to be executed in parallel
 2023-05-30  9:24 UTC  (2+ messages)

[PATCH] platform/surface: aggregator: Make to_ssam_device_driver() respect constness
 2023-05-30  9:24 UTC  (2+ messages)

[PATCH v5 0/4] Updates to AMD PMC driver
 2023-05-30  9:09 UTC  (9+ messages)
` [PATCH v5 1/4] platform/x86/amd: pmc: Pass true/false to bool argument
` [PATCH v5 2/4] platform/x86/amd: pmc: Get STB DRAM size from PMFW
` [PATCH v5 3/4] platform/x86/amd: pmc: Add helper function to check the cpu id
` [PATCH v5 4/4] platform/x86/amd: pmc: Update metrics table info for Pink Sardine

Panele fotowaltaiczne
 2023-05-29  8:00 UTC 

[PATCH 1/5] platform/x86: think-lmi: Enable opcode support on BIOS settings
 2023-05-26 14:00 UTC  (12+ messages)
` [PATCH 2/5] platform/x86: think-lmi: Correct System password interface
` [PATCH 3/5] platform/x86: think-lmi: Correct NVME password handling
` [PATCH 4/5] platform/x86: think-lmi: Don't display unnecessary authentication settings
` [PATCH 5/5] platform/x86: think-lmi: mutex protection around multiple WMI calls

[GIT PULL] platform-drivers-x86 for 6.4-3
 2023-05-25 17:33 UTC  (2+ messages)

[PATCH 1/4] platform/x86: think-lmi: Enable opcode support on BIOS settings
 2023-05-25 13:54 UTC  (11+ messages)
` [PATCH 2/4] platform/x86: think-lmi: Correct System password interface

[PATCH v4 0/4] Updates to AMD PMC driver
 2023-05-25 13:36 UTC  (6+ messages)
` [PATCH v4 1/4] platform/x86/amd: pmc: Pass true/false to bool argument
` [PATCH v4 2/4] platform/x86/amd: pmc: Get STB DRAM size from PMFW
` [PATCH v4 3/4] platform/x86/amd: pmc: Add helper function to check the cpu id
` [PATCH v4 4/4] platform/x86/amd: pmc: Update metrics table info for Pink Sardine

[PATCH v3 0/4] Updates to AMD PMC driver
 2023-05-25 12:19 UTC  (11+ messages)
` [PATCH v3 3/4] platform/x86/amd: pmc: Add helper function to check the cpu id

[PATCH v2 1/4] include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume
 2023-05-25 12:06 UTC  (15+ messages)
` [PATCH v2 2/4] ACPI: x86: Add pm_debug_messages for LPS0 _DSM state tracking
` [PATCH v2 3/4] pinctrl: amd: Use pm_pr_dbg to show debugging messages
` [PATCH v2 4/4] platform/x86/amd: pmc: Use pm_pr_dbg() for suspend related messages

[PATCH v2 0/1] platform/x86: asus-wmi: add support for ASUS screenpad
 2023-05-25 11:09 UTC  (5+ messages)

Panele fotowaltaiczne
 2023-05-24  8:16 UTC 

Słowa kluczowe do wypozycjonowania
 2023-05-24  7:35 UTC 

[PATCH v14 00/13] hp-bioscfg driver
 2023-05-23 16:14 UTC  (7+ messages)
` [PATCH v14 01/13] hp-bioscfg: Documentation

[PATCH] platform/x86: ISST: Remove 8 socket limit
 2023-05-23 15:19 UTC  (3+ messages)

[PATCH V6 00/21] Add basic ACPI support for RISC-V
 2023-05-23 12:01 UTC  (3+ messages)
` [PATCH V6 09/21] RISC-V: ACPI: Cache and retrieve the RINTC structure

[PATCH] platform/x86: lenovo-yogabook: add I2C dependency
 2023-05-23 11:09 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