public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-03 04:50:05 to 2014-11-07 19:47:28 UTC [more...]

[PATCH v5 34/48] acpi: Register power-off handler with kernel power-off handler
 2014-11-07 19:47 UTC  (3+ messages)

[PATCH] platform: x86: remove redundant variable in hp-wireless.c
 2014-11-07 18:28 UTC 

PROBLEM: broken colors after suspend/resume
 2014-11-07 18:07 UTC 

[PATCH v1 0/4] ACPI / LPSS: fix system hangup on BYT
 2014-11-07 16:30 UTC  (13+ messages)
` [PATCH v1 1/4] ACPI / LPSS: add all LPSS devices to the specific power domain
` [PATCH v1 2/4] ACPI / LPSS: allow to use specific PM domain during ->probe()
` [PATCH v1 3/4] ACPI / LPSS: introduce a 'proxy' device to power on LPSS for DMA
` [PATCH v1 4/4] dmaengine: dw: enable runtime PM

[RFC PATCH 0/4] MMCFG refactoring + PCI ACPI probing for ARM64
 2014-11-07 14:55 UTC  (12+ messages)
` [RFC PATCH 1/4] x86, acpi, pci: Move arch-agnostic MMCFG code out of arch/x86/ directory
` [RFC PATCH 2/4] x86, acpi, pci: Isolate new PCI mmconfig entry insertion
` [RFC PATCH 3/4] arm64, acpi, pci: Add arch specific functions for mmconfig driver
  ` [Linaro-acpi] "
` [RFC PATCH 4/4] arm64, acpi, pci: Provide arch-specific calls for PCI host bridge dirver (PNP0A03)

[PATCH v10 0/1] PCC: Platform Communication Channel
 2014-11-07 14:52 UTC  (2+ messages)
` [PATCH v10 1/1] Mailbox: Add support for "

[RFC PATCH V2] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA
 2014-11-07 11:05 UTC  (6+ messages)

[Patch Part2 v5 00/31] Enable hierarchy irqdomian on x86 platforms
 2014-11-07 10:40 UTC  (33+ messages)
` [Patch Part2 v5 01/31] irqdomain: Introduce new interfaces to support hierarchy irqdomains
` [Patch Part2 v5 02/31] irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF
` [Patch Part2 v5 03/31] genirq: Introduce helper functions to support stacked irq_chip
` [Patch Part2 v5 04/31] genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip
` [Patch Part2 v5 05/31] genirq: Add IRQ_SET_MASK_OK_DONE "
` [Patch Part2 v5 06/31] x86, irq: Save destination CPU ID in irq_cfg
` [Patch Part2 v5 07/31] x86, irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [Patch Part2 v5 08/31] x86, hpet: Use new irqdomain interfaces to allocate/free IRQ
` [Patch Part2 v5 09/31] x86, MSI: "
` [Patch Part2 v5 10/31] x86, uv: "
` [Patch Part2 v5 11/31] x86, htirq: "
` [Patch Part2 v5 12/31] x86, dmar: "
` [Patch Part2 v5 17/31] x86, hpet: Enhance HPET IRQ to support hierarchy irqdomain
` [Patch Part2 v5 18/31] PCI/MSI: Remove unnecessary braces around single statements
  ` [Patch Part2 v5 13/31] x86: irq_remapping: Introduce new interfaces to support hierarchy irqdomain
  ` [Patch Part2 v5 14/31] iommu/vt-d: Change prototypes to prepare for enabling "
  ` [Patch Part2 v5 15/31] iommu/vt-d: Enhance Intel IR driver to suppport "
  ` [Patch Part2 v5 16/31] iommu/amd: Enhance AMD "
  ` [Patch Part2 v5 19/31] PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier
  ` [Patch Part2 v5 22/31] x86, PCI, MSI: Use hierarchy irqdomain to manage MSI interrupts
  ` [Patch Part2 v5 24/31] iommu/vt-d: Clean up unused MSI related code
  ` [Patch Part2 v5 25/31] iommu/amd: "
  ` [Patch Part2 v5 28/31] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
