public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-14 08:59:33 to 2015-01-20 03:08:56 UTC [more...]

[Patch Part1 v7 00/38] Convert x86 to hierarchy irqdomain and stacked irqchip
 2015-01-20  3:08 UTC  (39+ messages)
` [Patch Part1 v7 01/38] x86/irq: Save destination CPU ID in irq_cfg
` [Patch Part1 v7 02/38] x86/irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [Patch Part1 v7 03/38] x86/hpet: Use new irqdomain interfaces to allocate/free IRQ
` [Patch Part1 v7 04/38] x86/MSI: "
` [Patch Part1 v7 05/38] x86/uv: "
` [Patch Part1 v7 06/38] x86/htirq: "
` [Patch Part1 v7 08/38] irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [Patch Part1 v7 12/38] x86/hpet: Enhance HPET IRQ "
` [Patch Part1 v7 13/38] x86/MSI: Use hierarchy irqdomain to manage MSI interrupts
` [Patch Part1 v7 14/38] x86/irq: Directly call native_compose_msi_msg() for DMAR IRQ
  ` [Patch Part1 v7 07/38] x86/dmar: Use new irqdomain interfaces to allocate/free IRQ
  ` [Patch Part1 v7 09/38] irq_remapping/vt-d: Change prototypes to prepare for enabling hierarchy irqdomain
  ` [Patch Part1 v7 10/38] irq_remapping/vt-d: Enhance Intel IR driver to suppport "
  ` [Patch Part1 v7 11/38] irq_remapping/amd: Enhance AMD "
  ` [Patch Part1 v7 15/38] irq_remapping/vt-d: Clean up unused MSI related code
  ` [Patch Part1 v7 16/38] irq_remapping/amd: "
  ` [Patch Part1 v7 17/38] irq_remapping: "
  ` [Patch Part1 v7 19/38] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
  ` [Patch Part1 v7 28/38] irq_remapping: Kill unused function irq_remapping_print_chip()
` [Patch Part1 v7 18/38] x86/MSI: Clean up unused MSI related code and interfaces
` [Patch Part1 v7 20/38] x86/irq: Use hierarchy irqdomain to manage DMAR interrupts
` [Patch Part1 v7 21/38] x86/htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [Patch Part1 v7 22/38] x86/uv: Use hierarchy irqdomain to manage UV interrupts
` [Patch Part1 v7 23/38] x86/irq: Normalize x86 irq_chip name
` [Patch Part1 v7 24/38] x86/MSI: Simplify the way to deal with remapped MSI interrupts
` [Patch Part1 v7 25/38] x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()
` [Patch Part1 v7 26/38] x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chips
` [Patch Part1 v7 27/38] x86/irq: Simplify MSI/DMAR/HPET implementation by using common code
` [Patch Part1 v7 29/38] x86/intel-mid: Delay initialization of APB timer
` [Patch Part1 v7 30/38] x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()
` [Patch Part1 v7 31/38] x86/apb_timer: Remove unused function is_apbt_capable()
` [Patch Part1 v7 32/38] x86/irq: Kill unused pre_init_apic_IRQ0()
` [Patch Part1 v7 33/38] x86/irq: Prepare IOAPIC interfaces to support hierarchy irqdomain
` [Patch Part1 v7 34/38] x86/irq: Implement callbacks to enable hierarchy irqdomain on IOAPICs
` [Patch Part1 v7 35/38] x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
` [Patch Part1 v7 36/38] x86/irq: Simplify the way to print IOAPIC entry
` [Patch Part1 v7 37/38] x86/irq: Introduce helper functions to support hierarchy irqdomain for IOAPIC
` [Patch Part1 v7 38/38] x86/irq: Convert IOAPIC to use hierarchy irqdomain interfaces

[PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-01-20  3:05 UTC  (102+ messages)
` [PATCH v7 01/17] arm64: allow late use of early_ioremap
` [PATCH v7 02/17] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [PATCH v7 03/17] ARM64 / ACPI: Introduce sleep-arm.c
` [PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
` [PATCH v7 05/17] ARM64 / ACPI: If we chose to boot from acpi then disable FDT
` [PATCH v7 06/17] ARM64 / ACPI: Make PCI optional for ACPI on ARM64
` [PATCH v7 07/17] ARM64 / ACPI: Disable ACPI if FADT revision is less than 5.1
` [PATCH v7 08/17] ARM64 / ACPI: Get PSCI flags in FADT for PSCI init
` [PATCH v7 09/17] ACPI / table: Print GIC information when MADT is parsed
` [PATCH v7 10/17] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v7 11/17] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v7 12/17] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v7 13/17] ARM64 / ACPI: Add GICv2 specific ACPI boot support
` [PATCH v7 14/17] ARM64 / ACPI: Parse GTDT to initialize arch timer
` [PATCH v7 15/17] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v7 16/17] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH v7 17/17] Documentation: ACPI for ARM64
        ` [Linaro-acpi] [PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1

[Bugfix 2/3] xen/irq, ACPI: Fix regression in xen PCI passthrough caused by cffe0a2b5a34
 2015-01-20  2:21 UTC 

[PATCH v6 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-01-19 20:33 UTC  (3+ messages)
` [PATCH v6 17/17] Documentation: ACPI for ARM64

[Linaro-acpi] [PATCH v7 17/17] Documentation: ACPI for ARM64
 2015-01-19 16:05 UTC 

About Goodix-TS on Bay Trail, and ACPI and interrupts
 2015-01-19 15:37 UTC  (2+ messages)

[RFC Patch 00/19] Improve ACPI resource parsing interfaces and data structures
 2015-01-19 15:06 UTC  (7+ messages)
` [RFC Patch 16/19] ACPI: Introduce helper function acpi_dev_filter_resource_type()

[Bugfix 1/3] xen/irq, ACPI: Fix regression in xen PCI passthrough caused by cffe0a2b5a34
 2015-01-19 14:31 UTC  (4+ messages)
` [Bugfix 3/3] x86/PCI: Refine the way to release PCI IRQ resources

if power button pressed 1x it creates the same ACPI event twice
 2015-01-19 13:21 UTC  (4+ messages)

[PATCH] acpica: utpredef: Remove some unused functions
 2015-01-18 17:54 UTC  (5+ messages)

[PATCH] MAINTAINERS: add the necessary '/' according to entry rules
 2015-01-17  7:31 UTC 

About 2 ACPICA table patches
 2015-01-17  6:02 UTC  (2+ messages)

[PATCH v5 00/18] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-01-16 16:35 UTC  (10+ messages)
` [PATCH v5 18/18] Documentation: ACPI for ARM64
    ` [Linaro-acpi] "

[PATCH][v3.16.y-ckt] ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake
 2015-01-16 14:21 UTC  (2+ messages)

SPCR table parsing
 2015-01-16 10:58 UTC  (3+ messages)

[RFC] ACPI on arm64 TODO List
 2015-01-15 17:45 UTC  (17+ messages)
              ` [Linaro-acpi] "

[PATCH] TCO Watchdog warning interrupt driver creation
 2015-01-15 14:49 UTC  (11+ messages)

[PATCH] Documentation/acpi: add the missing '='
 2015-01-15 13:59 UTC 

[PATCH] ACPI / LPSS: set first resuming device as a 'proxy'
 2015-01-15 11:10 UTC 

[RFC PATCH] gpio: support for GPIO forwarding
 2015-01-15  9:40 UTC  (2+ messages)

[PATCH v4 00/13] Add ACPI _DSD and unified device properties support
 2015-01-15  9:12 UTC  (5+ messages)

[PATCH] Fix checkpatch warning in drivers/acpi/nvs.c
 2015-01-15  8:53 UTC  (3+ messages)
` [PATCH] acpi: nvs: Fixed checkpatch.pl warning

[PATCH] ACPICA: rsdump: Remove some unused functions
 2015-01-15  3:29 UTC  (2+ messages)

[PATCH v5 0/5] x86: clean ups and feature enhancement in pmc_atom
 2015-01-14 16:39 UTC  (6+ messages)
` [PATCH v5 1/5] x86: pmc-atom: assign debugfs node as soon as possible
` [PATCH v5 2/5] x86: pmc_atom: don't check for NULL twice
` [PATCH v5 3/5] x86: pmc-atom: remove unused macro
` [PATCH v5 4/5] x86: pmc_atom: clean up init function
` [PATCH v5 5/5] x86: pmc_atom: expose contents of PSS

[PATCH 0/2] Introduce ACPI support for ahci_platform driver
 2015-01-14 15:52 UTC  (3+ messages)
` [PATCH 2/2] ata: ahci_platform: Add ACPI _CLS matching
  ` [Linaro-acpi] "


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