-
- Downloads
Merge tag 'pm+acpi-for-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI and power management fixes from Rafael Wysocki: - Removal of some ACPICA code that the kernel will never use from Lv Zheng. - APEI fix from Adrian Huang. - Removal of unnecessary ACPI memory hotplug driver code from Liu Jinsong. - Minor ACPI power management fixes. - ACPI debug code fix from Joe Perches. - ACPI fix to make system bus device nodes get the right names. - PNP resources handling fixes from Witold Szczeponik. - cpuidle fix for a recent regression stalling boot on systems with great numbers of CPUs from Daniel Lezcano. - cpuidle fixes from Sivaram Nair. - intel_idle debug message fix from Youquan Song. - cpufreq build regression fix from Larry Finger. - cpufreq fix for an obscure initialization race related to statistics from Konstantin Khlebnikov. - cpufreq change disabling the Longhaul driver by default from Rafał Bilski. - PM core fix preventing device suspend errors from happening during system suspend due to obscure race conditions. - PM QoS local variable name cleanup. * tag 'pm+acpi-for-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PM: Move disabling/enabling runtime PM to late suspend/early resume PM / QoS: Rename local variable in dev_pm_qos_add_ancestor_request() ACPI / scan: Do not use dummy HID for system bus ACPI nodes cpufreq / governor: Fix problem with cpufreq_ondemand or cpufreq_conservative cpufreq / Longhaul: Disable driver by default cpufreq / stats: fix race between stats allocation and first usage cpuidle: fix lock contention in the idle path intel_idle: pr_debug information need separated cpuidle / coupled: fix ready counter decrement cpuidle: Fix finding state with min power_usage PNP: Handle IORESOURCE_BITS in resource allocation PNP: Simplify setting of resources ACPI / power: Remove useless message from device registering routine ACPI / glue: Update DBG macro to include KERN_DEBUG ACPI / PM: Do not apply ACPI_SUCCESS() to acpi_bus_get_device() result ACPI / memhotplug: remove redundant logic of acpi memory hotadd ACPI / APEI: Fix the returned value in erst_dbg_read ACPICA: Remove useless mini-C library.
Showing
- Documentation/power/runtime_pm.txt 5 additions, 4 deletionsDocumentation/power/runtime_pm.txt
- drivers/acpi/acpi_memhotplug.c 0 additions, 18 deletionsdrivers/acpi/acpi_memhotplug.c
- drivers/acpi/acpica/Makefile 1 addition, 1 deletiondrivers/acpi/acpica/Makefile
- drivers/acpi/acpica/utclib.c 0 additions, 749 deletionsdrivers/acpi/acpica/utclib.c
- drivers/acpi/apei/erst-dbg.c 10 additions, 1 deletiondrivers/acpi/apei/erst-dbg.c
- drivers/acpi/device_pm.c 1 addition, 2 deletionsdrivers/acpi/device_pm.c
- drivers/acpi/glue.c 7 additions, 2 deletionsdrivers/acpi/glue.c
- drivers/acpi/power.c 2 additions, 9 deletionsdrivers/acpi/power.c
- drivers/acpi/scan.c 1 addition, 1 deletiondrivers/acpi/scan.c
- drivers/base/power/main.c 4 additions, 5 deletionsdrivers/base/power/main.c
- drivers/base/power/qos.c 5 additions, 5 deletionsdrivers/base/power/qos.c
- drivers/cpufreq/Kconfig 5 additions, 0 deletionsdrivers/cpufreq/Kconfig
- drivers/cpufreq/Makefile 3 additions, 2 deletionsdrivers/cpufreq/Makefile
- drivers/cpufreq/cpufreq_stats.c 7 additions, 4 deletionsdrivers/cpufreq/cpufreq_stats.c
- drivers/cpufreq/longhaul.c 9 additions, 1 deletiondrivers/cpufreq/longhaul.c
- drivers/cpuidle/coupled.c 1 addition, 1 deletiondrivers/cpuidle/coupled.c
- drivers/cpuidle/cpuidle.c 1 addition, 1 deletiondrivers/cpuidle/cpuidle.c
- drivers/cpuidle/driver.c 1 addition, 7 deletionsdrivers/cpuidle/driver.c
- drivers/cpuidle/governors/menu.c 1 addition, 1 deletiondrivers/cpuidle/governors/menu.c
- drivers/idle/intel_idle.c 1 addition, 1 deletiondrivers/idle/intel_idle.c
Loading
Please register or sign in to comment