public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-05 07:02:21 to 2025-09-10 15:44:28 UTC [more...]

[PATCH 00/25] genirq: Add support for percpu_devid IRQ affinity
 2025-09-10 15:44 UTC  (36+ messages)
` [PATCH 01/25] irqdomain: Add firmware info reporting interface
` [PATCH 02/25] ACPI: irq: Add IRQ affinity "
` [PATCH 03/25] of/irq: "
` [PATCH 04/25] platform: Add firmware-agnostic irq and affinity retrieval interface
` [PATCH 05/25] irqchip/gic-v3: Add FW info retrieval support
` [PATCH 06/25] irqchip/apple-aic: "
` [PATCH 07/25] coresight: trbe: Convert to new IRQ affinity retrieval API
` [PATCH 08/25] perf: arm_pmu: "
` [PATCH 09/25] perf: arm_spe_pmu: "
` [PATCH 10/25] perf: arm_pmu: Add PMU/CPU affinity tracking
` [PATCH 11/25] genirq: Merge irqaction::{dev_id,percpu_dev_id}
` [PATCH 12/25] genirq: Factor-in percpu irqaction creation
` [PATCH 13/25] genirq: Add affinity to percpu_devid interrupt requests
` [PATCH 14/25] genirq: Update request_percpu_nmi() to take an affinity
` [PATCH 15/25] genirq: Allow per-cpu interrupt sharing for non-overlapping affinities
` [PATCH 16/25] genirq: Add request_percpu_irq_affinity() helper
` [PATCH 17/25] perf: arm_pmu: Use a backend-specific pointer for percpu interrupt request
` [PATCH 18/25] perf: arm_pmu: Request specific affinities for percpu NMI/IRQ
` [PATCH 19/25] perf: arm_spe_pmu: Request specific affinities for percpu IRQ
` [PATCH 20/25] coresight: trbe: "
` [PATCH 21/25] irqchip/gic-v3: Drop support for custom PPI partitions
` [PATCH 22/25] irqchip/apple-aic: Drop support for custom PMU irq partitions
` [PATCH 23/25] irqchip: Kill irq-partition-percpu
` [PATCH 24/25] genirq: Kill irq_{g,s}et_percpu_devid_partition()
` [PATCH 25/25] perf: arm_pmu: Kill last use of per-CPU cpu_armpmu pointer

[PATCH v6 00/15] AMD MCA interrupts rework
 2025-09-10 15:22 UTC  (27+ messages)
` [PATCH v6 01/15] x86/mce: Set CR4.MCE last during init
` [PATCH v6 02/15] x86/mce: Define BSP-only init
` [PATCH v6 03/15] x86/mce: Define BSP-only SMCA init
` [PATCH v6 04/15] x86/mce: Do 'UNKNOWN' vendor check early
` [PATCH v6 05/15] x86/mce: Separate global and per-CPU quirks
` [PATCH v6 06/15] x86/mce: Move machine_check_poll() status checks to helper functions
` [PATCH v6 07/15] x86/mce: Add clear_bank() helper
` [PATCH v6 08/15] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH v6 09/15] x86/mce: Unify AMD DFR "
` [PATCH v6 10/15] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH v6 11/15] x86/mce/amd: Support SMCA Corrected Error Interrupt
` [PATCH v6 12/15] x86/mce/amd: Remove redundant reset_block()
` [PATCH v6 13/15] x86/mce/amd: Define threshold restart function for banks
` [PATCH v6 14/15] x86/mce: Handle AMD threshold interrupt storms
` [PATCH v6 15/15] x86/mce: Save and use APEI corrected threshold limit

[PATCH v3] ACPI: APEI: EINJ: Allow more types of addresses except MMIO
 2025-09-10 14:57 UTC  (2+ messages)

[PATCH v2] ACPI: battery: prevent sysfs_add_battery re-entry on rapid events
 2025-09-10 14:26 UTC 

[PATCH 00/33] arm_mpam: Add basic mpam driver
 2025-09-10 13:44 UTC  (100+ messages)
` [PATCH 02/33] drivers: base: cacheinfo: Add helper to find the cache size from cpu+level
` [PATCH 03/33] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH 04/33] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH 05/33] ACPI / PPTT: Find cache level by cache-id
` [PATCH 06/33] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH 07/33] arm64: kconfig: Add Kconfig entry for MPAM
` [PATCH 08/33] ACPI / MPAM: Parse the MPAM table
` [PATCH 09/33] dt-bindings: arm: Add MPAM MSC binding
` [PATCH 10/33] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH 12/33] arm_mpam: Add the class and component structures for ris firmware described
` [PATCH 13/33] arm_mpam: Add MPAM MSC register layout definitions
` [PATCH 14/33] arm_mpam: Add cpuhp callbacks to probe MSC hardware
` [PATCH 15/33] arm_mpam: Probe MSCs to find the supported partid/pmg values
` [PATCH 16/33] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [PATCH 17/33] arm_mpam: Probe the hardware features resctrl supports
` [PATCH 18/33] arm_mpam: Merge supported features during mpam_enable() into mpam_class
` [PATCH 19/33] arm_mpam: Reset MSC controls from cpu hp callbacks
` [PATCH 20/33] arm_mpam: Add a helper to touch an MSC from any CPU
` [PATCH 21/33] arm_mpam: Extend reset logic to allow devices to be reset any time
` [PATCH 22/33] arm_mpam: Register and enable IRQs
` [PATCH 11/33] arm_mpam: Add support for memory controller MSC on DT platforms

