linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-12 13:42:09 to 2015-03-24 14:02:39 UTC [more...]

[patch v11 00/23] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-24 14:02 UTC  (7+ messages)
` [patch v11 01/23] ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanning
` [patch v11 02/23] ACPI: add arm64 to the platforms that use ioremap
` [patch v11 03/23] ARM64: allow late use of early_ioremap
` [patch v11 04/23] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [patch v11 05/23] ACPI: fix acpi_os_ioremap for arm64
` [patch v11 06/23] ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT

[PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-24 13:46 UTC  (64+ messages)
` [PATCH v10 06/21] ACPI / sleep: Introduce CONFIG_ACPI_GENERIC_SLEEP
` [PATCH v10 08/21] ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPI
` [PATCH v10 09/21] ARM64 / ACPI: If we chose to boot from acpi then disable FDT
` [PATCH v10 10/21] ARM64 / ACPI: Get PSCI flags in FADT for PSCI init
` [PATCH v10 14/21] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v10 15/21] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v10 16/21] irqchip: Add GICv2 specific ACPI boot support
` [PATCH v10 17/21] clocksource / arch_timer: Parse GTDT to initialize arch timer
` [PATCH v10 18/21] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64

[Bugfix] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716
 2015-03-24 13:18 UTC  (6+ messages)

