Linux ACPI
 help / color / mirror / Atom feed
 messages from 2026-07-06 00:04:00 to 2026-07-09 14:40:10 UTC [more...]

[PATCH 0/4] perf/arm_cspmu: Miscellaneous improvements
 2026-07-09 14:39 UTC  (3+ messages)
` [PATCH 1/4] ACPI/APMT: Use stable device ID
` [PATCH 2/4] perf/arm_cspmu: Improve APMT-based PMU naming

[PATCH v4 00/14] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-09 14:31 UTC  (23+ messages)
` [PATCH v4 01/14] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v4 02/14] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v4 03/14] power: sequencing: Add pwrseq_power_is_on()
` [PATCH v4 04/14] usb: hub: Return actual error from hub_configure() in hub_probe()
` [PATCH v4 05/14] usb: hub: Associate port@ fwnode with USB port device
` [PATCH v4 06/14] usb: core: Move struct usb_port and related APIs to port.h
` [PATCH v4 07/14] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()
` [PATCH v4 08/14] usb: hub: Use usb_hub_set_port_power() to control port power everywhere
` [PATCH v4 09/14] usb: hub: Power on connected M.2 E-key connectors with power sequencing API
` [PATCH v4 10/14] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections
` [PATCH v4 11/14] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v4 12/14] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector
` [PATCH v4 13/14] arm64: dts: mediatek: mt8195-cherry: Add M.2 E-key slot
` [PATCH v4 14/14] arm64: dts: mediatek: mt8188-geralt: Add WiFi/BT as "

[PATCH v2 00/15] arm_mpam: Add MPAM-Fb firmware support
 2026-07-09 13:53 UTC  (27+ messages)
` [PATCH v2 02/15] arm_mpam: propagate MSC read errors for wrapper functions
` [PATCH v2 03/15] arm_mpam: propagate MSC read errors for hw_probe functions
` [PATCH v2 04/15] arm_mpam: propagate MSC read errors for mpam_msc_read_mbwu_l()
` [PATCH v2 06/15] arm_mpam: propagate MSC read errors for __ris_msmon_read()
` [PATCH v2 07/15] arm_mpam: propagate MSC read errors for state saving functions
` [PATCH v2 13/15] arm_mpam: add MPAM-Fb MSC firmware access support
` [PATCH v2 14/15] arm_mpam: prevent MPAM-Fb accesses inside IRQ handler
` [PATCH v2 15/15] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH v1] x86/platform/olpc: xo15: Stop setting acpi_device_name/class()
 2026-07-09 13:40 UTC  (3+ messages)

[PATCH v1] sonypi: Stop setting acpi_device_name/class()
 2026-07-09 13:40 UTC  (4+ messages)

[PATCH v2] platform/surface: surfacepro3_button: Stop setting acpi_device_name()
 2026-07-09 13:39 UTC  (3+ messages)

[PATCH v4] platform/x86: thinkpad_acpi: Add USB-C Security (USCS) support
 2026-07-09 13:39 UTC  (2+ messages)

[PATCH] acpi: battery: Sanitise model_number by dropping unprintable characters
 2026-07-09 13:38 UTC  (2+ messages)

[PATCH v4 0/7] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
 2026-07-09 13:32 UTC  (9+ messages)
` [PATCH v4 1/7] ACPI: Add acpi_device_clear_deps() helper function
` [PATCH v4 2/7] ACPI: RISC-V: Fix riscv_acpi_irq_get_dep() loop termination
` [PATCH v4 3/7] ACPI: RISC-V: Check acpi_get_handle() status in riscv_acpi_add_prt_dep()
` [PATCH v4 4/7] ACPI: RISC-V: Fix riscv_acpi_add_prt_dep() loop handling
` [PATCH v4 5/7] ACPI: irq: Move RISC-V interrupt controllers autodep to ACPI IRQ code
` [PATCH v4 6/7] ACPI/IORT: Implement ACPI infrastructure to enable GICv5 IWB probe deferral
` [PATCH v4 7/7] irqchip/gic-v5: Enable GICv5 IWB ACPI probe ordering detection

[PATCH v3] mailbox: pcc: Fix command timeout due to missed interrupt
 2026-07-09 13:23 UTC 

[PATCH v2] mailbox: pcc: Fix command timeout due to missed interrupt
 2026-07-09 13:17 UTC  (3+ messages)

[PATCH v1 00/17] ACPI: processor: idle/intel_idle: Add ACPI _LPI support to intel_idle
 2026-07-09 12:44 UTC  (18+ messages)
` [PATCH v1 01/17] ACPI: processor: idle: Expand _LPI package sanity checks
` [PATCH v1 02/17] ACPI: processor: idle: Ignore _LPI states with SYSTEMIO entry method
` [PATCH v1 03/17] ACPI: processor: idle: Unify debug in acpi_processor_evaluate_lpi()
` [PATCH v1 04/17] ACPI: processor: idle: Rearrange acpi_processor_evaluate_lpi()
` [PATCH v1 05/17] ACPI: processor: idle: Split acpi_processor_evaluate_lpi()
` [PATCH v1 06/17] ACPI: processor: idle: Introduce lpi_state_debug()
` [PATCH v1 07/17] ACPI: processor: idle: Rearrange acpi_processor_get_lpi_info()
` [PATCH v1 08/17] ACPI: processor: idle: Rework first-level _LPI states processing
` [PATCH v1 09/17] ACPI: processor: idle: Drop redundant _LPI presence checks
` [PATCH v1 10/17] ACPI: processor: idle: Rearrange loop in acpi_processor_get_lpi_info()
` [PATCH v1 11/17] ACPI: processor: idle: Rework flatten_lpi_states()
` [PATCH v1 12/17] ACPI: processor: idle: Introduce too_many_states() for _LPI
` [PATCH v1 13/17] ACPI: processor: idle: Introduce acpi_processor_extract_lpi_info()
` [PATCH v1 14/17] ACPI: processor: idle: Relocate acpi_processor_extract_lpi_info()
` [PATCH v1 15/17] ACPI: processor: idle: Add switch for strict _LPI processing
` [PATCH v1 16/17] intel_idle: Prepare for adding ACPI _LPI support
` [PATCH v1 17/17] intel_idle: Add "

[PATCH 0/2] Bring includes in linux/kmod.h up to date
 2026-07-09  9:49 UTC  (5+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date

[PATCH v2 0/2] CPPC: reduce FFH feedback-counter sampling skew on arm64
 2026-07-09  6:11 UTC  (5+ messages)
` [PATCH v2 1/2] ACPI: CPPC: add paired FFH feedback-counter read hook
` [PATCH v2 2/2] arm64: topology: read CPPC FFH feedback counters in one operation

[RFC PATCH v1 0/1] Fix hmat_adist_nb for coming CXL Type2
 2026-07-09  1:37 UTC  (5+ messages)
` [RFC PATCH v1 1/1] acpi/hmat: preserve hmat_adist_nb notifier block

[PATCH v1] ACPI: fan: Use devm_acpi_install_notify_handler()
 2026-07-08 20:03 UTC  (2+ messages)

[PATCH v7 00/16] Support Armv8 RAS Extensions for Kernel-first error handling
 2026-07-08 17:22 UTC  (3+ messages)

[PATCH v2] ACPI: APEI: Handle repeated SEA error storms
 2026-07-08 17:14 UTC  (4+ messages)

[PATCH v1] PNP: ACPI: Stop using acpi_device_name()
 2026-07-08 14:39 UTC  (2+ messages)

[PATCH v1] ACPI: PAD: xen: Stop setting acpi_device_name/class()
 2026-07-08 14:34 UTC  (3+ messages)

[PATCH v1] PCI: acpiphp_ibm: Do not use uninitialized device_class
 2026-07-08 14:33 UTC  (2+ messages)

[PATCH v1] platform/loongarch: laptop: Stop setting acpi_device_class()
 2026-07-08 14:30 UTC  (2+ messages)

[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-07-08 13:59 UTC  (11+ messages)
` [PATCH v7 01/10] ACPI: APEI: GHES: share macros via a private header
` [PATCH v7 02/10] ACPI: APEI: GHES: move CPER read helpers
` [PATCH v7 03/10] ACPI: APEI: GHES: move GHESv2 ack and alloc helpers
` [PATCH v7 04/10] ACPI: APEI: GHES: move estatus cache helpers
` [PATCH v7 05/10] ACPI: APEI: GHES: move vendor record helpers
` [PATCH v7 06/10] ACPI: APEI: GHES: move CXL CPER helpers
` [PATCH v7 07/10] ACPI: APEI: introduce GHES helper
` [PATCH v7 08/10] ACPI: APEI: share GHES CPER helpers
` [PATCH v7 09/10] dt-bindings: firmware: add arm,ras-cper
` [PATCH v7 10/10] RAS: add firmware-first CPER provider

[PATCH v2 0/5] software node: provide support for fw_devlink
 2026-07-08 13:44 UTC  (9+ messages)
` [PATCH v2 1/5] kunit: provide a set of fwnode-oriented helpers
` [PATCH v2 2/5] software node: add fw_devlink support
` [PATCH v2 3/5] software node: add kunit tests for "
` [PATCH v2 4/5] MAINTAINERS: add myself as reviewer of software node support
` [PATCH v2 5/5] gpio: kunit: add test cases verifying swnode devlink support

[PATCH v2 0/4] Add NVL CVS/IPU8 camera support
 2026-07-08 10:41 UTC  (4+ messages)
` [PATCH v2 1/4] ACPI: scan: Honor ACPI _DEP dependency for NVL CVS

[PATCH RFC] RAS: hwerr_tracking: move recoverable hardware error tracking out of vmcoreinfo
 2026-07-08 10:13 UTC  (5+ messages)

[PATCH v9 0/9] lan966x pci device: Add support for SFPs, PCI part
 2026-07-08 10:02 UTC  (10+ messages)
` [PATCH v9 1/9] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v9 2/9] drivers: core: Use fw_devlink_set_device()
` [PATCH v9 3/9] pinctrl: cs42l43: "
` [PATCH v9 4/9] cxl/test: Use device_set_node()
` [PATCH v9 5/9] cxl/test: Use fw_devlink_set_device()
` [PATCH v9 6/9] PCI: of: "
` [PATCH v9 7/9] PCI: of: Clear fwnode->dev during root bridge node removal
` [PATCH v9 8/9] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v9 9/9] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node

[PATCH] acpi: battery: Sanitise model_number by dropping unprintable characters
 2026-07-08  7:07 UTC 

[PATCH] ACPI: TAD: Use devm_pm_runtime_set_active_enabled()
 2026-07-08  2:49 UTC 

[PATCH 0/2] x86/topology: Add support for Low Power cpu_type
 2026-07-07 23:24 UTC  (12+ messages)
` [PATCH 1/2] x86/topology: Name the AMD core-type values

[rafael-pm:bleeding-edge] BUILD SUCCESS 2c94bde29aefb559eab0abec11574e9655c9d6a2
 2026-07-07 23:08 UTC 

[PATCH v21 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-07-07 19:55 UTC  (5+ messages)
` [PATCH v21 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v21 2/2] ras: mem: Add ACPI RAS2 memory driver

[PATCH v2 0/2] vmcoreinfo: Expose hardware error recovery statistics via sysfs
 2026-07-07 14:13 UTC  (4+ messages)
` [PATCH v2 1/2] vmcoreinfo: expose "

[PATCH] ACPI: PCI: Clear driver_data on all error paths in acpi_pci_root_add()
 2026-07-07 12:12 UTC 

Regression: ACPI battery status incorrectly reported as Not charging after bb1256e0ddc7
 2026-07-07 11:17 UTC  (2+ messages)

[PATCH v1] ACPI: battery: Adjust charging status validation check
 2026-07-07 11:14 UTC 

[PATCH v3 00/13] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-07  9:05 UTC  (9+ messages)
` [PATCH v3 06/13] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()

[PATCH 0/5] software node: provide support for fw_devlink
 2026-07-07  7:27 UTC  (14+ messages)
` [PATCH 2/5] software node: add fw_devlink support
` [PATCH 3/5] software node: add kunit tests for "
` [PATCH 5/5] gpio: kunit: add test cases verifying swnode devlink support

[PATCH v2 0/9] treewide, numa_memblks: remove redundant work during NUMA init
 2026-07-07  5:42 UTC  (4+ messages)
` [PATCH v2 2/9] ACPI: NUMA: remove redundant numa_nodes_parsed node_set()

[PATCH v3 0/3] ACPI: battery: Do not generate too much pressure on ACPI methods
 2026-07-06 18:50 UTC  (4+ messages)
` [PATCH v3 1/3] ACPI: battery: Merge consecutive battery notifications

[PATCH v1] PNP: Fix card device cleanup on registration failure
 2026-07-06 18:07 UTC  (2+ messages)

[PATCH v1] ACPI: sysfs: Fix hotplug kobject cleanup on failure
 2026-07-06 18:03 UTC  (2+ messages)

[PATCH v1] platform/x86: topstar-laptop: Stop setting acpi_device_name/class()
 2026-07-06 17:20 UTC  (2+ messages)

[PATCH v1 00/10] platform/x86: Stop using acpi_device_name/class()
 2026-07-06 17:20 UTC  (2+ messages)

[PATCH v1] platform/surface: surfacepro3_button: Stop setting acpi_device_name()
 2026-07-06 16:06 UTC  (4+ messages)

[PATCH v1] hwmon: (acpi_power_meter) Stop setting acpi_device_name/class()
 2026-07-06 13:50 UTC  (2+ messages)

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-06 12:50 UTC  (7+ messages)
` [PATCH 04/32] acpi: Stop using "

[PATCH] ACPI: RHCT: validate node reference bounds
 2026-07-06  9:46 UTC 

[PATCH] ACPI: PRMT: validate module handler bounds
 2026-07-06  9:45 UTC 

[PATCH] ACPI: RIMT: validate node and mapping bounds
 2026-07-06  9:44 UTC 

[PATCH] ACPI: IORT: validate RMR node array bounds
 2026-07-06  9:43 UTC 

[PATCH] ACPI: FPDT: validate table and record lengths
 2026-07-06  9:41 UTC 

[PATCH] ACPI: APMT: validate node bounds before device registration
 2026-07-06  9:38 UTC 

[PATCH] efi: cper: validate processor section item bounds
 2026-07-06  9:31 UTC 

[PATCH 0/6] ACPI/PCC: Preserve platform-populated PCC signatures
 2026-07-06  9:15 UTC  (9+ messages)
` [PATCH 4/6] devfreq: hisi_uncore: Preserve PCC shared memory signature

[PATCH v3 0/7] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
 2026-07-06  8:46 UTC  (4+ messages)
` [PATCH v3 1/7] ACPI: Add acpi_device_clear_dep() helper function

[PATCH v2] USB: hub: call ACPI _PRR reset during port power-cycle on enumeration failure
 2026-07-06  8:01 UTC 

[PATCH v4 0/3] device property: fix child iteration issues with secondary fwnodes
 2026-07-06  3:16 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