public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-18 10:15:34 to 2025-12-26 10:27:55 UTC [more...]

[RFC v1 0/8] acpi/x86: s2idle: Introduce and implement runtime standby ABI for ACPI s0ix platforms
 2025-12-26 10:26 UTC  (4+ messages)
` [RFC v1 2/8] acpi/x86: s2idle: Rename LPS0 constants so they mirror their function
` [RFC v1 6/8] acpi/x86: s2idle: implement turn on display DSM as resume notification
` [RFC v1 7/8] PM: hibernate: Enter s2idle sleep state before hibernation

[PATCH v5 00/11] Enhanced autonomous selection and improvements
 2025-12-26  8:03 UTC  (23+ messages)
` [PATCH v5 01/11] cpufreq: CPPC: Add generic helpers for sysfs show/store
` [PATCH v5 02/11] ACPI: CPPC: Clean up cppc_perf_caps and cppc_perf_ctrls structs
` [PATCH v5 03/11] ACPI: CPPC: Add cppc_get_perf() API to read performance controls
` [PATCH v5 04/11] ACPI: CPPC: Extend cppc_set_epp_perf() to support auto_sel and epp
` [PATCH v5 05/11] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v5 06/11] ACPI: CPPC: add APIs and sysfs interface for perf_limited
` [PATCH v5 07/11] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited
` [PATCH v5 08/11] cpufreq: CPPC: sync policy limits when updating min/max_perf
` [PATCH v5 09/11] cpufreq: CPPC: sync policy limits when toggling auto_select
` [PATCH v5 10/11] cpufreq: CPPC: make scaling_min/max_freq read-only when auto_sel enabled
` [PATCH v5 11/11] cpufreq: CPPC: add autonomous mode boot parameter support

[RFC PATCH 0/3] rust: WMI abstractions
 2025-12-25 20:37 UTC  (16+ messages)
` [RFC PATCH 1/3] rust: implement wrapper for acpi_object
` [RFC PATCH 2/3] rust: introduce WMI abstractions
` [RFC PATCH 3/3] rust: sample driver for WMI demonstrations

[rafael-pm:bleeding-edge] BUILD SUCCESS 92c49233f514db11ba0abefc7beb5be412ae7e4b
 2025-12-25  9:53 UTC 

[PATCH v4 00/17] ARM Error Source Table V2 Support
 2025-12-25  6:58 UTC  (22+ messages)
` [PATCH v4 01/17] ACPI/AEST: Parse the AEST table
` [PATCH v4 02/17] ras: AEST: Add probe/remove for AEST driver
` [PATCH v4 03/17] ras: AEST: support different group format
` [PATCH v4 04/17] ras: AEST: Unify the read/write interface for system and MMIO register
` [PATCH v4 05/17] ras: AEST: Probe RAS system architecture version
` [PATCH v4 06/17] ras: AEST: Support RAS Common Fault Injection Model Extension
` [PATCH v4 07/17] ras: AEST: Support CE threshold of error record
` [PATCH v4 08/17] ras: AEST: Enable and register IRQs
` [PATCH v4 09/17] ras: AEST: Add cpuhp callback
` [PATCH v4 10/17] ras: AEST: Introduce AEST driver sysfs interface
` [PATCH v4 11/17] ras: AEST: Add error count tracking and debugfs interface
` [PATCH v4 12/17] ras: AEST: Allow configuring CE threshold via debugfs
` [PATCH v4 13/17] ras: AEST: Introduce AEST inject interface to test AEST driver
` [PATCH v4 14/17] ras: ATL: Unified ATL interface for ARM64 and AMD
` [PATCH v4 14/17] ras: ATL: Unify "
` [PATCH v4 15/17] ras: AEST: Add framework to process AEST vendor node
` [PATCH v4 16/17] ras: AEST: support vendor node CMN700
` [PATCH v4 17/17] trace, ras: add ARM RAS extension trace event

[PATCH 0/5 v8] Make ELOG and GHES log and trace consistently
 2025-12-24  2:20 UTC  (9+ messages)
` [PATCH 1/5 v8] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/5 v8] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/5 v8] acpi/ghes: Add helper for CPER CXL protocol errors checks
` [PATCH 4/5 v8] acpi/ghes: Add helper to copy CPER CXL protocol error info to work struct
` [PATCH 5/5 v8] ACPI: extlog: Trace CPER CXL Protocol Error Section

[PATCH v1 0/6] ACPI: processor: Recovery some reverted patches
 2025-12-24  2:05 UTC  (8+ messages)
` [PATCH v1 1/6] ACPI: processor: idle: Optimize ACPI idle driver registration
` [PATCH v1 2/6] ACPI: processor: Remove unused empty stubs of some functions
` [PATCH v1 3/6] ACPI: processor: Update cpuidle driver check in __acpi_processor_start()
` [PATCH v1 4/6] ACPI: processor: idle: Redefine two functions as void
` [PATCH v1 5/6] ACPI: processor: idle: Rearrange declarations in header file
` [PATCH v1 6/6] ACPI: processor: Do not expose global variable acpi_idle_driver

[PATCH v7 3/9] software node: allow referencing firmware nodes
 2025-12-24  1:59 UTC  (7+ messages)

[BUG] intel_pstate: CPU frequencies miscalculated/incorrectly detected on Arrow Lake hardware
 2025-12-23 19:21 UTC  (6+ messages)

[PATCH v2.1 0/8] ACPI: bus: Rework of the \_SB._OSC handling
 2025-12-23 16:13 UTC  (15+ messages)
` [PATCH v2.1 1/8] ACPI: bus: Fix handling of _OSC errors in acpi_run_osc()
` [PATCH v2.1 2/8] ACPI: bus: Rework printing debug messages on _OSC errors
` [PATCH v2.1 3/8] ACPI: bus: Split _OSC evaluation out of acpi_run_osc()
` [PATCH v2.1 4/8] ACPI: bus: Split _OSC error processing "
` [PATCH v2.1 5/8] ACPI: bus: Rename label and use ACPI_FREE() in acpi_run_osc()
` [PATCH v2.1 6/8] ACPI: bus: Rework the handling of \_SB._OSC platform features
` [PATCH v2.1 7/8] ACPI: bus: Adjust feature mask creation for \_SB._OSC
` [PATCH v2.1 8/8] ACPI: bus: Rework the handling of \_SB._OSC USB4 features

[RFC PATCH]{topost} perf: Add --uncorepmu option for filtering uncore PMUs
 2025-12-23 14:37 UTC  (2+ messages)

[PATCH v5 0/3] cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regs
 2025-12-23  7:21 UTC  (4+ messages)
` [PATCH v5 1/3] ACPI: CPPC: Factor out and export per-cpu cppc_perf_ctrs_in_pcc_cpu()
` [PATCH v5 2/3] cpufreq: CPPC: Factor out cppc_fie_kworker_init()
` [PATCH v5 3/3] cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regs

