linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-19 06:33:41 to 2014-07-07 21:07:16 UTC [more...]

[RFC PATCH 00/15] ACPICA: Add CONFIG_ACPI=n build support for ACPICA header files
 2014-07-07 21:25 UTC  (11+ messages)
` [PATCH v2 0/7] ACPICA: Enable ACPICA prototypes for CONFIG_ACPI=n builds
  ` [PATCH v2 1/7] ACPICA: Linux: Add stub support for Linux specific variables and functions
  ` [PATCH v2 2/7] ACPICA: Linux: Add stub implementation of ACPICA 64-bit mathematics
  ` [PATCH v2 3/7] ACPICA: Linux: Add configuration item to indicate the architecture specific support
  ` [PATCH v2 4/7] ACPICA: Linux: Allow ACPICA inclusion for CONFIG_ACPI=n builds
  ` [PATCH v2 5/7] ACPI/SFI: Fix wrong <acpi/acpi.h> inclusion in SFI/ACPI wrapper - table definitions
  ` [PATCH v2 6/7] ACPI: Cleanup useless ACPI inclusion
  ` [PATCH v2 7/7] ACPI: Add support to force header inclusion rules for <acpi/acpi.h>

[PATCH 0/4] Clean up ACPI core to prepare for running ACPI on ARM64
 2014-07-07 21:16 UTC  (9+ messages)
` [PATCH 1/4] ACPI: ARM64 does not have a BIOS add config for BIOS table scan
` [PATCH 2/4] ACPI: Don't use acpi_lapic in ACPI core code
` [PATCH 3/4] ACPI / processor: Introduce ARCH_HAS_ACPI_PDC
` [PATCH 4/4] ACPI: Make EC debugfs depend on X86 || IA64 in Kconfig

[PATCH 1/2] ACPI: Export PLD (Physical Location of Device)
 2014-07-07 21:03 UTC  (2+ messages)

[PATCH] ACPI / EC: Free saved_ec on error exit path
 2014-07-07 21:00 UTC  (3+ messages)

[PATCH] acpi/osl: clear high bits in acpi_os_read_memory value
 2014-07-07 20:15 UTC  (2+ messages)

[PATCH] PNPACPI: do ACPI binding directly
 2014-07-07 20:03 UTC  (4+ messages)

ACPI resource change triggers loss of serial ports
 2014-07-07 14:43 UTC  (3+ messages)

[PATCH] drm/i915/opregion: ignore firmware requests for backlight change
 2014-07-07 13:01 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH] Fix backlight control for Acer TravelMate B113
 2014-07-07 12:55 UTC  (5+ messages)

[PATCH v2 0/7] ACPI/EC: Critical bug fixes related to EC and event handling
 2014-07-07 11:18 UTC  (9+ messages)
` [UPDATE PATCH v2 0/6] ACPI/EC: Critical race fixes
  ` [UPDATE PATCH v2 1/6] ACPI/EC: Fix an issue that advance_transaction() processes stale hardware status
  ` [UPDATE PATCH v2 2/6] ACPI/EC: Add asynchronous command byte write support
  ` [UPDATE PATCH v2 3/6] ACPI/EC: Remove duplicated ec_wait_ibf0() waiter
  ` [UPDATE PATCH v2 4/6] ACPI/EC: Fix a race condition in ec_transaction_completed()
  ` [UPDATE PATCH v2 5/6] ACPI/EC: Update revision due to full asynchrnous command support
  ` [UPDATE PATCH v2 6/6] ACPI/EC: Add detailed fields debugging support of EC_SC(R)

[PATCH V3] ACPI/Battery: Retry to get Battery information if failed during probing
 2014-07-07  7:47 UTC 

[PATCH] ACPICA: amlresrc.h: Neaten AML_<FOO> definitions and uses
 2014-07-07  0:42 UTC  (3+ messages)

[PATCH v4 0/3] APEI: Make APEI architecture independent
 2014-07-04 10:37 UTC  (9+ messages)
` [PATCH v4 1/3] apei, mce: Factor out APEI architecture specific MCE calls
` [PATCH v4 2/3] acpi, apei, ghes: Make NMI error notification to be GHES architecture extension
` [PATCH v4 3/3] acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context

[RFC] [HELP] [WMI] Media keys on MSI GE60 (patching msi_wmi for it)
 2014-07-04  8:05 UTC 

[RFC Patch V2 03/16] ACPI, x86/PCI: Move resource_to_addr() to acpi generic
 2014-07-02 22:30 UTC  (3+ messages)
` [RFC Patch V2] x86/PCI/ACPI: kill private function resource_to_addr()

[PATCH 0/1] ACPI / PCI: Fix "Operation not permitted" error reading sysfs acpi_index and label files
 2014-07-02 22:19 UTC  (3+ messages)
` [PATCH 1/1] "

BUG REPORT backlight acpi: Brightness shortcuts don't work on Fujitsu
 2014-07-02  9:55 UTC  (9+ messages)

[PATCH 2/2] USB: Use ACPI device information
 2014-07-02  9:01 UTC 

[PATCH v4 00/13] Enable ACPI on ARM64 in Kconfig
 2014-07-01  9:22 UTC  (24+ messages)
` [PATCH v4 01/13] acpi: arm64 does not have a BIOS add config for BIOS table scan
` [PATCH v4 02/13] ACPI: Don't use acpi_lapic in ACPI core code
` [PATCH v4 03/13] ACPI / processor: Introduce ARCH_HAS_ACPI_PDC
` [PATCH v4 04/13] ARM64 : Add dummy asm/cpu.h
` [PATCH v4 05/13] ARM64 / ACPI: Introduce arm-core.c and its related head file
` [PATCH v4 06/13] ARM64 / ACPI: Introduce early_param for "acpi"
` [PATCH v4 07/13] ARM64 / ACPI: Introduce lowlevel suspend function
` [PATCH v4 08/13] ARM64 / ACPI: Introduce arch_fix_phys_package_id() for cpu topology
` [PATCH v4 09/13] ARM64 / ACPI: Introduce PCI functions for ACPI on ARM64
` [PATCH v4 10/13] ACPI: Make EC debugfs depend on X86 || IA64 in Kconfig
` [PATCH v4 11/13] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v4 12/13] ARM64 / ACPI: if we chose to boot from acpi then disable FDT
  ` [Linaro-acpi] "
` [PATCH v4 13/13] ARM64 / ACPI: Enable ARM64 in Kconfig

[BUG] rc1 and rc2: Laptop unusable: on boot,screen black instead of native resolution
 2014-06-30 10:39 UTC  (14+ messages)
                ` [BUG] rc3 Oops: unable to handle kernel NULL pointer dereference at 0000074c
                        ` [BUG] rc1 rc2 rc3 not bootable - black screen after kernel loading

[PATCH v3 0/9] Extended H/W error log driver
 2014-06-30  6:35 UTC  (10+ messages)
` [PATCH v3 4/9] ACPI, x86: Extended error log driver for x86 platform

power off problem in Dell 15-7537
 2014-06-30  3:06 UTC  (2+ messages)

[Patch V3 0/5] I2C ACPI operation region handler
 2014-06-30  1:32 UTC  (10+ messages)
` [Patch V3 4/5] I2C/ACPI: Add i2c ACPI operation region support
` [Patch V3 5/5] I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI config

[Patch V3 00/16] Enable support of IOAPIC hotplug on x86 platforms
 2014-06-27 14:43 UTC  (19+ messages)
` [Patch V3 01/16] x86, irq, ACPI: Protect acpi_pci_irq_enable() from reentrance
` [Patch V3 02/16] ACPI: Make map_mat_entry handle x2apic entry
` [Patch V3 03/16] ACPI: Correct return value of acpi_dev_resource_address_space()
` [Patch V3 04/16] x86, PCI, ACPI: Kill private function resource_to_addr()
` [Patch V3 05/16] ACPI: Move acpi_get_cpuid() to separated file
` [Patch V3 06/16] x86, irq: Split out alloc_ioapic_save_registers()
` [Patch V3 07/16] x86, ioapic: Find usable ioapic id for 64bit
` [Patch V3 08/16] ACPI, ioapic: Add acpi_get_ioapic_id()
` [Patch V3 09/16] x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug
` [Patch V3 10/16] x86, irq: Refine mp_register_ioapic() to prepare for "
` [Patch V3 11/16] x86, irq, ACPI: Introduce a rwsem to protect IOAPIC operations from hotplug
` [Patch V3 12/16] x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition
` [Patch V3 13/16] x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-removal
` [Patch V3 14/16] x86, irq: Introduce helper to check whether an IOAPIC has been registered
` [Patch V3 15/16] PCI: Remove PCI ioapic driver
` [Patch V3 16/16] x86, irq, ACPI: Implement ACPI driver to support IOAPIC hotplug

ACPI/container: Hang forever when eject a acpi container
 2014-06-27  9:54 UTC 

[Patch V4 00/42] use irqdomain to dynamically allocate IRQ for IOAPIC
 2014-06-27  3:36 UTC  (6+ messages)

Interrupt in ACPI driver?
 2014-06-27  3:20 UTC  (3+ messages)

New ACPI warnings with v3.16.0-rc1
 2014-06-26  9:05 UTC  (6+ messages)

PCIe current resource settings
 2014-06-25 17:03 UTC 

[RFC v2 0/3] ACPI Platform Communication Channel driver
 2014-06-25 15:08 UTC  (19+ messages)
` [RFC v2 1/3] Mailbox: Add support for ACPI
        ` [Linaro-acpi] "

[Patch Part3 V3 21/21] pci, ACPI, iommu: enhance pci_root to support DMAR device hotplug
 2014-06-25  9:02 UTC 

[PATCH 5/7 REVISION] trace, RAS: Add eMCA trace event interface
 2014-06-24 17:38 UTC  (10+ messages)
` eMCA trace interface update
  ` [PATCH 5/7 REVISION v2] trace, RAS: Add eMCA trace event interface

[PATCH v3 0/5] APEI: Make APEI architecture independent
 2014-06-24  9:06 UTC  (11+ messages)
` [PATCH v3 1/5] apei, mce: Factor out APEI architecture specific MCE calls
` [PATCH v3 2/5] acpi, apei, ghes: Introduce ARCH_HAS_ACPI_APEI_NMI to make NMI error notification a GHES feature
` [PATCH v3 3/5] acpi, apei, ghes: Introduce more generic mechanism to init/deinit GHES error notifications

ACPI Support for HP Pavillion laptops
 2014-06-21 15:03 UTC  (2+ messages)

[Announce] ACPI+PM maintenance in vacation mode through July 6
 2014-06-20 14:20 UTC 

Szabaduljál meg már a kopaszódástól és a hajritkulásától
 2014-06-20 11:52 UTC 

[RFC Patch V2 00/16] Enable support of IOAPIC hotplug on x86 platforms
 2014-06-20  8:58 UTC  (5+ messages)
` [RFC Patch V2 15/16] pci, ioapic: kill ioapic PCI driver

[PATCH] ACPI / video: Add Dell Inspiron 5737 to the blacklist
 2014-06-20  8:13 UTC 

drivers/acpi/ac.c, re-enabling CONFIG_ACPI_PROCFS_POWER?
 2014-06-19 19:55 UTC  (4+ messages)

Occasional kernel oops in acpi_ex_insert_into_field
 2014-06-19 18:54 UTC 

[GIT PULL] ACPI and power management updates for v3.16-rc2
 2014-06-19 13:46 UTC 

[PATCH V2] ACPI/Battery: Retry to get Battery information if failed during probing
 2014-06-19  6:48 UTC  (5+ messages)


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