linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-04 16:38:13 to 2014-11-09 15:10:36 UTC [more...]

[RFC Part4 v1 00/17] Refine support of non-PCI-compliant Message
 2014-11-09 15:10 UTC  (15+ messages)
` [RFC Part4 v1 01/17] x86, irq: Normalize x86 irq_chip name
` [RFC Part4 v1 02/17] genirq: Introduce helper irq_domain_set_info() to reduce duplicated code
` [RFC Part4 v1 03/17] x86, PCI/MSI: Simplify the way to deal with remapped MSI interrupts
` [RFC Part4 v1 04/17] PCI/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()
` [RFC Part4 v1 05/17] PCI/MSI: Move msi_set_affinity() to PCI core
` [RFC Part4 v1 06/17] genirq: Introduce callback irq_chip.irq_write_msi_msg
` [RFC Part4 v1 07/17] x86, irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chips
` [RFC Part4 v1 08/17] PCI/MSI: Use irq_chip.irq_write_msi_msg() to share common code
` [RFC Part4 v1 09/17] x86, irq: Simplify MSI/DMAR/HPET implementation by using "
` [RFC Part4 v1 10/17] PCI, MSI: Split MSI code into PCI dependent and PCI independent parts
` [RFC Part4 v1 11/17] PCI, MSI: Rename __read_msi_msg() as __pci_read_msi_msg()
` [RFC Part4 v1 12/17] PCI, MSI: Rename __write_msi_msg() as __pci_write_msi_msg()
` [RFC Part4 v1 13/17] MSI: Provide irqdomain support for generic MSI
` [RFC Part4 v1 14/17] x86, PCI, MSI: Use common code to manage MSI interrupts

[Patch Part3 V7 8/8] pci, ACPI, iommu: Enhance pci_root to support DMAR device hotplug
 2014-11-09 14:48 UTC 

[PATCH v10 0/1] PCC: Platform Communication Channel
 2014-11-09 13:48 UTC  (3+ messages)
` [PATCH v10 1/1] Mailbox: Add support for "

[PATCH] mailbox: enable non-DT/ACPI clients to use the api
 2014-11-09 13:18 UTC 

[PATCH] ACPI/osl: speedup grace period in acpi_os_map_cleanup
 2014-11-09 11:04 UTC  (6+ messages)
` [PATCH v2] "

[Patch Part2 v5 00/31] Enable hierarchy irqdomian on x86 platforms
 2014-11-09  7:15 UTC  (35+ 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

[Patch Part3 v3 00/38] Enable hierarchy irqdomian on x86 platforms
 2014-11-08 18:13 UTC  (39+ messages)
` [Patch Part3 v3 01/38] x86, intel-mid: Delay initialization of APB timer
` [Patch Part3 v3 02/38] x86, intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()
` [Patch Part3 v3 03/38] x86, irq: Kill unused pre_init_apic_IRQ0()
` [Patch Part3 v3 04/38] x86, irq: Prepare IOAPIC interfaces to support hierarchy irqdomain
` [Patch Part3 v3 05/38] x86, irq: Implement callbacks to enable hierarchy irqdomain on IOAPICs
` [Patch Part3 v3 06/38] x86, irq: Refine the way to allocate irq_cfg for legacy IRQs
` [Patch Part3 v3 07/38] x86, irq: Simplify the way to print IOAPIC entry
` [Patch Part3 v3 08/38] x86, irq: Introduce helper functions to support hierarchy irqdomain for IOAPIC
` [Patch Part3 v3 09/38] x86, irq: Convert IOAPIC to use hierarchy irqdomain interfaces
` [Patch Part3 v3 10/38] x86, irq: Kill unused old IOAPIC "
` [Patch Part3 v3 11/38] x86, irq: Kill unused struct mp_pin_info
` [Patch Part3 v3 16/38] x86, irq: Kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
` [Patch Part3 v3 17/38] x86: Clean up unused forward declarations in x86_init.h
  ` [Patch Part3 v3 12/38] x86, irq: Kill x86_io_apic_ops.print_entries and related interfaces
  ` [Patch Part3 v3 13/38] x86, irq: Kill x86_io_apic_ops.setup_entry "
  ` [Patch Part3 v3 14/38] x86, irq: Kill x86_io_apic_ops.set_affinity "
  ` [Patch Part3 v3 15/38] x86, irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
  ` [Patch Part3 v3 18/38] x86: irq_remapping: Clean up unsued code
  ` [Patch Part3 v3 19/38] iommu/vt-d: "
  ` [Patch Part3 v3 20/38] iommu/amd: "
  ` [Patch Part3 v3 21/38] x86: irq_remapping: Clean up unused interfaces
  ` [Patch Part3 v3 22/38] x86, irq: Kill irq_cfg.irq_remapped
  ` [Patch Part3 v3 23/38] iommu/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
  ` [Patch Part3 v3 24/38] iommu/amd: Move struct irq_2_irte into amd_iommu.c
  ` [Patch Part3 v3 33/38] x86, irq: Move check of cfg->move_in_progress into send_cleanup_vector()
` [Patch Part3 v3 25/38] x86, irq: Move irq_cfg.irq_2_pin into io_apic.c
` [Patch Part3 v3 26/38] x86, irq: Kill struct io_apic_irq_attr
` [Patch Part3 v3 27/38] x86, irq: Kill x86_io_apic_ops.write and x86_io_apic_ops.modify
` [Patch Part3 v3 28/38] x86, irq: Clean up io_apic.h
` [Patch Part3 v3 29/38] x86, irq: Use cached IOAPIC entry instead of reading from hardware
` [Patch Part3 v3 30/38] x86, irq: Kill unused alloc_irq_and_cfg_at()
` [Patch Part3 v3 31/38] x86, irq: Change functions only used in vector.c as static
` [Patch Part3 v3 32/38] x86, irq: Kill function apic_set_affinity()
` [Patch Part3 v3 34/38] x86, irq: Move private data in struct irq_cfg into dedicated data structure
` [Patch Part3 v3 35/38] x86, irq: Refine the way to calculate NR_IRQS
` [Patch Part3 v3 36/38] ACPI, irq, x86: Kill private function mp_register_gsi()/ mp_unregister_gsi()
` [Patch Part3 v3 37/38] x86, irq: Introduce mechanism to support different vector allocation policies
` [Patch Part3 v3 38/38] x86, irq: Add kernel parameter vector_alloc to set CPU vector allocation policy

[PATCH v1 0/4] ACPI / LPSS: fix system hangup on BYT
 2014-11-08 10:51 UTC  (15+ 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

[PATCH] platform: x86: remove redundant variable in hp-wireless.c
 2014-11-07 23:03 UTC  (2+ messages)

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

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

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

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

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  (39+ messages)
` [Patch Part2 v4 01/31] irqdomain: Introduce new interfaces to support hierarchy irqdomains
` [Patch Part2 v4 13/31] x86: irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [Patch Part2 v4 18/31] PCI/MSI, trivial: Fix minor syntax issues according to coding styles
` [Patch Part2 v4 19/31] PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier
` [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] leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors
 2014-11-06 11:27 UTC  (10+ 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  (10+ 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  (3+ messages)
` [PATCH 1/6] ACPI/EC: Introduce STARTED/STOPPED flags to replace BLOCKED flag

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  (9+ messages)
` [PATCH v6 02/12] Driver core: Unified device properties interface for platform firmware
    ` [Update][PATCH "
` [PATCH v6 09/12] Driver core: Unified interface for firmware node properties
  ` [Update][PATCH "


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