[PATCH v1 0/8] ACPI: bus: Rework of the \_SB._OSC handling
 2025-12-22 17:57 UTC  (25+ messages)
` [PATCH v1 1/8] ACPI: bus: Fix handling of _OSC errors in acpi_run_osc()
      ` [PATCH v2] "
` [PATCH v1 2/8] ACPI: bus: Rework printing debug messages on _OSC errors
` [PATCH v1 3/8] ACPI: bus: Split _OSC evaluation out of acpi_run_osc()
` [PATCH v1 4/8] ACPI: bus: Split _OSC error processing "
` [PATCH v1 5/8] ACPI: bus: Rename label and use ACPI_FREE() in acpi_run_osc()
` [PATCH v1 6/8] ACPI: bus: Rework the handling of \_SB._OSC platform features
` [PATCH v1 7/8] ACPI: bus: Adjust feature mask creation for \_SB._OSC
` [PATCH v1 8/8] ACPI: bus: Rework the handling of \_SB._OSC USB4 features

[PATCH v3 0/2] apei/ghes: don't OOPS with bad ARM error CPER records
 2025-12-22 13:53 UTC  (7+ messages)
` [PATCH v3 1/2] apei/ghes: ARM processor Error: don't go past allocated memory
` [PATCH v3 2/2] efi/cper: don't go past the ARM processor CPER record buffer

[PATCH 1/1] software node: Also support referencing non-constant software nodes
 2025-12-22 12:36 UTC  (8+ messages)

[PATCH] software node: replace -EEXIST with -EBUSY
 2025-12-22 11:56 UTC  (6+ messages)

[PATCH 00/12] ras: share firmware-first estatus handling
 2025-12-22  8:13 UTC  (20+ messages)
` [PATCH 02/12] ras: add estatus core implementation
` [PATCH 03/12] ras: add estatus vendor handling and processing
` [PATCH 11/12] ras: add DeviceTree estatus provider driver

[PATCH v5] ACPI: AGDI: Add interrupt signaling mode support
 2025-12-22  6:53 UTC 

[PATCH] PNP: add put_device() in pnpbios_init()
 2025-12-20 21:05 UTC  (3+ messages)

btusb: Device disconnects, Failed to send firmware data (-19)
 2025-12-20 15:04 UTC 

[PATCH v1 0/2] PCI: ACPI: PM: Rework root bus wakeup notification setup and wakeup source registration
 2025-12-20 12:56 UTC  (9+ messages)

[PATCH][next] ACPI: APEI: EINJ: make read-only array non_mmio_desc static const
 2025-12-19 21:59 UTC 

[PATCH] MAINTAINERS: Update the maintainers for ARM64 ACPI
 2025-12-19 15:16 UTC  (2+ messages)

[PATCH 10/12] dt-bindings: ras: document estatus provider
 2025-12-19 10:47 UTC  (5+ messages)

[rafael-pm:fixes] BUILD SUCCESS 86435669c1256f4d5bac8e68f0f4df839a1eaf51
 2025-12-19  2:47 UTC 

[GIT PULL] ACPI fixes for v6.19-rc2
 2025-12-18 20:40 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 55ff56d49fa52f3b3d24cbf016b4ba4a95713a55
 2025-12-18 17:07 UTC 

[PATCH] PNP: add a error handling in pnpacpi_init()
 2025-12-18 13:07 UTC  (5+ messages)

[PATCH] PCI/ACPI: Do not fiddle with ExtTag and RO in program_hpx_type2
 2025-12-18 12:20 UTC  (2+ messages)

[PATCH] PNP: add a put_device() in isapnp_init()
 2025-12-18 11:23 UTC  (2+ messages)

[BUG] 36-second boot delay due to by acpi_gpio_handle_deferred_request_irqs on ASUS ROG Strix G16 (2025)
 2025-12-18 10:38 UTC  (9+ messages)

[PATCH v2 0/7] irqchip/gic-v5: Code first ACPI boot support
 2025-12-18 10:14 UTC  (3+ messages)
` [PATCH v2 6/7] irqchip/gic-v5: Add ACPI ITS probing
` [PATCH v2 7/7] irqchip/gic-v5: Add ACPI IWB probing


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox