Tags give the ability to mark specific points in history as being important
-
pm+acpi-4.2-rc2
8076ca48 · ·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.2
5738563b · ·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-03
a3d1d001 · ·- 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-rc1
ea7d5215 · ·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). /
-
-
hwmon-for-linus-v4.2-rc1
347d7e45 · ·Fixes for v4.2-rc1 Two patches headed for stable: - Fix broken output scaling in mcp3021 driver - Fix attribute visibility in nct7802 driver One regression: - Fix name attribute in dell-smm-hwmon driver
-
-
pm+acpi-4.2-rc1-2
132c242d · ·Power management and ACPI fixes for v4.2-rc1 - Fix a recently added memory leak in an error path in the ACPI resources management code (Dan Carpenter). - Fix a build warning triggered by an ACPI video header function that should be static inline (Borislav Petkov). - Change names of helper function converting struct fwnode_handle pointers to either struct device_node or struct acpi_device pointers so they don't conflict with local variable names (Alexander Sverdlin). - Make the hibernate core re-enable nonboot CPUs on failures to disable them as expected (Vitaly Kuznetsov). - Increase the default timeout of the device suspend watchdog to prevent it from triggering too early on some systems (Takashi Iwai). - Prevent the cpuidle powernv driver from registering idle states with CPUIDLE_FLAG_TIMER_STOP set if CONFIG_TICK_ONESHOT is unset which leads to boot hangs (Preeti U Murthy). /
-
-
xfs-for-linus-4.2-rc1
de50e16f · ·xfs: update for 4.2-rc1 This update contains: o A new sparse on-disk inode record format to allow small extents to be used for inode allocation when free space is fragmented. o DAX support. This includes minor changes to the DAX core code to fix problems with lock ordering and bufferhead mapping abuse. o transaction commit interface cleanup o removal of various unnecessary XFS specific type definitions o cleanup and optimisation of freelist preparation before allocation o various minor cleanups o bug fixes for - transaction reservation leaks - incorrect inode logging in unwritten extent conversion - mmap lock vs freeze ordering - remote symlink mishandling - attribute fork removal issues.