Platform-driver-x86 archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-04 13:46:12 to 2023-05-15 07:47:12 UTC [more...]

Proszę o kontakt
 2023-05-15  7:45 UTC 

[PATCH V6 00/21] Add basic ACPI support for RISC-V
 2023-05-15  5:54 UTC  (23+ messages)
` [PATCH V6 01/21] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH V6 02/21] platform/surface: Disable for RISC-V
` [PATCH V6 03/21] crypto: hisilicon/qm: Fix to enable build with RISC-V clang
` [PATCH V6 04/21] ACPI: tables: Print RINTC information when MADT is parsed
` [PATCH V6 05/21] ACPI: OSL: Make should_use_kmap() 0 for RISC-V
` [PATCH V6 06/21] RISC-V: Add support to build the ACPI core
` [PATCH V6 07/21] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH V6 08/21] RISC-V: Add ACPI initialization in setup_arch()
` [PATCH V6 09/21] RISC-V: ACPI: Cache and retrieve the RINTC structure
` [PATCH V6 10/21] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V6 11/21] RISC-V: smpboot: Create wrapper setup_smp()
` [PATCH V6 12/21] RISC-V: smpboot: Add ACPI support in setup_smp()
` [PATCH V6 13/21] RISC-V: only iterate over possible CPUs in ISA string parser
` [PATCH V6 14/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V6 15/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V6 16/21] irqchip/riscv-intc: Add ACPI support
` [PATCH V6 17/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V6 18/21] clocksource/timer-riscv: Add ACPI support
` [PATCH V6 19/21] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V6 20/21] RISC-V: Enable ACPI in defconfig
` [PATCH V6 21/21] MAINTAINERS: Add entry for drivers/acpi/riscv

[PATCH 0/4] x86-android-tablets: convert to using GPIO references
 2023-05-14 20:21 UTC  (6+ messages)
` [PATCH 1/4] platform/x86: x86-android-tablets: convert Goodix devices to "
` [PATCH 2/4] platform/x86: x86-android-tablets: convert int3496 "
` [PATCH 3/4] platform/x86: x86-android-tablets: convert wm1502 "
` [PATCH 4/4] platform/x86: x86-android-tablets: convert gpio_keys "

[PATCH] platform/x86/amd/pmf: Fix CnQF and auto-mode after resume
 2023-05-13  1:14 UTC 

[PATCH v2 0/3] leds: simatic-ipc-leds-gpio: split up
 2023-05-13 10:08 UTC  (2+ messages)

[PATCH v12 00/13] HP BIOSCFG driver
 2023-05-12 15:34 UTC  (50+ messages)
` [PATCH v12 01/13] HP BIOSCFG driver - Documentation
` [PATCH v12 02/13] HP BIOSCFG driver - biosattr-interface
` [PATCH v12 03/13] HP BIOSCFG driver - bioscfg
` [PATCH v12 04/13] HP BIOSCFG driver - int-attributes
` [PATCH v12 05/13] HP BIOSCFG driver - ordered-attributes
` [PATCH v12 06/13] HP BIOSCFG driver - passwdobj-attributes
` [PATCH v12 07/13] HP BIOSCFG driver - string-attributes
` [PATCH v12 08/13] HP BIOSCFG driver - bioscfg-h
` [PATCH v12 09/13] HP BIOSCFG driver - enum-attributes
` [PATCH v12 10/13] HP BIOSCFG driver - spmobj-attributes
` [PATCH v12 11/13] HP BIOSCFG driver - surestart-attributes
` [PATCH v12 12/13] HP BIOSCFG driver - Makefile
` [PATCH v12 13/13] HP BIOSCFG driver - MAINTAINERS

[PATCH] platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0
 2023-05-12 10:15 UTC 

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2023-05-11 20:35 UTC  (4+ messages)

[RESEND PATCH 1/4] platform/x86: gigabyte: constify pointers to hwmon_channel_info
 2023-05-11 17:56 UTC  (4+ messages)
` [RESEND PATCH 2/4] platform/x86: hp: "
` [RESEND PATCH 3/4] platform/x86: system76: "
` [RESEND PATCH 4/4] platform/x86: toshiba: "

[PATCH v1 1/1] mlxbf-bootctl: Add sysfs file for BlueField boot log
 2023-05-11 14:57 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] efivarfs: expose used and total size
 2023-05-11 13:21 UTC  (3+ messages)

[PATCH v4 1/2] platform/x86/amd/pmf: Add PMF acpi debug support
 2023-05-10 15:24 UTC  (4+ messages)