[PATCH v4 0/2] device property: Add scoped fwnode child node iterators
 2025-09-10 12:53 UTC  (5+ messages)

[PATCH] ACPI: APEI: GHES: Don't offline huge pages just because BIOS asked
 2025-09-10 12:01 UTC  (13+ messages)
  ` [PATCH v2] "
      ` PATCH v3 "

[PATCH] ACPI: battery: prevent sysfs_add_battery re-entry on rapid events
 2025-09-10 11:47 UTC  (2+ messages)

[PATCH v1] ACPI: video: Fix missing backlight node creation on Zhaoxin platforms
 2025-09-10  9:58 UTC  (3+ messages)

[PATCH] acpi,srat: Fix incorrect device handle check for Generic Initiator
 2025-09-10  9:57 UTC  (2+ messages)

[PATCH] ACPI: SPCR: Add support for DBG2 RISC-V SBI port subtype
 2025-09-10  9:41 UTC 

[RFC PATCH 0/5] riscv: Handle synchronous hardware error exception
 2025-09-10  9:33 UTC  (6+ messages)
` [RFC PATCH 1/5] riscv: Define ioremap_cache for RISC-V
` [RFC PATCH 2/5] riscv: Define arch_apei_get_mem_attribute "
` [RFC PATCH 3/5] acpi: Introduce SSE and HEE in HEST notification types
` [RFC PATCH 4/5] riscv: Introduce HEST HEE notification handlers for APEI
` [RFC PATCH 5/5] riscv: Add Hardware Error Exception trap handler

[rafael-pm:bleeding-edge] BUILD SUCCESS 871659d21a82efeef7fbcf62ac740798960dc786
 2025-09-10  8:41 UTC 

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-09-10  8:38 UTC  (4+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v2] ACPI: APEI: EINJ: Allow all types of addresses except MMIO
 2025-09-10  4:29 UTC  (3+ messages)

[PATCH v2] cxl/acpi: Rename CFMW coherency restrictions
 2025-09-09 15:20 UTC  (5+ messages)

[rafael-pm:fixes] BUILD SUCCESS d326fb951ff75aa279a738b69883a2688d4b5edf
 2025-09-09 14:59 UTC 

[PATCH v1] cpufreq: ACPI: Use on_each_cpu_mask() in drv_write()
 2025-09-09 11:41 UTC 

[rafael-pm:bleeding-edge 97/99] drivers/cpufreq/intel_pstate.c:1682:70: error: 'cpunum' undeclared
 2025-09-08 22:48 UTC 

[PATCH v3 0/8] Cache coherency management subsystem
 2025-09-08 22:04 UTC  (9+ messages)
` [PATCH v3 1/8] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v3 2/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v3 3/8] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v3 6/8] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[PATCH v3] ACPI: AGDI: Add interrupt signaling mode support
 2025-09-08 19:02 UTC  (2+ messages)

[PATCH v5 0/6] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-09-08 17:55 UTC  (17+ messages)
` [PATCH v5 1/6] arm64: topology: Use scope-based cleanup helper
` [PATCH v5 2/6] ACPI: processor: thermal: "
` [PATCH v5 3/6] cpufreq: intel_pstate: "
` [PATCH v5 4/6] PM / devfreq: "
` [PATCH v5 5/6] drm/i915: "
` [PATCH v5 6/6] PM: EM: "

[PATCH v2 00/12] media: uvcvideo: Add support for orientation and rotation
 2025-09-08 11:31 UTC  (12+ messages)
` [PATCH v2 10/12] media: uvcvideo: Add get_* functions to uvc_entity

[CfP] LPC 2025: Power Management and Thermal Control Micro-Conference
 2025-09-08 10:48 UTC 

[PATCH] APEI: GHES: Replace log_non_standard_event with direct tracepoint call
 2025-09-08  9:21 UTC  (2+ messages)

[PATCH v2 0/3] ACPI: processor: Fix function declaration of processor_idle.c
 2025-09-08  6:51 UTC  (7+ messages)
` [PATCH v2 1/3] ACPI: processor: Fix function defined but not used warning
` [PATCH v2 2/3] ACPI: processor: Remove unused empty function definition for processor_idle.c
` [PATCH v2 3/3] ACPI: processor: Fix acpi_processor_ffh_lpi_xxx() declaration

[rafael-pm:bleeding-edge] BUILD SUCCESS db476aeee1c76dfcb4fceceaa301685b30c84849
 2025-09-07  7:07 UTC 

[PATCH] ACPI: battery: prevent sysfs_add_battery re-entry on rapid events
 2025-09-07  3:39 UTC 

[PATCH] ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()
 2025-09-05 16:13 UTC  (2+ messages)

[PATCH] acpi, tables: Rename coherency CFMW restrictions
 2025-09-05 14:30 UTC  (4+ messages)

[PATCH v6 0/3] RISC-V: Add ACPI support for IOMMU
 2025-09-05 13:07 UTC  (2+ messages)

[PATCH v4 00/10] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-09-05 10:21 UTC  (27+ messages)
` [PATCH v4 01/10] arm64: topology: Use scope-based cleanup helper
` [PATCH v4 02/10] ACPI: processor: thermal: "
` [PATCH v4 03/10] cpufreq: intel_pstate: "
` [PATCH v4 04/10] cpufreq: powernv: "
` [PATCH v4 05/10] PM / devfreq: "
` [PATCH v4 06/10] drm/i915: "
` [PATCH v4 07/10] powercap: dtpm_cpu: "
` [PATCH v4 08/10] thermal: imx: "
` [PATCH v4 09/10] thermal/drivers/ti-soc-thermal: "


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