linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-26 21:41:10 to 2020-03-15 02:17:00 UTC [more...]

[PATCH] PCI/ACPI: Use scnprintf() for avoiding potential buffer overflow
 2020-03-14 10:16 UTC  (2+ messages)

[PATCH] ACPI: fan: Use scnprintf() for avoiding potential buffer overflow
 2020-03-14 10:13 UTC  (2+ messages)

[PATCH] x86: ignore unspecified bit positions in the ACPI global lock field
 2020-03-14  9:46 UTC  (2+ messages)

[PATCH][RESEND] acpi/x86: add a kernel parameter to disable ACPI BGRT
 2020-03-14  9:38 UTC  (2+ messages)

[PATCH] x86/acpi: make "asmlinkage" part first thing in the function definition
 2020-03-14  9:33 UTC  (6+ messages)

[PATCH v4 0/2] ACPI: APEI: Add support to notify the vendor specific HW errors
 2020-03-13 17:08 UTC  (8+ messages)
  ` [PATCH v4 1/2] "

[RFC PATCH] i2c: acpi: put device when verifying client fails
 2020-03-13 14:16 UTC  (8+ messages)

[RFC PATCH v2 0/3] ACPI: New eject flow to remove devices cautiously
 2020-03-13  8:21 UTC  (4+ messages)
` [RFC PATCH v2 1/3] ACPI / hotplug: Send change events for offline/online requests when eject is triggered

[PATCH v2 00/11] PCI/ATS: Device-tree support and other improvements
 2020-03-12 21:21 UTC  (19+ messages)
` [PATCH v2 01/11] dt-bindings: PCI: generic: Add ats-supported property
` [PATCH v2 02/11] PCI: Add ats_supported host bridge flag
` [PATCH v2 03/11] PCI: OF: Check whether the host bridge supports ATS
` [PATCH v2 04/11] ACPI/IORT: Check ATS capability in root complex node
` [PATCH v2 05/11] PCI/ATS: Gather checks into pci_ats_supported()
` [PATCH v2 06/11] iommu/amd: Use pci_ats_supported()
` [PATCH v2 07/11] iommu/arm-smmu-v3: "
` [PATCH v2 08/11] iommu/vt-d: "
` [PATCH v2 09/11] ACPI/IORT: Drop ATS fwspec flag
` [PATCH v2 10/11] arm64: dts: fast models: Enable PCIe ATS for Base RevC FVP
` [PATCH v2 11/11] Documentation: Generalize the "pci=noats" boot parameter

[PATCH v4 0/6] Support running driver's probe for a device powered off
 2020-03-12 13:10 UTC  (5+ messages)
` [PATCH v4 5/6] at24: Support probing while off

[RFC v2] x86: Select HARDIRQS_SW_RESEND on x86
 2020-03-12 12:06 UTC  (6+ messages)

[PATCH] ACPI: sysfs: copy ACPI data using io memory copying
 2020-03-12 11:13 UTC 

[PATCH v2 01/10] virtio-mem: Paravirtualized memory hotplug
 2020-03-11 17:14 UTC  (2+ messages)
` [PATCH v2 02/10] virtio-mem: Allow to specify an ACPI PXM as nid

[pm:bleeding-edge] BUILD SUCCESS abcd59902c6467999041971af4ab14f30a2b3780
 2020-03-11  9:06 UTC 

[PATCH] pinctrl: cherryview: Add quirk with custom translation of ACPI GPIO numbers
 2020-03-10 14:49 UTC  (8+ messages)

[PATCH] Documentation: ACPI: fix port numbering example
 2020-03-10  9:48 UTC  (5+ messages)

[cpufreq] 909c0e9cc1: fwq.fwq.med 210.0% improvement
 2020-03-10  9:09 UTC  (8+ messages)
      ` [LKP] "

[PATCH 0/3] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
 2020-03-09 17:07 UTC  (5+ 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

[PATCH] gpiolib: acpi: Add missing __init(const) markers to initcall-s
 2020-03-09 10:48 UTC  (2+ messages)

[PATCH v2 1/4] gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
 2020-03-09  8:44 UTC  (13+ 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 v3 00/17] Improve PCI device post-reset readiness polling
 2020-03-07 11:30 UTC  (24+ 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 0/5] Manual definition of Soft Reserved memory devices
 2020-03-06 21:05 UTC  (10+ 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

[GIT PULL] ACPI documentation fix for v5.6-rc5
 2020-03-06 13:05 UTC  (2+ messages)

[GIT PULL] Device properties framework fix for v5.6-rc5
 2020-03-06 13:05 UTC  (2+ messages)

[PATCH 00/10] PCI/ATS: Device-tree support and other improvements
 2020-03-06  9:42 UTC  (6+ messages)
` [PATCH 04/11] ACPI/IORT: Check ATS capability in root complex node
` [PATCH 09/11] ACPI/IORT: Drop ATS fwspec flag

[PATCH] ACPI: EC: Eliminate EC_FLAGS_QUERY_HANDSHAKE
 2020-03-05 23:17 UTC 

[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 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] 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  (2+ messages)

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

[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  (14+ messages)
` [PATCH resend 2/3] gpiolib: acpi: Rename honor_wakeup option to ignore_wake, add extra quirk

[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  (5+ messages)
` [PATCH v1 2/5] driver core: "
` [PATCH v1 5/5] of: property: Delete of_devlink "

[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


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