-
pm+acpi-for-3.7-rc3879dca01 · ·
Power management and ACPI fixes for 3.7-rc3 * Fix for a memory leak in acpi_bind_one() from Jesper Juhl. * Fix for an error code path memory leak in pm_genpd_attach_cpuidle() from Jonghwan Choi. * Fix for smp_processor_id() usage in preemptible code in powernow-k8 from Andreas Herrmann. * Fix for a suspend-related memory leak in cpufreq stats from Xiaobing Tu. * Freezer fix for failure to clear PF_NOFREEZE along with PF_KTHREAD in flush_old_exec() from Oleg Nesterov. * acpi_processor_notify() fix from Alan Cox.
-
iommu-fixes-v3.7-rc2d0078e72 · ·
IOMMU Fixes for Linux 3.7-rc2 Two fixes this time: 1. Another fix for a broken BIOS to detect when AMD IOMMU interrupt remapping can not work reliably 2. Typo fix for NVidia IOMMU driver
-
iio-for-3.8a8341dc04 · ·
First round of new IIO drivers and cleanups for the 3.8 cycle. Here we have * New driver ad5449 with the introduction of a new IIO return type to simplify power of 2 dividers (extremely common case). * Some coccinelle warning fixing patches (dull but worthwhile as make for easier automated testing and cut down on false positives). * Some trivial bits of formatting cleanup and spelling corrections. * Use kcalloc in a few places for semantic reasons. * Stop lis3l02dq driver (soon to be dropped I hope) using now non existent irq_to_gpio. * Some dead code/unused variable removal * Convert a few drivers to generic core provided functions instead of their own versions. So all in all a nice new driver and a lot of worthy but dull cleanup.
-
iio-fixes-for-3.7a98f9c3c1 · ·
First round of fixes for IIO in 3.7 cycle, applies to 3.7-rc1. Mostly a round of fixes for Analog Devices MEMs devices where some offset values were either completely incorrect, or in the wrong units. Also removal of an accidental duplicate entry in a Kconfig file.
-
dt-fixes-for-3.7205a8eb7 · ·
DeviceTree fixes for 3.7 A handful of fixes: - a fix for dtc from upstream - sparse fixes in DeviceTree code - stub of_get_child_by_name for !OF builds
-
vfio-for-v3.7-rc1899649b7 · ·
vfio fixes for v3.7-rc1 This includes a fix for PCI BAR mmaps after recent mm changes, fixing an interrupt race, and fixing a consistency bug in interrupt state when switching interrupt modes.