acpica-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-18 06:54:18 to 2024-03-22 18:53:35 UTC [more...]

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-03-22 18:53 UTC  (32+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 03/15] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v4 04/15] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v4 05/15] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v4 06/15] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v4 07/15] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v4 08/15] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v4 09/15] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v4 13/15] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v4 15/15] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH] ACPICA: debugger: check status of acpi_evaluate_object in acpi_db_walk_for_fields
 2024-03-22 18:07 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 1/2] ACPI: IPMI: Add helper to wait for when SMI is selected
 2024-03-20 18:01 UTC  (4+ messages)
` [PATCH v5 2/2] hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems

[RFC PATCH 0/5] Enable EINJv2 Support
 2024-03-12 21:26 UTC  (6+ messages)
` [RFC PATCH 1/5] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [RFC PATCH 2/5] ACPI: APEI: EINJ: Add einjv2 extension struct
` [RFC PATCH 3/5] ACPI: APEI: EINJ: Add debugfs files for EINJv2 support
` [RFC PATCH 4/5] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [RFC PATCH 5/5] ACPI: APEI: EINJ: Update the documentation for EINJv2 support

[PATCH 1/2] ACPICA: Detect FACS even for hardware reduced platforms
 2024-03-12 13:41 UTC  (2+ messages)
` [PATCH 2/2] arm64: acpi: Honour firmware_signature field of FACS, if it exists

[PATCH v2 0/6] Add ACPI NUMA support for RISC-V
 2024-03-07  9:28 UTC  (11+ messages)
` [PATCH v2 1/6] ACPICA: SRAT: Add RISC-V RINTC affinity structure
` [PATCH v2 2/6] ACPI: RISCV: Add NUMA support based on SRAT and SLIT
` [PATCH v2 3/6] ACPI: NUMA: Add handler for SRAT RINTC affinity structure
` [PATCH v2 4/6] ACPI: NUMA: Make some NUMA related parse functions common
` [PATCH v2 5/6] ACPI: NUMA: Remove ARCH depends option in ACPI_NUMA Kconfig
` [PATCH v2 6/6] ACPI: RISCV: Enable ACPI based NUMA

[PATCH v5 0/1] irqchip/gic-v3: Enable non-coherent GIC designs probing
 2024-03-06 14:43 UTC  (4+ messages)
` [PATCH v5 1/1] irqchip/gic-v3: Enable non-coherent redistributors/ITSes ACPI probing

[PATCH 0/4] Add ACPI NUMA support for RISC-V
 2024-03-05 10:06 UTC  (20+ messages)
` [PATCH 1/4] ACPICA: SRAT: Add RISC-V RINTC affinity structure
` [PATCH 2/4] ACPI: NUMA: Add handler for SRAT "
` [PATCH 3/4] ACPI: RISCV: Add NUMA support based on SRAT and SLIT
` [PATCH 4/4] ACPI: RISCV: Enable ACPI based NUMA

Kernel panic in ACPICA on HP Spectre X360 (Meteor Lake 155H) laptop
 2024-03-01 17:33 UTC  (7+ messages)

[PATCH] ACPI: Fix CXL 3.0 structure (RDPAS) in the CEDT table
 2024-02-19  3:46 UTC  (3+ messages)

[PATCH] ACPI: bus: make acpi_bus_type const
 2024-02-12 13:44 UTC  (3+ messages)

[PATCH] ACPICA: Use swap() instead of open coding it
 2024-02-02 16:04 UTC  (2+ messages)

[PATCH 0/3] Add Zhaoxin preferred core support in acpi-cpufreq
 2024-01-31 10:55 UTC  (10+ messages)
` [PATCH 1/3] ACPI: CPPC: Add get the highest perf register value support
` [PATCH 2/3] x86/sched/itmt: Export two API symbols
` [PATCH 3/3] ACPI: cpufreq: Add ITMT support when CPPC enabled for Zhaoxin CPUs

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-29 15:34 UTC  (75+ messages)
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices

[PATCH v4 0/3] irqchip/gic-v3: Enable non-coherent GIC designs probing
 2024-01-22 18:27 UTC  (16+ messages)
  ` [PATCH v4 1/3] ACPICA: MADT: Add GICC online capable bit handling
  ` [PATCH v4 2/3] ACPICA: MADT: Add new MADT GICC/GICR/ITS non-coherent flags handling
  ` [PATCH v4 3/3] irqchip/gic-v3: Enable non-coherent redistributors/ITSes ACPI probing

GCC 13.2.0 gives Werror=dangling-pointer= on components/utilities/utdebug.c
 2024-01-20  6:40 UTC 

[PATCH v4 1/2] ACPI: IPMI: Add helper to wait for when SMI is selected
 2024-01-09 22:18 UTC  (3+ messages)

[PATCH v3 1/2] ACPI: IPMI: Add helper to wait for when SMI is selected
 2024-01-05  4:54 UTC  (8+ messages)

[PATCH v2] hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems
 2024-01-04  7:11 UTC  (7+ messages)

[PATCH v10 1/4] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
 2023-12-22  1:07 UTC  (7+ messages)
` [PATCH v10 3/4] mm: memory-failure: move memory_failure() return value documentation to function declaration
` [PATCH v10 4/4] ACPI: APEI: handle synchronous exceptions in task work

[PATCH -next] ACPICA: Replace strncpy() with strscpy_pad() for dest
 2023-12-21 14:17 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).