-
-
-
-
pm+acpi-4.2-rc28076ca48 · ·
Power management and ACPI material for v4.2-rc2 - Fix for an ACPI resources management regression introduced during the 4.1 cycle (that unfortunately went into -stable) effectively reverting the bad commit along with the recent fixups on top of it and using an alternative approach to address the underlying issue (Rafael J Wysocki). - Fix for a memory leak and an incorrect return value in an error code path in the ACPI LPSS (Low-Power Subsystem) driver (Rafael J Wysocki). - Fix for a leftover dangling pointer in an error code path in the new wakeup IRQ support code (Rafael J Wysocki). - Fix to prevent infinite loops (due to errors in other places) from happening in the core generic PM domains support code (Geert Uytterhoeven). - Hibernation documentation update/clarification (Uwe Geuder). - Support for _CLS-based device enumeration in the ACPI core and in the ATA subsystem (Suravee Suthikulpanit). /
-
-
-
-
sunxi-late-for-4.25738563b · ·
Allwinner late changes for 4.2 A bunch of defconfig changes, and some patches to make the Allwinner H3 and A33 boot properly.
-
-
drm-intel-next-2015-07-03a3d1d001 · ·
- dsi improvements (Gaurav) - bxt ddi dpll hw state readout (Imre) - chv dvfs support and overall wm improvements for both vlv and chv (Ville) - ppgtt polish from Mika and Michel - cdclk support for bxt (Bob Pauwe) - make frontbuffer tracking more precise - OLR removal (John Harrison) - per-ctx WA batch buffer support (Arun Siluvery) - remvoe KMS Kconfig option (Chris) - more hpd handling refactoring from Jani - use atomic states throughout modeset code and integrate with atomic plane update (Maarten)
-
acpica-4.2-rc1ea7d5215 · ·
Additional ACPICA material for v4.2-rc1 - Fix system resume problems related to 32-bit and 64-bit versions of the Firmware ACPI Control Structure (FACS) in the firmare (Lv Zheng). - Fix double initialization of the FACS (Lv Zheng). - Add _CLS object processing code to ACPICA (Suravee Suthikulpanit). - Add support for the (currently missing) new GIC version field in the Multiple APIC Description Table (MADT) (Hanjun Guo). - Add support for overriding objects in the ACPI namespace to ACPICA and OSDT support (Lv Zheng, Bob Moore, Zhang Rui). - Updates related to the TCPA and TPM2 ACPI tables (Bob Moore). - Restore the commit modifying _REV to always return "2" (as required by ACPI 6) and add a blacklisting mechanism for systems that may be affected by that change (Rafael J Wysocki). - Assorted fixes and cleanups (Bob Moore, Lv Zheng, Sascha Wildner). /
-
clk-for-linus-4.2358bdf89 · ·
The changes to the common clock framework for 4.2 are dominated by new drivers and updates to existing ones, as usual. There are some fixes to the framework itself and several cleanups for sparse warnings, etc. Please consider pulling.
-
iommu-fixes-v4.27a5a566e · ·
IOMMU Fixes for Linux v4.2-rc0 Four fixes have queued up to fix regressions introduced after v4.1: * Don't fail IOMMU driver initialization when the add_device call-back returns -ENODEV, as that just means that the device is not translated by the IOMMU. This is pretty common on ARM. * Two fixes for the ARM-SMMU driver for a wrong feature check and to remove a redundant NULL check. * A fix for the AMD IOMMU driver to fix a boot panic on systems where the BIOS requests Unity Mappings in the IVRS table.