Tags give the ability to mark specific points in history as being important
-
drm-misc-fixes-2018-07-27
a6a00918 · ·drm-misc-fixes pull request for v4.18-rc7: - Small fixes to drm_atomic_helper_async_check(). (bbrezillon) - Fix error handling in drm_legacy_addctx(). (Nicholas) - Handle register reset on hotplug in adv7511. (seanpaul)
-
acpi-4.18-rc7
73c2a01c · ·ACPI fix for 4.18-rc7 Fix a recent ACPICA regression causing the AML parser to get confused and fail in some situations involving incorrect AML in an ACPI table (Erik Schmauss).
-
pm-4.18-rc7
bafaf056 · ·Power management fix for 4.18-rc7 Fix up the recently introduced cpufreq driver for Qualcomm Kryo processors by adding a terminating NULL entry to its table of device IDs (YueHaibing).
-
xfs-4.18-fixes-4
d4a34e16 · ·Changes since last update: - Fix some uninitialized variable errors - Fix an incorrect check in metadata verifiers
-
sunxi-clk-for-4.19
01951563 · ·Allwinner clock changes for 4.19 Our usual bunch of clock patches, this time to enable the A64 display engine clocks controller mostly.
-
sunxi-drivers-for-4.19
7377330a · ·Allwinner drivers changes for 4.19 There's been work for this release cycles in both the SRAM controller driver in order to support more SoCs, as part of our VPU work, but also to enable the EMAC on the A64 (that needs to poke at registers within the same register space). Some work has been needed too to represent the bus to the display engine controllers that all need an SRAM to be mapped to the CPU to be able to access those controllers' registers.
-
sunxi-dt64-for-4.19
ecbd6118 · ·Allwinner arm64 DT changes for 4.19 Some interesting changes, especially: - MMC support for the H6 - PMIC support for the PineH64 - HDMI simplefb support for the A64 - PWM support for the A64 - New board: Pinebook, Amarula A64-Relic
-
sunxi-h3-h5-for-4.19
8fb14732 · ·Allwinner H3/H5 changes for 4.19 Our usual bunch of changes shared between arm and arm64. This time, we have: - eMMC support for the ALL-H3-CC boards - EMAC support for the Beelink X2
-
sunxi-dt-for-4.19
c0476a31 · ·Allwinner DT changes for 4.19 There's a number of additions for the ARMv7 SoCs for this merge window, and especially: - Addition of the system controller for a number of SoCs, as part of the VPU effort - Addition of the R40 HDMI support - Addition of the Mali GPU node for the A10 -
xfs-4.19-merge-1
f467cad9 · ·Changes for 4.19: - iomap: support inline data, page done callbacks, and partial dio writes to support gfs2 - iomap: add library functions for page cache reads and writes in preparation to remove buffer heads from xfs. - Use extent maps to track pagecache page status instead of bufferhead state. - Refactor pagecache read and write paths to use the new iomap library functions, which enable us to drop the old bufferhead code for pagesize == blocksize filesystems. - Set up parallel per-block-per-page metadata to track subpage information that was tracked by buffer heads, which enables us to drop the old bufferhead code for pagesize > blocksize filesystems. - Tie a deferred ops control structure to a transaction so that we can take advantage of an upper-level dfops without having to plumb pointer passing through the code. - Refactor the deferred ops code to track deferred ops as part of the transaction structure (instead of as a separate data structure) so that we can simplify the scoping rules around defer_ops. - Refactor twisty delwri buffer submission code to avoid deadlocks. - Shorten and fix indenting problems in the scrub code. - Detect obviously bad summary counts at mount and fix them. - Various fixes and cleanups.