Skip to content
Tags give the ability to mark specific points in history as being important
  • v5.4.34
    6ccc74c0 · Linux 5.4.34 ·
    This is the 5.4.34 stable release
    
  • v4.19.117
    8e2406c8 · Linux 4.19.117 ·
    This is the 4.19.117 stable release
    
  • v5.7-rc2
    ae83d0b4 · Linux 5.7-rc2 ·
    Linux 5.7-rc2
    
  • drm-fixes-2020-04-18
    drm fixes for 5.7-rc2
    
    i915:
    - Fix guest page access by using the brand new VFIO dma r/w interface (Yan)
    - Fix for i915 perf read buffers (Ashutosh)
    
    amdgpu:
    - gfx10 fix
    - SMU7 overclocking fix
    - RAS fix
    - GPU reset fix
    - Fix a regression in a previous s/r fix
    - Add a gfxoff quirk
    
    nouveau:
    - fix missing MODULE_FIRMWARE
    
  • v5.6.5
    f07f08b0 · Linux 5.6.5 ·
    This is the 5.6.5 stable release
    
  • v5.5.18
    0634aa94 · Linux 5.5.18 ·
    This is the 5.5.18 stable release
    
  • v5.4.33
    dc4059d2 · Linux 5.4.33 ·
    This is the 5.4.33 stable release
    
  • v4.19.116
    8488c3f3 · Linux 4.19.116 ·
    This is the 4.19.116 stable release
    
  • amd-drm-fixes-5.7-2020-04-15
    amd-drm-fixes-5.7-2020-04-15:
    
    amdgpu:
    - gfx10 fix
    - SMU7 overclocking fix
    - RAS fix
    - GPU reset fix
    - Fix a regression in a previous s/r fix
    - Add a gfxoff quirk
  • drm-misc-next-2020-04-14
    drm-misc-next for 5.8:
    
    UAPI Changes:
    
      - drm: error out with EBUSY when device has existing master
      - drm: rework SET_MASTER and DROP_MASTER perm handling
    
    Cross-subsystem Changes:
    
      - fbdev: savage: fix -Wextra build warning
      - video: omap2: Use scnprintf() for avoiding potential buffer overflow
    
    Core Changes:
    
      - Remove drm_pci.h
      - drm_pci_{alloc/free)() are now legacy
      - Introduce managed DRM resourcesA
      - Allow drivers to subclass struct drm_framebuffer
      - Introduce struct drm_afbc_framebuffer and helpers
      - fbdev: remove return value from generic fbdev setup
      - Introduce simple-encoder helper
      - vram-helpers: set fence on plane
      - dp_mst: ACT timeout improvements
      - dp_mst: Remove drm_dp_mst_has_audio()
      - TTM: ttm_trace_dma_{map/unmap}() cleanups
      - dma-buf: add flag for PCIP2P support
      - EDID: Various improvements
      - Encoder: cleanup semantics of possible_clones and possible_crtcs
      - VBLANK documentation updates
      - Writeback documentation updates
    
    Driver Changes:
    
      - Convert several drivers to i2c_new_client_device()
      - Drop explicit drm_mode_config_cleanup() calls from drivers
      - Auto-release device structures with drmm_add_final_kfree()
      - Init bfdev console after registering DRM device
      - Make various .debugfs functions return 0 unconditionally; ignore errors
      - video: Use scnprintf() to avoid buffer overflows
      - Convert drivers to simple encoders
    
      - drm/amdgpu: note that we can handle peer2peer DMA-buf
      - drm/amdgpu: add support for exporting VRAM using DMA-buf v3
      - drm/kirin: Revert change to register connectors
      - drm/lima: Add optional devfreq and cooling device support
      - drm/lima: Various improvements wrt. task handling
      - drm/panel: nt39016: Support multiple modes and 50Hz
      - drm/panel: Support Leadtek LTK050H3146W
      - drm/rockchip: Add support for afbc
      - drm/virtio: Various cleanups
      - drm/hisilicon/hibmc: Enforce 128-byte stride alignment
      - drm/qxl: Fix notify port address of cursor ring buffer
      - drm/sun4i: Improvements to format handling
      - drm/bridge: dw-hdmi: Various improvements
    
  • v5.6.4
    0a27a294 · Linux 5.6.4 ·
    This is the 5.6.4 stable release
    
  • v5.5.17
    e7a89836 · Linux 5.5.17 ·
    This is the 5.5.17 stable release
    
  • v4.19.115
    6dd0e326 · Linux 4.19.115 ·
    This is the 4.19.115 stable release
    
  • v5.4.32
    bc844d58 · Linux 5.4.32 ·
    This is the 5.4.32 stable release
    
  • v4.14.176
    c10b57a5 · Linux 4.14.176 ·
    This is the 4.14.176 stable release
    
  • v4.9.219
    5188957a · Linux 4.9.219 ·
    This is the 4.9.219 stable release
    
  • v4.4.219
    10d9c6f9 · Linux 4.4.219 ·
    This is the 4.4.219 stable release
    
  • v5.7-rc1
    8f3d9f35 · Linux 5.7-rc1 ·
    Linux 5.7-rc1
    
  • drm-next-2020-04-10
    drm fixes for 5.7-rc1 (part two)
    
    legacy:
    - fix drm_local_map.offset type
    
    ttm:
    - temporarily disable hugepages to debug amdgpu problems.
    
    prime:
    - fix sg extraction
    
    amdgpu:
    - Various Renoir fixes
    - Fix gfx clockgating sequence on gfx10
    - RAS fixes
    - Avoid MST property creation after registration
    - Various cursor/viewport fixes
    - Fix a confusing log message about optional firmwares
    
    i915:
    - Flush all the reloc_gpu batch (Chris)
    - Ignore readonly failures when updating relocs (Chris)
    - Fill all the unused space in the GGTT (Chris)
    - Return the right vswing table (Jose)
    - Don't enable DDI IO power on a TypeC port in TBT mode for ICL+ (Imre)
    
    analogix_dp:
    - probe fix
    
    virtio:
    - oob fix in object create
    
  • drm-misc-next-fixes-2020-04-09
    A few DMA-related fixes, an OOB fix for virtio and a probe-related fix for
    analogix_dp