[PATCH] ACPI: Adjust the return value of _REV on x86
 2015-03-24  9:17 UTC  (6+ messages)
      `  "

[PATCH] PCI / ACPI: PCI delay optimization from ACPI
 2015-03-24  9:04 UTC  (16+ messages)
  ` [PATCH update] "
      ` [PATCH 1/2] PCI: rename dsm uuid for PCI
              ` [PATCH v2 1/2] PCI: rename _DSM UUID array
      ` [PATCH 2/2] PCI / ACPI: PCI delay optimization from ACPI
          ` [PATCH v2 "

[PATCH] [RFC]ACPI: enable wakeup GPE in freeze mode
 2015-03-24  5:38 UTC 

[PATCH] driver core: property: Update fwnode_property_read_string_array()
 2015-03-24  0:40 UTC 

[resend PATCH] driver core: property: support for generic property
 2015-03-23 20:13 UTC  (12+ messages)
              ` [PATCH] ACPI: Introduce has_acpi_companion()
              ` [PATCH] driver core: Implement device property accessors through fwnode ones

[Debug 0/2] Fix regressions caused by commit 593669c2ac0f
 2015-03-21 21:12 UTC  (7+ messages)

[GIT PULL] Power management and ACPI fixes for 4.0-rc5
 2015-03-21  0:32 UTC 

[Bugfix] x86/PCI: Release PCI IRQ resource only if PCI device is disabled when unbinding
 2015-03-20 14:39 UTC  (10+ messages)

[PATCH 0/1] acpi: video: Add enable native backlight quirk for Lenovo Ideapad Z570
 2015-03-20  9:00 UTC  (2+ messages)
` [PATCH] acpi: video: Add force "

Help with debugging intermittent crash on resume from hibernation
 2015-03-20  3:57 UTC  (3+ messages)

[PATCH 1/3] drivers:pnp Add support for descendants claiming memory address space
 2015-03-19 19:21 UTC  (4+ messages)

[PATCH RESEND] sata: xgene: add ACPI support for APM X-Gene SATA ports
 2015-03-19 18:22 UTC  (4+ messages)

[PATCH v1 0/4] Unassigned resource fixes
 2015-03-19 15:06 UTC  (7+ messages)
` [PATCH v1 1/4] PNP: Don't check for overlaps with unassigned PCI BARs
` [PATCH v1 2/4] PCI: Mark invalid BARs as unassigned
` [PATCH v1 3/4] PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failure
` [PATCH v1 4/4] PCI: Fail pci_ioremap_bar() on unassigned resources

PCIe 32-bit MMIO exhaustion
 2015-03-19 15:04 UTC  (4+ messages)

Backlight control broken on Lenovo Ideapad Z570
 2015-03-19 12:50 UTC  (3+ messages)

[PATCH] TCO Watchdog warning interrupt driver creation
 2015-03-18 23:00 UTC  (3+ messages)

[PATCH] acpi: battery: make warning greppable
 2015-03-18 15:27 UTC  (2+ messages)

[PATCH] ACPI / scan: fix fixed event handler return value
 2015-03-18 15:27 UTC  (2+ messages)

[PATCH] ACPI: Disable Vista compatibility for Sony VGN-SR19XN
 2015-03-18 15:26 UTC  (2+ messages)

[PATCH] ACPI: Add acpi_device_uid() for convenience
 2015-03-18 15:25 UTC  (2+ messages)

[PATCH] ACPI: Update GPIO documentation to mention _DSD
 2015-03-18 15:25 UTC  (2+ messages)

[PATCH 0/2] gpio / ACPI: Two minor cleanups related to ACPI_HANDLE()
 2015-03-18 14:37 UTC  (8+ messages)
` [PATCH 1/2] gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()
` [PATCH 2/2] gpio / ACPI: Use local variable instead of ACPI_HANDLE()

[update][PATCH v10 06/21] ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT
 2015-03-18 14:36 UTC  (2+ messages)

[update][PATCH v10 06/21] ACPI / sleep: Introduce CONFIG_ACPI_GENERIC_SLEEP
 2015-03-18  1:56 UTC  (18+ messages)
                  ` [PATCH] ACPI / sleep: Drop acpi_suspend() which is not used

[PATCH 0/8] Add helper macro for pnp_register_driver boilerplate
 2015-03-18  1:35 UTC 

[PATCH] sata: xgene: add ACPI support for APM X-Gene SATA ports
 2015-03-17 18:22 UTC  (7+ messages)

[PATCH] ACPI / blacklist: blacklist Win8 OSI for HP Pavilion dv6
 2015-03-17  6:14 UTC  (6+ messages)

€950,000.00 EURO
 2015-03-17  3:02 UTC 

[PATCH] include/linux: fix checkpatch issues
 2015-03-16 22:53 UTC  (2+ messages)

[PATCH v3 0/9] PCI: MMCONFIG clean up
 2015-03-16 14:38 UTC  (4+ messages)
` [PATCH v3 4/9] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory

[PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-16  5:07 UTC  (2+ messages)

[PATCH] x86/PCI: Fully disable devices before releasing IRQ resource
 2015-03-13 21:45 UTC  (3+ messages)
` [Bugfix] x86/PCI: Release PCI IRQ resource only if PCI device is disabled when unbinding

[GIT PULL] Power management and ACPI fixes for 4.0-rc
 2015-03-13 21:18 UTC 

[PATCH] PNP / ACPI: Use ACPI_COMPANION_SET() during initialization
 2015-03-13 15:34 UTC  (2+ messages)

[PATCH] x86/PCI: Fully disable devices before releasing IRQ resource
 2015-03-13  1:49 UTC  (5+ messages)

[RFC][PATCH 0/2] PNP: Avoid potential error code path problems
 2015-03-13  0:44 UTC  (4+ messages)
` [RFC v2][PATCH "
  ` [RFC v2][PATCH 1/2] PNP: Convert pnp_lock into a mutex
  ` [RFC v2][PATCH 2/2] PNP: Avoid leaving unregistered device objects in lists

[PATCH v6 00/22] power_supply: Allow safe usage of power supply
 2015-03-12 23:11 UTC  (3+ messages)
` [PATCH v6 13/22] power_supply: Change ownership from driver to core

[LKP] [mm/hotplug] 27356f54c8c:
 2015-03-12 22:44 UTC 

[PATCH] ACPI / EC: Remove non-standard log emphasis
 2015-03-12 22:42 UTC  (5+ messages)
` [PATCH 0/2] ACPI / EC: Enhance logging/debugging
  ` [PATCH 1/2] ACPI / EC: Cleanup logging/debugging splitter support

[PATCH] acpi: The count field of counter_show() function should be an unsigned value
 2015-03-12 22:41 UTC  (2+ messages)

[RFC PATCH 0/2] acpi: video: Allow forcing native backlight on non win8 laptops
 2015-03-12 22:40 UTC  (4+ messages)
` [PATCH update] acpi: video: Allow forcing native backlight on non win8, machines

[update][PATCH v10 13/21] ACPI / processor: Introduce phys_cpuid_t for CPU hardware ID
 2015-03-12 22:35 UTC  (2+ messages)

lening
 2015-03-12 20:08 UTC 

Please kindly read my message
 2015-03-12 19:40 UTC 

[PATCH v4 0/9] PCI: MMCONFIG clean up
 2015-03-12 13:42 UTC  (6+ messages)
` [PATCH v4 7/9] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM 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).