Tags give the ability to mark specific points in history as being important
-
sound-fixes
8de5d6f1 · ·sound fixes for 3.3-rc7 Nothing exciting here: just a few regression fixes for HD-audio and ASoC, also the support of missing 32bit compat ioctl for HDSPM.
-
iommu-fixes-v3.3-rc6
6b7f000e · ·IOMMU fixes for Linux v3.3-rc6 Two fixes are queued up. The first is an additional fix for the OMAP initialization order issue and the second patch fixes a possible section mismatch which can lead to a kernel crash in the AMD IOMMU driver when suspend/resume is used and the compiler has not inlined the iommu_set_device_table function.
-
iommu-fixes-v3.3-rc5
435792d9 · ·IOMMU fixes for Linux 3.3-rc5 All the fixes are for the OMAP IOMMU driver. The first patch is the biggest one. It fixes the calls of the function omap_find_iovm_area() in the omap-iommu-debug module which expects a 'struct device' parameter since commit fabdbca instead of an omap_iommu handle. The omap-iommu-debug code still passed the handle to the function which caused a crash. The second patch fixes a NULL pointer dereference in the OMAP code and the third patch makes sure that the omap-iommu is initialized before the omap-isp driver, which relies on the iommu. The last patch is only a workaround until defered probing is implemented.
-
staging-3.3-rc3
67435319 · ·Staging tree patches for 3.3-rc3 Big things here is the deletion of the Android pmem driver, as it's obsolete and no one uses it, the gma500 driver as it's already in the drm portion of the kernel tree, and the pohmelfs filesystem as it's obsolete and a rewritten version is being proposed for the fs/ section of the kernel. Other than that, a smattering of different bugfixes and regressions, and some omap drm api merge fixups that were needed due to api changes in the main portion of the drm tree, allowing this code to build properly again. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
pm-fixes-for-3.3-rc3
d020283d · ·Power management fixes for 3.3-rc3 Three power management regression fixes, one for a recent regression introcuded by the freezer changes during the 3.3 merge window and two for regressions in cpuidle (resulting from PM QoS changes) and in the hibernate user space interface, both introduced during the 3.2 development cycle.
-
pm-fix-for-3.3-rc2
181e9bde · ·Power management fix for 3.3-rc2 Fix for a hibernate (s2disk) regression introduced during the 3.2 merge window that causes s2disk to trigger BUG_ON() in freeze_workqueues_begin() if there is not enough swap space to save the image.
-
pm-fixes-for-3.3
e4c89a50 · ·Power management fixes for 3.3 Two fixes for regressions introduced during the merge window, one fix for a long-standing obscure issue in the computation of hibernate image size and two small PM documentation fixes. Namhyung Kim (1): PM / Hibernate: Correct additional pages number calculation Srivatsa S. Bhat (1): PM / Hibernate: Rewrite unlock_system_sleep() to fix s2disk regression Tetsuo Handa (1): PM / Sleep: Fix read_unlock_usermodehelper() call. Viresh Kumar (2): PM / Documentation: Fix spelling mistake in basic-pm-debugging.txt PM / Documentation: Fix minor issue in freezing_of_tasks.txt Documentation/power/basic-pm-debugging.txt | 2 +- Documentation/power/freezing-of-tasks.txt | 8 ++++---- drivers/base/firmware_class.c | 3 +-- include/linux/suspend.h | 19 +++++++++++++++++-- kernel/power/snapshot.c | 3 ++- 5 files changed, 25 insertions(+), 10 deletions(-)