linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-04 16:41:32 to 2015-02-12 10:51:39 UTC [more...]

[V3 PATCH 0/2] Introduce ACPI support for ahci_platform driver
 2015-02-12 10:51 UTC  (11+ messages)
` [V3 PATCH 1/2] ACPI / scan: Add support for ACPI _CLS device matching
` [V3 PATCH 2/2] ata: ahci_platform: Add ACPI _CLS matching

[PATCH] TCO Watchdog warning interrupt driver creation
 2015-02-12 10:13 UTC  (4+ messages)

[PATCH v8 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-02-12 10:02 UTC  (87+ messages)
` [PATCH v8 02/21] acpi: fix acpi_os_ioremap for arm64
` [PATCH v8 08/21] dt / chosen: Add linux,uefi-stub-generated-dtb property
` [PATCH v8 09/21] ARM64 / ACPI: Disable ACPI if FADT revision is less than 5.1
` [PATCH v8 11/21] ARM64 / ACPI: Get PSCI flags in FADT for PSCI init
    ` [Linaro-acpi] "
` [PATCH v8 13/21] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v8 14/21] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v8 15/21] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v8 17/21] clocksource / arch_timer: Parse GTDT to initialize arch timer
` [PATCH v8 21/21] arm64: ACPI: additions of ACPI documentation for arm64
                ` [Linaro-acpi] [PATCH v8 02/21] acpi: fix acpi_os_ioremap "

[PATCH 1/6] ACPI/EC: Introduce STARTED/STOPPED flags to replace BLOCKED flag
 2015-02-12  1:17 UTC  (10+ messages)
` [PATCH v2 0/5] ACPI / EC: Add reference counting for requests and cleans up the grace periods support
  ` [PATCH v2 1/5] ACPI / EC: Introduce STARTED/STOPPED flags to replace BLOCKED flag
  ` [PATCH v2 2/5] ACPI / EC: Add command flushing support
  ` [PATCH v2 3/5] ACPI / EC: Refine command storm prevention support
  ` [PATCH v2 4/5] ACPI / EC: Add query flushing support
  ` [PATCH v2 5/5] ACPI / EC: Add GPE reference counting debugging messages

[PATCH v3 00/20] power_supply: Allow safe usage of power supply
 2015-02-11 22:12 UTC  (13+ messages)
` [PATCH v3 02/20] power_supply: Move run-time configuration to separate structure
` [PATCH v3 04/20] power_supply: sysfs: Use power_supply_*() API for accessing function attrs
` [PATCH v3 20/20] arm: mach-pxa: Decrement the power supply's device reference counter

[PATCH 0/6] PM / sleep: Support for quiescing timers during suspend-to-idle
 2015-02-11  4:04 UTC  (7+ messages)
` [PATCH 1/6] PM / sleep: Re-implement suspend-to-idle handling
` [PATCH 2/6] timekeeping: Pass readout base to update_fast_timekeeper()
` [PATCH 3/6] timekeeping: Make it safe to use the fast timekeeper while suspended
` [PATCH 4/6] PM / sleep: Make it possible to quiesce timers during suspend-to-idle
` [PATCH 5/6] intel_idle: Add ->enter_freeze callbacks
` [PATCH 6/6] ACPI / idle: Implement ->enter_freeze callback routine

Fwd: [Bug 92111] Power regression from 3.17 to 3.18 and 3.19
 2015-02-11  2:26 UTC  (16+ messages)

[GIT PULL] ACPI and power management updates for 3.20-rc1
 2015-02-11  1:56 UTC  (3+ messages)

if power button pressed 1x it creates the same ACPI event twice
 2015-02-11  0:37 UTC  (6+ messages)
      ` ACPI "

[RFC PATCH] gpio: support for GPIO forwarding
 2015-02-10 15:10 UTC  (12+ messages)

Crash in acpi_ps_peek_opcode when booting kernel 3.19 as Xen dom0
 2015-02-09 13:49 UTC  (5+ messages)
` [Xen-devel] "

About Goodix-TS on Bay Trail, and ACPI and interrupts
 2015-02-09 13:25 UTC  (8+ messages)

[PATCH] acpi: Remove unneeded nested #ifdef
 2015-02-08 23:22 UTC  (2+ messages)

[PATCH V4] acpi:apd:add AMD ACPI2Platform device support for x86 system
 2015-02-08 23:21 UTC  (3+ messages)

[PATCH] acpi-video: Add disable_native_backlight quirk for Samsung 510R
 2015-02-08 23:15 UTC  (2+ messages)

[V2 PATCH 0/2] Introduce ACPI support for ahci_platform driver
 2015-02-08 16:18 UTC  (4+ messages)
` [V2 PATCH 1/2] ACPI / scan: Add support for ACPI _CLS device matching

pilny kontakt
 2015-02-06 22:35 UTC 

