public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-10 20:14:13 to 2014-10-27 05:21:48 UTC [more...]

[Patch v7 00/18] Enable support of IOAPIC hotplug on x86 platforms
 2014-10-27  5:21 UTC  (19+ messages)
` [Patch v7 01/18] ACPI, irq: fix regression casued by 6b9fb7082409
` [Patch v7 02/18] x86, intel-mid: Create IRQs for APB timers and RTC timers
` [Patch v7 03/18] ACPI, irq, x86: Return IRQ instead of GSI in mp_register_gsi()
` [Patch v7 04/18] x86, PCI, ACPI: Kill private function resource_to_addr() in arch/x86/pci/acpi.c
` [Patch v7 05/18] ACPI: Correct return value of acpi_dev_resource_address_space()
` [Patch v7 06/18] ACPI: Fix minor syntax issues in processor_core.c
` [Patch v7 07/18] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v7 08/18] PCI: Remove PCI ioapic driver
` [Patch v7 09/18] x86, irq: Split out alloc_ioapic_save_registers()
` [Patch v7 10/18] x86, irq: Prefer assigned ID in APIC ID register for x86_64
` [Patch v7 11/18] x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug
` [Patch v7 12/18] x86, irq: Keep balance of IOAPIC pin reference count
` [Patch v7 13/18] x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug
` [Patch v7 14/18] x86, irq, ACPI: Introduce a rwsem to protect IOAPIC operations from hotplug
` [Patch v7 15/18] x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition
` [Patch v7 16/18] x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removal
` [Patch v7 17/18] x86, irq: Introduce helper to check whether an IOAPIC has been registered
` [Patch v7 18/18] x86, irq, ACPI: Implement ACPI driver to support IOAPIC hotplug

GPIO bindings guidelines (Was: Re: [PATCH v5 10/12] gpio: Support for unified device properties interface)
 2014-10-27  5:21 UTC  (20+ messages)
                        ` [PATCH] ACPI / GPIO: Driver GPIO mappings for ACPI GPIOs

[Patch v7 00/18] Enable support of IOAPIC hotplug on x86 platforms
 2014-10-27  5:20 UTC 

ACPI regression: New Acer workarounds break Samsung NP900X
 2014-10-27  3:08 UTC  (2+ messages)

(unknown)
 2014-10-26 12:08 UTC 

ATTN
 2014-10-25 20:06 UTC 

[PATCH v6 00/12] Add ACPI _DSD and unified device properties support
 2014-10-24 22:10 UTC  (14+ messages)
` [PATCH v6 01/12] ACPI: Add support for device specific properties
` [PATCH v6 02/12] Driver core: Unified device properties interface for platform firmware
` [PATCH v6 03/12] ACPI: Allow drivers to match using Device Tree compatible property
` [PATCH v6 04/12] misc: at25: Make use of device property API
` [PATCH v6 05/12] gpio / ACPI: Add support for _DSD device properties
` [PATCH v6 06/12] gpio: sch: Consolidate core and resume banks
` [PATCH v6 07/12] leds: leds-gpio: Add support for GPIO descriptors
` [PATCH v6 08/12] input: gpio_keys_polled: "
` [PATCH v6 09/12] Driver core: Unified interface for firmware node properties
` [PATCH v6 10/12] gpio: Support for unified device properties interface
` [PATCH v6 11/12] leds: leds-gpio: Make use of device property API
` [PATCH v6 12/12] input: gpio_keys_polled: "

[PATCH] ACPI: Use ACPI companion to match only the first physical device
 2014-10-24 18:16 UTC  (7+ messages)

[PATCH v5 00/18] Introduce ACPI for ARM64 based on ACPI 5.1
 2014-10-24 17:39 UTC  (20+ messages)
` [PATCH v5 01/18] ARM64: Move the init of cpu_logical_map(0) before unflatten_device_tree()
` [PATCH v5 02/18] ACPI / table: Add new function to get table entries
` [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries
` [PATCH v5 04/18] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [PATCH v5 05/18] ARM64 / ACPI: Introduce sleep-arm.c
` [PATCH v5 06/18] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
` [PATCH v5 07/18] ARM64 / ACPI: If we chose to boot from acpi then disable FDT
` [PATCH v5 08/18] ARM64 / ACPI: Make PCI optional for ACPI on ARM64
` [PATCH v5 09/18] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init
` [PATCH v5 10/18] ACPI / table: Print GIC information when MADT is parsed
` [PATCH v5 11/18] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v5 12/18] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v5 13/18] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v5 14/18] ARM64 / ACPI: Add GICv2 specific ACPI boot support
` [PATCH v5 15/18] ARM64 / ACPI: Parse GTDT to initialize arch timer
` [PATCH v5 16/18] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v5 17/18] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH v5 18/18] Documentation: ACPI for ARM64

[GIT PULL] ACPI and power management updates for 3.18-rc1
 2014-10-24 12:38 UTC 

[GIT PULL] Thermal management updates for 3.18-rc2
 2014-10-24  7:30 UTC 

[resend PATCH 0/3] usb: dwc3: ACPI support
 2014-10-23 21:29 UTC  (10+ messages)
