Skip to content
Tags give the ability to mark specific points in history as being important
  • drm-next-2020-06-11
    drm i915 fixes for 5.8-rc1
    
    i915:
    - Avoid use after free in cmdparser
    - Avoid NULL dereference when probing all display encoders
    - Fixup to module parameter type
    
  • v4.19.128
    3fc89857 · Linux 4.19.128 ·
    This is the 4.19.128 stable release
    
  • v5.4.46
    5e3c5115 · Linux 5.4.46 ·
    This is the 5.4.46 stable release
    
  • v5.6.18
    ebc59901 · Linux 5.6.18 ·
    This is the 5.6.18 stable release
    
  • v5.7.2
    c58091a3 · Linux 5.7.2 ·
    This is the 5.7.2 stable release
    
  • drm-next-msm-5.8-2020-06-08
    drm msm next for 5.8-rc1
    
    * new gpu support: a405, a640, a650
    * dpu: color processing support
    * mdp5: support for msm8x36 (the thing with a405)
    * some prep work for per-context pagetables (ie the part that
      does not depend on in-flight iommu patches)
    * last but not least, UABI update for submit ioctl to support
      syncobj (from Bas)
    
  • drm-next-2020-06-08
    drm fixes for 5.7-rc1
    
    i915:
    - gvt: Fix one clang warning on debug only function
           Use ARRAY_SIZE for coccicheck warn
    - Use after free fix for display global state.
    - Whitelisting context-local timestamp on Gen9
      and two scheduler fixes with deps (Cc: stable)
    - Removal of write flag from sysfs files where
      ineffective
    
    nouveau:
    - HDMI/DP audio HDA fixes
    - display hang fix for Volta/Turing
    - GK20A regression fix.
    
    amdgpu:
    - Prevent hwmon accesses while GPU is in reset
    - CTF interrupt fix
    - Backlight fix for renoir
    - Fix for display sync groups
    - Display bandwidth validation workaround
    
  • v5.4.45
    3604bc07 · Linux 5.4.45 ·
    This is the 5.4.45 stable release
    
  • v4.19.127
    106fa147 · Linux 4.19.127 ·
    This is the 4.19.127 stable release
    
  • v5.6.17
    5117c0a5 · Linux 5.6.17 ·
    This is the 5.6.17 stable release
    
  • v5.7.1
    dbd736c8 · Linux 5.7.1 ·
    This is the 5.7.1 stable release
    
  • v5.6.16
    960a4cc3 · Linux 5.6.16 ·
    This is the 5.6.16 stable release
    
  • v5.4.44
    55852b3f · Linux 5.4.44 ·
    This is the 5.4.44 stable release
    
  • v4.19.126
    4707d8e5 · Linux 4.19.126 ·
    This is the 4.19.126 stable release
    
  • v4.14.183
    c6db52a8 · Linux 4.14.183 ·
    This is the 4.14.183 stable release
    
  • v4.9.226
    af5595c4 · Linux 4.9.226 ·
    This is the 4.9.226 stable release
    
  • v4.4.226
    95a3867e · Linux 4.4.226 ·
    This is the 4.4.226 stable release
    
  • drm-next-2020-06-02
    drm pull for 5.8-rc1
    
    core:
    - uapi: error out EBUSY when existing master
    - uapi: rework SET/DROP MASTER permission handling
    - remove drm_pci.h
    - drm_pci* are now legacy
    - introduced managed DRM resources
    - subclassing support for drm_framebuffer
    - simple encoder helper
    - edid improvements
    - vblank + writeback documentation improved
    - drm/mm - optimise tree searches
    - port drivers to use devm_drm_dev_alloc
    
    dma-buf:
    - add flag for p2p buffer support
    
    mst:
    - ACT timeout improvements
    - remove drm_dp_mst_has_audio
    - don't use 2nd TX slot - spec recommends against it
    
    bridge:
    - dw-hdmi various improvements
    - chrontel ch7033 support
    - fix stack issues with old gcc
    
    hdmi:
    - add unpack function for drm infoframe
    
    fbdev:
    - misc fbdev driver fixes
    
    i915:
    - uapi: global sseu pinning
    - uapi: OA buffer polling
    - uapi: remove generated perf code
    - uapi: per-engine default property values in sysfs
    - Tigerlake GEN12 enabled.
    - Lots of gem refactoring
    - Tigerlake enablement patches
    - move to drm_device logging
    - Icelake gamma HW readout
    - push MST link retrain to hotplug work
    - bandwidth atomic helpers
    - ICL fixes
    - RPS/GT refactoring
    - Cherryview full-ppgtt support
    - i915 locking guidelines documented
    - require linear fb stride to be 512 multiple on gen9
    - Tigerlake SAGV support
    
    amdgpu:
    - uapi: encrypted GPU memory handling
    - uapi: add MEM_SYNC IB flag
    - p2p dma-buf support
    - export VRAM dma-bufs
    - FRU chip access support
    - RAS/SR-IOV updates
    - Powerplay locking fixes
    - VCN DPG (powergating) enablement
    - GFX10 clockgating fixes
    - DC fixes
    - GPU reset fixes
    - navi SDMA fix
    - expose FP16 for modesetting
    - DP 1.4 compliance fixes
    - gfx10 soft recovery
    - Improved Critical Thermal Faults handling
    - resizable BAR on gmc10
    
    amdkfd:
    - uapi: GWS resource management
    - track GPU memory per process
    - report PCI domain in topology
    
    radeon:
    - safe reg list generator fixes
    
    nouveau:
    - HD audio fixes on recent systems
    - vGPU detection (fail probe if we're on one, for now)
    - Interlaced mode fixes (mostly avoidance on Turing, which doesn't support it)
    - SVM improvements/fixes
    - NVIDIA format modifier support
    - Misc other fixes.
    
    adv7511:
    - HDMI SPDIF support
    
    ast:
    - allocate crtc state size
    - fix double assignment
    - fix suspend
    
    bochs:
    - drop connector register
    
    cirrus:
    - move to tiny drivers.
    
    exynos:
    - fix imported dma-buf mapping
    - enable runtime PM
    - fixes and cleanups
    
    mediatek:
    - DPI pin mode swap
    - config mipi_tx current/impedance
    
    lima:
    - devfreq + cooling device support
    - task handling improvements
    - runtime PM support
    
    pl111:
    - vexpress init improvements
    - fix module auto-load
    
    rcar-du:
    - DT bindings conversion to YAML
    - Planes zpos sanity check and fix
    - MAINTAINERS entry for LVDS panel driver
    
    mcde:
    - fix return value
    
    mgag200:
    - use managed config init
    
    stm:
    - read endpoints from DT
    
    vboxvideo:
    - use PCI managed functions
    - drop WC mtrr
    
    vkms:
    - enable cursor by default
    
    rockchip:
    - afbc support
    
    virtio:
    - various cleanups
    
    qxl:
    - fix cursor notify port
    
    hisilicon:
    - 128-byte stride alignment fix
    
    sun4i:
    - improved format handling
    
  • v5.7
    3d77e6a8 · Linux 5.7 ·
    Linux 5.7
    
  • drm-fixes-2020-05-29-1
    drm fixes for 5.7 final
    
    amdgpu:
    - display atomic test fix
    - Fix soft hang in display vupdate code
    
    ingenic:
    - fix pointer cast
    - fix crtc atomic check callback