` [PATCH v4 2/2] platform/x86/amd/pmf: Add PMF debug facilities

[GIT PULL] platform-drivers-x86 for 6.4-2
 2023-05-10 14:45 UTC  (2+ messages)

Prezentacja
 2023-05-10  7:30 UTC 

[PATCH V5 00/21] Add basic ACPI support for RISC-V
 2023-05-10  5:47 UTC  (26+ messages)
` [PATCH V5 01/21] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH V5 02/21] platform/surface: Disable for RISC-V
` [PATCH V5 03/21] crypto: hisilicon/qm: Fix to enable build with RISC-V clang
` [PATCH V5 04/21] ACPI: tables: Print RINTC information when MADT is parsed
` [PATCH V5 05/21] ACPI: OSL: Make should_use_kmap() 0 for RISC-V
` [PATCH V5 06/21] RISC-V: Add support to build the ACPI core
` [PATCH V5 07/21] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH V5 08/21] RISC-V: ACPI: Cache and retrieve the RINTC structure
` [PATCH V5 09/21] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V5 10/21] RISC-V: smpboot: Create wrapper setup_smp()
` [PATCH V5 11/21] RISC-V: smpboot: Add ACPI support in setup_smp()
` [PATCH V5 12/21] RISC-V: only iterate over possible CPUs in ISA string parser
` [PATCH V5 13/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V5 14/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V5 15/21] irqchip/riscv-intc: Add ACPI support
` [PATCH V5 16/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V5 17/21] clocksource/timer-riscv: Add ACPI support
` [PATCH V5 18/21] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V5 19/21] RISC-V: Add ACPI initialization in setup_arch()
` [PATCH V5 20/21] RISC-V: Enable ACPI in defconfig
` [PATCH V5 21/21] MAINTAINERS: Add entry for drivers/acpi/riscv

[PATCH v11 00/14] HP BIOSCFG driver
 2023-05-09 18:38 UTC  (23+ messages)
` [PATCH v11 05/14] HP BIOSCFG driver - ordered-attributes
` [PATCH v11 06/14] HP BIOSCFG driver - passwdobj-attributes
` [PATCH v11 09/14] HP BIOSCFG driver - enum-attributes

[PATCH v3 1/2] platform/x86/amd/pmf: Add PMF acpi debug support
 2023-05-09 14:12 UTC  (3+ messages)
` [PATCH v3 2/2] platform/x86/amd/pmf: Add PMF debug facilities

[PATCH v2 1/2] platform/x86/amd/pmf: Add PMF acpi debug support
 2023-05-09 14:08 UTC  (3+ messages)

[PATCH v2 00/19] platform/x86: lenovo-yogabook: Modify to also work on Android version
 2023-05-09 10:39 UTC  (11+ messages)
` [PATCH v2 10/19] platform/x86: lenovo-yogabook: Split probe() into generic and WMI specific parts
` [PATCH v2 18/19] platform/x86: lenovo-yogabook: Add keyboard backlight control to platform driver

[PATCH v2] platform/x86: gigabyte-wmi: remove allowlist
 2023-05-09 10:10 UTC  (2+ messages)

[PATCH 0/2] platform/x86: Allow retrieving the number of WMI object instances
 2023-05-09 10:10 UTC  (2+ messages)

[PATCH v1 1/1] platform/mellanox: fix potential race in mlxbf-tmfifo driver
 2023-05-09  9:56 UTC  (4+ messages)

[PATCH 1/2] platform/x86: x86-android-tablets: Add support for more then 1 gpio_key
 2023-05-09  9:33 UTC  (5+ messages)
` [PATCH 2/2] platform/x86: x86-android-tablets: Add support for extra buttons on Cyberbook T116

[PATCH 1/2] platform/x86: x86-android-tablets: Fix Bluetooth on Lenovo Yoga Book
 2023-05-09  9:29 UTC  (2+ messages)

[PATCH 1/3] platform/x86: x86-android-tablets: Add ALS sensor support for Yoga Tablet 2 1050/830 series
 2023-05-09  9:28 UTC  (4+ messages)
` [PATCH 3/3] platform/x86: x86-android-tablets: Add Nextbook Ares 8A data

[PATCH v2 1/2] platform/x86: dell-ddv: Add documentation
 2023-05-09  9:26 UTC  (3+ messages)
` [PATCH v2 2/2] platform/x86: dell-ddv: Update ABI documentation

[PATCH v3 1/2] platform/x86: hp-wmi: Add HP WMI camera switch
 2023-05-09  9:25 UTC  (2+ messages)

[PATCH v2 0/3] Uncore frequency scaling using TPMI
 2023-05-09  9:19 UTC  (2+ messages)

[PATCH] platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the Juno Tablet
 2023-05-09  8:51 UTC  (2+ messages)

[PATCH 1/2] platform/x86: thinkpad_acpi: Fix platform profiles on T490
 2023-05-09  8:50 UTC  (3+ messages)
` [PATCH 2/2] platform/x86: thinkpad_acpi: Add profile force ability

[PATCH v2 0/1] platform/x86: asus-wmi: add support for ASUS screenpad
 2023-05-08  8:21 UTC  (11+ messages)
` [PATCH v2 1/1] "

[PATCH 1/2] platform/x86: dell-ddv: Add documentation
 2023-05-08  2:25 UTC  (3+ messages)

Prezentacja
 2023-05-05  8:15 UTC 

[PATCH] platform/x86: asus-wmi: add support for ASUS screenpad
 2023-05-05  4:36 UTC  (4+ messages)

[PATCH RFC 16/43] x86-64: Use per-cpu stack canary if supported by compiler
 2023-05-05  3:09 UTC  (3+ messages)

[PATCH v11 13/14] HP BIOSCFG driver - Makefile
 2023-05-04 13:45 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).