` [resend PATCH 1/3] ACPI / platform: provide default DMA mask

[PATCH] ACPI: invoke acpi_device_wakeup() with correct parameters
 2014-10-23 21:17 UTC  (2+ messages)

[PATCH v9] PCC: Platform Communication Channel
 2014-10-23 15:36 UTC  (3+ messages)
` [PATCH v9] Mailbox: Add support for "

[PATCH 0/6] ACPI/OSL: Rework of ACPICA memory OSLs to improve performance
 2014-10-23  2:12 UTC  (7+ messages)
` [PATCH 1/6] ACPI/OSL: Split memory operation region implementations to a seperate file
` [PATCH 2/6] ACPI/OSL: Rename system memory functions
` [PATCH 3/6] ACPI/OSL: Cleanup memory access functions by merging duplicate code
` [PATCH 4/6] ACPI/OSL: Add acpi_map2virt() to merge "
` [PATCH 5/6] ACPI/OSL: Cleanup branch logics
` [PATCH 6/6] ACPI/OSL: Fix performance issue in system memory lockings

[PATCH 0/5] ACPI/EC: Cleanup debugging messages and coding styles
 2014-10-22 14:10 UTC  (11+ messages)
` [PATCH 1/5] ACPI/EC: Add CPU ID to debugging messages
` [PATCH 2/5] ACPI/EC: Enhance the logs to apply to QR_EC transactions
` [PATCH 3/5] ACPI/EC: Add detailed command/query debugging information
` [PATCH 4/5] ACPI/EC: Refine event/query debugging messages
` [PATCH 5/5] ACPI/EC: Cleanup coding style

[RFT Part2 v2 00/24] Enable hierarchy irqdomian on x86 platforms
 2014-10-22  7:24 UTC  (3+ messages)
` [RFT v2 01/24] irqdomain: Introduce new interfaces to support hierarchy irqdomains

[PATCH v4 00/13] Add ACPI _DSD and unified device properties support
 2014-10-21 21:50 UTC  (70+ messages)
` [PATCH 01/13] ACPI: Add support for device specific properties
` [PATCH 03/13] ACPI: Allow drivers to match using Device Tree compatible property
` [PATCH 04/13] ACPI: Document ACPI device specific properties
` [PATCH 06/13] gpio / ACPI: Add support for _DSD device properties
                  ` [PATCH v4 00/13] Add ACPI _DSD and unified device properties? support
` [PATCH v5 00/12] Add ACPI _DSD and unified device properties support
  ` [PATCH v5 01/12] ACPI: Add support for device specific properties
  ` [PATCH v5 02/12] Driver core: Unified device properties interface for platform firmware
    ` [Update][PATCH "
  ` [PATCH v5 03/12] ACPI: Allow drivers to match using Device Tree compatible property
  ` [PATCH v5 04/12] misc: at25: Make use of device property API
  ` [PATCH v5 05/12] gpio / ACPI: Add support for _DSD device properties
  ` [PATCH v5 06/12] gpio: sch: Consolidate core and resume banks
  ` [PATCH v5 07/12] leds: leds-gpio: Add support for GPIO descriptors
  ` [PATCH v5 08/12] input: gpio_keys_polled - "
  ` [PATCH v5 09/12] Driver core: Unified interface for firmware node properties
    ` [Update][PATCH "
  ` [PATCH v5 10/12] gpio: Support for unified device properties interface
  ` [PATCH v5 11/12] leds: leds-gpio: Make use of device property API
  ` [PATCH v5 12/12] input: gpio_keys_polled - "

pnp bus disables serial console despite no_console_suspend
 2014-10-21 19:05 UTC 

[PATCH 00/10] ACPICA: 20140926 Release
 2014-10-21 13:29 UTC  (2+ messages)

[PATCH v2 34/47] acpi: Register poweroff handler with kernel poweroff handler
 2014-10-21 12:27 UTC  (2+ messages)

[Patch] ACPI, irq: fix regression casued by 6b9fb7082409
 2014-10-20 14:45 UTC 

[PATCH] ACPI: do not fail suspend if unable to configure wakeup
 2014-10-16 16:05 UTC  (3+ messages)

[PATCH 00/44] kernel: Add support for poweroff handler call chain
 2014-10-14  4:29 UTC  (3+ messages)
` [PATCH 08/44] kernel: Move pm_power_off to common code

Reducing dependence on BIOS for allocating memory at PCI root port?
 2014-10-13 20:20 UTC  (2+ messages)

[PATCH 0/2] Support CrystalCove PMIC ACPI operation region
 2014-10-13 14:51 UTC  (6+ messages)
` [PATCH 2/2] PMIC / opregion: support PMIC customized operation region for CrystalCove

[PATCH v5 00/11] PM / Domains: Generic OF-based support
 2014-10-13 11:44 UTC  (5+ messages)
` [PATCH v5 07/11] mmc: sdio: Convert to dev_pm_domain_attach|detach()

[PATCH] dell-wmi: Fix access out of memory
 2014-10-12 22:32 UTC  (4+ messages)

[Patch] Fujitsu extra buttons not working on S6010
 2014-10-12 17:26 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox