Linux ACPI
 help / color / mirror / Atom feed
 messages from 2025-06-29 17:40:23 to 2025-07-05 00:33:52 UTC [more...]

[GIT PULL] ACPI fix for v6.16-rc5
 2025-07-05  0:34 UTC  (2+ messages)

Instability in ALL stable and LTS distro kernels (IRQ #16 being disabled, PCIe bus errors, ath10k_pci) in Dell Inspiron 5567
 2025-07-04 19:30 UTC  (6+ messages)

[PATCH RFC v2 0/4] Disable ATS via iommu during PCI resets
 2025-07-04 15:43 UTC  (11+ messages)
` [PATCH RFC v2 1/4] iommu: Lock group->mutex in iommu_deferred_attach
` [PATCH RFC v2 2/4] iommu: Pass in gdev to __iommu_device_set_domain
` [PATCH RFC v2 3/4] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH 0/3 v4] Make ELOG and GHES log and trace consistently
 2025-07-04 13:43 UTC  (6+ messages)
` [PATCH 2/3 v4] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol "

[PATCH 0/2] panic: taint flag for recoverable hardware errors
 2025-07-04 13:25 UTC  (6+ messages)
` [PATCH 1/2] panic: add "
` [PATCH 2/2] acpi/ghes: taint kernel on recovered "

[PATCH v8 00/24] Linux SBI MPXY and RPMI drivers
 2025-07-04 10:11 UTC  (28+ messages)
` [PATCH v8 01/24] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
` [PATCH v8 02/24] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
` [PATCH v8 03/24] RISC-V: Add defines for the SBI message proxy extension
` [PATCH v8 04/24] mailbox: Add common header for RPMI messages sent via mailbox
` [PATCH v8 05/24] mailbox: Allow controller specific mapping using fwnode
` [PATCH v8 06/24] byteorder: Add memcpy_to_le32() and memcpy_from_le32()
` [PATCH v8 07/24] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver
` [PATCH v8 08/24] dt-bindings: clock: Add RPMI clock service message proxy bindings
` [PATCH v8 09/24] dt-bindings: clock: Add RPMI clock service controller bindings
` [PATCH v8 10/24] clk: Add clock driver for the RISC-V RPMI clock service group
` [PATCH v8 11/24] dt-bindings: Add RPMI system MSI message proxy bindings
` [PATCH v8 12/24] dt-bindings: Add RPMI system MSI interrupt controller bindings
` [PATCH v8 13/24] irqchip: Add driver for the RPMI system MSI service group
` [PATCH v8 14/24] ACPI: property: Refactor acpi_fwnode_get_reference_args() to support nargs_prop
` [PATCH v8 15/24] ACPI: Add support for nargs_prop in acpi_fwnode_get_reference_args()
` [PATCH v8 16/24] ACPI: scan: Update honor list for RPMI System MSI
` [PATCH v8 17/24] ACPI: RISC-V: Create interrupt controller list in sorted order
` [PATCH v8 18/24] ACPI: RISC-V: Add support to update gsi range
` [PATCH v8 19/24] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
` [PATCH v8 20/24] irqchip/irq-riscv-imsic-early: Export imsic_acpi_get_fwnode()
` [PATCH v8 21/24] mailbox/riscv-sbi-mpxy: Add ACPI support
` [PATCH v8 22/24] irqchip/riscv-rpmi-sysmsi: "
` [PATCH v8 23/24] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
` [PATCH v8 24/24] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers

[PATCH v3 00/28] lan966x pci device: Add support for SFPs
 2025-07-04  8:57 UTC  (20+ messages)
` [PATCH v3 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v3 04/28] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH v3 05/28] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v3 18/28] of: property: Allow fw_devlink device-tree on x86 when PCI device-tree node creation is enabled

[REGRESSION] - Multiple userspace implementations of battery estimate broken after "ACPI: battery: negate current when discharging"
 2025-07-04  8:47 UTC  (6+ messages)

[PATCH v7 00/24] Linux SBI MPXY and RPMI drivers
 2025-07-04  8:16 UTC  (55+ messages)
` [PATCH v7 01/24] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
` [PATCH v7 02/24] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
` [PATCH v7 03/24] RISC-V: Add defines for the SBI message proxy extension
` [PATCH v7 04/24] mailbox: Add common header for RPMI messages sent via mailbox
` [PATCH v7 05/24] mailbox: Allow controller specific mapping using fwnode
` [PATCH v7 06/24] byteorder: Add memcpy_to_le32() and memcpy_from_le32()
` [PATCH v7 07/24] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver
` [PATCH v7 08/24] dt-bindings: clock: Add RPMI clock service message proxy bindings
` [PATCH v7 09/24] dt-bindings: clock: Add RPMI clock service controller bindings
` [PATCH v7 10/24] clk: Add clock driver for the RISC-V RPMI clock service group
` [PATCH v7 11/24] dt-bindings: Add RPMI system MSI message proxy bindings
` [PATCH v7 12/24] dt-bindings: Add RPMI system MSI interrupt controller bindings
` [PATCH v7 13/24] irqchip: Add driver for the RPMI system MSI service group
` [PATCH v7 14/24] ACPI: property: Refactor acpi_fwnode_get_reference_args()
` [PATCH v7 15/24] ACPI: property: Add support for cells property
` [PATCH v7 16/24] ACPI: scan: Update honor list for RPMI System MSI
` [PATCH v7 17/24] ACPI: RISC-V: Create interrupt controller list in sorted order
` [PATCH v7 18/24] ACPI: RISC-V: Add support to update gsi range
` [PATCH v7 19/24] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
` [PATCH v7 20/24] irqchip/irq-riscv-imsic-early: Export imsic_acpi_get_fwnode()
` [PATCH v7 21/24] mailbox/riscv-sbi-mpxy: Add ACPI support
` [PATCH v7 22/24] irqchip/riscv-rpmi-sysmsi: "
` [PATCH v7 23/24] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
` [PATCH v7 24/24] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers

[rafael-pm:fixes] BUILD SUCCESS 73cb2657cb1637055353d8df53b686f969901d3e
 2025-07-04  4:51 UTC 

[PATCH v5] ACPI:PRM: Reduce unnecessary printing to avoid the worries of regular users
 2025-07-04  1:45 UTC  (3+ messages)
  ` Reply:[PATCH "

[PATCH V6] ACPI:PRM: Reduce unnecessary printing to avoid the worries of regular users
 2025-07-04  1:41 UTC 

[PATCH] ACPI: fan_attr: Replace sprintf with sysfs_emit
 2025-07-04  0:40 UTC 

[PATCH v10 1/7] ACPI: APEI: EINJ: Fix kernel test sparse warnings
 2025-07-03 20:04 UTC  (2+ messages)
` [PATCH] ACPI: APEI: EINJ: Fix trigger actions

[PATCH] acpi/ghes: add TAINT_MACHINE_CHECK on GHES panic path
 2025-07-03 17:51 UTC  (7+ messages)

[PATCH] ACPI: processor: fix acpi_object initialization
 2025-07-03 13:28 UTC  (2+ messages)

[PATCH] ACPI: FAN: Update fps count debug print
 2025-07-03 12:11 UTC  (3+ messages)

[PATCH] ACPI: processor: idle: Fix resource rollback in acpi_processor_power_init
 2025-07-03 11:09 UTC  (4+ messages)

[PATCH v2 1/1] ACPI: LPSS: Remove AudioDSP related ID
 2025-07-02 18:13 UTC  (2+ messages)

[PATCH v1 1/1] Documentation: firmware-guide: gpio-properties: Spelling and style fixes
 2025-07-02 18:07 UTC  (3+ messages)

[PATCH] ACPI / sysfs: Replace deprecated strcpy() with sysfs_emit
 2025-07-02 18:04 UTC  (2+ messages)

[PATCH] ACPI: fan: Replace sprintf/scnprintf with sysfs_emit in show functions
 2025-07-02 17:58 UTC  (2+ messages)

[PATCH v3 0/9] PM: Reconcile different driver options for runtime PM integration with system sleep
 2025-07-02 14:14 UTC  (3+ messages)

[PATCH v4 00/11] VRAM Self Refresh
 2025-07-02 14:03 UTC  (12+ messages)
` [PATCH v4 01/11] PCI/ACPI: Add D3cold Aux Power Limit_DSM method
` [PATCH v4 02/11] PCI/ACPI: Per root port allow one Aux power limit request
` [PATCH v4 03/11] PCI/ACPI: Add PERST# Assertion Delay _DSM method

[PATCH] rust: acpi: remove unneeded cast to clean future Clippy warning
 2025-07-01 21:38 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 3ef1f3359bdbb7d0d8cd8f1c29ce7218570108b7
 2025-07-01 21:07 UTC 

[rafael-pm:fixes] BUILD SUCCESS d92ef97fd9564fe81bfab8b3751bd7bbce87be10
 2025-07-01 21:08 UTC 

[PATCH v2 0/2] ACPI: Improve SPCR handling and messaging on SPCR-less systems
 2025-07-01 14:28 UTC  (5+ messages)
` [PATCH v2 1/2] ACPI: Return -ENODEV from acpi_parse_spcr() when SPCR support is disabled

[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
 2025-07-01 13:56 UTC  (11+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered

[PATCH v2 00/12] media: uvcvideo: Add support for orientation and rotation
 2025-07-01 11:26 UTC  (24+ messages)
` [PATCH v2 01/12] media: uvcvideo: Always set default_value
` [PATCH v2 02/12] media: v4l: fwnode: Support ACPI's _PLD for v4l2_fwnode_device_parse
` [PATCH v2 03/12] ACPI: mipi-disco-img: Do not duplicate rotation info into swnodes
` [PATCH v2 07/12] media: uvcvideo: Make uvc_alloc_entity non static
` [PATCH v2 08/12] media: uvcvideo: Add support for V4L2_CID_CAMERA_ORIENTATION
` [PATCH v2 09/12] media: uvcvideo: Add uvc_ctrl_query_entity helper
` [PATCH v2 10/12] media: uvcvideo: Add get_* functions to uvc_entity
` [PATCH v2 11/12] media: uvcvideo: Add support for V4L2_CID_CAMERA_ROTATION
` [PATCH v2 12/12] media: uvcvideo: Do not create MC entities for virtual entities

[PATCH v3 0/3] RISC-V: Add ACPI support for IOMMU
 2025-07-01  3:47 UTC  (10+ messages)
` [PATCH v3 1/3] ACPI: RISC-V: Add support for RIMT
` [PATCH v3 2/3] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
` [PATCH v3 3/3] iommu/riscv: Add ACPI support

[PATCH] driver core: faux: fix Undefined Behavior in faux_device_destroy()
 2025-06-30 23:24 UTC  (10+ messages)

[PATCH v5 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2025-06-30 22:51 UTC  (13+ messages)
` [PATCH v5 01/10] x86/acpi: Add a helper functions to setup and access the wakeup mailbox
` [PATCH v5 02/10] x86/acpi: Move acpi_wakeup_cpu() and helpers to smpwakeup.c
` [PATCH v5 03/10] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors

[PATCH AUTOSEL 6.12 05/21] Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"
 2025-06-30 20:45 UTC 

[PATCH AUTOSEL 6.15 06/23] Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"
 2025-06-30 20:44 UTC 

[PATCH] ACPI: pfr_update: Add more debug information when firmware update failed
 2025-06-30 20:10 UTC  (2+ messages)

[REGRESSION][BISECTED] Dell Precision 7780 wakes up on its own from suspend
 2025-06-30 18:40 UTC  (6+ messages)

[PATCH v4 00/22] AMD MCA interrupts rework
 2025-06-30 13:00 UTC  (11+ messages)
` [PATCH v4 08/22] x86/mce/amd: Put list_head in threshold_bank
` [PATCH v4 10/22] x86/mce: Remove __mcheck_cpu_init_early()
` [PATCH v4 14/22] x86/mce: Separate global and per-CPU quirks

[RFC PATCH] pci hotplug: fix hotplug bug during kernel boot
 2025-06-30  7:20 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox