linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-15 13:48:10 to 2014-04-28 04:54:46 UTC [more...]

[PATCH v3 part1 00/11] Enable ACPI on ARM64 in Kconfig
 2014-04-28  4:54 UTC  (19+ messages)
` [PATCH v3 part1 01/11] ACPI / processor: Rework _PDC related stuff to make it more arch-independent
` [PATCH v3 part1 02/11] ARM64 / ACPI: Introduce the skeleton of _PDC related for ARM64
` [PATCH v3 part1 03/11] ARM64 : Add dummy asm/cpu.h
` [PATCH v3 part1 04/11] ARM64 / ACPI: Introduce arm-core.c and its related head file
` [PATCH v3 part1 05/11] ARM64 / ACPI: Introduce early_param for "acpi"
` [PATCH v3 part1 06/11] ARM64 / ACPI: Introduce lowlevel suspend function
` [PATCH v3 part1 07/11] ARM64 / ACPI: Introduce arch_fix_phys_package_id() for cpu topology
` [PATCH v3 part1 08/11] ARM64 / ACPI: Introduce PCI functions for ACPI on ARM64
` [PATCH v3 part1 09/11] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH v3 part1 10/11] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v3 part1 11/11] ACPI: Make EC depend on X86 || IA64 in Kconfig

[PATCH 0/4] ACPICA: Fix some mis-ordered inclusions
 2014-04-28  4:12 UTC  (18+ messages)
  ` [PATCH 1/4] ACPICA: Add <acpi/platform/aclinuxxf.h> to remove mis-ordered inclusion of <acpi/actypes.h> from <acpi/platform/aclinux.h>
  ` [PATCH v2 0/5] ACPICA: Fix some mis-ordered inclusions
    ` [PATCH v2 1/5] ACPICA: OSL: Add direct inclusion of extra header
    ` [PATCH v2 2/5] ACPICA: Add <acpi/acpi_opt.h> to remove mis-ordered inclusion of <acpi/actypes.h> from <acpi/platform/aclinux.h>
    ` [PATCH v2 3/5] ACPICA: Add <asm/acenv.h> to remove mis-ordered inclusion of <asm/acpi.h> "
    ` [PATCH v2 4/5] ACPICA: Cleanup redudant definitions that already have defaults in <acpi/platform/acenv.h>
    ` [PATCH v2 5/5] ACPICA: Remove deprecated _LINUX definitions for ACPICA

[PATCH] acpi: try to trust cpu_index from x86_cpu_to_apicid
 2014-04-28  2:19 UTC  (4+ messages)

[PATCH] ACPI / scan: do not scan fixed hardware on HW-reduced platform
 2014-04-28  2:38 UTC 

[PATCH V5 00/12] ACPI: change the way of enumerating PNPACPI/Platform devices
 2014-04-28  2:07 UTC  (20+ messages)
` [PATCH V5 02/12] PNPACPI: use whilte list for pnpacpi device enumeration
` [PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly
` [PATCH V5 06/12] ACPI: introduce platform_id flag
` [PATCH V5 08/12] ACPI: introduce dummy lpss scan handler
` [PATCH V5 09/12] ACPI: introduce acpi platform exclude id list
` [PATCH V5 12/12] ACPI: introduce .handle_children flag for acpi scan handler

[PATCH v2 0/5] x86/PCI: Add AMD hostbridge support for newer AMD systems
 2014-04-26  9:10 UTC  (16+ messages)
  ` [PATCH v2 1/5] x86/PCI: Add support for generic AMD hostbridges
  ` [PATCH v2 2/5] x86/PCI: Support additional MMIO range capabilities
  ` [PATCH v2 3/5] x86/PCI: Miscellaneous code clean up for early_fillup_mp_bus_info
  ` [PATCH v2 4/5] ACPI/PCI: Warn if we have to "guess" host bridge node information
  ` [PATCH v2 5/5] PCI: Remove redundant 'quirk_amd_nb_node'

[GIT PULL] ACPI and power management fixes for v3.15-rc3
 2014-04-26  0:11 UTC 

[PATCH 1/1] apci_pad: in power_saving_thread(), call schedule() when need_resched is true
 2014-04-25 18:19 UTC 

[PATCH] acpi: respect const qualifier
 2014-04-25 15:02 UTC  (3+ messages)

[PATCH 0/2] ACPI / LPSS: fractional divider clocks
 2014-04-25 13:49 UTC  (5+ messages)
` [PATCH 1/2] clk: new basic clk type for fractional divider
` [PATCH 2/2] ACPI / LPSS: Support for fractional divider clock

[PATCH 1/3] PM / sleep: New flag to speed up suspend-resume of suspended devices
 2014-04-25 11:28 UTC  (6+ messages)
` [RFC][PATCH 0/3] PM: Mechanism to avoid resuming runtime-suspended devices during system suspend, v2
  ` [RFC][PATCH 1/3] PM / sleep: Flags to speed up suspend-resume of runtime-suspended devices
  ` [RFC][PATCH 2/3][Resend] PM / runtime: Routine for checking device status during system suspend
  ` [RFC][PATCH 3/3] ACPI / PM: Avoid resuming devices in ACPI PM domain "

[PATCH 0/2] ACPI: Fix issues related to the DSDT customization
 2014-04-25  0:37 UTC  (11+ messages)
` [PATCH 1/2] ACPI: Fix the issue that auto SSDT loading is conflict with customized SSDT that is included by the customized DSDT
` [PATCH 2/2] ACPI: Fix the issue that the DSDT local copy is conflict with "

[Patch Part3 V1 17/22] pci, ACPI, iommu: enhance pci_root to support DMAR device hotplug
 2014-04-24 17:33 UTC  (3+ messages)

[REGRESSION] Media keys cause "ACPI: \_SB_.ATKD: Unsupported event" on ASUS laptop
 2014-04-24 17:06 UTC  (4+ messages)

[PATCH 2] PNP: Work around BIOS defects in Intel MCH area reporting
 2014-04-24  9:41 UTC  (4+ messages)

[PATCH v3] Intel MCH BIOS workaround
 2014-04-24  0:58 UTC  (3+ messages)
` [PATCH v3] PNP: Work around BIOS defects in Intel MCH area reporting

[PATCH 1/9] ACPICA: Executer: Fix buffer allocation issue for generic_serial_bus region field accesses
 2014-04-23 23:03 UTC  (33+ messages)
` [PATCH 2/9] ACPICA: Export acpi_buffer_to_resource symbol
` [PATCH 3/9] ACPI: Add acpi_bus_attach_private_data() to facilitate to attach data to ACPI handle
` [PATCH 4/9] ACPI/Thermal: Use acpi_bus_attach_private_data() to attach private data
` [PATCH 7/9] I2C/ACPI: Add i2c ACPI operation region support
` [Resend Patch 0/9] I2C ACPI operation region handler support
  ` [Resend Patch 1/9] ACPICA: Executer: Fix buffer allocation issue for generic_serial_bus region field accesses
  ` [Resend Patch 2/9] ACPICA: Export acpi_buffer_to_resource symbol
  ` [Resend Patch 3/9] ACPI: Add acpi_bus_attach_private_data() to facilitate to attach data to ACPI handle
  ` [Resend Patch 4/9] ACPI/Thermal: Use acpi_bus_attach_private_data() to attach private data
  ` [Resend Patch 5/9] I2C: Add smbus quick read/write helper function
  ` [Resend Patch 6/9] I2C: Add smbus word/block process call "
    ` [Resend Patch 7/9] I2C/ACPI: Add i2c ACPI operation region support
  ` [Resend Patch 8/9] I2C/ACPI: Move ACPI related code to i2c-acpi.c
  ` [Resend Patch 9/9] I2C/ACPI: Add CONFIG_I2C_ACPI config

Add new eMCA trace event interface V2
 2014-04-23  1:28 UTC  (8+ messages)
` [PATCH 1/2 v2] x86, MCE: Fix a bug in CMCI handler
` [PATCH 2/5 v2] CPER: Adjust code flow of some functions
` [PATCH 3/5 v2] trace, RAS: Add eMCA trace event interface
` [PATCH 4/5 v2] trace, eMCA: Add a knob to adjust where to save event log
` [PATCH 5/5] trace, AER: Move trace into unified interface

Happy Easter og rigelig 2014
 2014-04-22 11:09 UTC 

[PATCH] PNP: Work around BIOS defects in Intel MCH area reporting
 2014-04-21 21:40 UTC  (4+ messages)

Introduce acpi_validate and ec_acces in tools/power/acpi
 2014-04-21 21:10 UTC  (4+ messages)
` [PATCH 1/4] tools/power/acpi: Minor bugfixes

[PATCH] Default to using the native backlight control on Windows 8 systems
 2014-04-21 20:55 UTC  (2+ messages)

3.14-rc: /proc/acpi/battery gone?
 2014-04-21 11:29 UTC  (7+ messages)

Hibernation problem with 3.14 kernel
 2014-04-19 23:26 UTC 

Info: mapping multiple BARs. Your kernel is fine
 2014-04-18 10:38 UTC  (22+ messages)

[PATCH] ACPICA: Tables: Skip NULL entries in RSDT and XSDT
 2014-04-18  6:36 UTC  (7+ messages)

BUG: using __this_cpu_write() in preemptible [00000000] code: systemd-udevd/497
 2014-04-17 20:47 UTC  (5+ messages)

Add new eMCA trace event interface
 2014-04-17  3:00 UTC  (17+ messages)
` [PATCH 1/5] trace, RAS: Add basic RAS trace event
` [PATCH 2/5] CPER: Adjust code flow of some functions

Problem: Kernel panic on systems with an invalid XSDT
 2014-04-16 13:32 UTC 

spende /Donation
 2014-04-15 19:47 UTC 

[PATCH v4 0/5] x86: fix hang when AP bringup is too slow
 2014-04-15 15:48 UTC  (4+ messages)
` [PATCH v4 3/5] acpi_processor: do not mark present at boot but not onlined CPU as onlined

[PATCH v3 0/5] I/O Hook: Trace h/w access and emulate h/w events
 2014-04-15 13:48 UTC  (3+ messages)
` [PATCH v3 4/5] I/O Hook: Override MSRs while triggering MCEs
` [PATCH v3 5/5] IO Hook: Tracing hw access


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