linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-27 16:57:08 to 2021-06-07 12:38:39 UTC [more...]

[PATCH v3 1/6] docs: firmware-guide: ACPI: Add a PWM example
 2021-06-07 12:38 UTC  (7+ messages)
` [PATCH v3 2/6] pwm: core: Convert to use fwnode for matching
` [PATCH v3 3/6] pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
` [PATCH v3 4/6] pwm: core: Unify fwnode checks in the module
` [PATCH v3 5/6] pwm: core: Remove unused devm_pwm_put()
` [PATCH v3 6/6] pwm: core: Simplify some devm_*pwm*() functions

[PATCH v2 3/5] ACPI: Execute platform _OSC also with query bit clear
 2021-06-07 12:31 UTC  (2+ messages)

[PATCH v5 0/6] CXL port and decoder enumeration
 2021-06-07 12:27 UTC  (9+ messages)
` [PATCH v5 1/6] cxl/acpi: Local definition of ACPICA infrastructure
` [PATCH v5 2/6] cxl/acpi: Introduce cxl_root, the root of a cxl_port topology
` [PATCH v5 3/6] cxl/Kconfig: Default drivers to CONFIG_CXL_BUS
` [PATCH v5 4/6] cxl/acpi: Add downstream port data to cxl_port instances
` [PATCH v5 5/6] cxl/acpi: Enumerate host bridge root ports
` [PATCH v5 6/6] cxl/acpi: Introduce cxl_decoder objects

[PATCH 00/14] ACPICA version 20210604
 2021-06-07 12:22 UTC  (16+ messages)
` [PATCH 01/14] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure
` [PATCH 02/14] ACPICA: Add SVKL table headers
` [PATCH 03/14] ACPICA: Fix memory leak caused by _CID repair function
` [PATCH 04/14] ACPICA: iASL: Finish support for the IVRS ACPI table
` [PATCH 05/14] ACPICA: iASL: Add support for the SVKL table
` [PATCH 06/14] ACPICA: iASL Table Compiler: Add full support for RGRT ACPI table
` [PATCH 07/14] ACPICA: Use ACPI_FALLTHROUGH
` [PATCH 08/14] ACPICA: Add _PLD panel positions
` [PATCH 09/14] ACPICA: iASL: Add support for the BDAT ACPI table
` [PATCH 10/14] ACPICA: Add defines for the CXL Host Bridge Structure (CHBS)
` [PATCH 11/14] ACPICA: Add the CFMWS structure definition to the CEDT table
` [PATCH 12/14] ACPICA: iASL: add disassembler support for PRMT
` [PATCH 13/14] ACPICA: Add support for PlatformRtMechanism OperationRegion handler
` [PATCH 14/14] ACPICA: Update version to 20210604 Version 20210604

[PATCH v2 1/7] docs: firmware-guide: ACPI: Add a PWM example
 2021-06-07 11:49 UTC  (15+ messages)
` [PATCH v2 2/7] pwm: core: Always require PWM flags to be provided
` [PATCH v2 3/7] pwm: core: Convert to use fwnode for matching
` [PATCH v2 4/7] pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
` [PATCH v2 5/7] pwm: core: Unify fwnode checks in the module
` [PATCH v2 6/7] pwm: core: Remove unused devm_pwm_put()
` [PATCH v2 7/7] pwm: core: Simplify some devm_*pwm*() functions

Some SSDT tables are not loading with kernel >= 5.12
 2021-06-07 11:13 UTC  (4+ messages)

[PATCH] acpi-cpufreq: Skip cleanup if initialization didn't occur
 2021-06-07 11:09 UTC  (5+ messages)

[PATCH 00/34] docs: avoid using ReST :doc:`foo` tag
 2021-06-07  7:34 UTC  (7+ messages)
` [PATCH 21/34] docs: firmware-guide: acpi: avoid using ReSt :doc:`foo` markup

[PATCH v5 0/6] Introduce intel_skl_int3472 module
 2021-06-05 23:07 UTC  (16+ messages)
