acpica-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-21 10:38:43 to 2023-12-18 06:54:18 UTC [more...]

[Acpica-devel] [PATCH v9 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
 2023-12-18  6:54 UTC  (26+ messages)
  `  "
` [Acpica-devel] [PATCH v9 0/2] ACPI: APEI: handle synchronous errors in task work with proper si_code
  `  "
` [Acpica-devel] [PATCH v9 2/2] ACPI: APEI: handle synchronous exceptions in task work
  `  "
` [PATCH v10 0/4] ACPI: APEI: handle synchronous errors in task work with proper si_code
` [PATCH v10 1/4] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
` [PATCH v10 2/4] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [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 0/3] Parse the HEST PCIe AER and set to relevant registers
 2023-12-18  3:04 UTC  (8+ messages)
` [PATCH 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
` [PATCH v2 0/3] Parse the HEST PCIe AER and set to relevant registers
  ` [PATCH v2 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
  ` [PATCH v2 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
  ` [PATCH v2 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-15 19:47 UTC  (50+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [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 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v3 12/21] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [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 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [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 19/21] arm64: document virtual CPU hotplug's expectations
` [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 -next] ACPICA: Replace strncpy() with strscpy_pad() for dest
 2023-12-15  7:24 UTC 

[PATCH 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
 2023-12-14  2:54 UTC  (3+ messages)

[Acpica-devel] [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-12-12 20:16 UTC  (6+ messages)
  `  "

[PATCH v3 0/5] Support _UID matching for integer types
 2023-12-09  8:48 UTC  (10+ messages)
` [PATCH v3 1/5] ACPI: bus: update acpi_dev_uid_match() to support multiple types
` [PATCH v3 2/5] ACPI: bus: update acpi_dev_hid_uid_match() "
` [PATCH v3 3/5] ACPI: LPSS: use acpi_dev_uid_match() for matching _UID
` [PATCH v3 4/5] efi: dev-path-parser: "
` [PATCH v3 5/5] perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()

[PATCH] ACPICA: Remove unused struct field and incorrect comments
 2023-12-06 19:49 UTC  (2+ messages)

[PATCH 1/1] ACPI: XSDT: struct acpi_table_xsdt must be packed
 2023-12-06 16:37 UTC  (3+ messages)

[PATCH] ACPICA: debugger: check status of acpi_evaluate_object in acpi_db_walk_for_fields
 2023-12-06 16:39 UTC  (2+ messages)

[PATCH 00/30] Make a new API for drivers to use to get their FW
 2023-11-30 13:23 UTC  (34+ messages)
` [PATCH 01/30] iommu/of: Make a of_iommu_for_each_id()
` [PATCH 02/30] ACPI: VIOT: Make a viot_iommu_for_each_id()
` [PATCH 03/30] ACPI: IORT: Make a iort_iommu_for_each_id()
` [PATCH 04/30] ACPI: IORT: Remove fwspec from the reserved region code
` [PATCH 05/30] iommu: Add iommu_probe_info
` [PATCH 06/30] iommu: Make iommu_ops_from_fwnode() return the iommu_device
` [PATCH 07/30] iommu/of: Call of_iommu_get_resv_regions() directly
` [PATCH 08/30] iommu/of: Add iommu_of_get_single_iommu()
` [PATCH 09/30] iommu/rockchip: Move to iommu_of_get_single_iommu()
` [PATCH 10/30] iommu/sprd: "
` [PATCH 11/30] iommu/sun50i: "
` [PATCH 12/30] iommu/of: Add iommu_of_xlate()
` [PATCH 13/30] iommu/dart: Move to iommu_of_xlate()
` [PATCH 14/30] iommu/exynos: "
` [PATCH 15/30] iommu/msm: "
` [PATCH 16/30] iommu/tegra: Route tegra_dev_iommu_get_stream_id() through an op
` [PATCH 17/30] iommu: Add iommu_fw_alloc_per_device_ids()
` [PATCH 18/30] iommu/tegra: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 19/30] iommu/mtk: "
` [PATCH 20/30] iommu/ipmmu-vmsa: "
` [PATCH 21/30] iommu/mtk_v1: "
` [PATCH 22/30] iommu/qcom: "
` [PATCH 23/30] iommu/viot: Add iommu_viot_get_single_iommu()
` [PATCH 24/30] iommu/virtio: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 25/30] iommu/iort: Add iommu_iort_get_single_iommu()
` [PATCH 26/30] iommu/arm-smmu-v3: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 27/30] iommu/arm-smmu: Move to iommu_of_xlate()
` [PATCH 28/30] iommu: Call all drivers if there is no fwspec
` [PATCH 29/30] iommu: Check for EPROBE_DEFER using the new FW parsers
` [PATCH 30/30] iommu: Remove fwspec and related

[PATCH v2 00/30] Make a new API for drivers to use to get their FW
 2023-11-30  1:14 UTC  (31+ messages)
` [PATCH v2 01/30] iommu/of: Make a of_iommu_for_each_id()
` [PATCH v2 02/30] ACPI: VIOT: Make a viot_iommu_for_each_id()
` [PATCH v2 03/30] ACPI: IORT: Make a iort_iommu_for_each_id()
` [PATCH v2 04/30] ACPI: IORT: Remove fwspec from the reserved region code
` [PATCH v2 05/30] iommu: Add iommu_probe_info
` [PATCH v2 06/30] iommu: Make iommu_ops_from_fwnode() return the iommu_device
` [PATCH v2 07/30] iommu/of: Call of_iommu_get_resv_regions() directly
` [PATCH v2 08/30] iommu/of: Add iommu_of_get_single_iommu()
` [PATCH v2 09/30] iommu/rockchip: Move to iommu_of_get_single_iommu()
` [PATCH v2 10/30] iommu/sprd: "
` [PATCH v2 11/30] iommu/sun50i: "
` [PATCH v2 12/30] iommu/of: Add iommu_of_xlate()
` [PATCH v2 13/30] iommu/dart: Move to iommu_of_xlate()
` [PATCH v2 14/30] iommu/exynos: "
` [PATCH v2 15/30] iommu/msm: "
` [PATCH v2 16/30] iommu/tegra: Route tegra_dev_iommu_get_stream_id() through an op
` [PATCH v2 17/30] iommu: Add iommu_fw_alloc_per_device_ids()
` [PATCH v2 18/30] iommu/tegra: Move to iommu_fw_alloc_per_device_ids()
` [PATCH v2 19/30] iommu/mtk: "
` [PATCH v2 20/30] iommu/ipmmu-vmsa: "
` [PATCH v2 21/30] iommu/mtk_v1: "
` [PATCH v2 22/30] iommu/qcom: "
` [PATCH v2 23/30] iommu/viot: Add iommu_viot_get_single_iommu()
` [PATCH v2 24/30] iommu/virtio: Move to iommu_fw_alloc_per_device_ids()
` [PATCH v2 25/30] iommu/iort: Add iommu_iort_get_single_iommu()
` [PATCH v2 26/30] iommu/arm-smmu-v3: Move to iommu_fw_alloc_per_device_ids()
` [PATCH v2 27/30] iommu/arm-smmu: Move to iommu_of_xlate()
` [PATCH v2 28/30] iommu: Call all drivers if there is no fwspec
` [PATCH v2 29/30] iommu: Check for EPROBE_DEFER using the new FW parsers
` [PATCH v2 30/30] iommu: Remove fwspec and related

[PATCH 0/2] ACPICA: Add Codefirst support for Mantis IDs: [3706,4557]
 2023-11-28  9:41 UTC  (3+ messages)
` [PATCH 1/2] MADT: Add GICC online capable bit handling
` [PATCH 2/2] MADT: Add new MADT GICC/GICR/ITS non-coherent flags handling

[PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
 2023-11-23  9:08 UTC  (7+ messages)

[PATCH v3] acpi: Fix ARM32 platforms compile issue introduced by fw_table changes
 2023-11-23  8:17 UTC  (5+ messages)

[PATCH v2] acpi: Fix ARM32 platforms compile issue introduced by fw_table changes
 2023-11-22 15:29 UTC  (4+ messages)

[PATCH v2 0/6] Support _UID matching for integer types
 2023-11-22 11:55 UTC  (16+ messages)
` [PATCH v2 1/6] compiler.h: Introduce helpers for identifying array and pointer types
` [PATCH v2 2/6] ACPI: bus: update acpi_dev_uid_match() to support multiple types
` [PATCH v2 3/6] ACPI: bus: update acpi_dev_hid_uid_match() "
` [PATCH v2 4/6] ACPI: LPSS: use acpi_dev_uid_match() for matching _UID
` [PATCH v2 5/6] efi: dev-path-parser: "
` [PATCH v2 6/6] perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()

[PATCH] acpi: Fix ARM32 platforms compile issue introduced by fw_table changes
 2023-11-21 22:11 UTC  (3+ messages)

[PATCH v2 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-21 17:55 UTC  (7+ 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).