linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ACPI patch queue for 2.6.39-merge
@ 2011-03-23  6:42 Len Brown
  2011-03-23  6:42 ` [PATCH 01/42] ACPI: Do not export functions that are only used in osl.c Len Brown
  0 siblings, 1 reply; 46+ messages in thread
From: Len Brown @ 2011-03-23  6:42 UTC (permalink / raw)
  To: linux-acpi

Here is my queue for 2.6.39 merge window.
Please speak up if you see problems with any of these patches,
or any worthy patches that I missed.

thanks,
Len Brown, Intel Open Source Technology Center


^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2011-04-25  0:02 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23  6:42 ACPI patch queue for 2.6.39-merge Len Brown
2011-03-23  6:42 ` [PATCH 01/42] ACPI: Do not export functions that are only used in osl.c Len Brown
2011-03-23  6:42   ` [PATCH 02/42] ACPI: Change acpi_ioremap_lock into a mutex Len Brown
2011-03-23  6:42   ` [PATCH 03/42] ACPI: Avoid walking the list of memory mappings in osl.c twice in a row Len Brown
2011-03-23  6:42   ` [PATCH 04/42] ACPI: Make acpi_os_map_memory() avoid creating unnecessary mappings Len Brown
2011-03-23  6:42   ` [PATCH 05/42] ACPI: Do not use krefs under a mutex in osl.c Len Brown
2011-03-23  6:42   ` [PATCH 06/42] ACPI: Introduce acpi_os_get_iomem() Len Brown
2011-03-23  6:42   ` [PATCH 07/42] ACPI / PM: Use existing ACPI iomaps for NVS save/restore (v2) Len Brown
2011-03-23  6:42   ` [PATCH 08/42] ACPI: Remove the wakeup.run_wake_count device field Len Brown
2011-03-23  6:42   ` [PATCH 09/42] ACPI / Button: Avoid disabling wakeup unnecessarily on remove Len Brown
2011-03-23  6:42   ` [PATCH 10/42] ACPI / PM: Drop acpi_restore_state_mem() Len Brown
2011-03-23  6:42   ` [PATCH 11/42] ACPI / PM: acpi_suspend_enter() need not switch interrupts off Len Brown
2011-03-23  6:42   ` [PATCH 12/42] ACPI / PM: Modify the "low-level resume finished" message Len Brown
2011-03-23  6:42   ` [PATCH 13/42] ACPI / PM: Call acpi_save_state_mem() right before low-level suspend Len Brown
2011-03-23  6:42   ` [PATCH 14/42] ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem() Len Brown
2011-03-23  6:42   ` [PATCH 15/42] ACPI / PM: acpi_hibernation_enter() need not switch interrupts off Len Brown
2011-03-23  6:42   ` [PATCH 16/42] ACPI: Avoid calling request_irq() many times for the same interrupt Len Brown
2011-03-23  6:42   ` [PATCH 17/42] ACPICA: GPE detect optimization - ignore unused GPE registers Len Brown
2011-03-23  6:42   ` [PATCH 18/42] ACPICA: Remove use of unreliable FADT revision field Len Brown
2011-03-23  6:42   ` [PATCH 19/42] ACPICA: Clarify a couple of error messages Len Brown
2011-03-23  6:42   ` [PATCH 20/42] ACPICA: Split large utglobal into utdecode.c Len Brown
2011-03-23  6:42   ` [PATCH 21/42] ACPICA: Fix unresolved name issue for no-debug and no-error-msg cases Len Brown
2011-03-23  6:42   ` [PATCH 22/42] ACPICA: Split large dsopcode and dsload.c files Len Brown
2011-03-23  6:42   ` [PATCH 23/42] ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_name Len Brown
2011-03-23  6:42   ` [PATCH 24/42] ACPICA: Add mechanism to defer _REG methods for some installed handlers Len Brown
2011-03-23  6:42   ` [PATCH 25/42] ACPICA: Update version to 20110211 Len Brown
2011-03-23  6:42   ` [PATCH 26/42] Thermal_Framework-Fix_crash_during_hwmon_unregister Len Brown
2011-03-23  6:42   ` [PATCH 27/42] ACPI: use __init where possible in processor driver Len Brown
2011-03-23  6:42   ` [PATCH 28/42] ACPI: use __cpuinit for the acpi_processor_set_pdc() call tree Len Brown
2011-03-23  6:42   ` [PATCH 29/42] ACPI: Remove the unused EC sysdev class Len Brown
2011-03-23  6:42   ` [PATCH 30/42] ACPI: Use syscore_ops instead of sysdev class and sysdev Len Brown
2011-03-23  6:42   ` [PATCH 31/42] ACPI, APEI, Add ERST record ID cache Len Brown
2011-03-23  6:42   ` [PATCH 32/42] PCIe, AER, use pre-generated prefix in error information printing Len Brown
2011-03-23  6:42   ` [PATCH 33/42] ACPI, APEI, Add PCIe AER error information printing support Len Brown
2011-03-23  6:42   ` [PATCH 34/42] ACPI button: remove unused procfs I/F Len Brown
2011-03-23  6:42   ` [PATCH 35/42] ACPI battery: fribble sysfs files from a resume notifier Len Brown
2011-03-23 13:40     ` Kyle McMartin
2011-04-13 10:37     ` Kyle McMartin
2011-04-24 23:55       ` [stable] " Greg KH
2011-03-23  6:42   ` [PATCH 36/42] ACPICA: Fix access width for reset vector Len Brown
2011-03-23  6:42   ` [PATCH 37/42] ACPI: Bug compatibility for Windows on the ACPI reboot vector Len Brown
2011-03-23  6:42   ` [PATCH 38/42] ACPI: Make sure the FADT is at least rev 2 before using the reset register Len Brown
2011-03-23  6:42   ` [PATCH 39/42] ACPICA: Header support for SLIC table Len Brown
2011-03-23  6:42   ` [PATCH 40/42] ACPICA: Update version to 20110316 Len Brown
2011-03-23  6:42   ` [PATCH 41/42] ACPI: make acpi_pad /sys output more readable Len Brown
2011-03-23  6:42   ` [PATCH 42/42] ACPI: minor printk format change in acpi_pad Len Brown

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