Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-14 02:40:46 to 2024-04-19 16:47:43 UTC [more...]

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-04-19 16:47 UTC 

[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-19 15:39 UTC  (19+ messages)
` [PATCH v7 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v7 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v7 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v7 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v7 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v7 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v7 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v7 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v7 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v7 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v7 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v7 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v7 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v7 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v7 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v7 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v2 0/2] Support clean reboot after hibernate on Arm64
 2024-04-19 15:39 UTC  (3+ messages)

[PATCH v4 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-04-19 15:28 UTC  (6+ messages)
` [PATCH v4 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "
` [PATCH v4 3/3] RISC-V: Select ACPI PPTT drivers

[PATCH v3 0/5] SRAT/CEDT fixes and updates
 2024-04-19 14:02 UTC  (6+ messages)
` [PATCH v3 1/5] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
` [PATCH v3 2/5] ACPI/NUMA: Print CXL Early Discovery Table (CEDT)
` [PATCH v3 3/5] ACPI/NUMA: Remove architecture dependent remainings
` [PATCH v3 4/5] ACPI/NUMA: Squash acpi_numa_slit_init() into acpi_parse_slit()
` [PATCH v3 5/5] ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_affinity()

[PATCH v2 0/2] gpiolib: Fix gpio_lookup_flags mess and add Return sections
 2024-04-19 13:38 UTC  (13+ messages)
` [PATCH v2 1/2] gpiolib: Fix a mess with the GPIO_* flags

[RFC KERNEL PATCH v6 0/3] Support device passthrough when dom0 is PVH on Xen
 2024-04-19  3:36 UTC  (4+ messages)
` [KERNEL PATCH v6 1/3] xen/pci: Add xen_reset_device_state function
` [RFC KERNEL PATCH v6 2/3] xen/pvh: Setup gsi for passthrough device
` [RFC KERNEL PATCH v6 3/3] xen/privcmd: Add new syscall to get gsi from irq

[PATCH] gpiolib: acpi: Move storage of acpi_gpio_chip
 2024-04-18 19:29 UTC  (2+ messages)

local bus enumeration beyond a PCI device
 2024-04-18 18:45 UTC  (2+ messages)

[PATCH V5] PCI: Add support for preserving boot configuration
 2024-04-18 17:40 UTC  (2+ messages)
` [PATCH V6] "

[PATCH V5] PCI: Add support for preserving boot configuration
 2024-04-18 17:31 UTC  (2+ messages)

[RFC PATCH v4 00/20] RISC-V: ACPI: Add external interrupt controller support
 2024-04-18 14:20 UTC  (29+ messages)
` [RFC PATCH v4 01/20] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v4 02/20] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v4 03/20] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
` [RFC PATCH v4 04/20] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v4 05/20] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v4 06/20] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v4 07/20] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
` [RFC PATCH v4 08/20] ACPI: scan: Refactor dependency creation
` [RFC PATCH v4 09/20] drivers/acpi/scan.c: Update _DEP honor list
` [RFC PATCH v4 10/20] RISC-V: ACPI: Initialize GSI mapping structures
` [RFC PATCH v4 11/20] ACPI: scan.c: Define weak function to populate dependencies
` [RFC PATCH v4 12/20] RISC-V: ACPI: Implement function to add implicit dependencies
` [RFC PATCH v4 13/20] ACPI/PNP: Initialize PNP devices skipped due to _DEP
` [RFC PATCH v4 14/20] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v4 15/20] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v4 16/20] irqchip: riscv-aplic: "
` [RFC PATCH v4 17/20] irqchip: irq-sifive-plic: "
` [RFC PATCH v4 18/20] ACPI: bus: Add RINTC IRQ model for RISC-V
` [RFC PATCH v4 19/20] irqchip: riscv-intc: Set ACPI irqmodel
` [RFC PATCH v4 20/20] ACPI: pci_link: Clear the dependencies after probe

[PATCH v1 0/2] gpiolib: acpi: Improve IRQ labeling
 2024-04-18 10:00 UTC  (9+ messages)
` [PATCH v1 1/2] gpiolib: acpi: Add fwnode name to the GPIO interrupt label
` [PATCH v1 2/2] gpiolib: acpi: Set label for IRQ only lines

[PATCH v6 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-18  8:16 UTC  (32+ messages)
` [PATCH v6 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v6 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v6 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v6 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v6 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v6 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v6 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach();
` [PATCH v6 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v6 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v6 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v6 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v6 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v6 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v6 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v6 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v6 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v3 1/3] riscv: cacheinfo: remove the useless parameter (node) of ci_leaf_init()
 2024-04-18  2:52 UTC  (9+ messages)
` [PATCH v3 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "
` [PATCH v3 3/3] RISC-V: Select ACPI PPTT drivers

[rafael-pm:bleeding-edge] BUILD SUCCESS c16b1bbc2b7459976a5ddf9075c8b9e58296b3c7
 2024-04-18  2:09 UTC 

[PATCH] ACPI: CPPC: Fix bit_offset shift in MASK_VAL macro
 2024-04-17 17:36 UTC  (3+ messages)

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-17 16:19 UTC  (40+ messages)
` [PATCH v5 02/18] ACPI: processor: Set the ACPI_COMPANION for the struct cpu instance
` [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()

[PATCH] ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx
 2024-04-17 15:55 UTC  (2+ messages)

[PATCH v6 0/5] Add support for getting EDID over ACPI to DRM
 2024-04-17 14:18 UTC  (7+ messages)
` [PATCH v6 3/5] drm: Add support to get EDID from ACPI

[PATCH v3 40/74] x86/cpu/vfm: Update drivers/acpi/acpi_lpss.c
 2024-04-17  8:26 UTC  (4+ messages)
` [PATCH v3 41/74] x86/cpu/vfm: Update drivers/acpi/x86/utils.c

[rafael-pm:bleeding-edge] BUILD SUCCESS 3dc435409d5b22cbc02ad767af3092af2b86a407
 2024-04-17  6:54 UTC 

[PATCH v3 0/2] fw_devlink overlay fix
 2024-04-17  6:28 UTC  (5+ messages)
` [PATCH v3 2/2] of: dynamic: Fix overlayed devices not probing because of fw_devlink

[PATCH v3 0/3] PCI/AER: Handle Advisory Non-Fatal error
 2024-04-17  6:14 UTC  (4+ messages)
` [PATCH v3 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info
` [PATCH v3 2/3] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
` [PATCH v3 3/3] PCI/AER: Clear "

[PATCH v8 0/3] serial: 8250_pnp: Support configurable reg shift property
 2024-04-16 19:05 UTC  (6+ messages)
` [PATCH v8 1/3] PNP: Add dev_is_pnp() macro
` [PATCH v8 2/3] serial: port: Add support of PNP IRQ to __uart_read_properties()
` [PATCH v8 3/3] serial: 8250_pnp: Support configurable reg shift property

[PATCH v2 1/1] mm: change inlined allocation helpers to account at the call site
 2024-04-16 13:55 UTC  (2+ messages)

[PATCH] ACPI: resource: Do IRQ override on GMxBGxx (XMG APEX 17 M23)
 2024-04-15 18:51 UTC 

[PATCH v3] ACPI: CPPC: Fix access width used for PCC registers
 2024-04-15 16:59 UTC  (2+ messages)

[PATCH v4] ACPI: fan: Add hwmon support
 2024-04-15 15:57 UTC  (2+ messages)

[RFC PATCH v3 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-04-15 15:18 UTC  (6+ messages)

[PATCH v2 1/3] riscv: cacheinfo: remove the useless parameter (node) of ci_leaf_init()
 2024-04-15 13:21 UTC  (7+ messages)
` [PATCH v2 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "
` [PATCH v2 3/3] RISC-V: Select ACPI PPTT drivers

[PATCH 1/2] ACPI: PPTT: Populate cacheinfo entirely with PPTT
 2024-04-14  2:40 UTC  (7+ messages)
  ` [External] "


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).