messages from 2013-09-06 15:46:29 to 2013-09-13 06:49:12 UTC [more...]
[PATCH v2 0/9] runtime PM support for I2C and SPI client devices
2013-09-13 6:54 UTC (30+ messages)
` [PATCH v2 1/9] i2c: prepare runtime PM support for I2C "
` [PATCH v2 2/9] i2c: attach/detach I2C client device to the ACPI power domain
` [PATCH v2 3/9] Input: misc - convert existing I2C client drivers to use I2C core runtime PM
` [PATCH v2 4/9] [media] s5p-tv: convert "
` [PATCH v2 5/9] drivers/misc: convert existing I2C clients driver "
` [PATCH v2 6/9] mfd: wm8994: convert "
` [PATCH v2 7/9] ASoC: codecs: convert existing I2C client drivers "
` [PATCH v2 8/9] spi: prepare runtime PM support for SPI devices
` [PATCH v2 9/9] spi: attach/detach SPI device to the ACPI power domain
[PATCH v2 00/12] ACPI/IPMI: Fix several issues in the current codes
2013-09-13 5:15 UTC (13+ messages)
` [PATCH v2 01/12] ACPI/IPMI: Fix atomic context requirement of ipmi_msg_handler()
` [PATCH v2 02/12] ACPI/IPMI: Fix potential response buffer overflow
` [PATCH v2 03/12] ACPI/IPMI: Fix race caused by the unprotected ACPI IPMI transfers
` [PATCH v2 04/12] ACPI/IPMI: Fix race caused by the timed out "
` [PATCH v2 05/12] ACPI/IPMI: Fix race caused by the unprotected ACPI IPMI user
` [PATCH v2 06/12] ACPI/IPMI: Fix issue caused by the per-device registration of the IPMI operation region handler
` [PATCH v2 07/12] ACPI/IPMI: Add reference counting for ACPI IPMI transfers
` [PATCH v2 08/12] ACPI/IPMI: Cleanup several acpi_ipmi_device members
` [PATCH v2 09/12] ACPI/IPMI: Cleanup some initialization codes
` [PATCH v2 10/12] ACPI/IPMI: Cleanup some inclusion codes
` [PATCH v2 11/12] ACPI/IPMI: Cleanup some Kconfig codes
` [PATCH v2 12/12] ACPI/IPMI: Cleanup coding styles
[RESEND PATCH v2 0/9] x86, memblock: Allocate memory near kernel image before SRAT parsed
2013-09-13 3:36 UTC (12+ messages)
` [RESEND PATCH v2 1/9] memblock: Introduce allocation direction to memblock
` [RESEND PATCH v2 2/9] x86, memblock: Introduce memblock_alloc_bottom_up() "
` [RESEND PATCH v2 3/9] x86, dma: Support allocate memory from bottom upwards in dma_contiguous_reserve()
` [RESEND PATCH v2 4/9] x86: Support allocate memory from bottom upwards in setup_log_buf()
` [RESEND PATCH v2 5/9] x86: Support allocate memory from bottom upwards in relocate_initrd()
` [RESEND PATCH v2 6/9] x86, acpi: Support allocate memory from bottom upwards in acpi_initrd_override()
` [RESEND PATCH v2 7/9] x86, acpi, crash, kdump: Do reserve_crashkernel() after SRAT is parsed
` [RESEND PATCH v2 8/9] x86, mem-hotplug: Support initialize page tables from low to high
` [RESEND PATCH v2 9/9] mem-hotplug: Introduce movablenode boot option to control memblock allocation direction
[PATCH 02/13] ACPI/IPMI: Fix atomic context requirement of ipmi_msg_handler()
2013-09-13 1:08 UTC (4+ messages)
[PATCH RESEND 0/2] runtime PM support for I2C clients
2013-09-12 22:01 UTC (19+ messages)
` [PATCH RESEND 1/2] i2c: prepare runtime PM support for I2C client devices
` [PATCH RESEND 2/2] i2c: attach/detach I2C client device to the ACPI power domain
[Bug report] Warning when hot-add an ACPI0004 device
2013-09-12 15:11 UTC (2+ messages)
[GIT PULL] ACPI and power management fixes for v3.12-rc1
2013-09-12 12:59 UTC
[PATCH v2 0/9] x86, memblock: Allocate memory near kernel image before SRAT parsed
2013-09-12 10:06 UTC (12+ messages)
` [PATCH v2 1/9] memblock: Introduce allocation direction to memblock
` [PATCH v2 2/9] x86, memblock: Introduce memblock_alloc_bottom_up() "
` [PATCH v2 3/9] x86, dma: Support allocate memory from bottom upwards in dma_contiguous_reserve()
` [PATCH v2 4/9] x86: Support allocate memory from bottom upwards in setup_log_buf()
` [PATCH v2 5/9] x86: Support allocate memory from bottom upwards in relocate_initrd()
` [PATCH v2 6/9] x86, acpi: Support allocate memory from bottom upwards in acpi_initrd_override()
` [PATCH v2 7/9] x86, acpi, crash, kdump: Do reserve_crashkernel() after SRAT is parsed
` [PATCH v2 8/9] x86, mem-hotplug: Support initialize page tables from low to high
` [PATCH v2 9/9] mem-hotplug: Introduce movablenode boot option to control memblock allocation direction
[PATCH 00/14] ACPICA 20130823 Release
2013-09-12 8:55 UTC (15+ messages)
` [PATCH 01/14] ACPICA: Improve error message for "too many parent prefixes" condition
` [PATCH 02/14] ACPICA: acpi_read: On error, do not modify the return value target location
` [PATCH 03/14] ACPICA: Debug output: small formatting update, no functional change
` [PATCH 04/14] ACPICA: Linux-specific header: enable "aarch64" 64-bit build
` [PATCH 05/14] ACPICA: Debugger: Prevent possible command line buffer overflow
` [PATCH 06/14] ACPICA: Validate start object for acpi_walk_namespace
` [PATCH 07/14] ACPICA: Add support for host-installed SCI handlers
` [PATCH 08/14] ACPICA: Operation region support: Never free the handler "context" pointer
` [PATCH 09/14] ACPICA: Debugger: Add new command to display full namespace pathnames
` [PATCH 10/14] ACPICA: Tables: Cleanup table checksum verification code
` [PATCH 11/14] ACPICA: Tables: Cleanup RSDP signature codes
` [PATCH 12/14] ACPICA: Cleanup exception codes
` [PATCH 13/14] ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument
` [PATCH 14/14] ACPICA: Update version to 20130823
[PATCH 0/3] ACPI: EC/Button drivers clean up and correct gpe's sysfs attribute
2013-09-12 7:32 UTC (4+ messages)
` [PATCH 1/3] ACPI/Button: Using input_set_capability() to mark device's event capability
` [PATCH 2/3] ACPI/EC: Convert all printk to dynamic debug function
` [PATCH 3/3] ACPI/Sys: make gpe's sysfs attribute only accept correct value
[PATCH 0/2] Rework ACPI video driver
2013-09-12 2:26 UTC (29+ messages)
` [PATCH 1/2] ACPI / video: seperate backlight control and event interface
` [PATCH 2/2] ACPI / video / i915: Remove ACPI backlight if firmware expects Windows 8
[PATCH] ACPI / osl: implement acpi_os_sleep() with msleep()
2013-09-12 0:20 UTC (4+ messages)
[RFC PATCH 0/4] ACPI/PCI: Parse PCI root bridge's ACPI resource via ACPI resource functions
2013-09-11 20:37 UTC (16+ messages)
` [RFC PATCH 1/4] ACPI/Resource: Add memory prefetch check support
` [RFC PATCH 2/4] ACPI/Resource: Add address translation support
` [RFC PATCH 3/4] ACPI: Add new acpi_dev_resource_address_space_with_addr() function
` [RFC PATCH 4/4] X86/PCI/ACPI: Rework setup_resource() via functions ACPI resource functions
loading 'acpiphp' fails after the system boot?
2013-09-11 17:58 UTC (4+ messages)
[RFC] MAINTAINERS: Update ACPI git tree
2013-09-10 19:24 UTC (2+ messages)
[PATCH] ACPI: Move acpi_bus_get_device() from bus.c to scan.c
2013-09-10 11:30 UTC (3+ messages)
[PATCH 1/2] PCI/ACPI: Convert ACPI PCI Hot Plug IBM Extension dbg/err() to pr_debug/pr_err()
2013-09-10 3:17 UTC (2+ messages)
` [PATCH 2/2] PCI/ACPI: Convert ACPI PCI Hot Plug core debug fuction to dynamic debug function
[PATCH 00/11] x86, memblock: Allocate memory near kernel image before SRAT parsed
2013-09-09 23:58 UTC (8+ messages)
[RFC][PATCH 0/8] ACPI / hotplug / PCI: Consolidation of handling notifications (in progress)
2013-09-09 20:02 UTC (13+ messages)
` Excess dmesg output from ACPIPHP on boot (was: Re: [PATCH 25/30] ACPI / hotplug / PCI: Check for new devices on enabled slots)
` [PATCH 0/2] Re: Excess dmesg output from ACPIPHP on boot
` [PATCH 1/2] ACPI / hotplug / PCI: Avoid doing too much for spurious notifies
` [PATCH] ACPI / hotplug / PCI: Avoid parent bus rescans on spurious device checks
[PATCH] x86, ACPI: Increase override tables number limit
2013-09-09 14:49 UTC (4+ messages)
[PATCH] ACPI / bind: Prefer device objects with _STA to those without it
2013-09-09 12:22 UTC
[PATCH 00/14] _OSC simplification
2013-09-07 22:05 UTC (19+ messages)
` [PATCH 01/14] ACPI: Write _OSC bit field definitions in hex
` [PATCH 02/14] ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORD
` [PATCH 03/14] ACPI: Tidy acpi_run_osc() declarations
` [PATCH 04/14] ACPI: Remove unused OSC_PCI_NATIVE_HOTPLUG
` [PATCH 05/14] ACPI: Write OSC_PCI_CONTROL_MASKS like OSC_PCI_SUPPORT_MASKS
` [PATCH 06/14] PCI/ACPI: Name _OSC #defines more consistently
` [PATCH 07/14] PCI/ACPI: Drop unnecessary _OSC existence tests
` [PATCH 08/14] PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control()
` [PATCH 09/14] PCI/ACPI: Split _OSC "support" and "control" flags into separate variables
` [PATCH 10/14] PCI/ACPI: Run _OSC only once for OSPM feature support
` [PATCH 11/14] PCI/ACPI: Skip _OSC control tests if _OSC support call failed
` [PATCH 12/14] PCI/ACPI: Separate out _OSC "PCIe port services disabled" path
` [PATCH 13/14] PCI/ACPI: Separate out _OSC "we don't support enough services" path
` [PATCH 14/14] PCI/ACPI: Decode _OSC bitmasks symbolically
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox