Revision d08d528dc1848fb369a0b27cdb0749d8f6f38063 authored by Linus Torvalds on 04 April 2013, 22:56:28 UTC, committed by Linus Torvalds on 04 April 2013, 22:56:28 UTC
Pull ACPI and power management fixes from Rafael Wysocki:

 - Revert of a recent cpuidle change that caused Nehalem machines to
   hang on boot from Alex Shi.

 - USB power management fix addressing a crash in the port device
   object's release routine from Rafael J Wysocki.

 - Device PM QoS fix for a potential deadlock related to sysfs interface
   from Rafael J Wysocki.

 - Fix for a cpufreq crash when the /cpus Device Tree node is missing
   from Paolo Pisati.

 - Fix for a build issue on ia64 related to the Boot Graphics Resource
   Table (BGRT) from Tony Luck.

 - Two fixes for ACPI handles being set incorrectly for device objects
   that don't correspond to any ACPI namespace nodes in the I2C and SPI
   subsystems from Rafael J Wysocki.

 - Fix for compiler warnings related to CONFIG_PM_DEVFREQ being unset
   from Rajagopal Venkat.

 - Fix for a symbol definition typo in cpufreq_governor.h from Borislav
   Petkov.

* tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI / BGRT: Don't let users configure BGRT on non X86 systems
  cpuidle / ACPI: recover percpu ACPI processor cstate
  ACPI / I2C: Use parent's ACPI_HANDLE() in acpi_i2c_register_devices()
  cpufreq: Correct header guards typo
  ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices()
  cpufreq: check OF node /cpus presence before dereferencing it
  PM / devfreq: Fix compiler warnings for CONFIG_PM_DEVFREQ unset
  PM / QoS: Avoid possible deadlock related to sysfs access
  USB / PM: Don't try to hide PM QoS flags from usb_port_device_release()
2 parent s b6a9b7f + 6cb437a
History
File Mode Size
Documentation
arch
bench
config
python
scripts
tests
ui
util
.gitignore -rw-r--r-- 261 bytes
CREDITS -rw-r--r-- 603 bytes
MANIFEST -rw-r--r-- 802 bytes
Makefile -rw-r--r-- 39.0 KB
bash_completion -rw-r--r-- 1.4 KB
builtin-annotate.c -rw-r--r-- 9.0 KB
builtin-bench.c -rw-r--r-- 5.2 KB
builtin-buildid-cache.c -rw-r--r-- 5.6 KB
builtin-buildid-list.c -rw-r--r-- 2.8 KB
builtin-diff.c -rw-r--r-- 14.0 KB
builtin-evlist.c -rw-r--r-- 1.6 KB
builtin-help.c -rw-r--r-- 11.5 KB
builtin-inject.c -rw-r--r-- 11.5 KB
builtin-kmem.c -rw-r--r-- 17.7 KB
builtin-kvm.c -rw-r--r-- 23.9 KB
builtin-list.c -rw-r--r-- 1.5 KB
builtin-lock.c -rw-r--r-- 22.2 KB
builtin-probe.c -rw-r--r-- 12.4 KB
builtin-record.c -rw-r--r-- 26.7 KB
builtin-report.c -rw-r--r-- 23.1 KB
builtin-sched.c -rw-r--r-- 44.4 KB
builtin-script.c -rw-r--r-- 36.1 KB
builtin-stat.c -rw-r--r-- 38.5 KB
builtin-timechart.c -rw-r--r-- 23.0 KB
builtin-top.c -rw-r--r-- 31.1 KB
builtin-trace.c -rw-r--r-- 17.6 KB
builtin.h -rw-r--r-- 2.1 KB
command-list.txt -rw-r--r-- 846 bytes
design.txt -rw-r--r-- 17.4 KB
perf-archive.sh -rw-r--r-- 1.3 KB
perf.c -rw-r--r-- 12.6 KB
perf.h -rw-r--r-- 5.1 KB

back to top