-
drm-intel-fixes-2018-01-184488496d · ·
Display corruption regression bugfix with both a prep patch and a follow-up fix
-
drm-misc-fixes-2018-01-173b9c57ce · ·
Final 4.15 drm-misc pull: Just 3 sun4i patches to fix clock computation/checks.
-
sound-4.15b3defb79 · ·
sound fixes for 4.15 Yet a few small last-minute fixes that should sneak into 4.15: - Removal of a spurious WARN_ON() triggered by syzkaller - Fix for ioctl races in ALSA sequencer - Two trivial HD-audio fixup entries
-
drm-intel-fixes-2018-01-11-15005c851 · ·
Hopefully final drm/i915 fixes for v4.15: - Fix a KASAN reported use after free - Whitelist a register to avoid hangs - GVT fixes
-
sound-4.15-rc8900498a3 · ·
sound fixes for 4.15-rc8 A collection of the last-minute small PCM fixes: - A workaround for the recent regression wrt PulseAudio - Removal of spurious WARN_ON() that is triggered by syzkaller - Fixes for aloop, hardening racy accesses - Fixes in PCM OSS emulation wrt the unabortable loops that may cause RCU stall
-
drm-misc-next-2018-01-08a1c55bcc · ·
drm-misc-next for 4.16: Cross-subsystem Changes: - some dt-binding changes for Ilitek and sun4i devices Core Changes: - panel_orientation_quirks: fix tainted kernel Driver Changes: - panel changes - A83T and LVDS support to sun4i
-
-
drm-intel-fixes-2018-01-0430414f30 · ·
drm/i915 fixes for v4.15-rc7 - couple of documentation build fixes - serialize non-blocking modesets - prevent DMC from messing up GMBUS transfers - PSR regression fix
-
sound-4.15-rc644be77c5 · ·
sound fixes for 4.15-rc6 It seems that Santa overslept with a bunch of gifts; the majority of changes here are various device-specific ASoC fixes, most notably the revert of rcar IOMMU support and fsl_ssi AC97 fixes, but also lots of small fixes for codecs. Besides that, the usual HD-audio quirks and fixes are included, too.
-
drm-intel-next-2017-12-22cfe4982c · ·
- Allow internal page allocation to fail (Chris) - More improvements on logs, dumps, and trace (Chris, Michal) - Coffee Lake important fix for stolen memory (Lucas) - Continue to make GPU reset more robust as well improving selftest coverage for it (Chris) - Unifying debugfs return codes (Michal) - Using existing helper for testing obj pages (Matthew) - Organize and improve gem_request tracepoints (Lionel) - Protect DDI port to DPLL map from theoretical race (Rodrigo) - ... and consequently fixing the indentation on this DDI clk selection function (Chris) - ... and consequently properly serializing non-blocking modesets (Ville) - Add support for horizontal plane flipping on Cannonlake (Joonas) - Two Cannonlake Workarounds for better stability (Rafael) - Fix mess around PSR registers (DK) - More Coffee Lake PCI IDs (Rodrigo) - Remove CSS modifiers on pipe C of Geminilake (Krisman) - Disable all planes for load detection (Ville) - Reorg on i915 display headers (Michal) - Avoid enabling movntdqa optimization on hypervisor guest (Changbin) GVT: - more mmio switch optimization (Weinan) - cleanup i915_reg_t vs. offset usage (Zhenyu) - move write protect handler out of mmio handler (Zhenyu)
-
-
drm-misc-next-2017-12-218d44e9e6 · ·
drm-misc-next for 4.16: Core Changes: - mostly doc updates and some fbdev improvements