Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-09 09:42:49 to 2024-04-15 11:07:27 UTC [more...]

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-15 11:07 UTC  (31+ messages)
` [PATCH v5 01/18] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [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 v5 04/18] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH v5 05/18] ACPI: utils: Add an acpi_sta_enabled() helper and use it in acpi_processor_make_present()
` [PATCH v5 06/18] ACPI: scan: Add parameter to allow defering some actions in acpi_scan_check_and_detach
` [PATCH v5 07/18] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v5 08/18] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH v5 09/18] ACPI: Check _STA present bit before making CPUs not present
` [PATCH v5 10/18] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH v5 11/18] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v5 12/18] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v5 13/18] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v5 14/18] arm64: psci: Ignore DENIED CPUs
` [PATCH v5 15/18] arm64: arch_register_cpu() variant to allow checking of ACPI _STA
` [PATCH v5 16/18] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH v5 17/18] arm64: document virtual CPU hotplug's expectations
` [PATCH v5 18/18] cpumask: Add enabled cpumask for present CPUs that can be brought online

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

[PATCH v2 1/1] mm: change inlined allocation helpers to account at the call site
 2024-04-15  2:07 UTC 

[PATCH v3 0/2] fw_devlink overlay fix
 2024-04-15  1:06 UTC  (6+ messages)
` [PATCH v3 1/2] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v3 2/2] of: dynamic: Fix overlayed devices not probing because of fw_devlink

[PATCH v4] ACPI: fan: Add hwmon support
 2024-04-14 17:47 UTC 

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

ACPI timeouts when enabling KASAN
 2024-04-13  7:39 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS bb01190ed522c30fcf1f0e5312fa2726c84d6535
 2024-04-13  3:43 UTC 

[PATCH v3 1/2] hwmon: (core) Add support for power fault attribute
 2024-04-12 23:18 UTC  (6+ messages)
` [PATCH v3 2/2] ACPI: fan: Add hwmon support

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

[PATCH v2 0/2] Support clean reboot after hibernate on Arm64
 2024-04-12 19:25 UTC  (6+ messages)
` [PATCH v2 1/2] ACPICA: Detect FACS even for hardware reduced platforms
` [PATCH v2 2/2] arm64: acpi: Honour firmware_signature field of FACS, if it exists

[PATCH] ACPICA: Fix memory leak then namespace lookup fails
 2024-04-12 17:07 UTC  (4+ messages)

[PATCH v1 0/4] gpiolib: acpi: Use con_id in acpi_dev_gpio_irq_get_by()
 2024-04-12 16:03 UTC  (7+ messages)
` [PATCH v1 1/4] gpiolib: acpi: Extract __acpi_find_gpio() helper
` [PATCH v1 2/4] gpiolib: acpi: Simplify error handling in __acpi_find_gpio()
` [PATCH v1 3/4] gpiolib: acpi: Move acpi_can_fallback_to_crs() out of __acpi_find_gpio()
` [PATCH v1 4/4] gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()

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

[PATCH v1 00/12] ACPICA: ACPICA 20240322
 2024-04-12 15:15 UTC 

[PATCH v1 00/12] ACPICA: ACPICA 20240322
 2024-04-12 15:13 UTC  (13+ messages)
` [PATCH v1 01/12] ACPICA: actbl1.h: Add EINJ CXL error types
` [PATCH v1 02/12] ACPICA: ACPI 6.5: RAS2: Add support for RAS2 table
` [PATCH v1 03/12] ACPICA: Attempt 1 to fix issue #900
` [PATCH v1 04/12] ACPICA: Fix various spelling mistakes in text files and code comments
` [PATCH v1 05/12] ACPICA: Clean up the fix for Issue #900
` [PATCH v1 06/12] ACPICA: Fix spelling and typos
` [PATCH v1 07/12] ACPICA: Modify ACPI_OBJECT_COMMON_HEADER
` [PATCH v1 08/12] ACPICA: SRAT: Add RISC-V RINTC affinity structure
` [PATCH v1 09/12] ACPICA: SRAT: Add dump and compiler support for "
` [PATCH v1 10/12] ACPICA: Fix CXL 3.0 structure (RDPAS) in the CEDT table
` [PATCH v1 11/12] ACPICA: events/evgpeinit: don't forget to increment registered GPE count
` [PATCH v1 12/12] ACPICA: Update acpixf.h for new ACPICA release 20240322

[PATCH] ACPICA: Handle memory allocation error
 2024-04-12 10:37 UTC 

[PATCH] ACPICA: Handle memory allocation failure
 2024-04-12 10:14 UTC 

[PATCH v2 0/2] ACPICA: AEST: Support AEST V2
 2024-04-12  9:26 UTC  (8+ messages)
` [PATCH v2 1/2] ACPICA: AEST: Fix coding style at struct definition
` [PATCH v2 2/2] ACPICA: AEST: Add support for the AEST V2 table

[rafael-pm:bleeding-edge] BUILD SUCCESS 53c477378d23c092bd63c0670d9020b5c552bb28
 2024-04-12  6:31 UTC 

[PATCH v2] ACPI: fan: Add hwmon support
 2024-04-12  0:57 UTC  (5+ messages)

[PATCH v3] ACPI: CPPC: Fix access width used for PCC registers
 2024-04-11 23:18 UTC 

[PATCH v2] ACPI: CPPC: Fix access width used for PCC registers
 2024-04-11 22:07 UTC  (2+ messages)

[PATCH v5 0/2] Adds additional information to ARM RAS errors
 2024-04-11 20:43 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v6.9-rc4
 2024-04-11 19:09 UTC  (2+ messages)

[PATCH] MAINTAINERS: repair file entry in COMPUTE EXPRESS LINK
 2024-04-11 16:27 UTC  (2+ messages)

[RFC PATCH 0/4] ACPI: processor: refactor acpi_processor_{get_info|remove}
 2024-04-11 15:55 UTC  (20+ messages)
` [RFC PATCH 1/4] ACPI: processor: refactor acpi_processor_get_info: evaluation of processor declaration
` [RFC PATCH 2/4] ACPI: processor: refactor acpi_processor_get_info: isolate cpu hotpug init delay
` [RFC PATCH 3/4] ACPI: processor: refactor acpi_processor_get_info: isolate acpi_{map|unmap}_cpu under CONFIG_ACPI_HOTPLUG_CPU
` [RFC PATCH 4/4] ACPI: processor: refactor acpi_processor_remove: isolate acpi_unmap_cpu "

[PATCH 0/2] Deduplicate bin_attribute simple read() callbacks
 2024-04-11 13:39 UTC  (5+ messages)
` [PATCH 1/2] sysfs: Add sysfs_bin_attr_simple_read() helper

[PATCH v1 0/2] gpiolib: acpi: A couple of error checks amendmends
 2024-04-11 13:37 UTC  (5+ messages)
` [PATCH v1 1/2] gpiolib: acpi: Remove never true check in acpi_get_gpiod_by_index()
` [PATCH v1 2/2] gpiolib: acpi: Check for errors first in acpi_find_gpio()

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-11 13:25 UTC  (15+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs

[PATCH 0/5 v2] address remaining stringop-truncation warnings
 2024-04-10 21:13 UTC  (10+ messages)
` [PATCH 1/5] [v2] test_hexdump: avoid string truncation warning
` [PATCH 2/5] [v2] acpi: disable -Wstringop-truncation
` [PATCH 3/5] [v2] block/partitions/ldm: convert strncpy() to strscpy()
` [PATCH 4/5] [v2] blktrace: convert strncpy() to strscpy_pad()
` [PATCH 5/5] [v2] kbuild: enable -Wstringop-truncation globally

[PATCH V4] PCI: Add support for preserving boot configuration
 2024-04-10 20:50 UTC  (5+ messages)
` [PATCH V5] "

[rafael-pm:bleeding-edge] BUILD SUCCESS 9d16ca96a3b1887596feca9cd9d73f444e8b48c8
 2024-04-10 15:31 UTC 

[PATCH v6 0/3] serial: 8250_pnp: Support configurable reg shift property
 2024-04-10 13:40 UTC  (4+ messages)

[PATCH v1] ACPI: bus: allow _UID matching for integer zero
 2024-04-10 13:31 UTC  (4+ messages)

[RFC PATCH v2 0/2] fw_devlink overlay fix
 2024-04-10 12:35 UTC  (8+ messages)
` [RFC PATCH v2 1/2] Revert "treewide: Fix probing of devices in DT overlays"

[PATCH v6 2/3] serial: port: Add support of PNP IRQ to __uart_read_properties()
 2024-04-09 21:48 UTC  (3+ messages)

[RFC KERNEL PATCH v4 3/3] PCI/sysfs: Add gsi sysfs for pci_dev
 2024-04-09 20:03 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).