linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-15 21:48:36 to 2014-01-24 15:15:51 UTC [more...]

[PATCH 00/20] Make ACPI core running on ARM64
 2014-01-24 15:15 UTC  (77+ messages)
` [PATCH 01/20] ARM64 / ACPI: Make PCI optional for ACPI "
` [PATCH 02/20] ARM64 : Add dummy asm/cpu.h
` [PATCH 03/20] ARM64 / ACPI: Introduce the skeleton of _PDC related for ARM64
` [PATCH 04/20] ARM64 / ACPI: Introduce arm_core.c and its related head file
    ` [Linaro-acpi] "
` [PATCH 05/20] ARM64 / ACPI: Introduce lowlevel suspend function
` [PATCH 06/20] ARM64 / ACPI: Introduce some PCI functions when PCI is enabled
` [PATCH 07/20] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH 08/20] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH 09/20] ARM64 / ACPI: Implement core functions for parsing MADT table
` [PATCH 10/20] ARM64 / ACPI: Enumerate possible/present CPU set and map logical cpu id to APIC id
` [PATCH 11/20] ARM64 / ACPI: Get the enable method for SMP initialization
` [PATCH 12/20] ARM64 / ACPI: Use Parked Address in GIC structure for spin table SMP initialisation
` [PATCH 13/20] ARM64 / ACPI: Define ACPI_IRQ_MODEL_GIC needed for arm
` [PATCH 14/20] Irqchip / gic: Set as default domain so we can access from ACPI
` [PATCH 15/20] ACPI / ARM64: Update acpi_register_gsi to register with the core IRQ subsystem
` =?yes?q?=5BPATCH=2016/20=5D=20ACPI=20/=20GIC=3A=20Initialize=20GIC=20using=20the=20information=20in=20MADT?=
` [PATCH 17/20] clocksource / arch_timer: Use ACPI GTDT table to initialize arch timer
` [PATCH 18/20] clocksource / acpi: Add macro CLOCKSOURCE_ACPI_DECLARE
` [PATCH 19/20] clocksource / ACPI: Introduce clocksource_acpi_init() using CLOCKSOURCE_ACPI_DECLARE
` [PATCH 20/20] ARM64 / clocksource: Use clocksource_acpi_init()

[PATCH v5] ACPI: Fix acpi_evaluate_object() return value check
 2014-01-24 14:54 UTC  (4+ messages)

[RFC/RFT][PATCH 0/5] PM / QoS: Introduce latency tolerance device PM QoS type
 2014-01-24 14:19 UTC  (19+ messages)
` [RFC/RFT][PATCH 1/5] PM / QoS: Rename device resume latency QoS items
` [RFC/RFT][PATCH 2/5] PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
` [RFC/RFT][PATCH 3/5] PM / QoS: Introduce latency tolerance device PM QoS type
` [RFC/RFT][PATCH 4/5] ACPI / LPSS: Support for device latency tolerance PM QoS
        ` [RFC/RFT][PATCH 4-1/5] ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handler
        ` [RFC/RFT][PATCH 4-2/5] ACPI / LPSS: Support for device latency tolerance PM QoS
` [RFC/RFT][PATCH 5/5] PM / QoS: Add type to dev_pm_qos_add_ancestor_request() arguments
` [RFC/RFT][PATCH v2 0/6] PM / QoS: Introduce latency tolerance device PM QoS type
  ` [RFC/RFT][PATCH v2 1/6] PM / QoS: Rename device resume latency QoS items
  ` [RFC/RFT][PATCH v2 2/6] PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
  ` [RFC/RFT][PATCH v2 3/6] PM / QoS: Introcuce latency tolerance device PM QoS type
  ` [RFC/RFT][PATCH v2 4/6] ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handler
  ` [RFC/RFT][PATCH v2 5/6] ACPI / LPSS: Support for device latency tolerance PM QoS
  ` [RFC/RFT][PATCH v2 6/6] PM / QoS: Add type to dev_pm_qos_add_ancestor_request() arguments

[PATCH] ACPICA: Remove bool usage from ACPICA
 2014-01-24  0:49 UTC 

[GIT PULL] ACPI and power management updates for v3.14-rc1
 2014-01-23 18:14 UTC  (3+ messages)

[PATCH v4] ACPI: Fix acpi_evaluate_object() return value check
 2014-01-23  2:19 UTC  (3+ messages)

Why we put FAN to full speed in its suspend callback
 2014-01-23  1:08 UTC  (3+ messages)

[PATCH v5 00/33] x86, irq: Support ioapic controller hotplug
 2014-01-23  0:03 UTC  (3+ messages)
` [PATCH v5 02/33] genirq: Add irq_alloc_reserved_desc()

Hello
 2014-01-22  9:23 UTC 

[PATCH v3] ACPI / video: Add systems that should favor native backlight interface
 2014-01-22  1:58 UTC  (8+ messages)

[PATCH 45/73] acpi: delete non-required instances of include <linux/init.h>
 2014-01-21 23:18 UTC  (2+ messages)

[Patch v1 1/3] ACPI: add callback prepare() into acpi_hotplug_handler
 2014-01-21 23:17 UTC  (8+ messages)
` [Patch v1 2/3] ACPI, PCI: reuse ACPI hotplug framework to support PCI host bridge hotplug
` [Patch v1 3/3] ACPI: kill field 'ignore' in acpi_hotplug_profile

[PATCH 1/1] acpi: Fix incorrect sscanf() string in acpi_battery_init_alarm()
 2014-01-21 14:40 UTC 

[PATCH] ACPI / PM: Use ACPI_COMPANION() to get ACPI companions of devices
 2014-01-21  9:45 UTC  (2+ messages)

[PATCH 0/3] ACPI: Some patches to prepare for running ACPI on !x86 and !ia64
 2014-01-21  3:38 UTC  (11+ messages)
` [PATCH 1/3] ACPI / idle: Move idle_boot_override out of the arch directory
` [PATCH 2/3] ACPI / processor_core: Rework _PDC related stuff to make it more arch-independent
` [PATCH 3/3] ACPI: Introduce map_gic_id() to get apic id from MADT or _MAT method

[RFC part2 PATCH 8/9] ACPI / ARM64: Update acpi_register_gsi to register with the core IRQ subsystem
 2014-01-20 14:36 UTC  (2+ messages)

[PATCH] ACPI / LPSS: Add BYT ACPI mode PWM
 2014-01-20 19:12 UTC  (2+ messages)

[PATCH 0/4] module autoloading fixes
 2014-01-20  7:10 UTC  (20+ messages)
` [PATCH 3/4] fix module autoloading for ACPI enumerated devices
` [PATCH 4/4] OF: introduce OF style 'modalias' support for platform bus

[Patch v1] ACPI, x86: fix bug in associating hot-added CPUs with corresponding NUMA node
 2014-01-20  2:31 UTC 

[GIT PULL] Last minute ACPI fix for v3.13
 2014-01-20  0:29 UTC  (3+ messages)
` [Resend][GIT "

Let's have a great deal
 2014-01-19  2:09 UTC 

[Bug 68591] - Please help debugging
 2014-01-18 22:59 UTC 

[PATCH v2] ACPI: Fix acpi_evaluate_object() return value check
 2014-01-18 16:36 UTC  (4+ messages)

[PATCH v3] ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLY to enable this ACPI mode
 2014-01-17 18:51 UTC 

[PATCH] ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLY to enforce this ACPI mode
 2014-01-17 15:10 UTC  (6+ messages)

ACPI and PM queue for 3.14-rc1
 2014-01-17 14:05 UTC 

Baytrail problems (was Re: Linux 3.13-rc8)
 2014-01-17 13:45 UTC  (2+ messages)

[RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME
 2014-01-17 12:20 UTC  (6+ messages)
    ` [RFT][PATCH] ACPI / init: Run acpi_early_init() before efi_enter_virtual_mode() (was: Re: [RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME)

[PATCH v3] ACPI: Fix acpi_evaluate_object() return value check
 2014-01-17  7:46 UTC  (2+ messages)

[PATCH] ACPI / processor: Return specific error value when mapping lapic id
 2014-01-17  4:37 UTC 

[Aspire V5-431] Brightness control visible but does nothing
 2014-01-17  2:13 UTC  (3+ messages)

[PATCH] ACPI: Fix acpi_evaluate_object() return value check
 2014-01-17  1:24 UTC  (3+ messages)

[PATCH v2] ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLY to enforce this ACPI mode
 2014-01-17  1:36 UTC  (2+ messages)

[PATCH] acpi memory hotplug, add parameter to disable memory hotplug [v3]
 2014-01-17  1:26 UTC  (7+ messages)
` [PATCH] acpi memory hotplug, add parameter to disable memory hotplug [v4]
        ` [PATCH] acpi memory hotplug, add parameter to disable memory hotplug [v5]

[RFC][PATCH 0/3] PM: Mechanism to avoid resuming runtime-suspended devices during system suspend
 2014-01-16 16:07 UTC  (4+ messages)
` [RFC][PATCH 2/3] PM / runtime: Routine for checking device status "
    ` [Update][RFC][PATCH "

[PATCH 0/3] ACPI: Integrate tools/power/acpi Makefile into tools Makefile
 2014-01-16  1:10 UTC  (6+ 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).