Tags

Tags give the ability to mark specific points in history as being important
  • mac80211-for-davem-2018-09-27

    More patches than I'd like perhaps, but each seems reasonable:
     * two new spectre-v1 mitigations in nl80211
     * TX status fix in general, and mesh in particular
     * powersave vs. offchannel fix
     * regulatory initialization fix
     * fix for a queue hang due to a bad return value
     * allocate TXQs for active monitor interfaces, fixing my
       earlier patch to avoid unnecessary allocations where I
       missed this case needed them
     * fix TDLS data frames priority assignment
     * fix scan results processing to take into account duplicate
       channel numbers (over different operating classes, but we
       don't necessarily know the operating class)
     * various hwsim fixes for radio destruction and new radio
       announcement messages
     * remove an extraneous kernel-doc line
    
  • v4.18.10

    18334848 · Linux 4.18.10 ·
    This is the 4.18.10 stable release
    
  • v4.14.72

    2cc4d365 · Linux 4.14.72 ·
    This is the 4.14.72 stable release
    
  • v4.9.129

    6ceccdf5 · Linux 4.9.129 ·
    This is the 4.9.129 stable release
    
  • v4.4.158

    9fbcdd13 · Linux 4.4.158 ·
    This is the 4.4.158 stable release
    
  • v3.18.123

    921b2fed · Linux 3.18.123 ·
    This is the 3.18.123 stable release
    
  • v3.16.58

    51f70ddc · Linux 3.16.58 ·
    This is the 3.16.58 stable release
    
  • uvcg-20180925

    UVC gadget updates for v4.20
    
    - configfs cleanups, fixes and extensions
    - Endianness fixes
    - Miscellaneous cleanups
    
  • du-next-20180925

    R-Car DU support for the D3 and E3 SoCs (v4.20)
    
  • media/v4.19-2

    media fixes for v4.19-rc5
    
  • v4.19-rc5

    6bf4ca7f · Linux 4.19-rc5 ·
    This is the 4.19-rc5 stable release
    
  • sunxi-fixes-for-4.19-2

    Allwinner fixes - round 2
    
    One additional fix regarding HDMI on the R40 SoC.
    
    Based on preliminary tests and code dumps for the R40, it was thought
    that the whole HDMI block was the same on the R40 and A64.
    
    Recent tests regarding the A64 showed that this was not the case. The
    HDMI PHY on the A64 only has one clock parent. How this occurs at the
    hardware level is unclear, as Allwinner has not given any feedback on
    this matter. Nevertheless it is clear that the hardware acts differently
    between the A64 and R40 in such a way that the R40's HDMI PHY is not
    backward compatible with the A64's. As such we need to drop the fallback
    compatible string in the R40's device tree. This was added in v4.19-rc1.
    
  • v4.4.157

    d9560919 · Linux 4.4.157 ·
    This is the 4.4.157 stable release
    
  • v4.9.128

    70915e25 · Linux 4.9.128 ·
    This is the 4.9.128 stable release
    
  • v4.14.71

    1244bbb3 · Linux 4.14.71 ·
    This is the 4.14.71 stable release
    
  • v4.18.9

    86e014f5 · Linux 4.18.9 ·
    This is the 4.18.9 stable release
    
  • drm-misc-next-2018-09-19

    drm-misc-next for 4.20:
    
    UAPI Changes:
    - None
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Allow drivers to disable features with per-device granularity (Ville)
    - Use EOPNOTSUPP when iface/feature is unsupported instead of
      EINVAL/errno soup (Chris)
    - Simplify M/N DP quirk by using constant N to limit size of M/N (Shawn)
    - add quirk for LG LP140WF6-SPM1 eDP panel (Shawn)
    
    Driver Changes:
    - i915/amdgpu: Disable DRIVER_ATOMIC for older/unsupported devices (Ville)
    - sun4i: add support for R40 HDMI PHY (Icenowy)
    
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Icenowy Zheng <icenowy@aosc.io>
    Cc: Lee, Shawn C <shawn.c.lee@intel.com>
    
  • drm-misc-fixes-2018-09-19

    drm-misc-fixes for v4.19-rc5:
    - Fix crash in vgem in drm_drv_uses_atomic_modeset.
    - Allow atomic drivers that don't set DRIVER_ATOMIC to create debugfs entries.
    - Fix compiler warning for unused connector_funcs.
    - Fix null pointer deref on UDL unplug.
    - Disable DRM support for sun4i's R40 for now.
      (Not all patches went in for v4.19, so it has to wait a cycle.)
    - NULL-terminate the of_device_id table in pl111.
    - Make sure vc4 NV12 planar format works when displaying an unscaled fb.
    
  • sound-4.19-rc5

    sound fixes for 4.19-rc5
    
    here comes a collection of various fixes, mostly for stable-tree
    or regression fixes.
    
    Two relatively high LOCs are about the (rather simple) conversion of
    uapi integer types in topology API, and a regression fix about HDMI
    hotplug notification on AMD HD-audio.  The rest are all small
    individual fixes like ASoC Intel Skylake race condition, minor
    uninitialized page leak in emu10k1 ioctl, Firewire audio error paths,
    and so on.
    
  • asoc-v4.19-rc4

    ASoC: Fixes for v4.19
    
    This is the usual set of small fixes scatterd around various drivers,
    plus one fix for DAPM and a UAPI build fix.  There's not a huge amount
    that stands out here relative to anything else.