acpi · Supported
Maintainers
- M "Rafael J. Wysocki" <rafael@kernel.org>
- R Len Brown <lenb@kernel.org>
Paths
- F
Documentation/ABI/testing/configfs-acpi - F
Documentation/ABI/testing/sysfs-bus-acpi - F
Documentation/firmware-guide/acpi/ - F
arch/x86/kernel/acpi/ - F
arch/x86/pci/acpi.c - F
drivers/acpi/ - F
drivers/pci/*/*acpi* - F
drivers/pci/*acpi* - F
drivers/pnp/pnpacpi/ - F
include/acpi/ - F
include/linux/acpi.h - F
include/linux/fwnode.h - F
include/linux/fw_table.h - F
lib/fw_table.c - F
rust/helpers/acpi.c - F
rust/kernel/acpi.rs - F
tools/power/acpi/
Last 30 days
Most active threads (last 7 days)
-
HOTtoday
[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
2026-06-29 12:40 · 3 replies in 7d · Gary Guo <gary@garyguo.net>
Recent patches
Most-recent 30 patches in this subsystem on rust-for-linux (capped at 30), ordered by date desc.
-
HOTtoday
[PATCH v2 06/11] rust: driver: centralize device ID handling
2026-06-29 · Gary Guo <gary@garyguo.net> -
HOTtoday
[PATCH v2 08/11] rust: driver: store pointers in `DeviceId`
2026-06-29 · Gary Guo <gary@garyguo.net> -
HOTtoday
[PATCH v2 09/11] rust: driver: remove open-coded matching logic
2026-06-29 · Gary Guo <gary@garyguo.net> -
COOLING10d
[PATCH 05/10] rust: driver: centralize device ID handling
2026-06-18 · Gary Guo <gary@garyguo.net> -
COOLING10d
[PATCH 07/10] rust: driver: store pointers in `DeviceId`
2026-06-18 · Gary Guo <gary@garyguo.net> -
STALE62d
[PATCH v6] rust: ACPI: fix missing match data for PRP0001
2026-04-27 · Markus Probst <hidden> -
DORMANTno replies
[PATCH v5] rust: ACPI: fix missing match data for PRP0001
2026-04-20 · Markus Probst <hidden> -
DORMANTno replies
[PATCH v4] rust: ACPI: fix missing match data for PRP0001
2026-04-08 · Markus Probst <hidden> -
STALE80d
[PATCH v3] rust: ACPI: fix missing match data for PRP0001
2026-04-07 · Markus Probst <hidden> -
STALE84d
[PATCH v2] rust: ACPI: fix missing match data for PRP0001
2026-04-05 · Markus Probst <hidden> -
STALE85d
[PATCH] rust: ACPI: fix missing match data for PRP0001
2026-04-01 · Markus Probst <hidden> -
STALE91d
[PATCH v5 2/4] ACPI: of: match PRP0001 in of_match_device
2026-03-29 · Markus Probst via B4 Relay <devnull+markus.probst.posteo.de@kernel.org> -
STALE97d
[PATCH v3 3/7] acpi: add acpi_of_match_device_ids
2026-03-13 · Markus Probst via B4 Relay <devnull+markus.probst.posteo.de@kernel.org> -
STALE108d
[PATCH v3 3/7] acpi: add acpi_of_match_device_ids
2026-03-13 · Markus Probst <hidden> -
STALE153d
[PATCH 4/4] rust: acpi: import pin_init::zeroed() from ffi
2026-01-26 · Alice Ryhl <aliceryhl@google.com> -
STALE168d
[PATCH v2 1/2] rust: implement wrapper for acpi_object
2026-01-11 · Gladyshev Ilya <foxido@foxido.dev> -
STALE169d
[PATCH 2/3] rust: implement wrapper for acpi_object
2026-01-07 · Gladyshev Ilya <foxido@foxido.dev> -
STALE183d
[RFC PATCH 1/3] rust: implement wrapper for acpi_object
2025-12-21 · Gladyshev Ilya <foxido@foxido.dev> -
STALE172d
[PATCH v2] rust: acpi: replace manual zero-initialization with `pin_init::zeroed()`
2025-12-01 · Atharv Dubey <hidden> -
STALE210d
[PATCH] rust: acpi: replace manual zero-initialization with `pin_init::zeroed()`
2025-11-29 · Atharv Dubey <hidden> -
STALE245d
[PATCH] rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
2025-10-20 · Siyuan Huang <hidden> -
STALE282d
[PATCH v3 10/11] rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
2025-08-14 · Benno Lossin <lossin@kernel.org> -
STALE286d
[PATCH v3 11/11] rust: acpi: use `core::ffi::CStr` method names
2025-08-13 · Tamir Duberstein <hidden> -
STALE348d
LANDED: 19 (19M) [PATCH v4 1/3] rust: device_id: split out index support into a separate trait
2025-07-11 · FUJITA Tomonori <fujita.tomonori@gmail.com> -
STALE353d
Re: [PATCH v3 0/3] rust: Build PHY device tables by using module_device_table macro
2025-07-08 · Danilo Krummrich <dakr@kernel.org> -
STALE357d
LANDED [PATCH] rust: acpi: remove unneeded cast to clean future Clippy warning
2025-07-01 · Miguel Ojeda <ojeda@kernel.org> -
STALE368d
LANDED [PATCH v8 4/9] rust: acpi: add `acpi::DeviceId` abstraction
2025-06-20 · Igor Korotin <hidden> -
STALE374d
[PATCH v7 4/9] rust: acpi: add `acpi::DeviceId` abstraction
2025-06-18 · Igor Korotin <hidden> -
STALE369d
[PATCH v6 1/6] rust: acpi: add `acpi::DeviceId` abstraction
2025-06-13 · Igor Korotin <hidden> -
STALE383d
[PATCH v5 1/6] rust: acpi: add `acpi::DeviceId` abstraction
2025-06-11 · Igor Korotin <hidden>
Quiet for 30+ days
Patches with no review trailers and no replies. Either the author is heads-down elsewhere or these slipped through. Oldest first.
-
STALE153d
[PATCH 4/4] rust: acpi: import pin_init::zeroed() from ffi
2026-01-26 · Alice Ryhl <aliceryhl@google.com> -
DORMANTno replies
[PATCH v4] rust: ACPI: fix missing match data for PRP0001
2026-04-08 · Markus Probst <hidden> -
DORMANTno replies
[PATCH v5] rust: ACPI: fix missing match data for PRP0001
2026-04-20 · Markus Probst <hidden>