linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 12:47:44 to 2023-12-19 17:46:48 UTC [more...]

[RFC PATCH v3 00/17] RISC-V: ACPI: Add external interrupt controller support
 2023-12-19 17:45 UTC  (14+ messages)
` [RFC PATCH v3 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v3 02/17] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v3 03/17] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
` [RFC PATCH v3 04/17] ACPI: Add fw_devlink support for ACPI fwnode for IRQ dependency
` [RFC PATCH v3 05/17] ACPI: irq: Add support for deferred probe in acpi_register_gsi()
` [RFC PATCH v3 06/17] pnp.h: Reconfigure IRQ in pnp_irq() to support deferred probe
` [RFC PATCH v3 07/17] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v3 08/17] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v3 09/17] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v3 10/17] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v3 11/17] irqchip: riscv-aplic: "
` [RFC PATCH v3 12/17] irqchip: irq-sifive-plic: "
` [RFC PATCH v3 13/17] ACPI: bus: Add RINTC IRQ model for RISC-V

[PATCH v8 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
 2023-12-19 15:39 UTC  (11+ messages)
` [PATCH v8 1/5] cxl, ACPI, APEI, EINJ: Add CXL_EINJ Kconfig option
` [PATCH v8 2/5] ACPI, APEI, EINJ: Add wrapper __init function
` [PATCH v8 3/5] ACPI: Add CXL protocol error defines
` [PATCH v8 4/5] cxl/core, EINJ: Add CXL debugfs files and EINJ functions
` [PATCH v8 5/5] EINJ, Documentation: Update EINJ kernel doc

[PATCH] ACPI: APEI: GHES: Convert to platform remove callback returning void
 2023-12-18 20:47 UTC  (4+ messages)

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-18 20:35 UTC  (60+ 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

ACPI Error: AE_ERROR, Returned by Handler for [PCI_Config] (20230628/evregion-300), method \_SB.PCI0._INI
 2023-12-18 17:33 UTC 

[PATCH v3] ACPI: APEI: Skip initialization of GHES_ASSIST structures for Machine Check Architecture
 2023-12-18 17:13 UTC  (2+ messages)

[PATCH v1 0/3] gpio: mmio: Make driver agnostic
 2023-12-18 15:02 UTC  (22+ messages)
` [PATCH v1 1/3] device property: Implement device_is_big_endian()

[PATCH v1] ACPI: utils: Introduce helper for _DEP list lookup
 2023-12-18 12:24 UTC  (4+ messages)

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2023-12-18  6:54 UTC  (10+ messages)
` [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/2] Improvements to system power consumption at S5
 2023-12-18  3:41 UTC  (13+ messages)
` [PATCH 1/2] PCI: Avoid runtime resuming devices if system is shutting down
` [PATCH 2/2] PCI/portdrv: Place PCIe port hierarchy into D3cold at shutdown

[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()

[PATCH] cpufreq: CPPC: Resolve the large frequency discrepancy from cpuinfo_cur_freq
 2023-12-18  2:15 UTC  (2+ messages)

[PATCH v2 0/7] dma-mapping: Simplify arch_setup_dma_ops()
 2023-12-17 13:06 UTC  (13+ messages)
` [PATCH v2 1/7] OF: Retire dma-ranges mask workaround
` [PATCH v2 2/7] OF: Simplify DMA range calculations
` [PATCH v2 3/7] ACPI/IORT: Handle memory address size limits as limits
` [PATCH v2 4/7] dma-mapping: Add helpers for dma_range_map bounds
` [PATCH v2 5/7] iommu/dma: Make limit checks self-contained
` [PATCH v2 6/7] iommu/dma: Centralise iommu_setup_dma_ops()
` [PATCH v2 7/7] dma-mapping: Simplify arch_setup_dma_ops()

[rafael-pm:bleeding-edge] BUILD SUCCESS ccca2f50d14c99bce8dc7e52d4f757edd8a38bbf
 2023-12-16 18:26 UTC 

[RESEND PATCH v2] acpi: Use access_width over register_width for system memory accesses
 2023-12-16  0:13 UTC 

[PATCH v2] x86/pci: Stop requiring ECAM to be declared in E820, ACPI or EFI
 2023-12-15 22:03 UTC 

[syzbot] [net?] INFO: rcu detected stall in ip_list_rcv (6)
 2023-12-15 21:48 UTC  (6+ messages)

[PATCH v1 0/6] thermal: netlink: Redefine the API and drop unused code
 2023-12-15 20:02 UTC  (7+ messages)
` [PATCH v1 1/6] thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()
` [PATCH v1 2/6] thermal: netlink: Pass pointers to thermal_notify_tz_trip_change()
` [PATCH v1 3/6] thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()
` [PATCH v1 4/6] thermal: netlink: Drop thermal_notify_tz_trip_add/delete()
` [PATCH v1 5/6] thermal: netlink: Pass thermal zone pointer to notify routines
` [PATCH v1 6/6] thermal: netlink: Rework cdev-related notify API

[PATCH] x86/pci: Stop requiring MMCONFIG to be declared in E820, ACPI or EFI for newer systems
 2023-12-15 15:48 UTC  (5+ messages)

[PATCH v1] thermal: core: Fix NULL pointer dereference in zone registration error path
 2023-12-15 15:31 UTC  (2+ messages)

[PATCH v1 0/3] ACPI: OSL/EC: Use spin locks without disabling interrupts
 2023-12-15 11:27 UTC  (4+ messages)
` [PATCH v1 1/3] ACPI: OSL: "
` [PATCH v1 2/3] ACPI: EC: Use a threaded handler for dedicated IRQ
` [PATCH v1 3/3] ACPI: EC: Use a spin lock without disabing interrupts

[PATCH] dma-mapping: Don't store redundant offsets
 2023-12-15 11:30 UTC  (2+ messages)

SCSI hotplug issues with UEFI VM with guest kernel >= 6.5
 2023-12-15  7:41 UTC  (2+ messages)

[PATCH] acpi: Modify ACPI_OBJECT_COMMON_HEADER
 2023-12-15  7:37 UTC 

[PATCH -next] ACPICA: Replace strncpy() with strscpy_pad() for dest
 2023-12-15  7:24 UTC 

[PATCH RESEND v3 0/1] RAS: Report ARM processor information to userspace
 2023-12-14 23:38 UTC  (4+ messages)
` [PATCH RESEND v3 1/1] "

[PATCH v1 1/6] gpiolib: acpi: Modify acpi_dev_irq_wake_get_by to use resource
 2023-12-14 20:56 UTC  (4+ messages)

[RFC KERNEL PATCH v3 0/3] Support device passthrough when dom0 is PVH on Xen
 2023-12-14  9:03 UTC  (10+ messages)
` [RFC KERNEL PATCH v3 3/3] PCI/sysfs: Add gsi sysfs for pci_dev

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

[RFC 0/2] PCI: acpiphp: workaround race between hotplug and SCSI_SCAN_ASYNC job
 2023-12-13 18:50 UTC  (15+ messages)
` [RFC 1/2] PCI: acpiphp: enable slot only if it hasn't been enabled already
` [RFC 2/2] PCI: acpiphp: slowdown hotplug if hotplugging multiple devices at a time

[PATCH] ACPI: arm64: export acpi_arch_thermal_cpufreq_pctg
 2023-12-13 12:54 UTC  (2+ messages)

[PATCH] ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error
 2023-12-13 12:51 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 NNTP newsgroup(s).