linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 19:08:30 to 2020-03-05 23:16:58 UTC [more...]

[PATCH 0/2] ACPI: EC: More updates related to initialization
 2020-03-05 23:15 UTC  (3+ messages)
` [PATCH 1/2] ACPI: EC: Simplify acpi_ec_ecdt_start() and acpi_ec_init()
` [PATCH 2/2] ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()

[PATCH] x86/acpi: make "asmlinkage" part first thing in the function definition
 2020-03-05 18:41 UTC  (5+ messages)

[PATCH v3 00/17] Improve PCI device post-reset readiness polling
 2020-03-05 17:56 UTC  (21+ messages)
` [PATCH v3 01/17] PCI: Fall back to slot/bus reset if softer methods timeout
` [PATCH v3 02/17] PCI: Remove unused PCI_PM_BUS_WAIT
` [PATCH v3 03/17] PCI: Use pci_bridge_wait_for_secondary_bus after SBR
` [PATCH v3 04/17] PCI: Do not override delay for D0->D3hot transition
` [PATCH v3 05/17] PCI: Fix handling of _DSM 8 (avoiding reset delays)
` [PATCH v3 06/17] PCI: Fix us->ms conversion in pci_acpi_optimize_delay
` [PATCH v3 07/17] PCI: Clean up and document PM/reset delays
` [PATCH v3 08/17] PCI: Add more delay overrides to struct pci_dev
` [PATCH v3 09/17] PCI: Generalize pci_bus_max_d3cold_delay to pci_bus_max_delay
` [PATCH v3 10/17] PCI: Use correct delay in pci_bridge_wait_for_secondary_bus
` [PATCH v3 11/17] PCI: Refactor pci_dev_wait to remove timeout parameter
` [PATCH v3 12/17] PCI: Refactor pci_dev_wait to take pci_init_event
` [PATCH v3 13/17] PCI: Cache CRS Software Visibiliy in struct pci_dev
` [PATCH v3 14/17] PCI: Introduce per-device reset_ready_poll override
` [PATCH v3 15/17] PCI: Refactor polling loop out of pci_dev_wait
` [PATCH v3 16/17] PCI: Add CRS handling to pci_dev_wait()
` [PATCH v3 17/17] PCI: Lower PCIE_RESET_READY_POLL_MS from 1m to 1s

[PATCH AUTOSEL 4.19 01/31] ACPI: watchdog: Allow disabling WDAT at boot
 2020-03-05 17:14 UTC 

[PATCH AUTOSEL 4.9 01/12] ACPI: watchdog: Allow disabling WDAT at boot
 2020-03-05 17:15 UTC 

[PATCH AUTOSEL 4.14 01/19] ACPI: watchdog: Allow disabling WDAT at boot
 2020-03-05 17:15 UTC 

[PATCH AUTOSEL 5.4 01/58] ACPI: watchdog: Allow disabling WDAT at boot
 2020-03-05 17:13 UTC 

[PATCH AUTOSEL 5.5 01/67] ACPI: watchdog: Allow disabling WDAT at boot
 2020-03-05 17:12 UTC 

[PATCH] Documentation: ACPI: fix port numbering example
 2020-03-05 14:56 UTC 

[PATCH 0/5] Manual definition of Soft Reserved memory devices
 2020-03-05 14:42 UTC  (8+ messages)
` [PATCH 1/5] ACPI: NUMA: Add 'nohmat' option
` [PATCH 2/5] efi/fake_mem: Arrange for a resource entry per efi_fake_mem instance
` [PATCH 3/5] ACPI: HMAT: Refactor hmat_register_target_device to hmem_register_device
` [PATCH 4/5] resource: Report parent to walk_iomem_res_desc() callback
` [PATCH 5/5] ACPI: HMAT: Attach a device for each soft-reserved range

[PATCH v2 1/4] gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
 2020-03-05 14:39 UTC  (9+ messages)
` [PATCH v2 2/4] gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option
` [PATCH v2 3/4] gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 model
` [PATCH v2 4/4] gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT "

[PATCH] x86: ignore unspecified bit positions in the ACPI global lock field
 2020-03-05 12:24 UTC 

[cpufreq] 909c0e9cc1: fwq.fwq.med 210.0% improvement
 2020-03-05  9:05 UTC  (3+ messages)

[PATCH][RESEND] acpi/x86: add a kernel parameter to disable ACPI BGRT
 2020-03-04 22:55 UTC 

[PATCH] ACPI: video: remove redundant assignments to variable result
 2020-03-04 11:02 UTC  (2+ messages)

[RESEND PATCH 1/1] PM-runtime: Add pm_runtime_get_if_active
 2020-03-04 11:01 UTC  (2+ messages)

[PATCH 22/30] ACPI: OSL: Add missing annotation for acpi_os_acquire_lock()
 2020-03-04 11:00 UTC  (3+ messages)
  ` [PATCH 23/30] ACPI: OSL: Add missing annotation for acpi_os_release_lock()

[PATCH 0/2] ACPI / AC / battery: DMI quirk cleanups
 2020-03-04 10:58 UTC  (4+ messages)
` [PATCH 1/2] ACPI / AC: Cleanup DMI quirk table
` [PATCH 2/2] ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entry

[PATCH] acpi: list_for_each_safe() -> list_for_each_entry_safe()
 2020-03-04 10:57 UTC  (2+ messages)

[PATCH 0/6] ACPI: EC: Updates related to initialization
 2020-03-04 10:52 UTC  (24+ messages)
` [PATCH 1/6] ACPI: EC: Avoid printing confusing messages in acpi_ec_setup()
` [PATCH 2/6] ACPI: EC: Avoid passing redundant argument to functions
` [PATCH 3/6] ACPI: EC: Drop AE_NOT_FOUND special case from ec_install_handlers()
` [PATCH 4/6] ACPI: EC: Unify handling of event handler installation failures
` [PATCH 5/6] ACPI: EC: Simplify acpi_ec_add()
` [PATCH 6/6] ACPI: EC: Use fast path in acpi_ec_add() for DSDT boot EC
` [PATCH v2 0/6] ACPI: EC: Updates related to initialization
  ` [PATCH v2 1/6] ACPI: EC: Avoid printing confusing messages in acpi_ec_setup()
  ` [PATCH v2 2/6] ACPI: EC: Avoid passing redundant argument to functions
  ` [PATCH v2 3/6] ACPI: EC: Drop AE_NOT_FOUND special case from ec_install_handlers()
  ` [PATCH v2 4/6] ACPI: EC: Simplify acpi_ec_add()
  ` [PATCH v2 5/6] ACPI: EC: Use fast path in acpi_ec_add() for DSDT boot EC
  ` [PATCH v2 6/6] ACPI: EC: Consolidate event handler installation code

[PATCH v2] ACPICA: Log successfully loaded DSDT
 2020-03-03 15:03 UTC 

[PATCH v1 01/11] ACPI: NUMA: export pxm_to_node
 2020-03-03  8:06 UTC  (6+ messages)
` [PATCH v1 02/11] virtio-mem: Paravirtualized memory hotplug

[PATCH v2 1/2] gpio: acpi: add quirk to override GpioInt polarity
 2020-03-02 13:08 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] touchscreen: goodix: define GPIO mapping for GPD P2 Max

[PATCH resend 1/3] gpiolib: acpi: ignore-wakeup handling rework
 2020-03-02 10:57 UTC  (17+ messages)
` [PATCH resend 1/3] gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
` [PATCH resend 2/3] gpiolib: acpi: Rename honor_wakeup option to ignore_wake, add extra quirk
` [PATCH resend 3/3] gpiolib: acpi: Add quirk to ignore EC gpio wakeups for 1 more HP x2 10 model

[PATCH 0/3] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
 2020-02-28 17:48 UTC  (4+ messages)
` [PATCH 1/3] mm/memory-failure: Add memory_failure_queue_kick()
` [PATCH 2/3] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
` [PATCH 3/3] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[GIT PULL] ACPI fixes for v5.6-rc4
 2020-02-28 17:15 UTC  (2+ messages)

[PATCH v1 0/5] Add fw_devlink kernel commandline option
 2020-02-28  3:27 UTC  (10+ messages)
