linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-17 13:34:28 to 2021-09-29 18:16:08 UTC [more...]

[PATCH v2 0/7] PCI: ACPI: Get rid of struct pci_platform_pm_ops and clean up code
 2021-09-29 18:15 UTC  (23+ messages)
` [PATCH v2 1/7] PCI: PM: Do not use pci_platform_pm_ops for Intel MID PM
` [PATCH v2 2/7] PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPI
` [PATCH v2 3/7] PCI: PM: Drop struct pci_platform_pm_ops
` [PATCH v2 4/7] PCI: PM: Rearrange pci_target_state()
` [PATCH v2 5/7] PCI: PM: Make pci_choose_state() call pci_target_state()
` [PATCH v2 6/7] PCI: PM: Do not call platform_pci_power_manageable() unnecessarily
` [PATCH v2 7/7] PCI: PM: Simplify acpi_pci_power_manageable()
` [PATCH v3 0/3] PCI: PM: Simplify and unify some helper functions
  ` [PATCH v3 3/3] PCI: PM: Do not call platform_pci_power_manageable() unnecessarily

[PATCH v2] ACPICA: Avoid evaluating methods too early during system resume
 2021-09-29 16:31 UTC 

[PATCH] Revert "ACPI: Add memory semantics to acpi_os_map_memory()"
 2021-09-29 16:30 UTC  (20+ messages)
` [PATCH v2] "

[PATCH v1] ACPICA: Avoid evaluating methods too early during system resume
 2021-09-29 16:03 UTC  (2+ messages)

[PATCHv1] ACPI: processor idle: Allow playing dead in C3 state
 2021-09-29 14:45 UTC  (8+ messages)

[PATCH] arm64/apei: Filter the apei GAS address from the ECAM space
 2021-09-29 12:59 UTC 

[PATCH] acpi/processor_idle.c: Fix kernel pointer leak
 2021-09-29 12:07 UTC  (2+ messages)

[PATCH] ACPI: avoid NULL pointer arithmetic
 2021-09-29 12:01 UTC  (4+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING 5264d800ffd532b515f32ad3a3439b5611438157
 2021-09-29 11:24 UTC 

[PATCH v3 0/4] PCI/ACPI: Simplify PCIe _OSC feature negotiation
 2021-09-29  8:09 UTC  (3+ messages)

[rafael-pm:linux-next 20/23] drivers/pci/pci-acpi.c:1127:12: warning: 'adev' is used uninitialized
 2021-09-29  4:25 UTC 

[PATCH v3 0/2] gpio: mlxbf2: Introduce proper interrupt handling
 2021-09-28 15:02 UTC  (13+ messages)
` [PATCH v3 1/2] gpio: mlxbf2: Introduce IRQ support
` [PATCH v3 2/2] net: mellanox: mlxbf_gige: Replace non-standard interrupt handling

[PATCH v3 0/5] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-09-28 12:40 UTC  (15+ messages)
` [PATCH v3 1/5] Documentation: Introduce Platform Firmware Runtime Update documentation
` [PATCH v3 2/5] efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures
` [PATCH v3 3/5] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
` [PATCH v3 4/5] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry

Oops in during sriov_enable with ixgbe driver
 2021-09-28 11:56 UTC 

Fix for BL460c G9 ACPI BIOS (V2.80) to see NX2 network interfaces?
 2021-09-28  0:10 UTC 

[PATCH] acpi: arm64: fix section mismatch warning
 2021-09-27 14:19 UTC 

[GIT PULL] Device properties framework fix for v5.15-rc3
 2021-09-24 18:26 UTC  (2+ messages)

[GIT PULL] ACPI fix for v5.15-rc3
 2021-09-24 18:26 UTC  (2+ messages)

[PATCH] ACPI: SPCR: check if table->serial_port.access_width is too wide
 2021-09-24 17:11 UTC  (3+ messages)

[PATCH] ACPI: Kconfig: Fix a typo in Kconfig
 2021-09-24 16:23 UTC  (2+ messages)

[PATCH] Documentation: ACPI: Fix spelling mistake "Millenium" -> "Millennium"
 2021-09-24 16:21 UTC  (2+ messages)

[PATCH 1/2] platform: lg-laptop: drop unneeded MODULE_ALIAS
 2021-09-24 16:13 UTC  (6+ messages)
` [PATCH 2/2] acpi: pnp: remove duplicated BRI0A49 and BDP3336 entries

[PATCH] ACPI: APEI: Check NULL argument in exported symbol
 2021-09-24 16:11 UTC  (2+ messages)

[PATCH AUTOSEL 5.14 10/25] ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are supported
 2021-09-24 11:40 UTC  (3+ messages)

Bug report for kernel v4.15-rc8+
 2021-09-24 10:23 UTC  (2+ messages)

[PATCH RESEND 0/3] Represent cluster topology and enable load balance between clusters
 2021-09-24  8:51 UTC  (4+ messages)
` [PATCH RESEND 1/3] topology: Represent clusters of CPUs within a die
` [PATCH RESEND 2/3] scheduler: Add cluster scheduler level in core and related Kconfig for ARM64
` [PATCH RESEND 3/3] scheduler: Add cluster scheduler level for x86

[PATCH v3 0/3] fw_devlink bug fixes
 2021-09-24  6:09 UTC  (25+ messages)
` [PATCH v3 1/3] driver core: fw_devlink: Improve handling of cyclic dependencies
` [PATCH v3 2/3] driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD

[PATCH] ACPI: APEI: Check NULL argument in exported symbol
 2021-09-23 21:03 UTC  (3+ messages)

Add a SSDT ACPI description to recognize my I2C device connected via SMBus
 2021-09-23 20:29 UTC  (4+ messages)

[PATCH v3 0/2] gpio: mlxbf2: Introduce proper interrupt handling
 2021-09-23 20:18 UTC  (3+ messages)
` [PATCH v3 1/2] gpio: mlxbf2: Introduce IRQ support
` [PATCH v2 2/2] net: mellanox: mlxbf_gige: Replace non-standard interrupt handling

[PATCH v4] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-09-23 19:07 UTC  (4+ messages)

[PATCH v3] Revert "ACPI: Add memory semantics to acpi_os_map_memory()"
 2021-09-23 18:42 UTC  (4+ messages)

[PATCH v2 0/2] gpio: mlxbf2: Introduce proper interrupt handling
 2021-09-23 14:44 UTC  (9+ messages)
` [PATCH v2 1/2] gpio: mlxbf2: Introduce IRQ support
` [PATCH v2 2/2] net: mellanox: mlxbf_gige: Replace non-standard interrupt handling

[PATCH] ACPI: NFIT: Use fallback node id when numa info in NFIT table is incorrect
 2021-09-22 18:02 UTC  (2+ messages)

[PATCH V3 09/22] LoongArch: Add boot and setup routines
 2021-09-22 15:33 UTC  (6+ messages)
  ` [PATCH V3 18/22] LoongArch: Add PCI controller support

[PATCH regression fix] gpiolib: acpi: Make set-debounce-timeout failures non fatal
 2021-09-22 12:47 UTC  (6+ messages)

[PATCH v1 1/5] PCI: PM: x86: Drop Intel MID PCI PM support
 2021-09-21 14:23 UTC  (11+ messages)
` [PATCH v1 2/5] PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPI
` [PATCH v1 3/5] PCI: PM: Rearrange code in pci_target_state()
` [PATCH v1 4/5] PCI: PM: Make pci_choose_state() call pci_target_state()
` [PATCH v1 5/5] PCI: PM: ACPI: Drop unnecessary acpi_pci_power_manageable() calls

[PATCH regression fix v2] gpiolib: acpi: Make set-debounce-timeout failures non fatal
 2021-09-21 12:13 UTC  (5+ messages)

[PATCH v1 0/2] gpio: mlxbf2: Introduce proper interrupt handling
 2021-09-20 20:32 UTC  (6+ messages)
` [PATCH v1 1/2] gpio: mlxbf2: Introduce IRQ support

[dmaengine] fe364a7d95: UBSAN:array-index-out-of-bounds_in_drivers/acpi/acpica/dswexec.c
 2021-09-19 20:42 UTC 

[PATCH v1 0/5] PCI: ACPI: Get rid of struct pci_platform_pm_ops and clean up code
 2021-09-18 13:31 UTC 

[PATCH v1 0/3] PCI: ACPI: glue: Get rid of acpi_pci_bus and rearrange code
 2021-09-18 13:02 UTC  (4+ messages)
` [PATCH v1 1/3] PCI: ACPI: Drop acpi_pci_bus
` [PATCH v1 2/3] ACPI: glue: Drop cleanup callback from struct acpi_bus_type
` [PATCH v1 3/3] ACPI: glue: Look for ACPI bus type only if ACPI companion is not known

I2C SMBUS SPD ECC DIMM access vs. ACPI BIOS
 2021-09-18 12:24 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 24/35] ACPICA: iASL: Fix for WPBT table with no command-line arguments
 2021-09-17 19:21 UTC  (3+ messages)

[PATCH v7 1/1] x86/acpi, x86/boot: Add multiprocessor wake-up support
 2021-09-17 17:08 UTC  (3+ messages)

[PATCH v2 00/14] mailbox: pcc: Add support for PCCT extended PCC subspaces
 2021-09-17 15:10 UTC  (11+ messages)
` [PATCH v2 06/14] mailbox: pcc: Add pcc_mbox_chan structure to hold shared memory region info
` [PATCH v2 07/14] mailbox: pcc: Use PCC mailbox channel pointer instead of standard
` [PATCH v2 08/14] mailbox: pcc: Rename doorbell ack to platform interrupt ack register
` [PATCH v2 09/14] mailbox: pcc: Add PCC register bundle and associated accessor functions
` [PATCH v2 10/14] mailbox: pcc: Avoid accessing PCCT table in pcc_send_data and pcc_mbox_irq
` [PATCH v2 11/14] mailbox: pcc: Drop handling invalid bit-width in {read,write}_register
` [PATCH v2 12/14] mailbox: pcc: Add support for PCCT extended PCC subspaces(type 3/4)
` [PATCH v2 13/14] mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe
` [PATCH v2 14/14] ACPI/PCC: Add myself as maintainer for PCC mailbox driver


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).