Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-21 05:35:20 to 2021-10-27 21:18:42 UTC [more...]

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-10-27 21:16 UTC  (13+ messages)
` [PATCH v2 01/45] notifier: Remove extern annotation from function prototypes
` [PATCH v2 02/45] notifier: Add blocking_notifier_call_chain_empty()
` [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v2 04/45] reboot: Correct typo in a comment
` [PATCH v2 05/45] reboot: Warn if restart handler has duplicated priority
` [PATCH v2 06/45] reboot: Warn if unregister_restart_handler() fails
` [PATCH v2 07/45] reboot: Remove extern annotation from function prototypes
` [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API
` [PATCH v2 09/45] xen/x86: Use do_kernel_power_off()
` [PATCH v2 10/45] ARM: "
` [PATCH v2 11/45] arm64: "
` [PATCH v2 12/45] csky: "

[PATCH v1 0/2] ACPI: scan: Honor certain device identification rules
 2021-10-27 19:28 UTC  (10+ messages)
` [PATCH v1 1/2] ACPI: scan: Do not add device IDs from _CID if _HID is not valid
` [PATCH v1 2/2] ACPI: scan: Do not set type.bus_address if _HID is valid

[PATCH v4 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-10-27 18:53 UTC  (20+ messages)
` [PATCH v4 01/11] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v4 02/11] i2c: acpi: Use acpi_dev_ready_for_enumeration() helper
` [PATCH v4 03/11] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v4 04/11] regulator: Introduce tps68470-regulator driver
` [PATCH v4 05/11] clk: Introduce clk-tps68470 driver
` [PATCH v4 06/11] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v4 07/11] platform/x86: int3472: Split into 2 drivers
` [PATCH v4 08/11] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v4 09/11] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v4 10/11] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v4 11/11] platform/x86: int3472: Deal with probe ordering issues

[PATCH] ACPI: APEI: mark apei_hest_parse
 2021-10-27 18:37 UTC  (2+ messages)

[PATCH] ACPI: glue: Use acpi_device_adr() in acpi_find_child_device()
 2021-10-27 17:35 UTC  (4+ messages)

[PATCH] ACPI, APEI, EINJ: Relax platform response timeout to 1 second
 2021-10-27 18:24 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v4 1/2] ACPI: Add stubs for wakeup handler functions
 2021-10-27 15:12 UTC  (5+ messages)
` [PATCH v4 2/2] pinctrl: amd: Fix wakeups when IRQ is shared with SCI

[PATCH v4 0/3] Let other drivers react to platform profile changes
 2021-10-27 14:08 UTC  (9+ messages)
` [PATCH v4 1/3] platform/x86: hp-wmi: rename platform_profile_* function symbols
` [PATCH v4 2/3] platform/x86: asus-wmi: "
` [PATCH v4 3/3] ACPI: platform_profile: Add support for notification chains

[PATCH v7 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-10-27 10:45 UTC  (9+ messages)
` [PATCH v7 1/4] efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures
` [PATCH v7 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
` [PATCH v7 3/4] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry
` [PATCH v7 4/4] tools: Introduce power/acpi/pfru/pfru

[PATCH v3 0/2] PCI MCFG consolidation and APEI resource filterin
 2021-10-27  8:13 UTC  (6+ messages)
` [PATCH v4 0/4] PCI MCFG consolidation and APEI resource filtering
  ` [PATCH v4 1/4] PCI: MCFG: Consolidate the separate PCI MCFG table entry list
  ` [PATCH v4 2/4] ACPI: APEI: Filter the PCI MCFG address with an arch-agnostic method
  ` [PATCH v4 3/4] ACPI: APEI: Reserve the MCFG address for quirk ECAM implementation
  ` [PATCH v4 4/4] PCI: MCFG: Add the MCFG entry parse log message

[rafael-pm:bleeding-edge] BUILD SUCCESS a1ccff3617a4e0310a4d88e0048c160587a21ce2
 2021-10-27  6:27 UTC 

[PATCH v3 2/2] ACPI: APEI: Filter the PCI MCFG address with an arch-agnostic method
 2021-10-27  5:29 UTC  (8+ messages)

[PATCH v3 1/2] PCI: MCFG: Consolidate the separate PCI MCFG table entry list
 2021-10-27  3:14 UTC  (4+ messages)

[PATCH v10 0/7] Basic recovery for machine checks inside SGX
 2021-10-26 22:00 UTC  (9+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/7] x86/sgx: Add new sgx_epc_page flag bit to mark free pages
  ` [PATCH v11 2/7] x86/sgx: Add infrastructure to identify SGX EPC pages
  ` [PATCH v11 3/7] x86/sgx: Initial poison handling for dirty and free pages
  ` [PATCH v11 4/7] x86/sgx: Add SGX infrastructure to recover from poison
  ` [PATCH v11 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
  ` [PATCH v11 6/7] x86/sgx: Add hook to error injection address validation
  ` [PATCH v11 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()

[PATCH v3 0/3] Let other drivers react to platform profile changes
 2021-10-26 19:02 UTC  (8+ messages)
` [PATCH v3 1/3] platform/x86: hp-wmi: rename platform_profile_* function symbols
` [PATCH v3 2/3] platform/x86: asus-wmi: "
` [PATCH v3 3/3] ACPI: platform_profile: Add support for notification chains
  ` [External] "

[PATCH v1 1/1] device property: Drop redundant NULL checks
 2021-10-26 17:13 UTC  (3+ messages)

[PATCH v1 0/7] ACPI: Use ACPI_COMPANION() directly to simplify code
 2021-10-26 13:41 UTC  (4+ messages)
` [PATCH v1 7/7] perf: qcom_l2_pmu: ACPI: Use ACPI_COMPANION() directly
  ` [PATCH v2 "

[RESEND][For 5.16][PATCH] ACPI: resources: Add one more Medion model in IRQ override quirk
 2021-10-26 13:39 UTC  (2+ messages)

[PATCH] ACPI: AC: Quirk GK45 to skip reading _PSR
 2021-10-26 13:36 UTC  (2+ messages)

[PATCH v1 1/2] ACPI/PRM: Remove unnecessary blank lines
 2021-10-26 13:30 UTC  (2+ messages)

[PATCH v3] ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT
 2021-10-26 13:17 UTC  (11+ messages)

[PATCH v2] ACPI: platform_profile: Add support for notification chains
 2021-10-26 11:31 UTC  (2+ messages)

[PATCH] ACPI: Add AEST in ACPI Table Definitions
 2021-10-26  7:52 UTC 

[PATCH] ACPI: platform_profile: Add support for notification chains
 2021-10-25 19:54 UTC  (4+ messages)
` [External] "

[rafael-pm:bleeding-edge] BUILD SUCCESS af2b73b422405bf7d7aef0060da17281f7a0e6d4
 2021-10-25 19:27 UTC 

[PATCH v6 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-10-25 14:59 UTC  (15+ messages)
` [PATCH v6 1/4] efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures
` [PATCH v6 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
` [PATCH v6 3/4] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry
` [PATCH v6 4/4] tools: Introduce power/acpi/pfru/pfru

[PATCH v11 0/6] Support running driver's probe for a device powered off
 2021-10-25 11:25 UTC  (4+ messages)
` [PATCH 3/6] Documentation: ACPI: Document _DSC object usage for enum power state

[PATCH] x86/PCI: Fix compile errors when CONFIG_PCI is disabled
 2021-10-25 10:02 UTC  (3+ messages)

[For 5.16][PATCH] ACPI: resources: Add one more Medion model in IRQ override quirk
 2021-10-25  6:11 UTC  (2+ messages)

[PATCH] ACPI: CPPC: fix return value in register_pcc_channel()
 2021-10-25  0:55 UTC  (3+ messages)
  ` 答复: [gmail.com代发]Re: "

[PATCH v1 1/2] ACPI: PM: Do not turn off power resources in unknown state
 2021-10-24 15:28 UTC 

[PATCH v5 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-10-23 13:19 UTC  (10+ messages)
` [PATCH v5 1/4] efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures
` [PATCH v5 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
` [PATCH v5 3/4] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry
` [PATCH v5 4/4] tools: Introduce power/acpi/pfru/pfru

[PATCH v3 1/2] ACPI: Add stubs for wakeup handler functions
 2021-10-22 20:32 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v5.15-rc7
 2021-10-22 20:03 UTC  (3+ messages)

[BUG REPORT][ACPICA] PCC Opregion: Wrong interpretation of channel index as table subtype
 2021-10-22 18:36 UTC 

[PATCH v3 2/4] PCI: brcmstb: Add ACPI config space quirk
 2021-10-22 17:57 UTC  (9+ messages)

[PATCH v2 00/14] mailbox: pcc: Add support for PCCT extended PCC subspaces
 2021-10-22 17:09 UTC  (5+ messages)

[PATCH] ACPI: OSL: Handle the return value of acpi_os_map_generic_address() for a non-register GAS
 2021-10-22 14:55 UTC  (2+ messages)

[PATCH v9 2/7] x86/sgx: Add infrastructure to identify SGX EPC pages
 2021-10-22 10:43 UTC  (2+ messages)

[PATCH v5 1/2] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
 2021-10-22  9:53 UTC  (4+ messages)

[PATCH v3 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-10-22  9:04 UTC  (5+ messages)
` [PATCH v3 05/11] clk: Introduce clk-tps68470 driver

[PATCH 2/5] device property: add fwnode_device_is_reserved()
 2021-10-22  2:00 UTC 

[PATCH v5 0/2] gpio: mlxbf2: Introduce proper interrupt handling
 2021-10-21 18:10 UTC  (3+ messages)

[PATCH v5 1/2] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
 2021-10-21 11:30 UTC  (2+ messages)

[PATCH v4 3/4] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry
 2021-10-21  6:37 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS c8fd83c6466b0acbea0d835e82344e6527aba7b6
 2021-10-21  5:34 UTC 


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