` [PATCH v1 1/5] driver core: Reevaluate dev->links.need_for_probe as suppliers are added
` [PATCH v1 2/5] driver core: Add fw_devlink kernel commandline option
` [PATCH v1 3/5] efi/arm: Start using fw_devlink_get_flags()
` [PATCH v1 4/5] of: property: "
` [PATCH v1 5/5] of: property: Delete of_devlink kernel commandline option

[RFC PATCH 1/4] bus: fsl-mc: add custom .dma_configure implementation
 2020-02-27 10:05 UTC  (4+ messages)
` [RFC PATCH 2/4] irqchip/fsl-mc: Change the way the IRQ domain is set for MC devices
` [RFC PATCH 3/4] bus: fsl-mc: Add ACPI support for fsl-mc
` [RFC PATCH 4/4] iommu/of: get rid of fsl-mc specific code

[PATCH] ACPICA: Log successfully loaded DSDT
 2020-02-26 19:08 UTC  (3+ messages)

[PATCH] acpi/iort: check output reference for the real used mapping
 2020-02-26  3:42 UTC  (3+ messages)

[EXT] Re: [PATCH v1 1/7] mdio_bus: Introduce fwnode MDIO helpers
 2020-02-25 20:42 UTC  (3+ messages)

[PATCH 1/2] acpi/nfit: improve bounds checking for 'func'
 2020-02-25 17:39 UTC  (2+ messages)

Linux hangs at ACPI init on Medion P15648 MD63490
 2020-02-25 15:09 UTC  (7+ messages)

[RFC PATCH 0/2] x86/boot: early ACPI MADT processing cleanup
 2020-02-25  7:02 UTC  (5+ messages)
` [RFC PATCH 1/2] x86/acpi: Improve code readablity of early madt processing

Linux 5.6-rc2
 2020-02-23 23:57 UTC  (5+ messages)

[PATCH 0/2] gpiolib: acpi: ignore-wakeup handling rework
 2020-02-23 15:18 UTC  (3+ messages)
` [PATCH 1/2] gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
` [PATCH 2/2] gpiolib: acpi: Rename honor_wakeup option to ignore_wake, add extra quirk

regression with ACPI: PM: s2idle: Prevent spurious SCIs from waking up the system
 2020-02-21 12:36 UTC 

[PATCH 1/1] PM-runtime: Add pm_runtime_get_if_active
 2020-02-21  9:07 UTC  (2+ messages)

[PATCH] Documentation/admin-guide/acpi: fix fan_performance_states.rst warnings
 2020-02-20  9:53 UTC  (2+ messages)

[PATCH 00/10] PCI/ATS: Device-tree support and other improvements
 2020-02-19 22:24 UTC  (7+ messages)
` [PATCH 01/11] dt-bindings: PCI: generic: Add ats-supported property
` [PATCH 03/11] PCI: OF: Check whether the host bridge supports ATS

Re: [PATCH] bus: fsl-mc: Add ACPI support for fsl-mc
 2020-02-19  3:33 UTC  (7+ messages)
`  "

[PATCH] bus: fsl-mc: Add ACPI support for fsl-mc
 2020-02-18  8:02 UTC  (16+ messages)
  ` [EXT] "

[PATCH 02/11] PCI: Add ats_supported host bridge flag
 2020-02-17 15:40 UTC  (3+ messages)

[PATCH] ACPI/IORT: fix output id retrieval for platform devices
 2020-02-17 14:15 UTC  (2+ messages)

[PATCH 00/10] ACPICA release 20200214
 2020-02-16  9:22 UTC  (5+ messages)
` [PATCH 01/10] ACPICA: ASL-ASL+ converter: remove function parameters from cv_init_file_tree ()
` [PATCH 03/10] ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events
` [PATCH 04/10] ACPICA: Enable sleep button on ACPI legacy wake

zionitld3@gmail.com
 2020-02-15  1:09 UTC 

[GIT PULL] Power management fixes for v5.6-rc2
 2020-02-14 21:40 UTC  (2+ messages)

[PATCH] ACPICA: Fix a typo in acuuid.h
 2020-02-14 20:21 UTC  (4+ 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).