linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-09 20:58:31 to 2013-10-14 10:36:27 UTC [more...]

Extended H/W error log driver
 2013-10-14 10:36 UTC  (31+ messages)
` [PATCH 1/8] ACPI, APEI, CPER: Fix status check during error printing
` [PATCH 2/8] ACPI, CPER: Update cper info
` [PATCH 3/8] ACPI, x86: Extended error log driver for x86 platform
` [PATCH 4/8] DMI: Parse memory device (type 17) in SMBIOS
` [PATCH 5/8] ACPI, APEI, CPER: Add UEFI 2.4 support for memory error
` [PATCH 6/8] ACPI, APEI, CPER: Enhance memory reporting capability
` [PATCH 7/8] ACPI, APEI, CPER: Cleanup CPER memory error output format
` [PATCH 8/8] ACPI / trace: Add trace interface for eMCA driver

[PATCH 1/3] ACPI: add module autoloading support for ACPI enumerated devices
 2013-10-14 10:14 UTC  (4+ messages)
` [PATCH 2/3] Platform: fix module autoloading "
` [PATCH 3/3] I2C: "

[PATCH] i2c: Fix modalias for ACPI enumerated I2C devices
 2013-10-14  9:23 UTC  (11+ messages)

PROBLEM: High CPU load after resuming on Samsung NP550P5C in BIOS mode (correct kernel version)
 2013-10-14  8:17 UTC  (2+ messages)

[PATCH v2 0/5] gpiolib: convert ACPI gpio helpers to gpiod_ interfaces
 2013-10-14  6:58 UTC  (9+ messages)
` [PATCH v2 1/5] gpiolib / ACPI: move acpi_gpiochip_free_interrupts next to the request function
` [PATCH v2 2/5] gpiolib / ACPI: convert to gpiod interfaces
` [PATCH v2 3/5] gpiolib / ACPI: add ACPI support for gpiod_get_index()
` [PATCH v2 4/5] gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resources
` [PATCH v2 5/5] gpiolib / ACPI: document the GPIO descriptor based interface

[PATCH] acpi/video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist
 2013-10-14  4:17 UTC  (6+ messages)

[PATCH] acpi: update win8 OSI blacklist
 2013-10-14  3:30 UTC  (2+ messages)

[PATCH] BIOS SATA legacy mode failure
 2013-10-13 12:02 UTC  (9+ messages)

[PATCH] ACPI: remove /proc/acpi/event from ACPI_BUTTON help
 2013-10-12 22:11 UTC 

[GIT PULL] ACPI and power management fixes for v3.12-rc5
 2013-10-12 21:09 UTC 

(unknown),
 2013-10-12 20:31 UTC 

[PATCH v5 0/4] Fix Win8 backlight issue
 2013-10-12 14:10 UTC  (20+ messages)
` [PATCH v5 1/4] backlight: introduce backlight_device_registered
` [PATCH v5 2/4] ACPI / video: seperate backlight control and event interface
` [PATCH v5 3/4] ACPI / video: Do not register backlight if win8 and native interface exists
` [PATCH v5 4/4] thinkpad-acpi: fix handle locate for video and query of _BCL

[Resend PATCH] ACPI/AC: Remove AC's proc directory
 2013-10-12 13:04 UTC 

[Resend PATCH 0/5] ACPI/PCI: Parse PCI root bridge's ACPI resource via ACPI resource functions
 2013-10-12 13:05 UTC  (8+ messages)
` [Resend PATCH 1/5] ACPI/Resource: Add memory prefetch check support
` [Resend PATCH 2/5] ACPI/Resource: Add address translation support
` [Resend PATCH 3/5] ACPI: Add new acpi_dev_resource_address_space_full() function
` [Resend PATCH 4/5] X86/PCI/ACPI: Rework setup_resource() via functions ACPI resource functions
` [Resend PATCH 5/5] IA64/PCI/ACPI: Rework PCI root bridge ACPI resource conversion

[PATCH part2 v2 0/8] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-10-12  6:09 UTC  (9+ messages)
` [PATCH part2 v2 1/8] x86: get pg_data_t's memory from other node
` [PATCH part2 v2 2/8] memblock, numa: Introduce flag into memblock
` [PATCH part2 v2 3/8] memblock, mem_hotplug: Introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions
` [PATCH part2 v2 4/8] memblock: Make memblock_set_node() support different memblock_type
` [PATCH part2 v2 5/8] acpi, numa, mem_hotplug: Mark hotpluggable memory in memblock
` [PATCH part2 v2 6/8] acpi, numa, mem_hotplug: Mark all nodes the kernel resides un-hotpluggable
` [PATCH part2 v2 7/8] memblock, mem_hotplug: Make memblock skip hotpluggable regions if needed
` [PATCH part2 v2 8/8] x86, numa, acpi, memory-hotplug: Make movable_node have higher priority

I am expecting your urgent response
 2013-10-12  5:52 UTC 

[BUG] WARN_ON(!context) in drivers/pci/hotplug/acpiphp_glue.c
 2013-10-11 23:56 UTC  (9+ messages)

[PATCH 1/5] ACPI/AC: Remove AC's proc directory
 2013-10-11 23:01 UTC  (6+ messages)
` [PATCH 2/5] ACPI/Battery: Remove battery's "
` [PATCH 3/5] ACPI/SBS: Remove SBS's "
` [PATCH 4/5] ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.c
` [PATCH 5/5] ACPI/Proc: Remove alarm proc file

[PATCH V2 Resend 37/92] cpufreq: acpi: don't initialize part of policy that is set by core too
 2013-10-11 21:16 UTC  (3+ messages)

PROBLEM: High CPU load after resuming on Samsung NP550P5C in BIOS mode
 2013-10-11 18:54 UTC 

[PATCH] ACPI/Power: Check physical device's runtime pm status before requesting to resume it
 2013-10-11 11:19 UTC  (2+ messages)

[PATCH 0/5] gpiolib: convert ACPI GPIO helpers to gpiod_ interfaces
 2013-10-11 10:52 UTC  (3+ messages)
` [PATCH 1/5] gpiolib / ACPI: move acpi_gpiochip_free_interrupts next to the request function

[PATCH 0/5] ACPI/PCI: Parse PCI root bridge's ACPI resource via ACPI resource functions
 2013-10-11  6:52 UTC  (2+ messages)
` [PATCH 3/5] ACPI: Add new acpi_dev_resource_address_space_full() function

[PATCH part1 v6 0/6] x86, memblock: Allocate memory near kernel image before SRAT parsed
 2013-10-11  6:46 UTC  (37+ messages)
` [PATCH part1 v6 4/6] x86/mem-hotplug: Support initialize page tables in bottom-up

[PATCH 1/2] ACPICA: fix label indent to meet coding style
 2013-10-11  3:07 UTC  (2+ messages)
` [PATCH 2/2] ACPICA: remove AE_NOT_FOUND errors for non-existing _Sx objects in AML

[PATCH v2 0/5] ACPI: Remove unused files and directories under /proc/acpi
 2013-10-11  1:51 UTC 

[PATCH v4 0/4] Fix Win8 backlight issue
 2013-10-11  1:09 UTC  (13+ messages)
` [PATCH v4 1/4] backlight: introduce backlight_device_registered
` [PATCH v4 3/4] ACPI / video: Do not register backlight if win8 and native interface exists

[PATCH part1 v7 0/6] x86, memblock: Allocate memory near kernel image before SRAT parsed
 2013-10-11  0:00 UTC  (8+ messages)
` [PATCH part1 v7 1/6] memblock: Factor out of top-down allocation
` [PATCH part1 v7 2/6] memblock: Introduce bottom-up allocation mode
` [PATCH part1 v7 3/6] x86/mm: Factor out of top-down direct mapping setup
` [PATCH part1 v7 4/6] x86/mem-hotplug: Support initialize page tables in bottom-up
` [PATCH part1 v7 5/6] x86, acpi, crash, kdump: Do reserve_crashkernel() after SRAT is parsed
` [PATCH part1 v7 6/6] mem-hotplug: Introduce movable_node boot option

[PATCH] ACPI / hotplug / PCI: Fix error code path in acpiphp_enumerate_slots()
 2013-10-10 23:47 UTC 

[PATCH] ACPI / PM / Documentation: Replace outdated project links and addresses
 2013-10-10 21:37 UTC 

[PATCH] MAINTAINERS / ACPI: Update links to the Linux-ACPI project web page
 2013-10-10 21:12 UTC 

[PATCH] spi: Fix modalias for ACPI enumerated SPI devices
 2013-10-10 18:16 UTC  (2+ messages)

[PATCH 0/3] ACPI power management support for I2C and SPI devices
 2013-10-10 13:02 UTC  (13+ messages)
` [PATCH 2/3] i2c: attach/detach I2C client device to the ACPI power domain
` [PATCH 3/3] spi: attach/detach SPI "
` [PATCH v2 0/3] ACPI power management support for I2C and SPI devices
  ` [PATCH v2 1/3] ACPI / PM: allow child devices to ignore parent power state
  ` [PATCH v2 2/3] i2c: attach/detach I2C client device to the ACPI power domain
    ` [PATCH v2 3/3] spi: attach/detach SPI "

[PATCH] ACPI / LPSS: fix UART Auto Flow Control
 2013-10-10 13:04 UTC  (4+ 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).