[GIT PULL] Thermal SoC management updates for v3.20 #1
 2015-02-06  3:39 UTC 

Support for Atom BayTrail/ValleyView power button
 2015-02-06 15:52 UTC 

ACPI PCC probe failed
 2015-02-06 15:32 UTC  (11+ messages)

[PATCH] ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()
 2015-02-06  0:59 UTC  (2+ messages)

[Patch v4 00/23] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
 2015-02-05 15:49 UTC  (27+ messages)
` [Patch v4 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
  ` [Xen-devel] "
` [Patch v4 02/23] ACPI: Remove redundant check in function acpi_dev_resource_address_space()
` [Patch v4 03/23] ACPI: Implement proper length checks for mem resources
` [Patch v4 04/23] ACPI: Use the length check for io resources as well
` [Patch v4 05/23] ACPI: Let the parser return false for disabled resources
` [Patch v4 06/23] ACPI: Unify the parsing of address_space and ext_address_space
` [Patch v4 07/23] ACPI: Move the window flag logic to the combined parser
` [Patch v4 08/23] ACPI: Add prefetch decoding to the address space parser
` [Patch v4 09/23] ACPI: Fix a bug in parsing ACPI Memory24 resource
` [Patch v4 10/23] ACPI: Normalize return value of resource parser functions
` [Patch v4 11/23] ACPI: Set flag IORESOURCE_UNSET for unassigned resources
` [Patch v4 12/23] ACPI: Enforce stricter checks for address space descriptors
` [Patch v4 13/23] ACPI: Return translation offset when parsing ACPI address space resources
` [Patch v4 14/23] ACPI: Translate resource into master side address for bridge window resources
` [Patch v4 15/23] ACPI: Add field offset to struct resource_list_entry
` [Patch v4 16/23] ACPI: Introduce helper function acpi_dev_filter_resource_type()
` [Patch v4 17/23] resources: Move struct resource_list_entry from ACPI into resource core
` [Patch v4 18/23] PCI: Use common resource list management code instead of private implementation
` [Patch v4 19/23] x86/PCI: Fix the range check for IO resources
` [Patch v4 20/23] x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation
` [Patch v4 21/23] x86/PCI: Refine the way to release PCI IRQ resources
` [Patch v4 22/23] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v4 23/23] x86/irq, ACPI: Implement ACPI driver to support "

[PATCH 0/9] ACPI/EC: Improve GPE handling model
 2015-02-05 15:19 UTC  (9+ messages)
` [PATCH v4 0/6] ACPI / EC: Fix GPE handling related races
  ` [PATCH v4 1/6] ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for the current GPE APIs
  ` [PATCH v4 2/6] ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergences
  ` [PATCH v4 3/6] ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based GPE handling model
  ` [PATCH v4 4/6] ACPI / EC: Fix several GPE handling issues by deploying ACPI_GPE_DISPATCH_RAW_HANDLER mode
  ` [PATCH v4 5/6] ACPI / EC: Reduce ec_poll() by referencing the last register access timestamp
  ` [PATCH v4 6/6] ACPI / EC: Update revision due to raw handler mode

[PATCH 00/10] ACPICA: 20150204 Release
 2015-02-05 15:18 UTC  (12+ messages)
` [PATCH 01/10] ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after enable register writes"
` [PATCH 02/10] ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()
` [PATCH 03/10] ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restriction
` [PATCH 04/10] ACPICA: Events: Fix uninitialized variable
` [PATCH 05/10] ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removing
` [PATCH 06/10] ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out of acpi_ev_gpe_dispatch()
` [PATCH 07/10] ACPICA: Events: Cleanup GPE dispatcher type obtaining code
` [PATCH 08/10] ACPICA: Hardware: Cast GPE enable_mask before storing
` [PATCH 09/10] ACPICA: Update Copyright headers to 2015
` [PATCH 10/10] ACPICA: Update version to 20150204

[PATCH V3] acpi:apd:add AMD ACPI2Platform device support for x86 system
 2015-02-05 15:09 UTC  (7+ messages)
      ` [PATCH V4] "

[Patch v2 00/22] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
 2015-02-05  1:56 UTC  (3+ messages)
` [Patch v2 17/22] resources: Move struct resource_list_entry from ACPI into resource core

[PATCH v2 0/5] Start deprecating _OSI on new architectures
 2015-02-04 23:49 UTC  (10+ messages)
` [PATCH v2 1/5] ACPI: move acpi_os_handler() so it can be made arch-dependent later
` [PATCH v2 3/5] ACPI: add arch-specific compilation for _OSI and the blacklist

[RFC v3] ACPI on arm64 TODO List, 4 Feb 2015
 2015-02-04 22:39 UTC 

[GIT PULL] ACPI power management fix for final 3.19
 2015-02-04 21:46 UTC 


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