-
pm+acpi-3.11-rc42b44c4db · ·
ACPI and power management fixes for 3.11-rc4 - Revert two cpuidle commits added during the 3.8 development cycle that turn out to have introduced a significant performance regression as requested by Jeremy Eder. - The recent patches that made the freezer less heavy-weight introduced a regression causing user-space-driven hibernation using the ioctl() interface to block indefinitely when the hibernate process executes try_to_freeze(). Fix from Colin Cross addresses this by adding a process flag to mark the hibernate/suspend process to inform the freezer that that process should be ignored. - One of the recent cpufreq reverts uncovered a problem in the core causing the cpufreq driver module refcount to become negative after a system suspend-resume cycle. Fix from Rafael J Wysocki. - The evaluation of the ACPI battery _BIX method has never worked correctly, because the commit that added support for it forgot to take the "Revision" field in the return package into account. As a result, the reading of battery info doesn't work at all on some systems, which is addressed by a fix from Lan Tianyu. /
-
vfio-v3.11-rc4d24cdbfd · ·
vfio: misc fixes around overreacting to bus notifier events and a locking fix for a corner case blocked remove.
-
fbdev-fixes-3.11-rc27808e329 · ·
Small fbdev fixes - Compile fixes - atyfb initialization fix - Fix freeing of the irq in sh7760fb & nuc900fb
-
pinctrl-for-v3.11-2db6c2c69 · ·
Pin control fixes for the v3.11 series: - Driver fixes for AM33xx, SIRF and PFC pin controllers. - Fix a compile warning from the pinctrl single-register driver. - Fix a little nasty memory leak.
-
msm-3.11-fix18fd62389 · ·
Fixes for MSM for 3.11 Two small fixes for MSM. The first fixes the a gpio controller register address. I didn't see any acks from the devicetree maintainers, so I've copied them on this pull request. The change itself is minor, and just to the register address. The second change removes the gpiomux V1 code from MSM. This was breaking compilation for some of the targets.
-
pm+acpi-3.11-rc38e5c2b77 · ·
ACPI and power management fixes for 3.11-rc3 - Revert of the ACPI video commit that I hoped would help fix backlight problems related to Windows 8 compatibility on some systems. Unfortunately, it turned out to cause problems to happen too. - Fix for two problems in intel_pstate, a possible failure to respond to a load change on a quiet system and a possible failure to select the highest available P-state on some systems. From Dirk Brandewie. /