-
cpufreq-for-3.5-rc7c4686c71 · ·
cpufreq fix for 3.5-rc7 This fixes a regression preventing the ACPI cpufreq driver from loading on some systems where it worked previously without any problems.
-
pm-for-3.5-rc7dc332fdf · ·
Power management fix for 3.5-rc7 This removes ACPICA code that had been removed once from the kernel already by commit 2780cc4660e1 ([ACPI] Fix suspend/resume lockup issue by leaving Bus Master Arbitration enabled.), because it was known to cause systems to lock up during resume from suspend, but was re-introduced by mistake during the v3.4 merge window.
-
3.5-rc6
Tagging kernel.org 3.5-rc6
-
fixes-togreg_8_7_20127b762741 · ·
Mixed bag of IIO fixes. Quite a few cases of interrupt handlers returning errors and a few more specific bits and bobs. Most of these only effect fairly obscure error paths. The IRQF_ONESHOT one may cause trouble given the requests will now be rejected. Jonathan 8_7_2012
-
togreg_8_7_2012c732a24c · ·
Mixed back of updates and trivial examples fixes. Nothing terribly interesting in this one. 8 July 2012
-
regulator-3.5d92d95b6 · ·
regulator: Fix for 3.5 A smallish fix for a lock dependency issue which affects a bunch of Qualcomm boards that do unusually complicated things with their regulators, the API is unlikely to be called by any other system.
-
iommu-fixes-v3.5-rc53775d481 · ·
IOMMU fixes for Linux v3.5-rc5 The patches fix several issues in the AMD IOMMU driver, the NVidia SMMU driver, and the DMA debug code. The most important fix for the AMD IOMMU solves a problem with SR-IOV devices where virtual functions did not work with IOMMU enabled. The NVidia SMMU patch fixes a possible sleep while spin-lock situation (queued the small fix for v3.5, a better but more intrusive fix is coming for v3.6). The DMA debug patches fix a possible data corruption issue due to bool vs. u32 usage.
-
pm-for-3.5-rc575cc5235 · ·
Power management fixes for 3.5-rc5 * Fix for a bug in async suspend error code path causing parents to wait forever for their children in case of a suspend error from Mandeep Singh Baines (-stable metarial). * Fix for a suspend regression related to earlier changes in the ACPI cpuidle driver from Deepthi Dharwar.