` [PATCH v5 1/6] ACPI: scan: Extend acpi_walk_dep_device_list()
` [PATCH v5 2/6] ACPI: scan: Add function to fetch dependent of acpi device
` [PATCH v5 3/6] gpiolib: acpi: Export acpi_get_gpiod()
` [PATCH v5 4/6] gpiolib: acpi: Add acpi_gpio_get_io_resource()
` [PATCH v5 5/6] platform/x86: Add intel_skl_int3472 driver
` [PATCH v5 6/6] mfd: tps68470: Remove tps68470 MFD driver

[PATCH v5] ACPI / APEI: fix the regression of synchronous external aborts occur in user-mode
 2021-06-05  8:59 UTC  (3+ messages)

[PATCH] ACPI / NUMA: fix a a typo in a comment
 2021-06-05  7:30 UTC 

[PATCH v5 1/2] acpi: PM: Move check for _DSD StorageD3Enable property to acpi
 2021-06-04 19:59 UTC  (7+ messages)
` [PATCH v5 2/2] acpi: PM: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hint

[PATCH v1 1/1] device property: Unify access to of_node
 2021-06-04 17:29 UTC  (7+ messages)

[PATCH] PCI/APCI: Move acpi_pci_osc_support() check to negotiation phase
 2021-06-04 17:09 UTC  (3+ messages)

[PATCH v3 1/3] ACPI: bus: Constify stubs for CONFIG_ACPI=n case
 2021-06-04 16:50 UTC  (3+ messages)
` [PATCH v3 2/3] ACPI: bus: Constify acpi_dma_supported() helper function
` [PATCH v3 3/3] device property: Unify access to of_node

[PATCH v2 1/2] ACPI: bus: Constify stubs for CONFIG_ACPI=n case
 2021-06-04 16:48 UTC  (3+ messages)
` [PATCH v2 2/2] device property: Unify access to of_node

[PATCH v3 0/6] Add support for ACPI VIOT
 2021-06-04 15:22 UTC  (10+ messages)
` [PATCH v3 1/6] ACPI: arm64: Move DMA setup operations out of IORT
` [PATCH v3 2/6] ACPI: Move IOMMU setup code "
` [PATCH v3 3/6] ACPI: Add driver for the VIOT table
` [PATCH v3 4/6] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
` [PATCH v3 5/6] iommu/dma: Simplify calls "
` [PATCH v3 6/6] iommu/virtio: Enable x86 support

[pm:bleeding-edge] BUILD SUCCESS a25ea0c642c2fa68ced9d7e9cfc85ed4ea470deb
 2021-06-04  7:38 UTC 

[PATCH v4] acpi: Move check for _DSD StorageD3Enable property to acpi
 2021-06-03 22:27 UTC  (2+ messages)

[PATCH] ACPI: sysfs: Fix a buffer overrun problem with description_show()
 2021-06-03 17:56 UTC  (2+ messages)

[PATCH v5 0/8] ACPI/IORT: Support for IORT RMR node
 2021-06-03 12:32 UTC  (11+ messages)
` [PATCH v5 3/8] ACPI/IORT: Add a helper to retrieve RMR memory regions
` [PATCH v5 7/8] iommu/arm-smmu: Get associated RMR info and install bypass SMR

[PATCH v4 0/8] ACPI/IORT: Support for IORT RMR node
 2021-06-03 11:48 UTC  (6+ messages)
` [PATCH v4 1/8] ACPI/IORT: Add support for RMR node parsing
` [PATCH v4 3/8] ACPI/IORT: Add a helper to retrieve RMR memory regions

[PATCH -next v2] ACPI: LPSS: Replaced simple_strtol() with kstrtol()
 2021-06-03  9:12 UTC 

[PATCH v3 1/2] nvme: Look for StorageD3Enable on companion ACPI device instead
 2021-06-03  7:17 UTC  (7+ messages)

[PATCH] Revert "ACPI: sleep: Put the FACS table after using it"
 2021-06-03  2:55 UTC  (3+ messages)

[PATCH] acpi/arm64: Mark next_platform_timer as __init
 2021-06-03  2:00 UTC  (2+ messages)

[PATCH v2] ACPI: FPDT: Add the missed acpi_put_table() in acpi_init_fpdt()
 2021-06-03  1:02 UTC  (2+ messages)

[GIT PULL] ACPI fix for v5.13-rc5
 2021-06-02 19:36 UTC  (2+ messages)

[PATCH] ACPI: tables: fixes the missed acpi_put_table() in acpi_init_fpdt()
 2021-06-02 11:06 UTC  (4+ messages)

[PATCH 1/2] ACPI: bus: Remove the not needed NULL set
 2021-06-02  9:36 UTC  (2+ messages)
` [PATCH 2/2] ACPI: bus: Call kobject_put() in error path for acpi_init()

[PATCH 00/18] ACPI: Further cleanups for message printing
 2021-06-02  8:54 UTC  (19+ messages)
` [PATCH 01/18] ACPI: cmos_rtc: Using pr_fmt() and remove PREFIX
` [PATCH 02/18] ACPI: blacklist: Unify the message printing
` [PATCH 03/18] ACPI: bus: Use pr_*() macros to replace printk()
` [PATCH 04/18] ACPI: event: "
` [PATCH 05/18] ACPI: glue: Clean up the printing messages
` [PATCH 06/18] ACPI: nvs: Unify the message printing
` [PATCH 07/18] ACPI: osl: Remove the duplicated PREFIX for "
` [PATCH 08/18] ACPI: pci_root: Unify the "
` [PATCH 09/18] ACPI: processor_thermal: Remove unused PREFIX for printing
` [PATCH 10/18] ACPI: processor_perflib: Cleanup print messages
` [PATCH 11/18] ACPI: processor_throttling: Cleanup the printing messages
` [PATCH 12/18] ACPI: reboot: Unify the message printing
` [PATCH 13/18] ACPI: sysfs: Cleanup "
` [PATCH 14/18] ACPI: sbshc: Unify the "
` [PATCH 15/18] ACPI: scan: Unify the log "
` [PATCH 16/18] ACPI: sbs: Unify the "
` [PATCH 17/18] ACPI: sleep: "
` [PATCH 18/18] ACPI: Remove the macro PREFIX "ACPI: "

[PATCH 1/1] PNP: use DEVICE_ATTR_RO macro
 2021-06-02  8:15 UTC 

[PATCH] ACPI: APEI: ERST: Fix missing error code in erst_init()
 2021-06-02  6:13 UTC  (3+ messages)

[PATCH v6 1/1] x86/acpi, x86/boot: Add multiprocessor wake-up support
 2021-06-01 17:36 UTC  (2+ messages)

[PATCH v2] ACPI / PPTT: Populate cache-id from rev3 of PPTT in ACPIv6.4
 2021-06-01 12:17 UTC 

[PATCH 0/9] thunderbolt: Offline on-board retimer NVM upgrade support
 2021-06-01  7:56 UTC  (3+ messages)

[PATCH 1/1] ACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify code
 2021-06-01  6:50 UTC 

[PATCH v1 1/5] docs: firmware-guide: ACPI: Add a PWM example
 2021-05-31 19:41 UTC  (7+ messages)
` [PATCH v1 2/5] pwm: core: Always require PWM flags to be provided
` [PATCH v1 3/5] pwm: core: Convert to use fwnode for matching
` [PATCH v1 4/5] pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
` [PATCH v1 5/5] pwm: core: Unify fwnode checks in the module

[PATCH v1] ACPI / PPTT: Populate cache-id from rev3 of PPTT in ACPIv6.4
 2021-05-31 12:07 UTC  (2+ messages)

[PATCH v3 2/2] acpi: Move check for _DSD StorageD3Enable property to acpi
 2021-05-31  6:53 UTC  (2+ messages)

[PATCH v3 0/2] Improvements to StorageD3Enable
 2021-05-28 16:01 UTC 

[PATCH v1 1/6] i2c: acpi: Export i2c_acpi_find_client_by_adev() for users
 2021-05-28 10:01 UTC  (7+ messages)

[GIT PULL] ACPI fix for v5.13-rc4
 2021-05-27 18:41 UTC  (2+ messages)

[RFC PATCH] Revert "arm64: PCI: Exclude ACPI "consumer" resources from host bridge windows"
 2021-05-27 16:56 UTC  (3+ 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).