-
mac80211-for-davem-2018-03-02a7887236 · ·
Three more patches: * fix for a regression in 4-addr mode with fast-RX * fix for a Kconfig problem with the new regdb * fix for the long-standing TCP performance issue in wifi using the new sk_pacing_shift_update()
-
drm-fixes-for-v4.16-rc4
amdgpu, i915, virtio-gpu, nouveau, sun4i fixes
-
sound-4.16-rc4c77a6edb · ·
sound fixes for 4.16-rc4 The only core change is the fix for possible memory corruption by ALSA ctl API since 4.14 kernel due to a thinko. The rest are all device-specific: in addition to the usual suspects (HD-audio and USB-audio fixups), a few LPE HDMI audio fixes came in at this time.
-
gpio-v4.16-2ce27fb2c · ·
GPIO fixes for v4.16: - Fix up device tree properties readout caused by my own refactorings.
-
drm-intel-fixes-2018-02-28fa89782b · ·
- 2 display fixes: audio av_enc_map overflow check, and Cannonlake PLL related register offset. - 3 gem fixes: Clear for in-fence out-fence, fix for clearing exec_flags on execbuf failure, and add back global seqno to tracepoints that had been removed recently by other fence related patch.
-
drm-misc-next-2018-02-287628166d · ·
drm-misc-next for 4.17: UAPI Changes: Fix drm_color_ctm matrix docs to match usage and change the type to __u64 make it obvious (Ville) Core Changes: Check modifier with format when checking if a plane state is supported (Ville) Driver Changes: sun4i: Improve hw plane utilization (Maxime) simple: Add per-pipe enable/disable vblank functions (Oleksandr) virtio: Whitespace + checkpatch changes (Rodrigo) Cc: Maxime Ripard <maxime.ripard@bootlin.com> Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Cc: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
-
drm-misc-fixes-2018-02-289a191b11 · ·
Two regression fixes here: a fb format regression on nouveau and a 4.16-rc1 regression with on LVDS with one sun4i device. Plus a sun4i and a virtio-gpu fixes.
-
devicetree-fixes-for-4.16d40ade43 · ·
DeviceTree fixes for 4.16: - Update i.MX thermal binding example to use current binding, not the deprecated one - Move arm-charlcd to auxdisplay/ - Fix misspelling of "debounce-interval"
-
sunxi-clk-fixes-for-4.165682e268 · ·
Allwinner clock fixes for 4.16 A critical fix for the A31 sunxi-ng clock driver. The CLK_OUT clocks had definitions paired with the incorrect type of clk ops. This results in a serious oops starting with commit 946797aa3f08 ("clk: sunxi-ng: Support fixed post-dividers on MP style clocks"), which exposed the incorrect clk ops when it added a new field to the data structures, which then nudged the underlying (compatible but incorrect) data structures out of alignment.