Tags

Tags give the ability to mark specific points in history as being important
  • v4.19.34

    4d552acf · Linux 4.19.34 ·
    This is the 4.19.34 stable release
    
  • v4.14.111

    1ec8f1f0 · Linux 4.14.111 ·
    This is the 4.14.111 stable release
    
  • v4.9.168

    e93d4749 · Linux 4.9.168 ·
    This is the 4.9.168 stable release
    
  • drm-fixes-2019-04-05

    drm: i915 and amdgpu fixes
    
  • drm-misc-next-2019-04-04

    drm-misc-next for 5.2:
    
    UAPI Changes:
    -syncobj: Add TIMELINE_WAIT|QUERY|TRANSFER|TIMELINE_SIGNAL ioctls (Chunming)
    -Clarify that 1.0 can be represented by drm_color_lut (Daniel)
    
    Cross-subsystem Changes:
    -dt-bindings: Add binding for rk3066 hdmi (Johan)
    -dt-bindings: Add binding for Feiyang FY07024DI26A30-D panel (Jagan)
    -dt-bindings: Add Rocktech vendor prefix and jh057n00900 panel bindings (Guido)
    -MAINTAINERS: Add lima and ASPEED entries (Joel & Qiang)
    
    Core Changes:
    -memory: use dma_alloc_coherent when mem encryption is active (Christian)
    -dma_buf: add support for a dma_fence chain (Christian)
    -shmem_gem: fix off-by-one bug in new shmem gem helpers (Dan)
    
    Driver Changes:
    -rockchip: Add support for rk3066 hdmi (Johan)
    -ASPEED: Add driver supporting ASPEED BMC display controller to drm (Joel)
    -lima: Add driver supporting Arm Mali4xx gpus to drm (Qiang)
    -vc4/v3d: Various cleanups and improved error handling (Eric)
    -panel: Add support for Feiyang FY07024DI26A30-D MIPI-DSI panel (Jagan)
    -panel: Add support for Rocktech jh057n00900 MIPI-DSI panel (Guido)
    
    Cc: Johan Jonker <jbx6244@gmail.com>
    Cc: Christian König <christian.koenig@amd.com>
    Cc: Chunming Zhou <david1.zhou@amd.com>
    Cc: Dan Carpenter <dan.carpenter@oracle.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Qiang Yu <yuq825@gmail.com>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Jagan Teki <jagan@amarulasolutions.com>
    Cc: Guido Günther <agx@sigxcpu.org>
    Cc: Joel Stanley <joel@jms.id.au>
    
  • drm-intel-fixes-2019-04-04

    Only one fix for DSC (backoff after drm_modeset_lock deadlock)
    and GVT's fixes including vGPU display plane size calculation,
    shadow mm pin count, error recovery path for workload create
    and one kerneldoc fix.
    
  • v3.16.65

    eb982e5e · Linux 3.16.65 ·
    This is the 3.16.65 stable release
    
  • drm-intel-next-2019-04-04

    Cross-subsystem Changes:
    
    - Add Elkhartlake (Gen11) stolen memory early quirks (Rodrigo)
    
    Driver Changes:
    
    - Mark all Elkhartlake ports as combo phys (Bob)
    - Enable 10bit gamma for Ivybridge and newer platforms (Ville)
    - Expose the legacy LUT via the GAMMA_LUT/GAMMA_LUT_SIZE props on gen2/3 (Ville)
    - Skip modeset for cdclk changes if possible (Ville, Abhay, Imre)
    - Force 2*96 MHz cdclk on Geminilake/Cannonlake when audio power is enabled (Ville)
    - Modularize and correct gamma/degamma/CSC code per platform (Ville)
    - Fix gamma register programming (Uma)
    - Avoid drm_modeset_lock() deadlock splat (Chris)
    - Check cache domains for userptr on release (Chris)
    - Avoid deadlock if we pwrite into mmap'd region (Chris)
    - Only emit one semaphore per request to avoid exhausting ringbuf (Chris)
    
    - Continue to clean up the uncore code (Daniele)
    - Introduce sub-platform concept to organize code (Tvrtko)
    - Header splitting untangling (Chris)
    - Avoid using ctx->file_priv during construction (Chris)
    - GuC code improvements (Robert)
  • v5.0.6

    820c1fa5 · Linux 5.0.6 ·
    This is the 5.0.6 stable release
    
  • v4.19.33

    4b3a3ab0 · Linux 4.19.33 ·
    This is the 4.19.33 stable release
    
  • v4.14.110

    80bf6c64 · Linux 4.14.110 ·
    This is the 4.14.110 stable release
    
  • v4.9.167

    21834d3e · Linux 4.9.167 ·
    This is the 4.9.167 stable release
    
  • v4.4.178

    12ae58ca · Linux 4.4.178 ·
    This is the 4.4.178 stable release
    
  • v3.18.138

    a1a43d65 · Linux 3.18.138 ·
    This is the 3.18.138 stable release
    
  • v5.1-rc3

    79a3aaa7 · Linux 5.1-rc3 ·
    Linux 5.1-rc3
    
  • drm-fixes-2019-03-29

    drm amdgpu, i915, meson, udl, tegra fixes
    
  • sound-5.1-rc3

    sound fixes for 5.1-rc3
    
    The important fixes at this time are a couple fixes in ALSA core:
    a fix for PCM is about the OOB access in PCM OSS plugins that has
    been for long time, but hasn't hit so often until now just because
    we allocated a large buffer via vmalloc(), and surfaced more often
    after switching to kvmalloc().  Another fix is for a long-standing
    PCM problem wrt racy PM resume.  Others are trivial nospec coverage
    and usual HD-audio quirks.
    
  • drm-intel-fixes-2019-03-28

    drm/i915 fixes for v5.2-rc3:
    - fix mmap range checks
    - fix gvt ppgtt mm LRU list access races
    - fix selftest error pointer check
    - fix a macro definition (pre-emptive for potential further backports)
    - fix one AML SKU ULX status
    
  • drm-misc-next-2019-03-28-1

    drm-misc-next for 5.2:
    
    UAPI Changes:
    - None
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Fix compilation when CONFIG_FBDEV not selected (Daniel)
    
    Driver Changes:
    - virtio: package function args in virtio_gpu_object_params (Gerd)
    
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    
  • drm-misc-next-2019-03-28

    drm-misc-next for 5.2:
    
    UAPI Changes:
    - Remove unused DRM_DISPLAY_INFO_LEN (Ville)
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - fbdev: Make skip_vt_switch default (Daniel)
    - Merge fb_helper_fill_fix, fb_helper_fill_var into fb_helper_fill_info (Daniel)
    - Remove unused fields in connector, display_info, and edid_quirks (Ville)
    
    Driver Changes:
    - vkms: Fix potential NULL-dereference bug (Kangjie)
    
    Cc: Kangjie Lu <kjlu@umn.edu>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>