` [Patch Part2 v5 20/31] PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts
` [Patch Part2 v5 21/31] PCI/MSI: Enhance core to support hierarchy irqdomain
` [Patch Part2 v5 23/31] x86, irq: Directly call native_compose_msi_msg() for DMAR IRQ
` [Patch Part2 v5 26/31] x86: irq_remapping: Clean up unused MSI related code
` [Patch Part2 v5 27/31] x86, irq: Clean up unused MSI related code and interfaces
` [Patch Part2 v5 29/31] x86, irq: Use hierarchy irqdomain to manage DMAR interrupts
` [Patch Part2 v5 30/31] x86, htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [Patch Part2 v5 31/31] x86, uv: Use hierarchy irqdomain to manage UV interrupts

Your mailbox has Exceeded the quota limit
 2014-11-06 17:23 UTC 

[Patch Part2 v4 00/31] Enable hierarchy irqdomian on x86 platforms
 2014-11-06 13:35 UTC  (65+ messages)
` [Patch Part2 v4 01/31] irqdomain: Introduce new interfaces to support hierarchy irqdomains
` [Patch Part2 v4 02/31] irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF
` [Patch Part2 v4 03/31] genirq: Introduce helper functions to support stacked irq_chip
` [Patch Part2 v4 04/31] genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip
` [Patch Part2 v4 05/31] genirq: Add IRQ_SET_MASK_OK_DONE "
` [Patch Part2 v4 06/31] x86, irq: Save destination CPU ID in irq_cfg
` [Patch Part2 v4 07/31] x86, irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [Patch Part2 v4 08/31] x86, hpet: Use new irqdomain interfaces to allocate/free IRQ
` [Patch Part2 v4 09/31] x86, MSI: "
` [Patch Part2 v4 10/31] x86, uv: "
` [Patch Part2 v4 11/31] x86, htirq: "
` [Patch Part2 v4 13/31] x86: irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [Patch Part2 v4 17/31] x86, hpet: Enhance HPET IRQ "
` [Patch Part2 v4 18/31] PCI/MSI, trivial: Fix minor syntax issues according to coding styles
` [Patch Part2 v4 20/31] PCI/MSI: Kill redundant calling for irq_set_msi_desc() for MSIx interrupts
` [Patch Part2 v4 21/31] PCI/MSI: enhance PCI MSI core to support hierarchy irqdomain
` [Patch Part2 v4 23/31] x86, irq: Directly call native_compose_msi_msg() for DMAR IRQ
  ` [Patch Part2 v4 12/31] x86, dmar: Use new irqdomain interfaces to allocate/free IRQ
  ` [Patch Part2 v4 14/31] iommu/vt-d: Change prototypes to prepare for enabling hierarchy irqdomain
  ` [Patch Part2 v4 15/31] iommu/vt-d: Enhance Intel IR driver to suppport "
  ` [Patch Part2 v4 16/31] iommu/amd: Enhance AMD "
  ` [Patch Part2 v4 19/31] PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier
  ` [Patch Part2 v4 22/31] x86, PCI, MSI: Use hierarchy irqdomain to manage MSI interrupts
  ` [Patch Part2 v4 24/31] iommu/vt-d: Clean up unused MSI related code
  ` [Patch Part2 v4 26/31] x86: irq_remapping: "
  ` [Patch Part2 v4 28/31] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
` [Patch Part2 v4 25/31] iommu/amd: Clean up unused MSI related code
` [Patch Part2 v4 27/31] x86, irq: Clean up unused MSI related code and interfaces
` [Patch Part2 v4 29/31] x86, irq: Use hierarchy irqdomain to manage DMAR interrupts
` [Patch Part2 v4 30/31] x86, htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [Patch Part2 v4 31/31] x86, uv: Use hierarchy irqdomain to manage UV interrupts

[PATCH] leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors
 2014-11-06 11:27 UTC  (11+ messages)

Hello
 2014-11-06  8:49 UTC 

[PATCH] PCI: fix sriov enabling with virtual bus
 2014-11-06  7:11 UTC  (6+ messages)

[PATCH v9] PCC: Platform Communication Channel
 2014-11-06  0:48 UTC  (4+ messages)
` [PATCH v9] Mailbox: Add support for "

[PATCH] ACPI / GPIO: Pass index to acpi_get_gpiod_by_index() when using properties
 2014-11-05 21:00 UTC  (15+ messages)

Kernel NULL pointer deref in pci_get_hp_params with v3.18-rc3
 2014-11-05 11:17 UTC  (3+ messages)

[PATCH] ACPI/OSL: Add IRQ handler flushing support in the OSL
 2014-11-05  7:06 UTC 

[PATCH 0/6] ACPI/EC: Cleanups of command flushing and event polling
 2014-11-05  2:52 UTC  (8+ messages)
` [PATCH 1/6] ACPI/EC: Introduce STARTED/STOPPED flags to replace BLOCKED flag
` [PATCH 2/6] ACPI/EC: Enhance the checks to apply to QR_EC transactions
` [PATCH 3/6] ACPI/EC: Add reference counting for query handlers
` [PATCH 4/6] ACPI/EC: Add command flushing support
` [PATCH 5/6] ACPI/EC: Cleanup QR_SC command processing by adding a kernel thread to poll EC events
` [PATCH 6/6] ACPI/EC: Add GPE reference counting debugging messages

PROBLEM: Toshiba R700 backlight control lost on resume
 2014-11-04 22:49 UTC  (9+ messages)

[PATCH v6 00/12] Add ACPI _DSD and unified device properties support
 2014-11-04 21:29 UTC  (20+ messages)
` [PATCH v6 02/12] Driver core: Unified device properties interface for platform firmware
    ` [Update][PATCH "
` [PATCH v6 04/12] misc: at25: Make use of device property API
` [PATCH v6 09/12] Driver core: Unified interface for firmware node properties
  ` [Update][PATCH "

[GIT PULL] Thermal management updates for 3.18-rc4
 2014-11-04 16:17 UTC 

[PATCH] toshiba_acpi: Fix regression caused by backlight extra check code
 2014-11-04  6:21 UTC 

[PATCH] ACPI: blacklist Win8 OSI for Dell Vostro 3546
 2014-11-04  0:55 UTC  (2+ messages)

GPIO bindings guidelines (Was: Re: [PATCH v5 10/12] gpio: Support for unified device properties interface)
 2014-11-03 22:56 UTC  (6+ messages)
    ` [PATCH] ACPI / GPIO: Driver GPIO mappings for ACPI GPIOs

[Patch v8 00/18] Enable support of IOAPIC hotplug on x86 platforms
 2014-11-03  9:51 UTC  (4+ messages)
` [Patch v8 15/18] x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition


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